No OneTemporary

File Metadata

Created
Sun, May 5, 3:49 PM
This file is larger than 256 KB, so syntax highlighting was skipped.
Index: trunk/l10n-support/templates/summit/docmessages/applications/katepart_development.pot
===================================================================
--- trunk/l10n-support/templates/summit/docmessages/applications/katepart_development.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/docmessages/applications/katepart_development.pot (revision 1522564)
@@ -1,4425 +1,4425 @@
# SOME DESCRIPTIVE TITLE.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-13 09:04+0200\n"
+"POT-Creation-Date: 2018-08-14 09:29+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Tag: author
#. +> trunk5 stable5
#: development.docbook:5
#, no-c-format
msgid "&TC.Hollingsworth; &TC.Hollingsworth.mail;"
msgstr ""
#. Tag: trans_comment
#. +> trunk5 stable5
#: development.docbook:6
#, no-c-format
msgid "ROLES_OF_TRANSLATORS"
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:9
#, no-c-format
msgid "Extending &katepart;"
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:12
#, no-c-format
msgid "Introduction"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:14
#, no-c-format
msgid "Like any advanced text editor component, &katepart; offers a variety of ways to extend its functionality. You can <link linkend=\"dev-scripting\">write simple scripts to add functionality with JavaScript</link>. Finally, once you have extended &katepart;, you are welcome to <ulink url=\"http://kate-editor.org/join-us/\">join us</ulink> and share your enhancements with the world!"
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:24
#, no-c-format
msgid "Working with Syntax Highlighting"
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:28 development.docbook:221
#, no-c-format
msgid "Overview"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:30
#, no-c-format
msgid "Syntax Highlighting is what makes the editor automatically display text in different styles/colors, depending on the function of the string in relation to the purpose of the file. In program source code for example, control statements may be rendered bold, while data types and comments get different colors from the rest of the text. This greatly enhances the readability of the text, and thus helps the author to be more efficient and productive."
msgstr ""
#. Tag: phrase
#. +> trunk5 stable5
#: development.docbook:40
#, no-c-format
msgid "<phrase>A Perl function, rendered with syntax highlighting.</phrase>"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:42
#, no-c-format
msgid "<para>A Perl function, rendered with syntax highlighting.</para>"
msgstr ""
#. Tag: phrase
#. +> trunk5 stable5
#: development.docbook:48
#, no-c-format
msgid "<phrase>The same Perl function, without highlighting.</phrase>"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:50
#, no-c-format
msgid "<para>The same Perl function, without highlighting.</para>"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:53
#, no-c-format
msgid "Of the two examples, which is easiest to read?"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:55
#, no-c-format
msgid "&kappname; comes with a flexible, configurable and capable system for doing syntax highlighting, and the standard distribution provides definitions for a wide range of programming, scripting and markup languages and other text file formats. In addition you can provide your own definitions in simple &XML; files."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:61
#, no-c-format
msgid "&kappname; will automatically detect the right syntax rules when you open a file, based on the &MIME; Type of the file, determined by its extension, or, if it has none, the contents. Should you experience a bad choice, you can manually set the syntax to use from the <menuchoice><guimenu>Tools</guimenu><guisubmenu>Highlighting </guisubmenu></menuchoice> menu."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:68
#, no-c-format
msgid "The styles and colors used by each syntax highlight definition can be configured using the <link linkend=\"prefcolors-highlighting-text-styles\">Highlighting Text Styles</link> tab of the <link linkend=\"config-dialog\">Config Dialog</link>, while the &MIME; Types and file extensions it should be used for are handled by the <link linkend=\"pref-open-save-modes-filetypes\">Modes &amp; Filetypes</link> tab."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:77
#, no-c-format
msgid "Syntax highlighting is there to enhance the readability of correct text, but you cannot trust it to validate your text. Marking text for syntax is difficult depending on the format you are using, and in some cases the authors of the syntax rules will be proud if 98% of text gets correctly rendered, though most often you need a rare style to see the incorrect 2%."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:86
#, no-c-format
msgid "You can download updated or additional syntax highlight definitions from the &kappname; website by clicking the <guibutton>Download Highlighting Files...</guibutton> button in the <link linkend=\"pref-open-save-modes-filetypes\">Modes &amp; Filetypes</link> tab of the <link linkend=\"config-dialog\">Config Dialog</link>."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:97
#, no-c-format
msgid "The &kappname; Syntax Highlight System"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:99
#, no-c-format
msgid "This section will discuss the &kappname; syntax highlighting mechanism in more detail. It is for you if you want to know about it, or if you want to change or create syntax definitions."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:105
#, no-c-format
msgid "How it Works"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:107
#, no-c-format
msgid "Whenever you open a file, one of the first things the &kappname; editor does is detect which syntax definition to use for the file. While reading the text of the file, and while you type away in it, the syntax highlighting system will analyze the text using the rules defined by the syntax definition and mark in it where different contexts and styles begin and end."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:114
#, no-c-format
msgid "When you type in the document, the new text is analyzed and marked on the fly, so that if you delete a character that is marked as the beginning or end of a context, the style of surrounding text changes accordingly."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:118
#, no-c-format
msgid "The syntax definitions used by the &kappname; Syntax Highlighting System are &XML; files, containing"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:121
#, no-c-format
msgid "Rules for detecting the role of text, organized into context blocks"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:122
#, no-c-format
msgid "Keyword lists"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:123
#, no-c-format
msgid "Style Item definitions"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:127
#, no-c-format
msgid "When analyzing the text, the detection rules are evaluated in the order in which they are defined, and if the beginning of the current string matches a rule, the related context is used. The start point in the text is moved to the final point at which that rule matched and a new loop of the rules begins, starting in the context set by the matched rule."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:137
#, no-c-format
msgid "Rules"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:139
#, no-c-format
msgid "The detection rules are the heart of the highlighting detection system. A rule is a string, character or <link linkend=\"regular-expressions\">regular expression</link> against which to match the text being analyzed. It contains information about which style to use for the matching part of the text. It may switch the working context of the system either to an explicitly mentioned context or to the previous context used by the text."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:147
#, no-c-format
msgid "Rules are organized in context groups. A context group is used for main text concepts within the format, for example quoted text strings or comment blocks in program source code. This ensures that the highlighting system does not need to loop through all rules when it is not necessary, and that some character sequences in the text can be treated differently depending on the current context."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:155
#, no-c-format
msgid "Contexts may be generated dynamically to allow the usage of instance specific data in rules."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:161
#, no-c-format
msgid "Context Styles and Keywords"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:163
#, no-c-format
msgid "In some programming languages, integer numbers are treated differently from floating point ones by the compiler (the program that converts the source code to a binary executable), and there may be characters having a special meaning within a quoted string. In such cases, it makes sense to render them differently from the surroundings so that they are easy to identify while reading the text. So even if they do not represent special contexts, they may be seen as such by the syntax highlighting system, so that they can be marked for different rendering."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:173
#, no-c-format
msgid "A syntax definition may contain as many styles as required to cover the concepts of the format it is used for."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:176
#, no-c-format
msgid "In many formats, there are lists of words that represent a specific concept. For example, in programming languages, control statements are one concept, data type names another, and built in functions of the language a third. The &kappname; Syntax Highlighting System can use such lists to detect and mark words in the text to emphasize concepts of the text formats."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:186
#, no-c-format
msgid "Default Styles"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:188
#, no-c-format
msgid "If you open a C++ source file, a &Java; source file and an <acronym>HTML</acronym> document in &kappname;, you will see that even though the formats are different, and thus different words are chosen for special treatment, the colors used are the same. This is because &kappname; has a predefined list of Default Styles which are employed by the individual syntax definitions."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:195
#, no-c-format
msgid "This makes it easy to recognize similar concepts in different text formats. For example, comments are present in almost any programming, scripting or markup language, and when they are rendered using the same style in all languages, you do not have to stop and think to identify them within the text."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:202
#, no-c-format
msgid "All styles in a syntax definition use one of the default styles. A few syntax definitions use more styles than there are defaults, so if you use a format often, it may be worth launching the configuration dialog to see if some concepts use the same style. For example, there is only one default style for strings, but as the Perl programming language operates with two types of strings, you can enhance the highlighting by configuring those to be slightly different. All <link linkend=\"kate-highlight-default-styles\">available default styles</link> will be explained later."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:218
#, no-c-format
msgid "The Highlight Definition &XML; Format"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:223
#, no-c-format
msgid "&kappname; uses the Syntax-Highlighting framework from &kde-frameworks;. The default highlighting xml files shipped with &kappname; are compiled into the Syntax-Highlighting library by default."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:228
#, no-c-format
msgid "This section is an overview of the Highlight Definition &XML; format. Based on a small example it will describe the main components and their meaning and usage. The next section will go into detail with the highlight detection rules."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:233
#, no-c-format
msgid "The formal definition, also known as the <acronym>XSD</acronym> you find in <ulink url=\"https://commits.kde.org/syntax-highlighting?path=data/schema\">Syntax Highlighting repository</ulink> in the file <filename>language.xsd</filename>"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:238
#, no-c-format
msgid "Custom <filename class=\"extension\">.xml</filename> highlight definition files are located in <filename class=\"directory\">org.kde.syntax-highlighting/syntax/</filename> in your user folder found with <userinput><command>qtpaths</command><option>--paths GenericDataLocation</option></userinput> which usually is <filename class=\"directory\"><envar>$HOME</envar>/.local/share</filename>"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:245
#, no-c-format
msgid "On &Windows; these files are located <filename>%USERPROFILE%/AppData/Local/org.kde.syntax-highlighting/syntax</filename>. <replaceable>%USERPROFILE%</replaceable> usually expands to <filename>C:\\\\Users\\\\<replaceable>user</replaceable></filename>."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:249
#, no-c-format
msgid "Main sections of &kappname; Highlight Definition files"
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:252
#, no-c-format
msgid "A highlighting file contains a header that sets the XML version:"
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:254
#, no-c-format
msgid "&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;"
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:259
#, no-c-format
msgid "The root of the definition file is the element <userinput>language</userinput>. Available attributes are:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:263
#, no-c-format
msgid "Required attributes:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:264
#, no-c-format
msgid "<userinput>name</userinput> sets the name of the language. It appears in the menus and dialogs afterwards."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:265
#, no-c-format
msgid "<userinput>section</userinput> specifies the category."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:266
#, no-c-format
msgid "<userinput>extensions</userinput> defines file extensions, such as &quot;*.cpp;*.h&quot;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:267
#, no-c-format
msgid "<userinput>version</userinput> specifies the current revision of the definition file in terms of an integer number. Whenever you change a highlighting definition file, make sure to increase this number."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:268
#, no-c-format
msgid "<userinput>kateversion</userinput> specifies the latest supported &kappname; version."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:270
#, no-c-format
msgid "Optional attributes:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:271
#, no-c-format
msgid "<userinput>mimetype</userinput> associates files &MIME; type."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:272
#, no-c-format
msgid "<userinput>casesensitive</userinput> defines, whether the keywords are case sensitive or not."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:273
#, no-c-format
msgid "<userinput>priority</userinput> is necessary if another highlight definition file uses the same extensions. The higher priority will win."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:274
#, no-c-format
msgid "<userinput>author</userinput> contains the name of the author and his email-address."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:275
#, no-c-format
msgid "<userinput>license</userinput> contains the license, usually the MIT license for new syntax-highlighting files."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:276
#, no-c-format
msgid "<userinput>style</userinput> contains the provided language and is used by the indenters for the attribute <literal>required-syntax-style</literal>."
msgstr ""
#. Tag: para
#. +> trunk5
#: development.docbook:277
#, no-c-format
-msgid "<userinput>indenter</userinput> defines which indenter will be used. It is recommended to set the indenter only if it is known exactly that only a specific indenter can be used for the language. Available attributes are: <emphasis>ada, normal, cstyle, cmake, haskell, latex, lilypond, lisp, lua, pascal, python, replicode, ruby</emphasis> and <emphasis>xml</emphasis>."
+msgid "<userinput>indenter</userinput> defines which indenter will be used by default. Available indenters are: <emphasis>ada, normal, cstyle, cmake, haskell, latex, lilypond, lisp, lua, pascal, python, replicode, ruby</emphasis> and <emphasis>xml</emphasis>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:278
#, no-c-format
msgid "<userinput>hidden</userinput> defines whether the name should appear in &kappname;'s menus."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:279
#, no-c-format
msgid "So the next line may look like this:"
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:280
#, no-c-format
msgid "&lt;language name=&quot;C++&quot; version=&quot;1&quot; kateversion=&quot;2.4&quot; section=&quot;Sources&quot; extensions=&quot;*.cpp;*.h&quot; /&gt;"
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:286
#, no-c-format
msgid "Next comes the <userinput>highlighting</userinput> element, which contains the optional element <userinput>list</userinput> and the required elements <userinput>contexts</userinput> and <userinput>itemDatas</userinput>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:290
#, no-c-format
msgid "<userinput>list</userinput> elements contain a list of keywords. In this case the keywords are <emphasis>class</emphasis> and <emphasis>const</emphasis>. You can add as many lists as you need."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:293
#, no-c-format
msgid "The <userinput>contexts</userinput> element contains all contexts. The first context is by default the start of the highlighting. There are two rules in the context <emphasis>Normal Text</emphasis>, which match the list of keywords with the name <emphasis>somename</emphasis> and a rule that detects a quote and switches the context to <emphasis>string</emphasis>. To learn more about rules read the next chapter."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:299
#, no-c-format
msgid "The third part is the <userinput>itemDatas</userinput> element. It contains all color and font styles needed by the contexts and rules. In this example, the <userinput>itemData</userinput> <emphasis>Normal Text</emphasis>, <emphasis>String</emphasis> and <emphasis>Keyword</emphasis> are used."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:304
#, no-c-format
msgid ""
"&lt;highlighting&gt;\n"
" &lt;list name=&quot;somename&quot;&gt;\n"
" &lt;item&gt; class &lt;/item&gt;\n"
" &lt;item&gt; const &lt;/item&gt;\n"
" &lt;/list&gt;\n"
" &lt;contexts&gt;\n"
" &lt;context attribute=&quot;Normal Text&quot; lineEndContext=&quot;#pop&quot; name=&quot;Normal Text&quot; &gt;\n"
" &lt;keyword attribute=&quot;Keyword&quot; context=&quot;#stay&quot; String=&quot;somename&quot; /&gt;\n"
" &lt;DetectChar attribute=&quot;String&quot; context=&quot;string&quot; char=&quot;&amp;quot;&quot; /&gt;\n"
" &lt;/context&gt;\n"
" &lt;context attribute=&quot;String&quot; lineEndContext=&quot;#stay&quot; name=&quot;string&quot; &gt;\n"
" &lt;DetectChar attribute=&quot;String&quot; context=&quot;#pop&quot; char=&quot;&amp;quot;&quot; /&gt;\n"
" &lt;/context&gt;\n"
" &lt;/contexts&gt;\n"
" &lt;itemDatas&gt;\n"
" &lt;itemData name=&quot;Normal Text&quot; defStyleNum=&quot;dsNormal&quot; /&gt;\n"
" &lt;itemData name=&quot;Keyword&quot; defStyleNum=&quot;dsKeyword&quot; /&gt;\n"
" &lt;itemData name=&quot;String&quot; defStyleNum=&quot;dsString&quot; /&gt;\n"
" &lt;/itemDatas&gt;\n"
" &lt;/highlighting&gt;"
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:309
#, no-c-format
msgid "The last part of a highlight definition is the optional <userinput>general</userinput> section. It may contain information about keywords, code folding, comments and indentation."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:314
#, no-c-format
msgid "The <userinput>comment</userinput> section defines with what string a single line comment is introduced. You also can define a multiline comment using <emphasis>multiLine</emphasis> with the additional attribute <emphasis>end</emphasis>. This is used if the user presses the corresponding shortcut for <emphasis>comment/uncomment</emphasis>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:319
#, no-c-format
msgid "The <userinput>keywords</userinput> section defines whether keyword lists are case sensitive or not. Other attributes will be explained later."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:322
#, no-c-format
msgid ""
"&lt;general&gt;\n"
" &lt;comments&gt;\n"
" &lt;comment name=\"singleLine\" start=\"#\"/&gt;\n"
" &lt;/comments&gt;\n"
" &lt;keywords casesensitive=\"1\"/&gt;\n"
" &lt;/general&gt;\n"
"&lt;/language&gt;"
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:332
#, no-c-format
msgid "The Sections in Detail"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:333
#, no-c-format
msgid "This part will describe all available attributes for contexts, itemDatas, keywords, comments, code folding and indentation."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:338
#, no-c-format
msgid "The element <userinput>context</userinput> belongs in the group <userinput>contexts</userinput>. A context itself defines context specific rules such as what should happen if the highlight system reaches the end of a line. Available attributes are:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:345
#, no-c-format
msgid "<userinput>name</userinput> states the context name. Rules will use this name to specify the context to switch to if the rule matches."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:347
#, no-c-format
msgid "<userinput>lineEndContext</userinput> defines the context the highlight system switches to if it reaches the end of a line. This may either be a name of another context, <userinput>#stay</userinput> to not switch the context (&eg;. do nothing) or <userinput>#pop</userinput> which will cause it to leave this context. It is possible to use for example <userinput>#pop#pop#pop</userinput> to pop three times, or even <userinput>#pop#pop!OtherContext</userinput> to pop two times and switch to the context named <userinput>OtherContext</userinput>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:354
#, no-c-format
msgid "<userinput>lineEmptyContext</userinput> defines the context if an empty line is encountered. Default: #stay."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:356
#, no-c-format
msgid "<userinput>fallthrough</userinput> defines if the highlight system switches to the context specified in fallthroughContext if no rule matches. Default: <emphasis>false</emphasis>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:359
#, no-c-format
msgid "<userinput>fallthroughContext</userinput> specifies the next context if no rule matches."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:361
#, no-c-format
msgid "<userinput>dynamic</userinput> if <emphasis>true</emphasis>, the context remembers strings/placeholders saved by dynamic rules. This is needed for HERE documents for example. Default: <emphasis>false</emphasis>."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:369
#, no-c-format
msgid "The element <userinput>itemData</userinput> is in the group <userinput>itemDatas</userinput>. It defines the font style and colors. So it is possible to define your own styles and colors. However, we recommend you stick to the default styles if possible so that the user will always see the same colors used in different languages. Though, sometimes there is no other way and it is necessary to change color and font attributes. The attributes name and defStyleNum are required, the others are optional. Available attributes are:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:379
#, no-c-format
msgid "<userinput>name</userinput> sets the name of the itemData. Contexts and rules will use this name in their attribute <emphasis>attribute</emphasis> to reference an itemData."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:382
#, no-c-format
msgid "<userinput>defStyleNum</userinput> defines which default style to use. Available default styles are explained in detail later."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:384
#, no-c-format
msgid "<userinput>color</userinput> defines a color. Valid formats are '#rrggbb' or '#rgb'."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:386
#, no-c-format
msgid "<userinput>selColor</userinput> defines the selection color."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:387
#, no-c-format
msgid "<userinput>italic</userinput> if <emphasis>true</emphasis>, the text will be italic."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:388
#, no-c-format
msgid "<userinput>bold</userinput> if <emphasis>true</emphasis>, the text will be bold."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:389
#, no-c-format
msgid "<userinput>underline</userinput> if <emphasis>true</emphasis>, the text will be underlined."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:390
#, no-c-format
msgid "<userinput>strikeout</userinput> if <emphasis>true</emphasis>, the text will be struck out."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:391
#, no-c-format
msgid "<userinput>spellChecking</userinput> if <emphasis>true</emphasis>, the text will be spellchecked."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:397
#, no-c-format
msgid "The element <userinput>keywords</userinput> in the group <userinput>general</userinput> defines keyword properties. Available attributes are:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:401
#, no-c-format
msgid "<userinput>casesensitive</userinput> may be <emphasis>true</emphasis> or <emphasis>false</emphasis>. If <emphasis>true</emphasis>, all keywords are matched case sensitively."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:404
#, no-c-format
msgid "<userinput>weakDeliminator</userinput> is a list of characters that do not act as word delimiters. For example, the dot <userinput>'.'</userinput> is a word delimiter. Assume a keyword in a <userinput>list</userinput> contains a dot, it will only match if you specify the dot as a weak delimiter."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:408
#, no-c-format
msgid "<userinput>additionalDeliminator</userinput> defines additional delimiters."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:409
#, no-c-format
msgid "<userinput>wordWrapDeliminator</userinput> defines characters after which a line wrap may occur."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:411
#, no-c-format
msgid "Default delimiters and word wrap delimiters are the characters <userinput>.():!+,-&lt;=&gt;%&amp;*/;?[]^{|}~\\</userinput>, space (<userinput>' '</userinput>) and tabulator (<userinput>'\\t'</userinput>)."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:419
#, no-c-format
msgid "The element <userinput>comment</userinput> in the group <userinput>comments</userinput> defines comment properties which are used for <menuchoice><guimenu>Tools</guimenu><guimenuitem>Comment</guimenuitem></menuchoice> and <menuchoice><guimenu>Tools</guimenu><guimenuitem>Uncomment</guimenuitem></menuchoice>. Available attributes are:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:426
#, no-c-format
msgid "<userinput>name</userinput> is either <emphasis>singleLine</emphasis> or <emphasis>multiLine</emphasis>. If you choose <emphasis>multiLine</emphasis> the attributes <emphasis>end</emphasis> and <emphasis>region</emphasis> are required."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:430
#, no-c-format
msgid "<userinput>start</userinput> defines the string used to start a comment. In C++ this would be &quot;/*&quot;."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:432
#, no-c-format
msgid "<userinput>end</userinput> defines the string used to close a comment. In C++ this would be &quot;*/&quot;."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:434
#, no-c-format
msgid "<userinput>region</userinput> should be the name of the foldable multiline comment. Assume you have <emphasis>beginRegion=\"Comment\"</emphasis> ... <emphasis>endRegion=\"Comment\"</emphasis> in your rules, you should use <emphasis>region=\"Comment\"</emphasis>. This way uncomment works even if you do not select all the text of the multiline comment. The cursor only must be in the multiline comment."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:445
#, no-c-format
msgid "The element <userinput>folding</userinput> in the group <userinput>general</userinput> defines code folding properties. Available attributes are:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:450
#, no-c-format
msgid "<userinput>indentationsensitive</userinput> if <emphasis>true</emphasis>, the code folding markers will be added indentation based, as in the scripting language Python. Usually you do not need to set it, as it defaults to <emphasis>false</emphasis>."
msgstr ""
#. Tag: term
#. +> stable5
#: development.docbook:457
#, no-c-format
msgid "The element <userinput>indentation</userinput> in the group <userinput>general</userinput> defines which indenter will be used. However, we strongly recommend you omit this element, as the indenter usually will be set by either defining a File Type or by adding a mode line to the text file. If you specify an indenter though, you will force a specific indentation on the user, which he might not like at all. Available attributes are:"
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:463
#, no-c-format
msgid "Available Default Styles"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:464
#, no-c-format
msgid "Default Styles were <link linkend=\"kate-highlight-system-default-styles\">already explained</link>, as a short summary: Default styles are predefined font and color styles."
msgstr ""
#. Tag: para
#. +> stable5
#: development.docbook:465
#, no-c-format
msgid "<userinput>mode</userinput> is the name of the indenter. Available indenters right now are: <emphasis>normal, cstyle, haskell, lilypond, lisp, python, ruby</emphasis> and <emphasis>xml</emphasis>."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:468
#, no-c-format
msgid "General default styles:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:470
#, no-c-format
msgid "<userinput>dsNormal</userinput>, when no special highlighting is required."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:471
#, no-c-format
msgid "<userinput>dsKeyword</userinput>, built-in language keywords."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:472
#, no-c-format
msgid "<userinput>dsFunction</userinput>, function calls and definitions."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:473
#, no-c-format
msgid "<userinput>dsVariable</userinput>, if applicable: variable names (e.g. $someVar in PHP/Perl)."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:474
#, no-c-format
msgid "<userinput>dsControlFlow</userinput>, control flow keywords like if, else, switch, break, return, yield, ..."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:475
#, no-c-format
msgid "<userinput>dsOperator</userinput>, operators like + - * / :: &lt; &gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:476
#, no-c-format
msgid "<userinput>dsBuiltIn</userinput>, built-in functions, classes, and objects."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:477
#, no-c-format
msgid "<userinput>dsExtension</userinput>, common extensions, such as Qt classes and functions/macros in C++ and Python."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:478
#, no-c-format
msgid "<userinput>dsPreprocessor</userinput>, preprocessor statements or macro definitions."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:479
#, no-c-format
msgid "<userinput>dsAttribute</userinput>, annotations such as @override and __declspec(...)."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:484
#, no-c-format
msgid "String-related default styles:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:486
#, no-c-format
msgid "<userinput>dsChar</userinput>, single characters, such as 'x'."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:487
#, no-c-format
msgid "<userinput>dsSpecialChar</userinput>, chars with special meaning in strings such as escapes, substitutions, or regex operators."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:488
#, no-c-format
msgid "<userinput>dsString</userinput>, strings like \"hello world\"."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:489
#, no-c-format
msgid "<userinput>dsVerbatimString</userinput>, verbatim or raw strings like 'raw \\backlash' in Perl, CoffeeScript, and shells, as well as r'\\raw' in Python."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:490
#, no-c-format
msgid "<userinput>dsSpecialString</userinput>, SQL, regexes, HERE docs, LaTeX math mode, ..."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:491
#, no-c-format
msgid "<userinput>dsImport</userinput>, import, include, require of modules."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:496
#, no-c-format
msgid "Number-related default styles:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:498
#, no-c-format
msgid "<userinput>dsDataType</userinput>, built-in data types like int, void, u64."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:499
#, no-c-format
msgid "<userinput>dsDecVal</userinput>, decimal values."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:500
#, no-c-format
msgid "<userinput>dsBaseN</userinput>, values with a base other than 10."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:501
#, no-c-format
msgid "<userinput>dsFloat</userinput>, floating point values."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:502
#, no-c-format
msgid "<userinput>dsConstant</userinput>, built-in and user defined constants like PI."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:507
#, no-c-format
msgid "Comment and documentation-related default styles:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:509
#, no-c-format
msgid "<userinput>dsComment</userinput>, comments."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:510
#, no-c-format
msgid "<userinput>dsDocumentation</userinput>, /** Documentation comments */ or \"\"\"docstrings\"\"\"."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:511
#, no-c-format
msgid "<userinput>dsAnnotation</userinput>, documentation commands like @param, @brief."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:512
#, no-c-format
msgid "<userinput>dsCommentVar</userinput>, the variable names used in above commands, like \"foobar\" in @param foobar."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:513
#, no-c-format
msgid "<userinput>dsRegionMarker</userinput>, region markers like //BEGIN, //END in comments."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:518
#, no-c-format
msgid "Other default styles:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:520
#, no-c-format
msgid "<userinput>dsInformation</userinput>, notes and tips like @note in doxygen."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:521
#, no-c-format
msgid "<userinput>dsWarning</userinput>, warnings like @warning in doxygen."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:522
#, no-c-format
msgid "<userinput>dsAlert</userinput>, special words like TODO, FIXME, XXXX."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:523
#, no-c-format
msgid "<userinput>dsError</userinput>, error highlighting and wrong syntax."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:524
#, no-c-format
msgid "<userinput>dsOthers</userinput>, when nothing else fits."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:534
#, no-c-format
msgid "Highlight Detection Rules"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:536
#, no-c-format
msgid "This section describes the syntax detection rules."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:538
#, no-c-format
msgid "Each rule can match zero or more characters at the beginning of the string they are tested against. If the rule matches, the matching characters are assigned the style or <emphasis>attribute</emphasis> defined by the rule, and a rule may ask that the current context is switched."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:544
#, no-c-format
msgid "A rule looks like this:"
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:546
#, no-c-format
msgid "&lt;RuleName attribute=&quot;(identifier)&quot; context=&quot;(identifier)&quot; [rule specific attributes] /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:548
#, no-c-format
msgid "The <emphasis>attribute</emphasis> identifies the style to use for matched characters by name, and the <emphasis>context</emphasis> identifies the context to use from here."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:552
#, no-c-format
msgid "The <emphasis>context</emphasis> can be identified by:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:556
#, no-c-format
msgid "An <emphasis>identifier</emphasis>, which is the name of the other context."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:560
#, no-c-format
msgid "An <emphasis>order</emphasis> telling the engine to stay in the current context (<userinput>#stay</userinput>), or to pop back to a previous context used in the string (<userinput>#pop</userinput>)."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:563
#, no-c-format
msgid "To go back more steps, the #pop keyword can be repeated: <userinput>#pop#pop#pop</userinput>"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:567
#, no-c-format
msgid "An <emphasis>order</emphasis> followed by an exclamation mark (<emphasis>!</emphasis>) and an <emphasis>identifier</emphasis>, which will make the engine first follow the order and then switch to the other context, e.g. <userinput>#pop#pop!OtherContext</userinput>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:574
#, no-c-format
msgid "Some rules can have <emphasis>child rules</emphasis> which are then evaluated only if the parent rule matched. The entire matched string will be given the attribute defined by the parent rule. A rule with child rules looks like this:"
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:579
#, no-c-format
msgid ""
"&lt;RuleName (attributes)&gt;\n"
" &lt;ChildRuleName (attributes) /&gt;\n"
" ...\n"
"&lt;/RuleName&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:582
#, no-c-format
msgid "Rule specific attributes varies and are described in the following sections."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:587
#, no-c-format
msgid "Common attributes"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:588
#, no-c-format
msgid "All rules have the following attributes in common and are available whenever <userinput>(common attributes)</userinput> appears. <emphasis>attribute</emphasis> and <emphasis>context</emphasis> are required attributes, all others are optional."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:595
#, no-c-format
msgid "<emphasis>attribute</emphasis>: An attribute maps to a defined <emphasis>itemData</emphasis>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:598
#, no-c-format
msgid "<emphasis>context</emphasis>: Specify the context to which the highlighting system switches if the rule matches."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:601
#, no-c-format
msgid "<emphasis>beginRegion</emphasis>: Start a code folding block. Default: unset."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:604
#, no-c-format
msgid "<emphasis>endRegion</emphasis>: Close a code folding block. Default: unset."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:607
#, no-c-format
msgid "<emphasis>lookAhead</emphasis>: If <emphasis>true</emphasis>, the highlighting system will not process the matches length. Default: <emphasis>false</emphasis>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:612
#, no-c-format
msgid "<emphasis>firstNonSpace</emphasis>: Match only, if the string is the first non-whitespace in the line. Default: <emphasis>false</emphasis>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:616
#, no-c-format
msgid "<emphasis>column</emphasis>: Match only, if the column matches. Default: unset."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:621
#, no-c-format
msgid "Dynamic rules"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:622
#, no-c-format
msgid "Some rules allow the optional attribute <userinput>dynamic</userinput> of type boolean that defaults to <emphasis>false</emphasis>. If dynamic is <emphasis>true</emphasis>, a rule can use placeholders representing the text matched by a <emphasis>regular expression</emphasis> rule that switched to the current context in its <userinput>string</userinput> or <userinput>char</userinput> attributes. In a <userinput>string</userinput>, the placeholder <replaceable>%N</replaceable> (where N is a number) will be replaced with the corresponding capture <replaceable>N</replaceable> from the calling regular expression. In a <userinput>char</userinput> the placeholder must be a number <replaceable>N</replaceable> and it will be replaced with the first character of the corresponding capture <replaceable>N</replaceable> from the calling regular expression. Whenever a rule allows this attribute it will contain a <emphasis>(dynamic)</emphasis>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:638
#, no-c-format
msgid "<emphasis>dynamic</emphasis>: may be <emphasis>(true|false)</emphasis>."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:643
#, no-c-format
msgid "The Rules in Detail"
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:647
#, no-c-format
msgid "DetectChar"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:649
#, no-c-format
msgid "Detect a single specific character. Commonly used for example to find the ends of quoted strings."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:651
#, no-c-format
msgid "&lt;DetectChar char=&quot;(character)&quot; (common attributes) (dynamic) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:652
#, no-c-format
msgid "The <userinput>char</userinput> attribute defines the character to match."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:658
#, no-c-format
msgid "Detect2Chars"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:660
#, no-c-format
msgid "Detect two specific characters in a defined order."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:661
#, no-c-format
msgid "&lt;Detect2Chars char=&quot;(character)&quot; char1=&quot;(character)&quot; (common attributes) (dynamic) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:662
#, no-c-format
msgid "The <userinput>char</userinput> attribute defines the first character to match, <userinput>char1</userinput> the second."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:668
#, no-c-format
msgid "AnyChar"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:670
#, no-c-format
msgid "Detect one character of a set of specified characters."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:671
#, no-c-format
msgid "&lt;AnyChar String=&quot;(string)&quot; (common attributes) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:672
#, no-c-format
msgid "The <userinput>String</userinput> attribute defines the set of characters."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:678
#, no-c-format
msgid "StringDetect"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:680
#, no-c-format
msgid "Detect an exact string."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:681
#, no-c-format
msgid "&lt;StringDetect String=&quot;(string)&quot; [insensitive=&quot;true|false&quot;] (common attributes) (dynamic) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:682 development.docbook:698
#, no-c-format
msgid "The <userinput>String</userinput> attribute defines the string to match. The <userinput>insensitive</userinput> attribute defaults to <emphasis>false</emphasis> and is passed to the string comparison function. If the value is <emphasis>true</emphasis> insensitive comparing is used."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:691
#, no-c-format
msgid "WordDetect"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:693
#, no-c-format
msgid "Detect an exact string but additionally require word boundaries such as a dot <userinput>'.'</userinput> or a whitespace on the beginning and the end of the word. Think of <userinput>\\b&lt;string&gt;\\b</userinput> in terms of a regular expression, but it is faster than the rule <userinput>RegExpr</userinput>."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:697
#, no-c-format
msgid "&lt;WordDetect String=&quot;(string)&quot; [insensitive=&quot;true|false&quot;] (common attributes) (dynamic) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:703
#, no-c-format
msgid "Since: Kate 3.5 (KDE 4.5)"
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:708
#, no-c-format
msgid "RegExpr"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:710
#, no-c-format
msgid "Matches against a regular expression."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:711
#, no-c-format
msgid "&lt;RegExpr String=&quot;(string)&quot; [insensitive=&quot;true|false&quot;] [minimal=&quot;true|false&quot;] (common attributes) (dynamic) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:712
#, no-c-format
msgid "The <userinput>String</userinput> attribute defines the regular expression."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:714
#, no-c-format
msgid "<userinput>insensitive</userinput> defaults to <emphasis>false</emphasis> and is passed to the regular expression engine."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:717
#, no-c-format
msgid "<userinput>minimal</userinput> defaults to <emphasis>false</emphasis> and is passed to the regular expression engine."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:720
#, no-c-format
msgid "Because the rules are always matched against the beginning of the current string, a regular expression starting with a caret (<literal>^</literal>) indicates that the rule should only be matched against the start of a line."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:724
#, no-c-format
msgid "See <link linkend=\"regular-expressions\">Regular Expressions</link> for more information on those."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:730
#, no-c-format
msgid "keyword"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:732
#, no-c-format
msgid "Detect a keyword from a specified list."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:733
#, no-c-format
msgid "&lt;keyword String=&quot;(list name)&quot; (common attributes) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:734
#, no-c-format
msgid "The <userinput>String</userinput> attribute identifies the keyword list by name. A list with that name must exist."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:736
#, no-c-format
msgid "The highlighting system processes keyword rules in a very optimized way. This makes it an absolute necessity that any keywords to be matched need to be surrounded by defined delimiters, either implied (the default delimiters), or explicitly specified within the <emphasis>additionalDeliminator</emphasis> property of the <emphasis>keywords</emphasis> tag."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:741
#, no-c-format
msgid "If a keyword to be matched shall contain a delimiter character, this respective character must be added to the <emphasis>weakDeliminator</emphasis> property of the <emphasis>keywords</emphasis> tag. This character will then loose its delimiter property in all <emphasis>keyword</emphasis> rules."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:749
#, no-c-format
msgid "<term>Int</term>"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:751
#, no-c-format
msgid "Detect an integer number."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:752
#, no-c-format
msgid "&lt;Int (common attributes) (dynamic) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:753
#, no-c-format
msgid "This rule has no specific attributes. Child rules are typically used to detect combinations of <userinput>L</userinput> and <userinput>U</userinput> after the number, indicating the integer type in program code. Actually all rules are allowed as child rules, though, the <acronym>DTD</acronym> only allows the child rule <userinput>StringDetect</userinput>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:758
#, no-c-format
msgid "The following example matches integer numbers follows by the character 'L'."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:759
#, no-c-format
msgid ""
"&lt;Int attribute=\"Decimal\" context=\"#stay\" &gt;\n"
" &lt;StringDetect attribute=\"Decimal\" context=\"#stay\" String=\"L\" insensitive=\"true\"/&gt;\n"
"&lt;/Int&gt;"
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:765
#, no-c-format
msgid "Float"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:767
#, no-c-format
msgid "Detect a floating point number."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:768
#, no-c-format
msgid "&lt;Float (common attributes) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:769
#, no-c-format
msgid "This rule has no specific attributes. <userinput>AnyChar</userinput> is allowed as a child rule and typically used to detect combinations, see rule <userinput>Int</userinput> for reference."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:776
#, no-c-format
msgid "HlCOct"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:778
#, no-c-format
msgid "Detect an octal point number representation."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:779
#, no-c-format
msgid "&lt;HlCOct (common attributes) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:780 development.docbook:789 development.docbook:798
#: development.docbook:819 development.docbook:886 development.docbook:901
#, no-c-format
msgid "This rule has no specific attributes."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:785
#, no-c-format
msgid "HlCHex"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:787
#, no-c-format
msgid "Detect a hexadecimal number representation."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:788
#, no-c-format
msgid "&lt;HlCHex (common attributes) /&gt;"
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:794
#, no-c-format
msgid "HlCStringChar"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:796
#, no-c-format
msgid "Detect an escaped character."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:797
#, no-c-format
msgid "&lt;HlCStringChar (common attributes) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:800
#, no-c-format
msgid "It matches literal representations of characters commonly used in program code, for example <userinput>\\n</userinput> (newline) or <userinput>\\t</userinput> (TAB)."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:804
#, no-c-format
msgid "The following characters will match if they follow a backslash (<literal>\\</literal>): <userinput>abefnrtv&quot;'?\\</userinput>. Additionally, escaped hexadecimal numbers such as for example <userinput>\\xff</userinput> and escaped octal numbers, for example <userinput>\\033</userinput> will match."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:815
#, no-c-format
msgid "HlCChar"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:817
#, no-c-format
msgid "Detect an C character."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:818
#, no-c-format
msgid "&lt;HlCChar (common attributes) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:821
#, no-c-format
msgid "It matches C characters enclosed in a tick (Example: <userinput>'c'</userinput>). The ticks may be a simple character or an escaped character. See HlCStringChar for matched escaped character sequences."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:829
#, no-c-format
msgid "RangeDetect"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:831
#, no-c-format
msgid "Detect a string with defined start and end characters."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:832
#, no-c-format
msgid "&lt;RangeDetect char=&quot;(character)&quot; char1=&quot;(character)&quot; (common attributes) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:833
#, no-c-format
msgid "<userinput>char</userinput> defines the character starting the range, <userinput>char1</userinput> the character ending the range."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:835
#, no-c-format
msgid "Useful to detect for example small quoted strings and the like, but note that since the highlighting engine works on one line at a time, this will not find strings spanning over a line break."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:842
#, no-c-format
msgid "LineContinue"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:844
#, no-c-format
msgid "Matches a specified char at the end of a line."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:845
#, no-c-format
msgid "&lt;LineContinue (common attributes) [char=\"\\\"] /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:846
#, no-c-format
msgid "<userinput>char</userinput> optional character to match, default is backslash (<userinput>'\\'</userinput>). New since KDE 4.13."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:848
#, no-c-format
msgid "This rule is useful for switching context at end of line. This is needed for example in C/C++ to continue macros or strings."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:854
#, no-c-format
msgid "IncludeRules"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:856
#, no-c-format
msgid "Include rules from another context or language/file."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:857
#, no-c-format
msgid "&lt;IncludeRules context=&quot;contextlink&quot; [includeAttrib=&quot;true|false&quot;] /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:859
#, no-c-format
msgid "The <userinput>context</userinput> attribute defines which context to include."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:860
#, no-c-format
msgid "If it is a simple string it includes all defined rules into the current context, example:"
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:861
#, no-c-format
msgid "&lt;IncludeRules context=&quot;anotherContext&quot; /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:863
#, no-c-format
msgid "If the string contains a <userinput>##</userinput> the highlight system will look for a context from another language definition with the given name, for example <programlisting>&lt;IncludeRules context=&quot;String##C++&quot; /&gt;</programlisting> would include the context <emphasis>String</emphasis> from the <emphasis>C++</emphasis> highlighting definition."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:870
#, no-c-format
msgid "If <userinput>includeAttrib</userinput> attribute is <emphasis>true</emphasis>, change the destination attribute to the one of the source. This is required to make, for example, commenting work, if text matched by the included context is a different highlight from the host context."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:881
#, no-c-format
msgid "DetectSpaces"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:883
#, no-c-format
msgid "Detect whitespaces."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:884
#, no-c-format
msgid "&lt;DetectSpaces (common attributes) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:887
#, no-c-format
msgid "Use this rule if you know that there can be several whitespaces ahead, for example in the beginning of indented lines. This rule will skip all whitespace at once, instead of testing multiple rules and skipping one at a time due to no match."
msgstr ""
#. Tag: term
#. +> trunk5 stable5
#: development.docbook:896
#, no-c-format
msgid "DetectIdentifier"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:898
#, no-c-format
msgid "Detect identifier strings (as a regular expression: [a-zA-Z_][a-zA-Z0-9_]*)."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:899
#, no-c-format
msgid "&lt;DetectIdentifier (common attributes) /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:902
#, no-c-format
msgid "Use this rule to skip a string of word characters at once, rather than testing with multiple rules and skipping one at a time due to no match."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:911
#, no-c-format
msgid "Tips &amp; Tricks"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:914
#, no-c-format
msgid "Once you have understood how the context switching works it will be easy to write highlight definitions. Though you should carefully check what rule you choose in what situation. Regular expressions are very mighty, but they are slow compared to the other rules. So you may consider the following tips."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:922
#, no-c-format
msgid "If you only match two characters use <userinput>Detect2Chars</userinput> instead of <userinput>StringDetect</userinput>. The same applies to <userinput>DetectChar</userinput>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:927
#, no-c-format
msgid "Regular expressions are easy to use but often there is another much faster way to achieve the same result. Consider you only want to match the character <userinput>'#'</userinput> if it is the first character in the line. A regular expression based solution would look like this: <programlisting>&lt;RegExpr attribute=&quot;Macro&quot; context=&quot;macro&quot; String=&quot;^\\s*#&quot; /&gt;</programlisting> You can achieve the same much faster in using: <programlisting>&lt;DetectChar attribute=&quot;Macro&quot; context=&quot;macro&quot; char=&quot;#&quot; firstNonSpace=&quot;true&quot; /&gt;</programlisting> If you want to match the regular expression <userinput>'^#'</userinput> you can still use <userinput>DetectChar</userinput> with the attribute <userinput>column=&quot;0&quot;</userinput>. The attribute <userinput>column</userinput> counts characters, so a tabulator is only one character."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:940
#, no-c-format
msgid "You can switch contexts without processing characters. Assume that you want to switch context when you meet the string <userinput>*/</userinput>, but need to process that string in the next context. The below rule will match, and the <userinput>lookAhead</userinput> attribute will cause the highlighter to keep the matched string for the next context."
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:945
#, no-c-format
msgid "&lt;Detect2Chars attribute=&quot;Comment&quot; context=&quot;#pop&quot; char=&quot;*&quot; char1=&quot;/&quot; lookAhead=&quot;true&quot; /&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:949
#, no-c-format
msgid "Use <userinput>DetectSpaces</userinput> if you know that many whitespaces occur."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:952
#, no-c-format
msgid "Use <userinput>DetectIdentifier</userinput> instead of the regular expression <userinput>'[a-zA-Z_]\\w*'</userinput>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:955
#, no-c-format
msgid "Use default styles whenever you can. This way the user will find a familiar environment."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:958
#, no-c-format
msgid "Look into other XML-files to see how other people implement tricky rules."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:961
#, no-c-format
msgid "You can validate every XML file by using the command <command>validatehl.sh language.xsd mySyntax.xml</command>. The files <filename>validatehl.sh</filename> and <filename>language.xsd</filename> are available in <ulink url=\"https://commits.kde.org/syntax-highlighting?path=data/schema\">Syntax Highlighting repository</ulink>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:969
#, no-c-format
msgid "If you repeat complex regular expression very often you can use <emphasis>ENTITIES</emphasis>. Example:"
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:971
#, no-c-format
msgid ""
"&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\n"
"&lt;!DOCTYPE language SYSTEM \"language.dtd\"\n"
"[\n"
" &lt;!ENTITY myref \"[A-Za-z_:][\\w.:_-]*\"&gt;\n"
"]&gt;"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:972
#, no-c-format
msgid "Now you can use <emphasis>&amp;myref;</emphasis> instead of the regular expression."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:984
#, no-c-format
msgid "Scripting with JavaScript"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:986
#, no-c-format
msgid "The &kappname; editor component is easily extensible by writing scripts. The scripting language is ECMAScript (widely known as JavaScript). &kappname; supports two kinds of scripts: indentation and command line scripts."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:993
#, no-c-format
msgid "Indentation Scripts"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:995
#, no-c-format
msgid "Indentation scripts - also referred as indenters - automatically indent the source code while typing text. As an example, after hitting the return key the indentation level often increases."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1001
#, no-c-format
msgid "The following sections describe step by step how to create the skeleton for a simple indenter. As a first step, create a new <filename>*.js</filename> file called &eg; <filename>javascript.js</filename> in the local home folder <filename>$<envar>XDG_DATA_HOME</envar>/katepart5/script/indentation</filename>. Therein, the environment variable <envar>XDG_DATA_HOME</envar> typically expands to either <filename>~/.local</filename> or <filename>~/.local/share</filename>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1009
#, no-c-format
msgid "On &Windows; these files are located in <filename>%USER%\\AppData\\Local\\katepart5\\indentation</filename>. <replaceable>%USERPROFILE%</replaceable> usually expands to <filename>C:\\\\Users\\\\<replaceable>user</replaceable></filename>."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1013
#, no-c-format
msgid "The Indentation Script Header"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1014
#, no-c-format
msgid ""
"The header of the file <filename>javascript.js</filename> is embedded as JSON at the beginning of the document as follows: <programlisting>\n"
"var katescript = {\n"
" \"name\": \"JavaScript\",\n"
" \"author\": \"Example Name &lt;example.name@some.address.org&gt;\",\n"
" \"license\": \"BSD License\",\n"
" \"revision\": 1,\n"
" \"kate-version\": \"5.1\",\n"
" \"required-syntax-style\": \"javascript\",\n"
" \"indent-languages\": [\"javascript\"],\n"
" \"priority\": 0,\n"
"}; // kate-script-header, must be at the start of the file without comments\n"
"</programlisting> Each entry is explained in detail now:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1021
#, no-c-format
msgid "<literal>name</literal> [required]: This is the indenter name that appears in the menu <menuchoice><guimenu>Tools</guimenu><guimenuitem>Indentation</guimenuitem></menuchoice> and in the configuration dialog."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1026 development.docbook:1149
#, no-c-format
msgid "<literal>author</literal> [optional]: The author's name and contact information."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1029
#, no-c-format
msgid "<literal>license</literal> [optional]: Short form of the license, such as BSD License or LGPLv3."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1032 development.docbook:1151
#, no-c-format
msgid "<literal>revision</literal> [required]: The revision of the script. This number should be increased whenever the script is modified."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1035 development.docbook:1152
#, no-c-format
msgid "<literal>kate-version</literal> [required]: Minimum required &kappname; version."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1038
#, no-c-format
msgid "<literal>required-syntax-style</literal> [optional]: The required syntax style, which matches the specified <literal>style</literal> in syntax highlighting files. This is important for indenters that rely on specific highlight information in the document. If a required syntax style is specified, the indenter is available only when the appropriate highlighter is active. This prevents <quote>undefined behavior</quote> caused by using the indenter without the expected highlighting schema. For instance, the Ruby indenter makes use of this in the files <filename>ruby.js</filename> and <filename>ruby.xml</filename>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1041
#, no-c-format
msgid "<literal>indent-languages</literal> [optional]: JSON array of syntax styles the indenter can indent correctly, &eg;: <literal>[\"c++\", \"java\"]</literal>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1044
#, no-c-format
msgid "<literal>priority</literal> [optional]: If several indenters are suited for a certain highlighted file, the priority decides which indenter is chosen as default indenter."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1053
#, no-c-format
msgid "The Indenter Source Code"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1054
#, no-c-format
msgid ""
"Having specified the header this section explains how the indentation scripting itself works. The basic skeleton of the body looks like this: <programlisting>\n"
"// required katepart js libraries, e.g. range.js if you use Range\n"
"require (\"range.js\");\n"
" \n"
"triggerCharacters = \"{}/:;\";\n"
"function indent(line, indentWidth, ch)\n"
"{\n"
" // called for each newline (ch == '\\n') and all characters specified in\n"
" // the global variable triggerCharacters. When calling <menuchoice><guimenu>Tools</guimenu><guimenuitem>Align</guimenuitem></menuchoice>\n"
" // the variable ch is empty, i.e. ch == ''.\n"
" //\n"
" // see also: Scripting API\n"
" return -2;\n"
"}\n"
"</programlisting> The function <function>indent()</function> has three parameters: "
"<itemizedlist> "
"<listitem>"
"<para><literal>line</literal>: the line that has to be indented</para>"
"</listitem>"
" "
"<listitem>"
"<para><literal>indentWidth</literal>: the indentation width in number of spaces</para>"
"</listitem>"
" "
"<listitem>"
"<para><literal>ch</literal>: either a newline character (<literal>ch == '\\n'</literal>), the trigger character specified in <literal>triggerCharacters</literal> or empty if the user invoked the action <menuchoice><guimenu>Tools</guimenu><guimenuitem>Align</guimenuitem></menuchoice>.</para>"
"</listitem>"
" </itemizedlist>"
" The return value of the <function>indent()</function> function specifies how the line will be indented. If the return value is a simple integer number, it is interpreted as follows: "
"<itemizedlist> "
"<listitem>"
"<para>return value <literal>-2</literal>: do nothing</para>"
"</listitem>"
" "
"<listitem>"
"<para>return value <literal>-1</literal>: keep indentation (searches for previous non-blank line)</para>"
"</listitem>"
" "
"<listitem>"
"<para>return value <literal> 0</literal>: numbers &gt;= 0 specify the indentation depth in spaces</para>"
"</listitem>"
" </itemizedlist>"
" Alternatively, an array of two elements can be returned: "
"<itemizedlist> "
"<listitem>"
"<para><literal>return [ indent, align ];</literal></para>"
"</listitem>"
" </itemizedlist>"
" In this case, the first element is the indentation depth as above with the same meaning of the special values. However, the second element is an absolute value representing a column for <quote>alignment</quote>. If this value is higher than the indent value, the difference represents a number of spaces to be added after the indentation of the first parameter. Otherwise, the second number is ignored. Using tabs and spaces for indentation is often referred to as <quote>mixed mode</quote>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1086
#, no-c-format
msgid ""
"Consider the following example: Assume using tabs to indent, and tab width is set to 4. Here, &lt;tab&gt; represents a tab and '.' a space: <programlisting>\n"
"1: &lt;tab&gt;&lt;tab&gt;foobar(\"hello\",\n"
"2: &lt;tab&gt;&lt;tab&gt;.......\"world\");\n"
"</programlisting> When indenting line 2, the <function>indent()</function> function returns [8, 15]. As result, two tabs are inserted to indent to column 8, and 7 spaces are added to align the second parameter under the first, so that it stays aligned if the file is viewed with a different tab width."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1096
#, no-c-format
msgid "A default &kde; installation ships &kappname; with several indenters. The corresponding JavaScript source code can be found in <filename>$<envar>XDG_DATA_DIRS</envar>/katepart5/script/indentation</filename>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1099
#, no-c-format
msgid "On &Windows; these files are located in <filename>%USER%\\AppData\\Local\\katepart5\\indentation</filename>. <replaceable>%USER%</replaceable> usually expands to <filename>C:\\\\Users\\\\<replaceable>user</replaceable></filename>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1103
#, no-c-format
msgid "Developing an indenter requires reloading the scripts to see whether the changes behave appropriately. Instead of restarting the application, simply switch to the command line and invoke the command <command>reload-scripts</command>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1109 development.docbook:1215
#, no-c-format
msgid "If you develop useful scripts please consider contributing to the &kappname; Project by <ulink url=\"mailto:kwrite-devel@kde.org\">contacting the mailing list</ulink>."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1118
#, no-c-format
msgid "Command Line Scripts"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1120
#, no-c-format
msgid "As it is hard to satisfy everyone's needs, &kappname; supports little helper tools for quick text manipulation through the <link linkend=\"advanced-editing-tools-commandline\">built-in command line</link>. For instance, the command <command>sort</command> is implemented as a script. This section explains how to create <filename>*.js</filename> files to extend &kappname; with arbitrary helper scripts."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1129
#, no-c-format
msgid "Command line scripts are located in the same folder as indentation scripts. So as a first step, create a new <filename>*.js</filename> file called <filename>myutils.js</filename> in the local home folder <filename>$<envar>XDG_DATA_HOME</envar>/katepart5/script/commands</filename>. Therein, the environment variable <envar>XDG_DATA_HOME</envar> typically expands to either <filename>~/.local</filename> or <filename>~/.local/share</filename>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1136
#, no-c-format
msgid "On &Windows; these files are located in <filename>%USER%\\AppData\\Local\\katepart5\\commands</filename>. <replaceable>%USER%</replaceable> usually expands to <filename>C:\\\\Users\\\\<replaceable>user</replaceable></filename>."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1141
#, no-c-format
msgid "The Command Line Script Header"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1142
#, no-c-format
msgid ""
"The header of each command line script is embedded in JSON at the beginning of the script as follows: <programlisting>\n"
"var katescript = {\n"
" \"author\": \"Example Name &lt;example.name@some.address.org&gt;\",\n"
" \"license\": \"LGPLv2+\",\n"
" \"revision\": 1,\n"
" \"kate-version\": \"5.1\",\n"
" \"functions\": [\"sort\", \"moveLinesDown\"],\n"
" \"actions\": [\n"
" { \"function\": \"sort\",\n"
" \"name\": \"Sort Selected Text\",\n"
" \"category\": \"Editing\",\n"
" \"interactive\": \"false\"\n"
" },\n"
" { \"function\": \"moveLinesDown\",\n"
" \"name\": \"Move Lines Down\",\n"
" \"category\": \"Editing\",\n"
" \"shortcut\": \"Ctrl+Shift+Down\",\n"
" \"interactive\": \"false\"\n"
" }\n"
" ]\n"
"}; // kate-script-header, must be at the start of the file without comments\n"
"</programlisting> Each entry is explained in detail now:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1150
#, no-c-format
msgid "<literal>license</literal> [optional]: Short form of the license, such as BSD License or LGPLv2."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1153
#, no-c-format
msgid "<literal>functions</literal> [required]: JSON array of commands in the script."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1154
#, no-c-format
msgid "<literal>actions</literal> [optional]: JSON Array of JSON objects that defines the actions that appear in the application menu. Detailed information is provided in the section <link linkend=\"advanced-editing-tools-commandline\">Binding Shortcuts</link>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1158
#, no-c-format
msgid "Since the value of <literal>functions</literal> is a JSON array, a single script is able to contain an arbitrary number of command line commands. Each function is available through &kappname;'s <link linkend=\"advanced-editing-tools-commandline\">built-in command line</link>."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1166
#, no-c-format
msgid "The Script Source Code"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1168
#, no-c-format
msgid "All functions specified in the header have to be implemented in the script. For instance, the script file from the example above needs to implement the two functions <command>sort</command> and <command>moveLinesDown</command>. All functions have the following syntax:"
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:1174
#, no-c-format
msgid ""
"// required katepart js libraries, e.g. range.js if you use Range\n"
"require (\"range.js\");\n"
"\n"
"function &lt;name&gt;(arg1, arg2, ...)\n"
"{\n"
" // ... implementation, see also: Scripting API\n"
"}"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1177
#, no-c-format
msgid ""
"Arguments in the command line are passed to the function as <parameter>arg1</parameter>, <parameter>arg2</parameter>, etc. In order to provide documentation for each command, simply implement the '<function>help</function>' function as follows: <programlisting>\n"
"function help(cmd)\n"
"{\n"
" if (cmd == \"sort\") {\n"
" return i18n(\"Sort the selected text.\");\n"
" } else if (cmd == \"...\") {\n"
" // ...\n"
" }\n"
"}\n"
"</programlisting> Executing <command>help sort</command> in the command line then calls this help function with the argument <parameter>cmd</parameter> set to the given command, &ie; <parameter>cmd == \"sort\"</parameter>. &kappname; then presents the returned text as documentation to the user. Make sure to <link linkend=\"dev-scripting-api-i18n\">translate the strings</link>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1192
#, no-c-format
msgid "Developing a command line script requires reloading the scripts to see whether the changes behave appropriately. Instead of restarting the application, simply switch to the command line and invoke the command <command>reload-scripts</command>."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1199
#, no-c-format
msgid "Binding Shortcuts"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1200
#, no-c-format
msgid ""
"In order to make the scripts accessible in the application menu and assign shortcuts, the script needs to provide an appropriate script header. In the above example, both functions <literal>sort</literal> and <literal>moveLinesDown</literal> appear in the menu due to the following part in the script header: <programlisting>\n"
"var katescript = {\n"
" ...\n"
" \"actions\": [\n"
" { \"function\": \"sort\",\n"
" \"name\": \"Sort Selected Text\",\n"
" \"icon\": \"\",\n"
" \"category\": \"Editing\",\n"
" \"interactive\": \"false\"\n"
" },\n"
" { \"function\": \"moveLinesDown\",\n"
" \"name\": \"Move Lines Down\",\n"
" \"icon\": \"\",\n"
" \"category\": \"Editing\",\n"
" \"shortcut\": \"Ctrl+Shift+Down\",\n"
" \"interactive\": \"false\"\n"
" }\n"
" ]\n"
"};\n"
"</programlisting> The fields for one action are as follows:"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1206
#, no-c-format
msgid "<literal>function</literal> [required]: The function that should appear in the menu <menuchoice><guimenu>Tools</guimenu> <guisubmenu>Scripts</guisubmenu></menuchoice>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1207
#, no-c-format
msgid "<literal>name</literal> [required]: The text appears in the script menu."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1208
#, no-c-format
msgid "<literal>icon</literal> [optional]: The icon appears next to the text in the menu. All &kde; icon names can be used here."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1209
#, no-c-format
msgid "<literal>category</literal> [optional]: If a category is specified, the script appears in a submenu."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1210
#, no-c-format
msgid "<literal>shortcut</literal> [optional]: The shortcut given here is the default shortcut. Example: <literal>Ctrl+Alt+t</literal>. See the <ulink url=\"http://qt-project.org/doc/qt-5/qt.html#Key-enum\">Qt documentation</ulink> for further details."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1211
#, no-c-format
msgid "<literal>interactive</literal> [optional]: If the script needs user input in the command line, set this to <literal>true</literal>."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1225
#, no-c-format
msgid "Scripting API"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1227
#, no-c-format
msgid "The scripting API presented here is available to all scripts, &ie; indentation scripts and command line commands. The <classname>Cursor</classname> and <classname>Range</classname> classes are provided by library files in <filename>$<envar>XDG_DATA_DIRS</envar>/katepart5/libraries</filename>. If you want to use them in your script, which needs to use some of the <classname>Document</classname> or <classname>View</classname> functions, please include the necessary library by using:"
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:1233
#, no-c-format
msgid ""
"// required katepart js libraries, e.g. range.js if you use Range\n"
"require (\"range.js\");"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1236
#, no-c-format
msgid "To extend the standard scripting API with your own functions and prototypes simply create a new file in &kde;'s local configuration folder <filename>$<envar>XDG_DATA_HOME</envar>/katepart5/libraries</filename> and include it into your script using:"
msgstr ""
#. Tag: programlisting
#. +> trunk5 stable5
#: development.docbook:1241
#, no-c-format
msgid "require (\"myscriptnamehere.js\");"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1245
#, no-c-format
msgid "On &Windows; these files are located in <filename>%USER%\\AppData\\Local\\katepart5\\libraries</filename>. <replaceable>%USER%</replaceable> usually expands to <filename>C:\\\\Users\\\\<replaceable>user</replaceable></filename>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1248
#, no-c-format
msgid "To extend existing prototypes like <classname>Cursor</classname> or <classname>Range</classname>, the recommended way is to <emphasis>not</emphasis> modify the global <filename>*.js</filename> files. Instead, change the <classname>Cursor</classname> prototype in JavaScript after the <filename>cursor.js</filename> is included into your script via <literal>require</literal>."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1257
#, no-c-format
msgid "Cursors and Ranges"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1259
#, no-c-format
msgid "As &kappname; is a text editor, all the scripting API is based on cursors and ranges whenever possible. A Cursor is a simple <literal>(line, column)</literal> tuple representing a text position in the document. A Range spans text from a starting cursor position to an ending cursor position. The API is explained in detail in the next sections."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1268
#, no-c-format
msgid "The Cursor Prototype"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1271
#, no-c-format
msgid "Cursor();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1272
#, no-c-format
msgid "Constructor. Returns a Cursor at position <literal>(0, 0)</literal>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1274
#, no-c-format
msgid "Example: <function>var cursor = new Cursor();</function>"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1280
#, no-c-format
msgid "Cursor(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1281
#, no-c-format
msgid "Constructor. Returns a Cursor at position (line, column)."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1284
#, no-c-format
msgid "Example: <function>var cursor = new Cursor(3, 42);</function>"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1290
#, no-c-format
msgid "Cursor(<parameter>Cursor <replaceable>other</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1291
#, no-c-format
msgid "Copy constructor. Returns a copy of the cursor <replaceable>other</replaceable>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1294
#, no-c-format
msgid "Example: <function>var copy = new Cursor(other);</function>"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1300
#, no-c-format
msgid "Cursor Cursor.clone();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1301
#, no-c-format
msgid "Returns a clone of the cursor."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1303
#, no-c-format
msgid "Example: <function>var clone = cursor.clone();</function>"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1309
#, no-c-format
msgid "Cursor.setPosition(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1310
#, no-c-format
msgid "Sets the cursor position to <replaceable>line</replaceable> and <replaceable>column</replaceable>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1312 development.docbook:1424
#, no-c-format
msgid "Since: &kde; 4.11"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1319
#, no-c-format
msgid "bool Cursor.isValid();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1320
#, no-c-format
msgid "Check whether the cursor is valid. The cursor is invalid, if line and/or column are set to <literal>-1</literal>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1324
#, no-c-format
msgid "Example: <function>var valid = cursor.isValid();</function>"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1331
#, no-c-format
msgid "Cursor Cursor.invalid();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1332
#, no-c-format
msgid "Returns a new invalid cursor located at <literal>(-1, -1)</literal>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1335
#, no-c-format
msgid "Example: <function>var invalidCursor = cursor.invalid();</function>"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1340
#, no-c-format
msgid "int Cursor.compareTo(<parameter>Cursor <replaceable>other</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1341
#, no-c-format
msgid "Compares this cursor to the cursor <replaceable>other</replaceable>. Returns"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1344
#, no-c-format
msgid "<literal>-1</literal>, if this cursor is located before the cursor <replaceable>other</replaceable>,"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1345
#, no-c-format
msgid "<literal>0</literal>, if both cursors equal and"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1346
#, no-c-format
msgid "<literal>+1</literal>, if this cursor is located after the cursor <replaceable>other</replaceable>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1353
#, no-c-format
msgid "bool Cursor.equals(<parameter>Cursor <replaceable>other</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1354
#, no-c-format
msgid "Returns <literal>true</literal>, if this cursor and the cursor <replaceable>other</replaceable> are equal, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1362
#, no-c-format
msgid "String Cursor.toString();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1363
#, no-c-format
msgid "Returns the cursor as a string of the form <quote><literal>Cursor(line, column)</literal></quote>."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1372
#, no-c-format
msgid "The Range Prototype"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1375
#, no-c-format
msgid "Range();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1376
#, no-c-format
msgid "Constructor. Calling <literal>new Range()</literal> returns a Range at (0, 0) - (0, 0)."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1383
#, no-c-format
msgid "Range(<parameter>Cursor <replaceable>start</replaceable></parameter>, <parameter>Cursor <replaceable>end</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1384
#, no-c-format
msgid "Constructor. Calling <literal>new Range(<replaceable>start</replaceable>, <replaceable>end</replaceable>)</literal> returns the Range (<replaceable>start</replaceable>, <replaceable>end</replaceable>)."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1391
#, no-c-format
msgid "Range(<parameter>int <replaceable>startLine</replaceable></parameter>, <parameter>int <replaceable>startColumn</replaceable></parameter>, <parameter>int <replaceable>endLine</replaceable></parameter>, <parameter>int <replaceable>endColumn</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1392
#, no-c-format
msgid "Constructor. Calling <literal>new Range(<replaceable>startLine</replaceable>, <replaceable>startColumn</replaceable>, <replaceable>endLine</replaceable>, <replaceable>endColumn</replaceable>)</literal> returns the Range from (<replaceable>startLine</replaceable>, <replaceable>startColumn</replaceable>) to (<replaceable>endLine</replaceable>, <replaceable>endColumn</replaceable>)."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1400
#, no-c-format
msgid "Range(<parameter>Range <replaceable>other</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1401
#, no-c-format
msgid "Copy constructor. Returns a copy of Range <replaceable>other</replaceable>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1408
#, no-c-format
msgid "Range Range.clone();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1409
#, no-c-format
msgid "Returns a clone of the range."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1412
#, no-c-format
msgid "Example: <function>var clone = range.clone();</function>"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1418
#, no-c-format
msgid "bool Range.isEmpty();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1419
#, no-c-format
msgid "Returns <literal>true</literal>, if the start and end cursors are equal."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1422
#, no-c-format
msgid "Example: <function>var empty = range.isEmpty();</function>"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1431
#, no-c-format
msgid "bool Range.isValid();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1432
#, no-c-format
msgid "Returns <literal>true</literal>, if both start and end cursor are valid, otherwise <literal>false</literal>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1435
#, no-c-format
msgid "Example: <function>var valid = range.isValid();</function>"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1441
#, no-c-format
msgid "Range Range.invalid();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1442
#, no-c-format
msgid "Returns the Range from (-1, -1) to (-1, -1)."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1449
#, no-c-format
msgid "bool Range.contains(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1450
#, no-c-format
msgid "Returns <literal>true</literal>, if this range contains the cursor position, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1457
#, no-c-format
msgid "bool Range.contains(<parameter>Range <replaceable>other</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1458
#, no-c-format
msgid "Returns <literal>true</literal>, if this range contains the Range <replaceable>other</replaceable>, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1466
#, no-c-format
msgid "bool Range.containsColumn(<parameter>int <replaceable>column</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1467
#, no-c-format
msgid "Returns <literal>true</literal>, if <replaceable>column</replaceable> is in the half open interval <literal>[start.column, end.column)</literal>, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1475
#, no-c-format
msgid "bool Range.containsLine(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1476
#, no-c-format
msgid "Returns <literal>true</literal>, if <replaceable>line</replaceable> is in the half open interval <literal>[start.line, end.line)</literal>, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1484
#, no-c-format
msgid "bool Range.overlaps(<parameter>Range <replaceable>other</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1485
#, no-c-format
msgid "Returns <literal>true</literal>, if this range and the range <replaceable>other</replaceable> share a common region, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1493
#, no-c-format
msgid "bool Range.overlapsLine(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1494
#, no-c-format
msgid "Returns <literal>true</literal>, if <replaceable>line</replaceable> is in the interval <literal>[start.line, end.line]</literal>, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1502
#, no-c-format
msgid "bool Range.overlapsColumn(<parameter>int <replaceable>column</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1503
#, no-c-format
msgid "Returns <literal>true</literal>, if <replaceable>column</replaceable> is in the interval <literal>[start.column, end.column]</literal>, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1511
#, no-c-format
msgid "bool Range.onSingleLine();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1512
#, no-c-format
msgid "Returns <literal>true</literal>, if the range starts and ends at the same line, &ie; if <replaceable>Range.start.line == Range.end.line</replaceable>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1516 development.docbook:1854 development.docbook:1993
#, no-c-format
msgid "Since: &kde; 4.9"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1523
#, no-c-format
msgid "bool Range.equals(<parameter>Range <replaceable>other</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1524
#, no-c-format
msgid "Returns <literal>true</literal>, if this range and the Range <replaceable>other</replaceable> are equal, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1532
#, no-c-format
msgid "String Range.toString();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1533
#, no-c-format
msgid "Returns the range as a string of the form <quote><literal>Range(Cursor(line, column), Cursor(line, column))</literal></quote>."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1542
#, no-c-format
msgid "Global Functions"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1543
#, no-c-format
msgid "This section lists all global functions."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1547
#, no-c-format
msgid "Reading &amp; Including Files"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1550
#, no-c-format
msgid "String read(<parameter>String <replaceable>file</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1551
#, no-c-format
msgid "Will search the given <replaceable>file</replaceable> relative to the <literal>katepart/script/files</literal> directory and return its content as a string."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1557
#, no-c-format
msgid "void require(<parameter>String <replaceable>file</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1558
#, no-c-format
msgid "Will search the given <replaceable>file</replaceable> relative to the <literal>katepart/script/libraries</literal> directory and evaluate it. <literal>require</literal> is internally guarded against multiple inclusions of the same <replaceable>file</replaceable>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1562
#, no-c-format
msgid "Since: &kde; 4.10"
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1571
#, no-c-format
msgid "Debugging"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1574
#, no-c-format
msgid "void debug(<parameter>String <replaceable>text</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1575
#, no-c-format
msgid "Prints <replaceable>text</replaceable> to <literal>stdout</literal> in the console launching the application."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1584
#, no-c-format
msgid "Translation"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1586
#, no-c-format
msgid "In order to support full localization, there are several functions to translate strings in scripts, namely <literal>i18n</literal>, <literal>i18nc</literal>, <literal>i18np</literal> and <literal>i18ncp</literal>. These functions behave exactly like <ulink url=\"http://techbase.kde.org/Development/Tutorials/Localization/i18n\"> &kde;'s translation functions</ulink>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1593
#, no-c-format
msgid "The translation functions translate the wrapped strings through &kde;'s translation system to the language used in the application. Strings in scripts being developed in the official &kappname; sources are automatically extracted and translatable. In other words, as a &kappname; developer you do not have to bother with message extraction and translation. It should be noted though, that the translation only works inside the &kde; infrastructure, &ie;, new strings in 3rd-party scripts developed outside of &kde; are not translated. Therefore, please consider contributing your scripts to &kate; such that proper translation is possible."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1605
#, no-c-format
msgid "void i18n(<parameter>String <replaceable>text</replaceable></parameter>, <replaceable>arg1</replaceable>, ...);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1606
#, no-c-format
msgid "Translates <replaceable>text</replaceable> into the language used by the application. The arguments <replaceable>arg1</replaceable>, ..., are optional and used to replace the placeholders <literal>%1</literal>, <literal>%2</literal>, etc."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1613
#, no-c-format
msgid "void i18nc(<parameter>String <replaceable>context</replaceable></parameter>, <parameter>String <replaceable>text</replaceable></parameter>, <replaceable>arg1</replaceable>, ...);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1614
#, no-c-format
msgid "Translates <replaceable>text</replaceable> into the language used by the application. Additionally, the string <replaceable>context</replaceable> is visible to translators so they can provide a better translation. The arguments <replaceable>arg1</replaceable>, ..., are optional and used to replace the placeholders <literal>%1</literal>, <literal>%2</literal>, etc."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1623
#, no-c-format
msgid "void i18np(<parameter>String <replaceable>singular</replaceable></parameter>, <parameter>String <replaceable>plural</replaceable></parameter>, <parameter>int <replaceable>number</replaceable></parameter>, <replaceable>arg1</replaceable>, ...);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1624
#, no-c-format
msgid "Translates either <replaceable>singular</replaceable> or <replaceable>plural</replaceable> into the language used by the application, depending on the given <replaceable>number</replaceable>. The arguments <replaceable>arg1</replaceable>, ..., are optional and used to replace the placeholders <literal>%1</literal>, <literal>%2</literal>, etc."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1633
#, no-c-format
msgid "void i18ncp(<parameter>String <replaceable>context</replaceable></parameter>, <parameter>String <replaceable>singular</replaceable></parameter>, <parameter>String <replaceable>plural</replaceable></parameter>, <parameter>int <replaceable>number</replaceable></parameter>, <replaceable>arg1</replaceable>, ...);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1634
#, no-c-format
msgid "Translates either <replaceable>singular</replaceable> or <replaceable>plural</replaceable> into the language used by the application, depending on the given <replaceable>number</replaceable>. Additionally, the string <replaceable>context</replaceable> is visible to translators so they can provide a better translation. The arguments <replaceable>arg1</replaceable>, ..., are optional and used to replace the placeholders <literal>%1</literal>, <literal>%2</literal>, etc."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1648
#, no-c-format
msgid "The View API"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1649
#, no-c-format
msgid "Whenever a script is being executed, there is a global variable <quote><literal>view</literal></quote> representing the current active editor view. The following is a list of all available View functions."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1654
#, no-c-format
msgid "<function>Cursor view.cursorPosition()</function>"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1655
#, no-c-format
msgid "Returns the current cursor position in the view."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1660
#, no-c-format
msgid ""
"void view.setCursorPosition(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"void view.setCursorPosition(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1661
#, no-c-format
msgid "Set the current cursor position to either (line, column) or to the given cursor."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1668
#, no-c-format
msgid "Cursor view.virtualCursorPosition();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1669
#, no-c-format
msgid "Returns the virtual cursor position with each tab counting the corresponding amount of spaces depending on the current tab width."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1676
#, no-c-format
msgid ""
"void view.setVirtualCursorPosition(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"void view.setVirtualCursorPosition(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1677
#, no-c-format
msgid "Set the current virtual cursor position to (line, column) or to the given cursor."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1684
#, no-c-format
msgid "String view.selectedText();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1685
#, no-c-format
msgid "Returns the selected text. If no text is selected, the returned string is empty."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1692
#, no-c-format
msgid "bool view.hasSelection();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1693
#, no-c-format
msgid "Returns <literal>true</literal>, if the view has selected text, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1700
#, no-c-format
msgid "Range view.selection();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1701
#, no-c-format
msgid "Returns the selected text range. The returned range is invalid if there is no selected text."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1709
#, no-c-format
msgid "void view.setSelection(<parameter>Range <replaceable>range</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1710
#, no-c-format
msgid "Set the selected text to the given range."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1717
#, no-c-format
msgid "void view.removeSelectedText();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1718
#, no-c-format
msgid "Remove the selected text. If the view does not have any selected text, this does nothing."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1726
#, no-c-format
msgid "void view.selectAll();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1727
#, no-c-format
msgid "Selects the entire text in the document."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1734
#, no-c-format
msgid "void view.clearSelection();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1735
#, no-c-format
msgid "Clears the text selection without removing the text."
msgstr ""
#. Tag: title
#. +> trunk5 stable5
#: development.docbook:1743
#, no-c-format
msgid "The Document API"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1744
#, no-c-format
msgid "Whenever a script is being executed, there is a global variable <quote><literal>document</literal></quote> representing the current active document. The following is a list of all available Document functions."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1750
#, no-c-format
msgid "String document.fileName();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1751
#, no-c-format
msgid "Returns the document's filename or an empty string for unsaved text buffers."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1758
#, no-c-format
msgid "String document.url();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1759
#, no-c-format
msgid "Returns the document's full url or an empty string for unsaved text buffers."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1766
#, no-c-format
msgid "String document.mimeType();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1767
#, no-c-format
msgid "Returns the document's mime type or the mime type <literal>application/octet-stream</literal> if no appropriate mime type could be found."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1775
#, no-c-format
msgid "String document.encoding();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1776
#, no-c-format
msgid "Returns the currently used encoding to save the file."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1782
#, no-c-format
msgid "String document.highlightingMode();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1783
#, no-c-format
msgid "Returns the global highlighting mode used for the whole document."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1789
#, no-c-format
msgid "String document.highlightingModeAt(<parameter>Cursor <replaceable>pos</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1790
#, no-c-format
msgid "Returns the highlighting mode used at the given position in the document."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1796
#, no-c-format
msgid "Array document.embeddedHighlightingModes();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1797
#, no-c-format
msgid "Returns an array of highlighting modes embedded in this document."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1803
#, no-c-format
msgid "bool document.isModified();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1804
#, no-c-format
msgid "Returns <literal>true</literal>, if the document has unsaved changes (modified), otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1811
#, no-c-format
msgid "String document.text();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1812
#, no-c-format
msgid "Returns the entire content of the document in a single text string. Newlines are marked with the newline character <quote><literal>\\n</literal></quote>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1820
#, no-c-format
msgid ""
"String document.text(<parameter>int <replaceable>fromLine</replaceable></parameter>, <parameter>int <replaceable>fromColumn</replaceable></parameter>, <parameter>int <replaceable>toLine</replaceable></parameter>, <parameter>int <replaceable>toColumn</replaceable></parameter>);\n"
"String document.text(<parameter>Cursor <replaceable>from</replaceable></parameter>, <parameter>Cursor <replaceable>to</replaceable></parameter>);\n"
"String document.text(<parameter>Range <replaceable>range</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1821
#, no-c-format
msgid "Returns the text in the given range. It is recommended to use the cursor and range based version for better readability of the source code."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1829
#, no-c-format
msgid "String document.line(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1830
#, no-c-format
msgid "Returns the given text line as string. The string is empty if the requested line is out of range."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1838
#, no-c-format
msgid ""
"String document.wordAt(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"String document.wordAt(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1839
#, no-c-format
msgid "Returns the word at the given cursor position."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1847
#, no-c-format
msgid ""
"Range document.wordRangeAt(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"Range document.wordRangeAt(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1849
#, no-c-format
msgid "Return the range of the word at the given cursor position. The returned range is invalid (see Range.isValid()), if the text position is after the end of a line. If there is no word at the given cursor, an empty range is returned."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1862
#, no-c-format
msgid ""
"String document.charAt(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"String document.charAt(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1863
#, no-c-format
msgid "Returns the character at the given cursor position."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1870
#, no-c-format
msgid "String document.firstChar(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1871
#, no-c-format
msgid "Returns the first character in the given <replaceable>line</replaceable> that is not a whitespace. The first character is at column 0. If the line is empty or only contains whitespace characters, the returned string is empty."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1881
#, no-c-format
msgid "String document.lastChar(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1882
#, no-c-format
msgid "Returns the last character in the given <replaceable>line</replaceable> that is not a whitespace. If the line is empty or only contains whitespace characters, the returned string is empty."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1891
#, no-c-format
msgid ""
"bool document.isSpace(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"bool document.isSpace(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1892
#, no-c-format
msgid "Returns <literal>true</literal>, if the character at the given cursor position is a whitespace, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1900
#, no-c-format
msgid ""
"bool document.matchesAt(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>, <parameter>String <replaceable>text</replaceable></parameter>);\n"
"bool document.matchesAt(<parameter>Cursor <replaceable>cursor</replaceable></parameter>, <parameter>String <replaceable>text</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1901
#, no-c-format
msgid "Returns <literal>true</literal>, if the given <replaceable>text</replaceable> matches at the corresponding cursor position, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1909
#, no-c-format
msgid "bool document.startsWith(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>String <replaceable>text</replaceable></parameter>, <parameter>bool <replaceable>skipWhiteSpaces</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1910
#, no-c-format
msgid "Returns <literal>true</literal>, if the line starts with <replaceable>text</replaceable>, otherwise <literal>false</literal>. The argument <replaceable>skipWhiteSpaces</replaceable> controls whether leading whitespaces are ignored."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1918
#, no-c-format
msgid "bool document.endsWith(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>String <replaceable>text</replaceable></parameter>, <parameter>bool <replaceable>skipWhiteSpaces</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1919
#, no-c-format
msgid "Returns <literal>true</literal>, if the line ends with <replaceable>text</replaceable>, otherwise <literal>false</literal>. The argument <replaceable>skipWhiteSpaces</replaceable> controls whether trailing whitespaces are ignored."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1927
#, no-c-format
msgid "bool document.setText(<parameter>String <replaceable>text</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1928
#, no-c-format
msgid "Sets the entire document text."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1935
#, no-c-format
msgid "bool document.clear();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1936
#, no-c-format
msgid "Removes the entire text in the document."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1943
#, no-c-format
msgid ""
"bool document.truncate(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"bool document.truncate(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1944
#, no-c-format
msgid "Truncate the given line at the given column or cursor position. Returns <literal>true</literal> on success, or <literal>false</literal> if the given line is not part of the document range."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1952
#, no-c-format
msgid ""
"bool document.insertText(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>, <parameter>String <replaceable>text</replaceable></parameter>);\n"
"bool document.insertText(<parameter>Cursor <replaceable>cursor</replaceable></parameter>, <parameter>String <replaceable>text</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1953
#, no-c-format
msgid "Inserts the <replaceable>text</replaceable> at the given cursor position. Returns <literal>true</literal> on success, or <literal>false</literal>, if the document is in read-only mode."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1961
#, no-c-format
msgid ""
"bool document.removeText(<parameter>int <replaceable>fromLine</replaceable></parameter>, <parameter>int <replaceable>fromColumn</replaceable></parameter>, <parameter>int <replaceable>toLine</replaceable></parameter>, <parameter>int <replaceable>toColumn</replaceable></parameter>);\n"
"bool document.removeText(<parameter>Cursor <replaceable>from</replaceable></parameter>, <parameter>Cursor <replaceable>to</replaceable></parameter>);\n"
"bool document.removeText(<parameter>Range <replaceable>range</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1962
#, no-c-format
msgid "Removes the text in the given range. Returns <literal>true</literal> on success, or <literal>false</literal>, if the document is in read-only mode."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1970
#, no-c-format
msgid "bool document.insertLine(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>String <replaceable>text</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1971
#, no-c-format
msgid "Inserts text in the given line. Returns <literal>true</literal> on success, or <literal>false</literal>, if the document is in read-only mode or the line is not in the document range."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1979
#, no-c-format
msgid "bool document.removeLine(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1980
#, no-c-format
msgid "Removes the given text line. Returns <literal>true</literal> on success, or <literal>false</literal>, if the document is in read-only mode or the line is not in the document range."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:1988
#, no-c-format
msgid ""
"bool document.wrapLine(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"bool document.wrapLine(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:1989
#, no-c-format
msgid "Wraps the line at the given cursor position. Returns <literal>true</literal> on success, otherwise <literal>false</literal>, &eg; if line &lt; 0."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2001
#, no-c-format
msgid "void document.joinLines(<parameter>int <replaceable>startLine</replaceable></parameter>, <parameter>int <replaceable>endLine</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2002
#, no-c-format
msgid "Joins the lines from <replaceable>startLine</replaceable> to <replaceable>endLine</replaceable>. Two succeeding text lines are always separated with a single space."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2010
#, no-c-format
msgid "int document.lines();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2011
#, no-c-format
msgid "Returns the number of lines in the document."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2018
#, no-c-format
msgid "bool document.isLineModified(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2019
#, no-c-format
msgid "Returns <literal>true</literal>, if <replaceable>line</replaceable> currently contains unsaved data."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2022 development.docbook:2034 development.docbook:2045
#: development.docbook:2057 development.docbook:2231
#, no-c-format
msgid "Since: &kde; 5.0"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2029
#, no-c-format
msgid "bool document.isLineSaved(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2030
#, no-c-format
msgid "Returns <literal>true</literal>, if <replaceable>line</replaceable> was changed, but the document was saved. Hence, the line currently does not contain any unsaved data."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2041
#, no-c-format
msgid "bool document.isLineTouched(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2042
#, no-c-format
msgid "Returns <literal>true</literal>, if <replaceable>line</replaceable> currently contains unsaved data or was changed before."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2052
#, no-c-format
msgid "bool document.findTouchedLine(<parameter>int <replaceable>startLine</replaceable></parameter>, <parameter>bool <replaceable>down</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2053
#, no-c-format
msgid "Search for the next touched line starting at <replaceable>line</replaceable>. The search is performed either upwards or downwards depending on the search direction specified in <replaceable>down</replaceable>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2064
#, no-c-format
msgid "int document.length();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2065
#, no-c-format
msgid "Returns the number of characters in the document."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2072
#, no-c-format
msgid "int document.lineLength(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2073
#, no-c-format
msgid "Returns the <replaceable>line</replaceable>'s length."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2080
#, no-c-format
msgid "void document.editBegin();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2081
#, no-c-format
msgid "Starts an edit group for undo/redo grouping. Make sure to always call <function>editEnd()</function> as often as you call <function>editBegin()</function>. Calling <function>editBegin()</function> internally uses a reference counter, &ie;, this call can be nested."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2091
#, no-c-format
msgid "void document.editEnd();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2092
#, no-c-format
msgid "Ends an edit group. The last call of <function>editEnd()</function> (&ie; the one for the first call of <function>editBegin()</function>) finishes the edit step."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2101
#, no-c-format
msgid "int document.firstColumn(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2102
#, no-c-format
msgid "Returns the first non-whitespace column in the given <replaceable>line</replaceable>. If there are only whitespaces in the line, the return value is <literal>-1</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2110
#, no-c-format
msgid "int document.lastColumn(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2111
#, no-c-format
msgid "Returns the last non-whitespace column in the given <replaceable>line</replaceable>. If there are only whitespaces in the line, the return value is <literal>-1</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2119
#, no-c-format
msgid ""
"int document.prevNonSpaceColumn(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"int document.prevNonSpaceColumn(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2120
#, no-c-format
msgid "Returns the column with a non-whitespace character starting at the given cursor position and searching backwards."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2128
#, no-c-format
msgid ""
"int document.nextNonSpaceColumn(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"int document.nextNonSpaceColumn(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2129
#, no-c-format
msgid "Returns the column with a non-whitespace character starting at the given cursor position and searching forwards."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2137
#, no-c-format
msgid "int document.prevNonEmptyLine(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2138
#, no-c-format
msgid "Returns the next non-empty line containing non-whitespace characters searching backwards."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2146
#, no-c-format
msgid "int document.nextNonEmptyLine(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2147
#, no-c-format
msgid "Returns the next non-empty line containing non-whitespace characters searching forwards."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2155
#, no-c-format
msgid "bool document.isInWord(<parameter>String <replaceable>character</replaceable></parameter>, <parameter>int <replaceable>attribute</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2156
#, no-c-format
msgid "Returns <literal>true</literal>, if the given <replaceable>character</replaceable> with the given <replaceable>attribute</replaceable> can be part of a word, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2165
#, no-c-format
msgid "bool document.canBreakAt(<parameter>String <replaceable>character</replaceable></parameter>, <parameter>int <replaceable>attribute</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2166
#, no-c-format
msgid "Returns <literal>true</literal>, if the given <replaceable>character</replaceable> with the given <replaceable>attribute</replaceable> is suited to wrap a line, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2175
#, no-c-format
msgid "bool document.canComment(<parameter>int <replaceable>startAttribute</replaceable></parameter>, <parameter>int <replaceable>endAttribute</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2176
#, no-c-format
msgid "Returns <literal>true</literal>, if a range starting and ending with the given attributes is suited to be commented out, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2184
#, no-c-format
msgid "String document.commentMarker(<parameter>int <replaceable>attribute</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2185
#, no-c-format
msgid "Returns the comment marker for single line comments for a given <replaceable>attribute</replaceable>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2192
#, no-c-format
msgid "String document.commentStart(<parameter>int <replaceable>attribute</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2193
#, no-c-format
msgid "Returns the comment marker for the start of multi-line comments for a given <replaceable>attribute</replaceable>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2201
#, no-c-format
msgid "String document.commentEnd(<parameter>int <replaceable>attribute</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2202
#, no-c-format
msgid "Returns the comment marker for the end of multi-line comments for a given <replaceable>attribute</replaceable>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2210
#, no-c-format
msgid "Range document.documentRange();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2211
#, no-c-format
msgid "Returns a range that encompasses the whole document."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2218
#, no-c-format
msgid "Cursor documentEnd();"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2219
#, no-c-format
msgid "Returns a cursor positioned at the last column of the last line in the document."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2226
#, no-c-format
msgid ""
"bool isValidTextPosition(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"bool isValidTextPosition(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2227
#, no-c-format
msgid "Returns <literal>true</literal>, if the given cursor position is positioned at a valid text position. A text position is valid only if it locate at the start, in the middle, or the end of a valid line. Further, a text position is invalid if it is located in a Unicode surrogate."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2238
#, no-c-format
msgid ""
"int document.attribute(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"int document.attribute(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2239
#, no-c-format
msgid "Returns the attribute at the given cursor position."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2246
#, no-c-format
msgid ""
"bool document.isAttribute(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>, <parameter>int <replaceable>attribute</replaceable></parameter>);\n"
"bool document.isAttribute(<parameter>Cursor <replaceable>cursor</replaceable></parameter>, <parameter>int <replaceable>attribute</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2247
#, no-c-format
msgid "Returns <literal>true</literal>, if the attribute at the given cursor position equals <replaceable>attribute</replaceable>, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2255
#, no-c-format
msgid ""
"String document.attributeName(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"String document.attributeName(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2256
#, no-c-format
msgid "Returns the attribute name as human readable text. This is equal to the <literal>itemData</literal> name in the syntax highlighting files."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2264
#, no-c-format
msgid ""
"bool document.isAttributeName(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>, <parameter>String <replaceable>name</replaceable></parameter>);\n"
"bool document.isAttributeName(<parameter>Cursor <replaceable>cursor</replaceable></parameter>, <parameter>String <replaceable>name</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2265
#, no-c-format
msgid "Returns <literal>true</literal>, if the attribute name at a certain cursor position matches the given <replaceable>name</replaceable>, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2273
#, no-c-format
msgid "String document.variable(<parameter>String <replaceable>key</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2274
#, no-c-format
msgid "Returns the value of the requested document variable <replaceable>key</replaceable>. If the document variable does not exist, the return value is an empty string."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2282
#, no-c-format
msgid "void document.setVariable(<parameter>String <replaceable>key</replaceable></parameter>, <parameter>String <replaceable>value</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2283
#, no-c-format
msgid "Set the value of the requested document variable <replaceable>key</replaceable>."
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2286
#, no-c-format
msgid "See also: <link linkend=\"config-variables\">Kate document variables</link>"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2289
#, no-c-format
msgid "Since: &kde; 4.8"
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2296
#, no-c-format
msgid "int document.firstVirtualColumn(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2297
#, no-c-format
msgid "Returns the virtual column of the first non-whitespace character in the given line or <literal>-1</literal>, if the line is empty or contains only whitespace characters."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2305
#, no-c-format
msgid "int document.lastVirtualColumn(<parameter>int <replaceable>line</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2306
#, no-c-format
msgid "Returns the virtual column of the last non-whitespace character in the given line or <literal>-1</literal>, if the line is empty or contains only whitespace characters."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2314
#, no-c-format
msgid ""
"int document.toVirtualColumn(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"int document.toVirtualColumn(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);\n"
"Cursor document.toVirtualCursor(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2315
#, no-c-format
msgid "Converts the given <quote>real</quote> cursor position to a virtual cursor position, either returning an int or a Cursor object."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2323
#, no-c-format
msgid ""
"int document.fromVirtualColumn(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>virtualColumn</replaceable></parameter>);\n"
"int document.fromVirtualColumn(<parameter>Cursor <replaceable>virtualCursor</replaceable></parameter>);\n"
"Cursor document.fromVirtualCursor(<parameter>Cursor <replaceable>virtualCursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2324
#, no-c-format
msgid "Converts the given virtual cursor position to a <quote>real</quote> cursor position, either returning an int or a Cursor object."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2332
#, no-c-format
msgid ""
"Cursor document.anchor(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>, <parameter>Char <replaceable>character</replaceable></parameter>);\n"
"Cursor document.anchor(<parameter>Cursor <replaceable>cursor</replaceable></parameter>, <parameter>Char <replaceable>character</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2333
#, no-c-format
msgid "Searches backward for the given character starting from the given cursor. As an example, if '(' is passed as character, this function will return the position of the opening '('. This reference counting, &ie; other '(...)' are ignored."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2343
#, no-c-format
msgid ""
"Cursor document.rfind(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>, <parameter>String <replaceable>text</replaceable></parameter>, <parameter>int <replaceable>attribute</replaceable> = -1</parameter>);\n"
"Cursor document.rfind(<parameter>Cursor <replaceable>cursor</replaceable></parameter>, <parameter>String <replaceable>text</replaceable></parameter>, <parameter>int <replaceable>attribute</replaceable> = -1</parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2344
#, no-c-format
msgid "Find searching backwards the given text with the appropriate <replaceable>attribute</replaceable>. The argument <replaceable>attribute</replaceable> is ignored if it is set to <literal>-1</literal>. The returned cursor is invalid, if the text could not be found."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2353
#, no-c-format
msgid ""
"int document.defStyleNum(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"int document.defStyleNum(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2354
#, no-c-format
msgid "Returns the default style used at the given cursor position."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2361
#, no-c-format
msgid ""
"bool document.isCode(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"bool document.isCode(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2362
#, no-c-format
msgid "Returns <literal>true</literal>, if the attribute at the given cursor position is not equal to all of the following styles: <literal>dsComment</literal>, <literal>dsString</literal>, <literal>dsRegionMarker</literal>, <literal>dsChar</literal>, <literal>dsOthers</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2373
#, no-c-format
msgid ""
"bool document.isComment(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"bool document.isComment(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2374
#, no-c-format
msgid "Returns <literal>true</literal>, if the attribute of the character at the cursor position is <literal>dsComment</literal>, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2382
#, no-c-format
msgid ""
"bool document.isString(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"bool document.isString(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2383
#, no-c-format
msgid "Returns <literal>true</literal>, if the attribute of the character at the cursor position is <literal>dsString</literal>, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2391
#, no-c-format
msgid ""
"bool document.isRegionMarker(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"bool document.isRegionMarker(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2392
#, no-c-format
msgid "Returns <literal>true</literal>, if the attribute of the character at the cursor position is <literal>dsRegionMarker</literal>, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2400
#, no-c-format
msgid ""
"bool document.isChar(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"bool document.isChar(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2401
#, no-c-format
msgid "Returns <literal>true</literal>, if the attribute of the character at the cursor position is <literal>dsChar</literal>, otherwise <literal>false</literal>."
msgstr ""
#. Tag: synopsis
#. +> trunk5 stable5
#: development.docbook:2409
#, no-c-format
msgid ""
"bool document.isOthers(<parameter>int <replaceable>line</replaceable></parameter>, <parameter>int <replaceable>column</replaceable></parameter>);\n"
"bool document.isOthers(<parameter>Cursor <replaceable>cursor</replaceable></parameter>);"
msgstr ""
#. Tag: para
#. +> trunk5 stable5
#: development.docbook:2410
#, no-c-format
msgid "Returns <literal>true</literal>, if the attribute of the character at the cursor position is <literal>dsOthers</literal>, otherwise <literal>false</literal>."
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/applications/katesql.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/applications/katesql.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/applications/katesql.pot (revision 1522564)
@@ -1,631 +1,631 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-10-14 14:39+0200\n"
+"POT-Creation-Date: 2018-08-14 09:25+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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
#: connectionwizard.cpp:38
#, kde-format
msgctxt "@title:window"
msgid "Connection Wizard"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:53
#, kde-format
msgctxt "@title Wizard page title"
msgid "Database Driver"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:54
#, kde-format
msgctxt "@title Wizard page subtitle"
msgid "Select the database driver"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:61
#, kde-format
msgctxt "@label:listbox"
msgid "Database driver:"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:89 connectionwizard.cpp:184
#, kde-format
msgctxt "@title Wizard page title"
msgid "Connection Parameters"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:90
#, kde-format
msgctxt "@title Wizard page subtitle"
msgid "Please enter connection parameters"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:102
#, kde-format
msgctxt "@item Spinbox special value"
msgid "Default"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:107
#, kde-format
msgctxt "@label:textbox"
msgid "Hostname:"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:108
#, kde-format
msgctxt "@label:textbox"
msgid "Username:"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:109
#, kde-format
msgctxt "@label:textbox"
msgid "Password:"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:110
#, kde-format
msgctxt "@label:spinbox"
msgid "Port:"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:111
#, kde-format
msgctxt "@label:textbox"
msgid "Database name:"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:112 connectionwizard.cpp:196
#, kde-format
msgctxt "@label:textbox"
msgid "Connection options:"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:169
#, kde-format
msgid "Unable to connect to database."
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:185
#, kde-format
msgctxt "@title Wizard page subtitle"
msgid ""
"Please enter the SQLite database file path.\n"
"If the file does not exist, a new database will be created."
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:193
#, kde-format
msgid "Database files"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:193
#, kde-format
msgid "All files"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:195
#, kde-format
msgctxt "@label:textbox"
msgid "Path:"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:231
#, kde-kuit-format
msgctxt "@info"
msgid ""
"Unable to connect to database.<nl/>"
"<message>%1</message>"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:246
#, kde-format
msgctxt "@title Wizard page title"
msgid "Connection Name"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:247
#, kde-format
msgctxt "@title Wizard page subtitle"
msgid "Enter a unique connection name"
msgstr ""
#. +> trunk5 stable5
#: connectionwizard.cpp:253
#, kde-format
msgctxt "@label:textbox"
msgid "Connection name:"
msgstr ""
#. +> trunk5 stable5
#: dataoutputwidget.cpp:69
#, kde-format
msgctxt "@action:intoolbar"
msgid "Resize columns to contents"
msgstr ""
#. +> trunk5 stable5
#: dataoutputwidget.cpp:73
#, kde-format
msgctxt "@action:intoolbar"
msgid "Resize rows to contents"
msgstr ""
#. +> trunk5 stable5
#: dataoutputwidget.cpp:77
#, kde-format
msgctxt "@action:intoolbar"
msgid "Copy"
msgstr ""
#. +> trunk5 stable5
#: dataoutputwidget.cpp:82
#, kde-format
msgctxt "@action:intoolbar"
msgid "Export..."
msgstr ""
#. +> trunk5 stable5
#: dataoutputwidget.cpp:87 textoutputwidget.cpp:56
#, kde-format
msgctxt "@action:intoolbar"
msgid "Clear"
msgstr ""
#. +> trunk5 stable5
#: dataoutputwidget.cpp:93
#, kde-format
msgctxt "@action:intoolbar"
msgid "Use system locale"
msgstr ""
#. +> trunk5 stable5
#: dataoutputwidget.cpp:278
#, kde-kuit-format
msgctxt "@info"
msgid "Unable to open file <filename>%1</filename>"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:38
#, kde-format
msgctxt "@title:window"
msgid "Export Wizard"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:55
#, kde-format
msgctxt "@title Wizard page title"
msgid "Output Target"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:56
#, kde-format
msgctxt "@title Wizard page subtitle"
msgid "Select the output target."
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:60
#, kde-format
msgctxt "@option:radio Output target"
msgid "Current document"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:61
#, kde-format
msgctxt "@option:radio Output target"
msgid "Clipboard"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:62
#, kde-format
msgctxt "@option:radio Output target"
msgid "File"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:69
#, kde-format
msgid ""
"*.csv|Comma Separated Values\n"
"*|All files"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:115
#, kde-format
msgctxt "@title Wizard page title"
msgid "Fields Format"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:116
#, kde-format
msgctxt "@title Wizard page subtitle"
msgid ""
"Select fields format.\n"
"Click on \"Finish\" button to export data."
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:120
#, kde-format
msgctxt "@title:group"
msgid "Headers"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:123
#, kde-format
msgctxt "@option:check"
msgid "Export column names"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:124
#, kde-format
msgctxt "@option:check"
msgid "Export line numbers"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:131
#, kde-format
msgctxt "@title:group"
msgid "Quotes"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:134
#, kde-format
msgctxt "@option:check"
msgid "Quote strings"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:135
#, kde-format
msgctxt "@option:check"
msgid "Quote numbers"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:143 exportwizard.cpp:146
#, kde-format
msgctxt "@label:textbox"
msgid "Character:"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:152
#, kde-format
msgctxt "@title:group"
msgid "Delimiters"
msgstr ""
#. +> trunk5 stable5
#: exportwizard.cpp:158
#, kde-format
msgctxt "@label:textbox"
msgid "Field delimiter:"
msgstr ""
#. +> trunk5 stable5
#: katesqlconfigpage.cpp:35
#, kde-format
msgctxt "@option:check"
msgid "Save and restore connections in Kate session"
msgstr ""
#. +> trunk5 stable5
#: katesqlconfigpage.cpp:37
#, kde-format
msgctxt "@title:group"
msgid "Output Customization"
msgstr ""
#. +> trunk5 stable5
#: katesqlconfigpage.cpp:62
#, kde-format
msgctxt "@title"
msgid "SQL"
msgstr ""
#. +> trunk5 stable5
#: katesqlconfigpage.cpp:67
#, kde-format
msgctxt "@title:window"
msgid "SQL ConfigPage Settings"
msgstr ""
#. +> trunk5 stable5
-#: katesqlview.cpp:59
+#: katesqlview.cpp:60
#, kde-format
msgid "Kate SQL Plugin"
msgstr ""
#. +> trunk5 stable5
-#: katesqlview.cpp:65
+#: katesqlview.cpp:66
#, kde-format
msgctxt "@title:window"
msgid "SQL Results"
msgstr ""
#. +> trunk5 stable5
-#: katesqlview.cpp:71
+#: katesqlview.cpp:72
#, kde-format
msgctxt "@title:window"
msgid "SQL Schema Browser"
msgstr ""
#. +> trunk5 stable5
-#: katesqlview.cpp:122
+#: katesqlview.cpp:123
#, kde-format
msgctxt "@action:inmenu"
msgid "Add connection..."
msgstr ""
#. +> trunk5 stable5
-#: katesqlview.cpp:127
+#: katesqlview.cpp:128
#, kde-format
msgctxt "@action:inmenu"
msgid "Remove connection"
msgstr ""
#. +> trunk5 stable5
-#: katesqlview.cpp:132
+#: katesqlview.cpp:133
#, kde-format
msgctxt "@action:inmenu"
msgid "Edit connection..."
msgstr ""
#. +> trunk5 stable5
-#: katesqlview.cpp:137
+#: katesqlview.cpp:138
#, kde-format
msgctxt "@action:inmenu"
msgid "Reconnect"
msgstr ""
#. +> trunk5 stable5
-#: katesqlview.cpp:143
+#: katesqlview.cpp:144
#, kde-format
msgctxt "@action:intoolbar"
msgid "Connection"
msgstr ""
#. +> trunk5 stable5
-#: katesqlview.cpp:147
+#: katesqlview.cpp:148
#, kde-format
msgctxt "@action:inmenu"
msgid "Run query"
msgstr ""
#. +> trunk5 stable5
#: outputstylewidget.cpp:43
#, kde-format
msgctxt "@title:column"
msgid "Context"
msgstr ""
#. +> trunk5 stable5
#: outputstylewidget.cpp:44
#, kde-format
msgctxt "@title:column"
msgid "Text Color"
msgstr ""
#. +> trunk5 stable5
#: outputstylewidget.cpp:45
#, kde-format
msgctxt "@title:column"
msgid "Background Color"
msgstr ""
#. +> trunk5 stable5
#: outputstylewidget.cpp:54
#, kde-format
msgctxt "@item:intable"
msgid "Text"
msgstr ""
#. +> trunk5 stable5
#: outputstylewidget.cpp:55
#, kde-format
msgctxt "@item:intable"
msgid "Number"
msgstr ""
#. +> trunk5 stable5
#: outputstylewidget.cpp:56
#, kde-format
msgctxt "@item:intable"
msgid "Bool"
msgstr ""
#. +> trunk5 stable5
#: outputstylewidget.cpp:57
#, kde-format
msgctxt "@item:intable"
msgid "Date & Time"
msgstr ""
#. +> trunk5 stable5
#: outputstylewidget.cpp:58
#, kde-format
msgctxt "@item:intable"
msgid "NULL"
msgstr ""
#. +> trunk5 stable5
#: outputstylewidget.cpp:59
#, kde-format
msgctxt "@item:intable"
msgid "BLOB"
msgstr ""
#. +> trunk5 stable5
#: outputwidget.cpp:31
#, kde-format
msgctxt "@title:window"
msgid "SQL Text Output"
msgstr ""
#. +> trunk5 stable5
#: outputwidget.cpp:33
#, kde-format
msgctxt "@title:window"
msgid "SQL Data Output"
msgstr ""
#. +> trunk5 stable5
#: schemawidget.cpp:47
#, kde-format
msgctxt "@title:column"
msgid "Database schema"
msgstr ""
#. +> trunk5 stable5
#: schemawidget.cpp:108
#, kde-format
msgctxt "@title Folder name"
msgid "Tables"
msgstr ""
#. +> trunk5 stable5
#: schemawidget.cpp:113
#, kde-format
msgctxt "@title Folder name"
msgid "Views"
msgstr ""
#. +> trunk5 stable5
#: schemawidget.cpp:127
#, kde-format
msgctxt "@title Folder name"
msgid "System Tables"
msgstr ""
#. +> trunk5 stable5
#: schemawidget.cpp:288
#, kde-format
msgctxt "@action:inmenu Context menu"
msgid "Refresh"
msgstr ""
#. +> trunk5 stable5
#: schemawidget.cpp:300
#, kde-format
msgctxt "@action:inmenu Submenu title"
msgid "Generate"
msgstr ""
#. +> trunk5 stable5
#: schemawidget.cpp:302
#, kde-format
msgid "SELECT"
msgstr ""
#. +> trunk5 stable5
#: schemawidget.cpp:303
#, kde-format
msgid "UPDATE"
msgstr ""
#. +> trunk5 stable5
#: schemawidget.cpp:304
#, kde-format
msgid "INSERT"
msgstr ""
#. +> trunk5 stable5
#: schemawidget.cpp:305
#, kde-format
msgid "DELETE"
msgstr ""
#. +> trunk5 stable5
#: sqlmanager.cpp:375
#, kde-format
msgctxt "@info"
msgid "Query completed successfully"
msgstr ""
#. +> trunk5 stable5
#: sqlmanager.cpp:379
#, kde-format
msgctxt "@info"
msgid "%1 record selected"
msgid_plural "%1 records selected"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: sqlmanager.cpp:385
#, kde-format
msgctxt "@info"
msgid "%1 row affected"
msgid_plural "%1 rows affected"
msgstr[0] ""
msgstr[1] ""
#. i18n: ectx: Menu (SQL)
#. +> trunk5 stable5
#: ui.rc:6
#, kde-format
msgid "&SQL"
msgstr ""
#. i18n: ectx: ToolBar (SQLConnectionsToolBar)
#. +> trunk5 stable5
#: ui.rc:17
#, kde-format
msgid "SQL Connections Toolbar"
msgstr ""
#. i18n: ectx: ToolBar (SQLToolBar)
#. +> trunk5 stable5
#: ui.rc:25
#, kde-format
msgid "SQL Toolbar"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/applications/katesymbolviewer.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/applications/katesymbolviewer.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/applications/katesymbolviewer.pot (revision 1522564)
@@ -1,317 +1,317 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-12 16:51+0200\n"
+"POT-Creation-Date: 2018-08-14 09:25+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. +> trunk5 stable5
#: bash_parser.cpp:43 cpp_parser.cpp:38 fortran_parser.cpp:45
#: plugin_katesymbolviewer.cpp:99
#, kde-format
msgid "Show Functions"
msgstr ""
#. +> trunk5 stable5
#: bash_parser.cpp:47 cpp_parser.cpp:51 fortran_parser.cpp:49
#: php_parser.cpp:44 tcl_parser.cpp:42
#, kde-format
msgid "Functions"
msgstr ""
#. +> trunk5 stable5
#: cpp_parser.cpp:36 plugin_katesymbolviewer.cpp:95
#, kde-format
msgid "Show Macros"
msgstr ""
#. +> trunk5 stable5
#: cpp_parser.cpp:37 plugin_katesymbolviewer.cpp:97
#, kde-format
msgid "Show Structures"
msgstr ""
#. +> trunk5 stable5
#: cpp_parser.cpp:49
#, kde-format
msgid "Macros"
msgstr ""
#. +> trunk5 stable5
#: cpp_parser.cpp:50
#, kde-format
msgid "Structures"
msgstr ""
#. +> trunk5 stable5
#: fortran_parser.cpp:43 perl_parser.cpp:25
#, kde-format
msgid "Show Subroutines"
msgstr ""
#. +> trunk5 stable5
#: fortran_parser.cpp:44
#, kde-format
msgid "Show Modules"
msgstr ""
#. +> trunk5 stable5
#: fortran_parser.cpp:50 perl_parser.cpp:44
#, kde-format
msgid "Subroutines"
msgstr ""
#. +> trunk5 stable5
#: fortran_parser.cpp:51
#, kde-format
msgid "Modules"
msgstr ""
#. +> trunk5 stable5
#: perl_parser.cpp:23
#, kde-format
msgid "Show Uses"
msgstr ""
#. +> trunk5 stable5
#: perl_parser.cpp:24
#, kde-format
msgid "Show Pragmas"
msgstr ""
#. +> trunk5 stable5
#: perl_parser.cpp:42
#, kde-format
msgid "Uses"
msgstr ""
#. +> trunk5 stable5
#: perl_parser.cpp:43
#, kde-format
msgid "Pragmas"
msgstr ""
#. +> trunk5 stable5
#: php_parser.cpp:41
#, kde-format
msgid "Namespaces"
msgstr ""
#. +> trunk5 stable5
#: php_parser.cpp:42
#, kde-format
msgid "Defines"
msgstr ""
#. +> trunk5 stable5
#: php_parser.cpp:43 python_parser.cpp:44 ruby_parser.cpp:45
#, kde-format
msgid "Classes"
msgstr ""
#. +> trunk5 stable5
#: plugin_katesymbolviewer.cpp:79
#, kde-format
msgid "SymbolViewer"
msgstr ""
#. +> stable5
#: plugin_katesymbolviewer.cpp:85
#, kde-format
msgid "Refresh List"
msgstr ""
#. +> trunk5
#: plugin_katesymbolviewer.cpp:88
#, kde-format
msgid "Tree Mode"
msgstr ""
#. +> stable5
#: plugin_katesymbolviewer.cpp:91
#, kde-format
msgid "List/Tree Mode"
msgstr ""
#. +> trunk5
#: plugin_katesymbolviewer.cpp:90
#, kde-format
msgid "Expand Tree"
msgstr ""
#. +> trunk5
#: plugin_katesymbolviewer.cpp:92
#, kde-format
msgid "Show Sorted"
msgstr ""
#. +> stable5
#: plugin_katesymbolviewer.cpp:92
#, kde-format
msgid "Enable Sorting"
msgstr ""
#. +> trunk5
#: plugin_katesymbolviewer.cpp:101
#, kde-format
msgid "Show Parameters"
msgstr ""
#. +> trunk5 stable5
#: plugin_katesymbolviewer.cpp:128
#, kde-format
msgid "Symbol List"
msgstr ""
#. +> trunk5 stable5
-#: plugin_katesymbolviewer.cpp:145
+#: plugin_katesymbolviewer.cpp:147
#, kde-format
msgctxt "@title:column"
msgid "Symbols"
msgstr ""
#. +> trunk5 stable5
-#: plugin_katesymbolviewer.cpp:145
+#: plugin_katesymbolviewer.cpp:147
#, kde-format
msgctxt "@title:column"
msgid "Position"
msgstr ""
#. +> trunk5
-#: plugin_katesymbolviewer.cpp:327
+#: plugin_katesymbolviewer.cpp:343
#, kde-format
msgid "Sorry, not supported yet!"
msgstr ""
#. +> stable5
#: plugin_katesymbolviewer.cpp:352
#, kde-format
msgid "Sorry. Language not supported yet"
msgstr ""
#. +> trunk5
-#: plugin_katesymbolviewer.cpp:331
+#: plugin_katesymbolviewer.cpp:347
#, kde-format
msgid "File type: %1"
msgstr ""
#. +> trunk5 stable5
-#: plugin_katesymbolviewer.cpp:414
+#: plugin_katesymbolviewer.cpp:433
#, kde-format
msgid "Display functions parameters"
msgstr ""
#. +> trunk5 stable5
-#: plugin_katesymbolviewer.cpp:415
+#: plugin_katesymbolviewer.cpp:434
#, kde-format
msgid "Automatically expand nodes in tree mode"
msgstr ""
#. +> trunk5 stable5
-#: plugin_katesymbolviewer.cpp:416
+#: plugin_katesymbolviewer.cpp:435
#, kde-format
msgid "Always display symbols in tree mode"
msgstr ""
#. +> trunk5 stable5
-#: plugin_katesymbolviewer.cpp:417
+#: plugin_katesymbolviewer.cpp:436
#, kde-format
msgid "Always sort symbols"
msgstr ""
#. +> trunk5 stable5
-#: plugin_katesymbolviewer.cpp:420
+#: plugin_katesymbolviewer.cpp:439
#, kde-format
msgid "Parser Options"
msgstr ""
#. +> trunk5 stable5
-#: plugin_katesymbolviewer.cpp:445
+#: plugin_katesymbolviewer.cpp:464
#, kde-format
msgid "Symbol Viewer"
msgstr ""
#. +> trunk5 stable5
-#: plugin_katesymbolviewer.cpp:446
+#: plugin_katesymbolviewer.cpp:465
#, kde-format
msgid "Symbol Viewer Configuration Page"
msgstr ""
#. +> trunk5 stable5
#: python_parser.cpp:23 ruby_parser.cpp:23
#, kde-format
msgid "Show Globals"
msgstr ""
#. +> trunk5 stable5
#: python_parser.cpp:24 ruby_parser.cpp:24
#, kde-format
msgid "Show Methods"
msgstr ""
#. +> trunk5 stable5
#: python_parser.cpp:25 ruby_parser.cpp:25
#, kde-format
msgid "Show Classes"
msgstr ""
#. +> trunk5 stable5
#: python_parser.cpp:45 tcl_parser.cpp:43
#, kde-format
msgid "Globals"
msgstr ""
#. i18n: ectx: Menu (view)
#. +> trunk5 stable5
#: ui.rc:6
#, kde-format
msgid "&Settings"
msgstr ""
#. +> trunk5 stable5
#: xslt_parser.cpp:24
#, kde-format
msgid "Show Params"
msgstr ""
#. +> trunk5 stable5
#: xslt_parser.cpp:25
#, kde-format
msgid "Show Variables"
msgstr ""
#. +> trunk5 stable5
#: xslt_parser.cpp:26
#, kde-format
msgid "Show Templates"
msgstr ""
#. +> trunk5 stable5
#: xslt_parser.cpp:50
#, kde-format
msgid "Params"
msgstr ""
#. +> trunk5 stable5
#: xslt_parser.cpp:51
#, kde-format
msgid "Variables"
msgstr ""
#. +> trunk5 stable5
#: xslt_parser.cpp:52
#, kde-format
msgid "Templates"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/calligra/calligra_shape_chart.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/calligra/calligra_shape_chart.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/calligra/calligra_shape_chart.pot (revision 1522564)
@@ -1,1972 +1,1972 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-12 16:53+0200\n"
+"POT-Creation-Date: 2018-08-14 09:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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 ""
#. i18n: ectx: property (text), item, widget (QComboBox, legendAlignment)
#. +> trunk5
#: AxesConfigWidget.cpp:94 AxesConfigWidget.cpp:100 LegendConfigWidget.ui:33
#, kde-format
msgid "Start"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, legendAlignment)
#. +> trunk5
#: AxesConfigWidget.cpp:95 AxesConfigWidget.cpp:99 LegendConfigWidget.ui:43
#, kde-format
msgid "End"
msgstr ""
#. +> trunk5
#: AxesConfigWidget.cpp:97
#, kde-format
msgid "Near-axis"
msgstr ""
#. +> trunk5
#: AxesConfigWidget.cpp:98
#, kde-format
msgid "Other-side"
msgstr ""
#. +> trunk5
#: AxesConfigWidget.cpp:248 AxesConfigWidget.cpp:256 ChartTool.cpp:838
#: DataSetConfigWidget.cpp:365
#, kde-format
msgid "Axistitle"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, axes)
#. +> trunk5
#: AxesConfigWidget.ui:46
#, kde-format
msgid "Primary X Axis"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, dataSetAxes)
#. i18n: ectx: property (text), item, widget (QComboBox, axes)
#. +> trunk5
#: AxesConfigWidget.ui:51 DataSetConfigWidget.ui:95
#, kde-format
msgid "Primary Y Axis"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, axes)
#. +> trunk5
#: AxesConfigWidget.ui:56
#, kde-format
msgid "Secondary X Axis"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, dataSetAxes)
#. i18n: ectx: property (text), item, widget (QComboBox, axes)
#. +> trunk5
#: AxesConfigWidget.ui:61 DataSetConfigWidget.ui:100
#, kde-format
msgid "Secondary Y Axis"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, insertColumnBefore)
#. i18n: ectx: property (text), widget (QToolButton, insertRowBelow)
#. i18n: ectx: property (text), widget (QToolButton, insertRowAbove)
#. i18n: ectx: property (text), widget (QToolButton, insertColumnAfter)
#. i18n: ectx: property (text), widget (QToolButton, deleteSelection)
#. i18n: ectx: property (text), widget (QToolButton, addDataSetAfter)
#. i18n: ectx: property (text), widget (QToolButton, addDataSetBefore)
#. i18n: ectx: property (text), widget (QToolButton, editAxis)
#. +> trunk5
#: AxesConfigWidget.ui:69 dialogs/BubbleDataEditor.ui:42
#: dialogs/BubbleDataEditor.ui:62 dialogs/BubbleDataEditor.ui:82
#: dialogs/BubbleDataEditor.ui:102 dialogs/BubbleDataEditor.ui:122
#: dialogs/BubbleDataEditor.ui:215 dialogs/BubbleDataEditor.ui:235
#, kde-format
msgid "..."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, axisShowTitle)
#. +> trunk5
#: AxesConfigWidget.ui:76
#, kde-format
msgid "Show Title"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, axisShow)
#. +> trunk5
#: AxesConfigWidget.ui:83
#, kde-format
msgid "Show Axis"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, axisScalingButton)
#. +> trunk5
#: AxesConfigWidget.ui:93
#, kde-format
msgid "Scale"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, axisShowLabels)
#. +> trunk5
#: AxesConfigWidget.ui:100
#, kde-format
msgid "Show Labels"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, axisEditFontButton)
#. +> trunk5
#: AxesConfigWidget.ui:110
#, kde-format
msgid "Font"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, axisShowMajorGridLines)
#. +> trunk5
#: AxesConfigWidget.ui:119
#, kde-format
msgid "Show Major Grid"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, axisShowMinorGridLines)
#. +> trunk5
#: AxesConfigWidget.ui:126
#, kde-format
msgid "Show Minor Grid"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, barPropertiesLabel)
#. +> trunk5 stable5
#: AxesConfigWidget.ui:157
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt; font-weight:600;\">Bar Properties</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, gapBetweenBars)
#. i18n: ectx: property (suffix), widget (QSpinBox, gapBetweenSets)
#. i18n: ectx: property (suffix), widget (QSpinBox, explodeFactor)
#. +> trunk5 stable5
#: AxesConfigWidget.ui:170 AxesConfigWidget.ui:212 PieConfigWidget.ui:39
#, kde-format, no-c-format
msgid "%"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, gapBetweenSetsLabel)
#. +> trunk5 stable5
#: AxesConfigWidget.ui:192
#, kde-format
msgid "Gap Between Sets"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, gapBetweenBarsLabel)
#. +> trunk5 stable5
#: AxesConfigWidget.ui:205
#, kde-format
msgid "Gap Between Bars"
msgstr ""
#. +> trunk5 stable5
#: BubbleConfigWidget.cpp:110 DataSetConfigWidget.cpp:661
#: PlotAreaConfigWidget.cpp:620 PlotAreaConfigWidget.cpp:671
#: PlotAreaConfigWidget.cpp:829
#, kde-format
msgid "Data Set %1"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, datasetPenLabel)
#. +> trunk5 stable5
#: BubbleConfigWidget.ui:23 DataSetConfigWidget.ui:112 PieConfigWidget.ui:56
#, kde-format
msgid "Stroke"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, datasetColorLabel)
#. +> trunk5 stable5
#: BubbleConfigWidget.ui:64 DataSetConfigWidget.ui:153 PieConfigWidget.ui:97
#, kde-format
msgid "Fill"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, datasetMarkerLabel)
#. +> trunk5 stable5
#: BubbleConfigWidget.ui:112 DataSetConfigWidget.ui:201 PieConfigWidget.ui:145
#, kde-format
msgid "Marker"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, datasetShowCategory)
#. i18n: ectx: property (text), widget (QCheckBox, dataSetShowCategory)
#. i18n: ectx: property (text), widget (QCheckBox, dataPointShowCategory)
#. +> trunk5 stable5
#: BubbleConfigWidget.ui:142 DataSetConfigWidget.ui:231
#: dialogs/PieDataEditor.cpp:45 PieConfigWidget.ui:175
#, kde-format
msgid "Category"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, dataSetShowNumber)
#. i18n: ectx: property (text), widget (QCheckBox, dataPointShowNumber)
#. +> trunk5 stable5
#: BubbleConfigWidget.ui:149 DataSetConfigWidget.ui:238 PieConfigWidget.ui:182
#, kde-format
msgid "Number"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, chartAreaPercent)
#. i18n: ectx: property (text), widget (QToolButton, chartLinePercent)
#. i18n: ectx: property (text), widget (QToolButton, chartBarPercent)
#. i18n: ectx: property (text), widget (QCheckBox, datasetShowPercent)
#. i18n: ectx: property (text), widget (QCheckBox, dataSetShowPercent)
#. i18n: ectx: property (text), widget (QCheckBox, dataPointShowPercent)
#. +> trunk5 stable5
#: BubbleConfigWidget.ui:156 ChartCreationWidget.ui:423
#: ChartCreationWidget.ui:458 ChartCreationWidget.ui:493
#: DataSetConfigWidget.cpp:218 DataSetConfigWidget.cpp:223
#: DataSetConfigWidget.cpp:228 DataSetConfigWidget.ui:245
#: PieConfigWidget.ui:189 PlotAreaConfigWidget.cpp:246
#: PlotAreaConfigWidget.cpp:252 PlotAreaConfigWidget.cpp:258
#, kde-format
msgid "Percent"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, datasetShowSymbol)
#. i18n: ectx: property (text), widget (QCheckBox, dataSetShowSymbol)
#. i18n: ectx: property (text), widget (QCheckBox, dataPointShowSymbol)
#. +> trunk5 stable5
#: BubbleConfigWidget.ui:163 DataSetConfigWidget.ui:252 PieConfigWidget.ui:196
#, kde-format
msgid "Symbol"
msgstr ""
#. +> trunk5
-#: ChartCreationWidget.cpp:177
+#: ChartCreationWidget.cpp:182
#, kde-format
msgid "Share A"
msgstr ""
#. +> trunk5
-#: ChartCreationWidget.cpp:178
+#: ChartCreationWidget.cpp:183
#, kde-format
msgid "Share B"
msgstr ""
#. +> trunk5
-#: ChartCreationWidget.cpp:179
+#: ChartCreationWidget.cpp:184
#, kde-format
msgid "Share C"
msgstr ""
#. +> trunk5 stable5
-#: ChartCreationWidget.cpp:182 ChartCreationWidget.cpp:183
-#: ChartCreationWidget.cpp:184 ChartCreationWidget.cpp:185
+#: ChartCreationWidget.cpp:187 ChartCreationWidget.cpp:188
+#: ChartCreationWidget.cpp:189 ChartCreationWidget.cpp:190
#: ChartShapeFactory.cpp:144 ChartShapeFactory.cpp:145
#: ChartShapeFactory.cpp:146 ChartShapeFactory.cpp:147
#, kde-format
msgid "Column %1"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, ChartCreationWidget)
#. +> trunk5
#: ChartCreationWidget.ui:20 DataSetConfigWidget.cpp:209
#: PlotAreaConfigWidget.cpp:239
#, kde-format
msgid "Chart Type"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartBar)
#. +> trunk5
#: ChartCreationWidget.ui:32
#, kde-format
msgid "Bar chart"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, chartBar)
#. +> trunk5
#: ChartCreationWidget.ui:35
#, kde-format
msgid "Bar"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartLine)
#. +> trunk5
#: ChartCreationWidget.ui:70
#, kde-format
msgid "Line chart"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, chartLine)
#. +> trunk5
#: ChartCreationWidget.ui:73
#, kde-format
msgid "Line"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartArea)
#. +> trunk5
#: ChartCreationWidget.ui:105
#, kde-format
msgid "Area chart"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, chartArea)
#. +> trunk5
#: ChartCreationWidget.ui:108
#, kde-format
msgid "Area"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartPie)
#. +> trunk5
#: ChartCreationWidget.ui:140
#, kde-format
msgid "Pie chart"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, chartPie)
#. +> trunk5
#: ChartCreationWidget.ui:143
#, kde-format
msgid "Pie"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartRing)
#. +> trunk5
#: ChartCreationWidget.ui:175
#, kde-format
msgid "Ring chart"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, chartRing)
#. +> trunk5
#: ChartCreationWidget.ui:178
#, kde-format
msgid "Ring"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartRadar)
#. +> trunk5
#: ChartCreationWidget.ui:210
#, kde-format
msgid "Radar chart"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, chartRadar)
#. +> trunk5
#: ChartCreationWidget.ui:213
#, kde-format
msgid "Radar"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartScatter)
#. +> trunk5
#: ChartCreationWidget.ui:245
#, kde-format
msgid "Scatter chart"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, chartScatter)
#. +> trunk5
#: ChartCreationWidget.ui:248
#, kde-format
msgid "Scatter"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartBubbles)
#. +> trunk5
#: ChartCreationWidget.ui:280
#, kde-format
msgid "Bubbles chart"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, chartBubbles)
#. +> trunk5
#: ChartCreationWidget.ui:283
#, kde-format
msgid "Bubbles"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartBarStacked)
#. +> trunk5
#: ChartCreationWidget.ui:315
#, kde-format
msgid "Stacked bar chart"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, chartBarStacked)
#. i18n: ectx: property (text), widget (QToolButton, chartLineStacked)
#. i18n: ectx: property (text), widget (QToolButton, chartAreaStacked)
#. +> trunk5 stable5
#: ChartCreationWidget.ui:318 ChartCreationWidget.ui:353
#: ChartCreationWidget.ui:388 DataSetConfigWidget.cpp:217
#: DataSetConfigWidget.cpp:222 DataSetConfigWidget.cpp:227
#: PlotAreaConfigWidget.cpp:245 PlotAreaConfigWidget.cpp:251
#: PlotAreaConfigWidget.cpp:257
#, kde-format
msgid "Stacked"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartLineStacked)
#. +> trunk5
#: ChartCreationWidget.ui:350
#, kde-format
msgid "Stacked line chart"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartAreaStacked)
#. +> trunk5
#: ChartCreationWidget.ui:385
#, kde-format
msgid "Stacked area chart"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartAreaPercent)
#. +> trunk5
#: ChartCreationWidget.ui:420
#, kde-format
msgid "Percent area chart"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartLinePercent)
#. +> trunk5
#: ChartCreationWidget.ui:455
#, kde-format
msgid "Percent line chart"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartBarPercent)
#. +> trunk5
#: ChartCreationWidget.ui:490
#, kde-format
msgid "Percent bar chart"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartRadarFilled)
#. +> trunk5
#: ChartCreationWidget.ui:525
#, kde-format
msgid "Filled radar chart"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, chartRadarFilled)
#. +> trunk5 stable5
#: ChartCreationWidget.ui:528 DataSetConfigWidget.cpp:235
#: PlotAreaConfigWidget.cpp:271
#, kde-format
msgid "Filled"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartStockHLC)
#. +> trunk5
#: ChartCreationWidget.ui:560
#, kde-format
msgid "High Low Close"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, chartStockHLC)
#. +> trunk5
#: ChartCreationWidget.ui:563
#, kde-format
msgid "Stock HLC"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartStockOHLC)
#. +> trunk5
#: ChartCreationWidget.ui:595
#, kde-format
msgid "Open High Low Close"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, chartStockOHLC)
#. +> trunk5
#: ChartCreationWidget.ui:598
#, kde-format
msgid "OHLC"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, chartStockCandleStick)
#. +> trunk5
#: ChartCreationWidget.ui:630
#, kde-format
msgid "Japanese candle stick"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, chartStockCandleStick)
#. +> trunk5 stable5
#: ChartCreationWidget.ui:633 DataSetConfigWidget.cpp:240
#: PlotAreaConfigWidget.cpp:287
#, kde-format
msgid "Candlestick"
msgstr ""
#. +> trunk5 stable5
#: ChartShape.cpp:324
#, kde-format
msgid "The plugin needed for displaying text labels in a chart is not available."
msgstr ""
#. +> trunk5 stable5
#: ChartShape.cpp:325
#, kde-format
msgid "Plugin Missing"
msgstr ""
#. +> trunk5 stable5
#: ChartShape.cpp:329
#, kde-format
msgid "The plugin needed for displaying text labels is not compatible with the current version of the chart Flake shape."
msgstr ""
#. +> trunk5 stable5
#: ChartShape.cpp:330
#, kde-format
msgid "Plugin Incompatible"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. i18n: ectx: property (text), widget (QCheckBox, showTitle)
#. +> trunk5 stable5
#: ChartShape.cpp:348 LegendConfigWidget.ui:123 TitlesConfigWidget.ui:44
#, kde-format
msgid "Title"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, showSubTitle)
#. +> trunk5 stable5
#: ChartShape.cpp:378 TitlesConfigWidget.ui:85
#, kde-format
msgid "Subtitle"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, showFooter)
#. +> trunk5 stable5
#: ChartShape.cpp:408 TitlesConfigWidget.ui:126
#, kde-format
msgid "Footer"
msgstr ""
#. +> trunk5 stable5
#: ChartShape.cpp:784
#, kde-format
msgid ""
"This document contains an external link to a remote document\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: ChartShape.cpp:785
#, kde-format
msgid "Confirmation Required"
msgstr ""
#. +> trunk5 stable5
#: ChartShape.cpp:785
#, kde-format
msgid "Download"
msgstr ""
#. +> trunk5 stable5
#: ChartShape.cpp:785
#, kde-format
msgid "Skip"
msgstr ""
#. +> trunk5 stable5
#: ChartShapeFactory.cpp:68
#, kde-format
msgid "Chart"
msgstr ""
#. +> trunk5 stable5
#: ChartShapeFactory.cpp:71
#, kde-format
msgid "Business charts"
msgstr ""
#. +> trunk5 stable5
#: ChartShapeFactory.cpp:139
#, kde-format
msgid "January"
msgstr ""
#. +> trunk5 stable5
#: ChartShapeFactory.cpp:140
#, kde-format
msgid "July"
msgstr ""
#. +> trunk5 stable5
#: ChartShapeFactory.cpp:141
#, kde-format
msgid "December"
msgstr ""
#. +> trunk5 stable5
#: ChartShapeFactory.cpp:171
#, kde-format
msgid "Month"
msgstr ""
#. +> trunk5 stable5
#: ChartShapeFactory.cpp:172
#, kde-format
msgid "Growth in %"
msgstr ""
#. +> trunk5 stable5
#: ChartTool.cpp:112
#, kde-format
msgid "Do something"
msgstr ""
#. +> trunk5 stable5
#: ChartTool.cpp:117
#, kde-format
msgid "Do something else"
msgstr ""
#. +> trunk5
#: ChartTool.cpp:227
#, kde-format
msgid "Titles"
msgstr ""
#. +> trunk5 stable5
#: ChartTool.cpp:242
#, kde-format
msgid "Legend"
msgstr ""
#. +> trunk5 stable5
#: ChartTool.cpp:262
#, kde-format
msgid "Plot Area"
msgstr ""
#. +> trunk5 stable5
#: ChartTool.cpp:1002
msgctxt "(qtundo-format)"
msgid "Show Legend"
msgstr ""
#. +> trunk5 stable5
#: ChartTool.cpp:1004
msgctxt "(qtundo-format)"
msgid "Hide Legend"
msgstr ""
#. +> trunk5 stable5
#: ChartToolFactory.cpp:42
#, kde-format
msgid "Chart editing"
msgstr ""
#. +> trunk5 stable5
#: commands/AddRemoveAxisCommand.cpp:50
msgctxt "(qtundo-format)"
msgid "Add Axis"
msgstr ""
#. +> trunk5 stable5
#: commands/AddRemoveAxisCommand.cpp:53
msgctxt "(qtundo-format)"
msgid "Remove Axis"
msgstr ""
#. +> trunk5 stable5
#: commands/AxisCommand.cpp:122
msgctxt "(qtundo-format)"
msgid "Show Axis Title"
msgstr ""
#. +> trunk5 stable5
#: commands/AxisCommand.cpp:124
msgctxt "(qtundo-format)"
msgid "Hide Axis Title"
msgstr ""
#. +> trunk5 stable5
#: commands/AxisCommand.cpp:136
msgctxt "(qtundo-format)"
msgid "Set Axis Title"
msgstr ""
#. +> trunk5
#: commands/AxisCommand.cpp:144
msgctxt "(qtundo-format)"
msgid "Show Axis"
msgstr ""
#. +> trunk5
#: commands/AxisCommand.cpp:146
msgctxt "(qtundo-format)"
msgid "Hide Axis"
msgstr ""
#. +> trunk5
#: commands/AxisCommand.cpp:155
msgctxt "(qtundo-format)"
msgid "Show Axis Major Gridlines"
msgstr ""
#. +> trunk5
#: commands/AxisCommand.cpp:157
msgctxt "(qtundo-format)"
msgid "Hide Axis Major Gridlines"
msgstr ""
#. +> trunk5
#: commands/AxisCommand.cpp:166
msgctxt "(qtundo-format)"
msgid "Show Axis Minor Gridlines"
msgstr ""
#. +> stable5
#: commands/AxisCommand.cpp:131
msgctxt "(qtundo-format)"
msgid "Show Axis Gridlines"
msgstr ""
#. +> trunk5
#: commands/AxisCommand.cpp:168
msgctxt "(qtundo-format)"
msgid "Hide Axis Minor Gridlines"
msgstr ""
#. +> stable5
#: commands/AxisCommand.cpp:133
msgctxt "(qtundo-format)"
msgid "Hide Axis Gridlines"
msgstr ""
#. +> trunk5 stable5
#: commands/AxisCommand.cpp:177
msgctxt "(qtundo-format)"
msgid "Logarithmic Scaling"
msgstr ""
#. +> trunk5 stable5
#: commands/AxisCommand.cpp:179
msgctxt "(qtundo-format)"
msgid "Linear Scaling"
msgstr ""
#. +> trunk5 stable5
#: commands/AxisCommand.cpp:187
msgctxt "(qtundo-format)"
msgid "Set Axis Step Width"
msgstr ""
#. +> trunk5 stable5
#: commands/AxisCommand.cpp:194
msgctxt "(qtundo-format)"
msgid "Set Axis Substep Width"
msgstr ""
#. +> trunk5 stable5
#: commands/AxisCommand.cpp:202
msgctxt "(qtundo-format)"
msgid "Set Automatic Step Width"
msgstr ""
#. +> trunk5 stable5
#: commands/AxisCommand.cpp:204
msgctxt "(qtundo-format)"
msgid "Set Manual Step Width"
msgstr ""
#. +> trunk5 stable5
#: commands/AxisCommand.cpp:213
msgctxt "(qtundo-format)"
msgid "Automatic Substep Width"
msgstr ""
#. +> trunk5 stable5
#: commands/AxisCommand.cpp:215
msgctxt "(qtundo-format)"
msgid "Manual Substep Width"
msgstr ""
#. +> trunk5 stable5
#: commands/AxisCommand.cpp:223
msgctxt "(qtundo-format)"
msgid "Set Axis Label Font"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTextShapeCommand.cpp:51
msgctxt "(qtundo-format)"
msgid "Show Text Shape"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTextShapeCommand.cpp:53
msgctxt "(qtundo-format)"
msgid "Hide Text Shape"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:93
msgctxt "(qtundo-format)"
msgid "Normal Bar Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:96
msgctxt "(qtundo-format)"
msgid "Stacked Bar Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:99
msgctxt "(qtundo-format)"
msgid "Percent Bar Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:108
msgctxt "(qtundo-format)"
msgid "Normal Line Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:111
msgctxt "(qtundo-format)"
msgid "Stacked Line Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:114
msgctxt "(qtundo-format)"
msgid "Percent Line Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:123
msgctxt "(qtundo-format)"
msgid "Normal Area Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:126
msgctxt "(qtundo-format)"
msgid "Stacked Area Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:129
msgctxt "(qtundo-format)"
msgid "Percent Area Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:136
msgctxt "(qtundo-format)"
msgid "Circle Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:139
msgctxt "(qtundo-format)"
msgid "Ring Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:142
msgctxt "(qtundo-format)"
msgid "Scatter Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:145
msgctxt "(qtundo-format)"
msgid "Radar Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:148
msgctxt "(qtundo-format)"
msgid "Filled Radar Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:151
msgctxt "(qtundo-format)"
msgid "Stock Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:154
msgctxt "(qtundo-format)"
msgid "Bubble Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:157
msgctxt "(qtundo-format)"
msgid "Surface Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/ChartTypeCommand.cpp:160
msgctxt "(qtundo-format)"
msgid "Gantt Chart"
msgstr ""
#. +> trunk5 stable5
#: commands/DatasetCommand.cpp:134
msgctxt "(qtundo-format)"
msgid "Set Dataset Chart Type"
msgstr ""
#. +> trunk5 stable5
#: commands/DatasetCommand.cpp:142
msgctxt "(qtundo-format)"
msgid "Show Dataset Category"
msgstr ""
#. +> trunk5 stable5
#: commands/DatasetCommand.cpp:144
msgctxt "(qtundo-format)"
msgid "Hide Dataset Category"
msgstr ""
#. +> trunk5 stable5
#: commands/DatasetCommand.cpp:153
msgctxt "(qtundo-format)"
msgid "Show Dataset Number"
msgstr ""
#. +> trunk5 stable5
#: commands/DatasetCommand.cpp:155
msgctxt "(qtundo-format)"
msgid "Hide Dataset Number"
msgstr ""
#. +> trunk5 stable5
#: commands/DatasetCommand.cpp:164
msgctxt "(qtundo-format)"
msgid "Show Dataset Percent"
msgstr ""
#. +> trunk5 stable5
#: commands/DatasetCommand.cpp:166
msgctxt "(qtundo-format)"
msgid "Hide Dataset Percent"
msgstr ""
#. +> trunk5 stable5
#: commands/DatasetCommand.cpp:175
msgctxt "(qtundo-format)"
msgid "Show Dataset Symbol"
msgstr ""
#. +> trunk5 stable5
#: commands/DatasetCommand.cpp:177
msgctxt "(qtundo-format)"
msgid "Hide Dataset Symbol"
msgstr ""
#. +> trunk5 stable5
#: commands/DatasetCommand.cpp:185
msgctxt "(qtundo-format)"
msgid "Set Dataset Brush Color"
msgstr ""
#. +> trunk5 stable5
#: commands/DatasetCommand.cpp:192
msgctxt "(qtundo-format)"
msgid "Set Dataset Pen Color"
msgstr ""
#. +> trunk5 stable5
#: commands/DatasetCommand.cpp:199
msgctxt "(qtundo-format)"
msgid "Set Dataset Marker Style"
msgstr ""
#. +> trunk5 stable5
#: commands/DatasetCommand.cpp:206
msgctxt "(qtundo-format)"
msgid "Set Dataset Axis"
msgstr ""
#. +> trunk5
#: commands/GapCommand.cpp:74
msgctxt "(qtundo-format)"
msgid "Set Gap Between Bars"
msgstr ""
#. +> trunk5
#: commands/GapCommand.cpp:81
msgctxt "(qtundo-format)"
msgid "Set Gap Between Sets"
msgstr ""
#. +> trunk5 stable5
#: commands/LegendCommand.cpp:91
msgctxt "(qtundo-format)"
msgid "Set Legend Title"
msgstr ""
#. +> trunk5 stable5
#: commands/LegendCommand.cpp:99
msgctxt "(qtundo-format)"
msgid "Set Legend Font"
msgstr ""
#. +> stable5
#: commands/LegendCommand.cpp:137
msgctxt "(qtundo-format)"
msgid "Show Legend Frame"
msgstr ""
#. +> stable5
#: commands/LegendCommand.cpp:139
msgctxt "(qtundo-format)"
msgid "Hide Legend Frame"
msgstr ""
#. +> trunk5 stable5
#: commands/LegendCommand.cpp:106
msgctxt "(qtundo-format)"
msgid "Set Legend Font size"
msgstr ""
#. +> trunk5 stable5
#: commands/LegendCommand.cpp:113
msgctxt "(qtundo-format)"
msgid "Set Legend Orientation"
msgstr ""
#. +> trunk5 stable5
#: DataSet.cpp:275
#, kde-format
msgid "Series %1"
msgstr ""
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:215 PlotAreaConfigWidget.cpp:243
#, kde-format
msgid "Bar Chart"
msgstr ""
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:216 DataSetConfigWidget.cpp:221
#: DataSetConfigWidget.cpp:226 DataSetConfigWidget.cpp:234
#: PlotAreaConfigWidget.cpp:244 PlotAreaConfigWidget.cpp:250
#: PlotAreaConfigWidget.cpp:256 PlotAreaConfigWidget.cpp:270
#, kde-format
msgid "Normal"
msgstr ""
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:220 PlotAreaConfigWidget.cpp:249
#, kde-format
msgid "Line Chart"
msgstr ""
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:225 PlotAreaConfigWidget.cpp:255
#, kde-format
msgid "Area Chart"
msgstr ""
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:230 PlotAreaConfigWidget.cpp:263
#, kde-format
msgid "Pie Chart"
msgstr ""
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:231 PlotAreaConfigWidget.cpp:264
#, kde-format
msgid "Ring Chart"
msgstr ""
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:233 PlotAreaConfigWidget.cpp:269
#, kde-format
msgid "Polar Chart"
msgstr ""
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:237 PlotAreaConfigWidget.cpp:282
#, kde-format
msgid "Stock Chart"
msgstr ""
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:238 PlotAreaConfigWidget.cpp:283
#, kde-format
msgid "HighLowClose"
msgstr ""
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:239 PlotAreaConfigWidget.cpp:285
#, kde-format
msgid "OpenHighLowClose"
msgstr ""
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:242 PlotAreaConfigWidget.cpp:277
#, kde-format
msgid "Bubble Chart"
msgstr ""
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:244 PlotAreaConfigWidget.cpp:276
#, kde-format
msgid "Scatter Chart"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, errorType)
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:258 DataSetConfigWidget.cpp:408
#: dialogs/FormatErrorBarDialog.ui:89
#, kde-format
msgid "None"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, automaticStepWidth)
#. i18n: ectx: property (text), widget (QCheckBox, automaticSubStepWidth)
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:259 dialogs/AxisScalingDialog.ui:49
#: dialogs/AxisScalingDialog.ui:85
#, kde-format
msgid "Automatic"
msgstr ""
#. +> trunk5 stable5
#: DataSetConfigWidget.cpp:261
#, kde-format
msgid "Select"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, titlePositioning)
#. i18n: ectx: property (text), item, widget (QComboBox, titleResize)
#. i18n: ectx: property (text), item, widget (QComboBox, subtitlePositioning)
#. i18n: ectx: property (text), item, widget (QComboBox, subtitleResize)
#. i18n: ectx: property (text), item, widget (QComboBox, footerPositioning)
#. i18n: ectx: property (text), item, widget (QComboBox, footerResize)
#. +> trunk5
#: DataSetConfigWidget.cpp:401 TitlesConfigWidget.ui:52
#: TitlesConfigWidget.ui:66 TitlesConfigWidget.ui:93 TitlesConfigWidget.ui:107
#: TitlesConfigWidget.ui:134 TitlesConfigWidget.ui:148
#, kde-format
msgid "Auto"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, dataSets)
#. +> trunk5 stable5
#: DataSetConfigWidget.ui:23
#, kde-format
msgid "Select a data set"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, dataSetHasChartType)
#. +> trunk5
#: DataSetConfigWidget.ui:33
#, kde-format
msgid "Use Plot Type"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: DataSetConfigWidget.ui:78
#, kde-format
msgid "Attach To Axis"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, datasetShowErrorBar)
#. +> trunk5 stable5
#: DataSetConfigWidget.ui:294
#, kde-format
msgid "Error Bars"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, insertRow)
#. i18n: ectx: property (text), widget (QToolButton, formatErrorBar)
#. +> trunk5 stable5
#: DataSetConfigWidget.ui:319 dialogs/PieDataEditor.cpp:74
#: dialogs/PieDataEditor.ui:33
#, kde-format
msgid "Insert"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, AxisScalingDialog)
#. i18n: ectx: property (windowTitle), widget (QDialog, CellRegionDialog)
#. i18n: ectx: property (windowTitle), widget (QDialog, ChartTableEditor)
#. +> trunk5 stable5
#: dialogs/AxisScalingDialog.ui:13 dialogs/CellRegionDialog.ui:14
#: dialogs/ChartTableEditor.ui:14
#, kde-format
msgid "Dialog"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, logarithmicScaling)
#. +> trunk5 stable5
#: dialogs/AxisScalingDialog.ui:19
#, kde-format
msgid "Logarithmic Scaling"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: dialogs/AxisScalingDialog.ui:32
#, kde-format
msgid "Step Width:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: dialogs/AxisScalingDialog.ui:65
#, kde-format
msgid "Substep Width:"
msgstr ""
#. +> trunk5
#: dialogs/BubbleDataEditor.cpp:112
#, kde-format
msgid "Bubble Data Editor"
msgstr ""
#. +> trunk5
#: dialogs/BubbleDataEditor.cpp:118
#, kde-format
msgid "Insert Column Before"
msgstr ""
#. +> trunk5
#: dialogs/BubbleDataEditor.cpp:119
#, kde-format
msgid "Insert Column After"
msgstr ""
#. +> trunk5
#: dialogs/BubbleDataEditor.cpp:120
#, kde-format
msgid "Insert Row Above"
msgstr ""
#. +> trunk5
#: dialogs/BubbleDataEditor.cpp:121
#, kde-format
msgid "Insert Row Below"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, deleteSelection)
#. +> trunk5
#: dialogs/BubbleDataEditor.cpp:122 dialogs/PieDataEditor.cpp:75
#: dialogs/PieDataEditor.ui:46
#, kde-format
msgid "Delete"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, BubbleDataEditor)
#. +> trunk5
#: dialogs/BubbleDataEditor.ui:26
#, kde-format
msgid "Bubbles Editor"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, insertColumnBefore)
#. +> trunk5
#: dialogs/BubbleDataEditor.ui:39
#, kde-format
msgid "Insert data column before selected column"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, insertRowBelow)
#. +> trunk5
#: dialogs/BubbleDataEditor.ui:59
#, kde-format
msgid "Insert data row below selected row"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, insertRowAbove)
#. +> trunk5
#: dialogs/BubbleDataEditor.ui:79
#, kde-format
msgid "Insert data row above selected row"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, insertColumnAfter)
#. +> trunk5
#: dialogs/BubbleDataEditor.ui:99
#, kde-format
msgid "Insert data column after selected column"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, deleteSelection)
#. +> trunk5
#: dialogs/BubbleDataEditor.ui:119
#, kde-format
msgid "Delete selection"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, manualControl)
#. +> trunk5
#: dialogs/BubbleDataEditor.ui:179
#, kde-format
msgid "Manual control of data sets"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, manualControl)
#. i18n: ectx: property (text), item, widget (QComboBox, legendPosition)
#. i18n: ectx: property (text), item, widget (QComboBox, titlePositioning)
#. i18n: ectx: property (text), item, widget (QComboBox, titleResize)
#. i18n: ectx: property (text), item, widget (QComboBox, subtitlePositioning)
#. i18n: ectx: property (text), item, widget (QComboBox, subtitleResize)
#. i18n: ectx: property (text), item, widget (QComboBox, footerPositioning)
#. i18n: ectx: property (text), item, widget (QComboBox, footerResize)
#. +> trunk5
#: dialogs/BubbleDataEditor.ui:182 LegendConfigWidget.ui:92
#: TitlesConfigWidget.ui:57 TitlesConfigWidget.ui:71 TitlesConfigWidget.ui:98
#: TitlesConfigWidget.ui:112 TitlesConfigWidget.ui:139
#: TitlesConfigWidget.ui:153
#, kde-format
msgid "Manual"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, removeDataSet)
#. +> trunk5
#: dialogs/BubbleDataEditor.ui:192
#, kde-format
msgid "Remove data set"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, addDataSetAfter)
#. i18n: ectx: property (toolTip), widget (QToolButton, addDataSetBefore)
#. +> trunk5
#: dialogs/BubbleDataEditor.ui:212 dialogs/BubbleDataEditor.ui:232
#, kde-format
msgid "Add data set after selected data set"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: dialogs/CellRegionDialog.ui:49
#, kde-format
msgid "Y Values:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: dialogs/CellRegionDialog.ui:59
#, kde-format
msgid "X Values:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: dialogs/CellRegionDialog.ui:72
#, kde-format
msgid "<b>Choose a Data Set</b>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: dialogs/CellRegionDialog.ui:82
#, kde-format
msgid "Categories:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: dialogs/CellRegionDialog.ui:96
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p align=\"right\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Name:</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: dialogs/ChartTableEditor.ui:23
#, kde-format
msgid "Data Format"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, dataSetsInRows)
#. +> trunk5 stable5
#: dialogs/ChartTableEditor.ui:29
#, kde-format
msgid "Data sets in rows"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, dataSetsInColumns)
#. +> trunk5 stable5
#: dialogs/ChartTableEditor.ui:36
#, kde-format
msgid "Data sets in columns"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5 stable5
#: dialogs/ChartTableEditor.ui:46
#, kde-format
msgid "Actions"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, insertRow)
#. +> trunk5 stable5
#: dialogs/ChartTableEditor.ui:52 dialogs/TableEditorDialog.cpp:66
#, kde-format
msgid "Insert Rows"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, deleteRow)
#. +> trunk5 stable5
#: dialogs/ChartTableEditor.ui:62 dialogs/TableEditorDialog.cpp:67
#, kde-format
msgid "Delete Rows"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, insertColumn)
#. +> trunk5 stable5
#: dialogs/ChartTableEditor.ui:72 dialogs/TableEditorDialog.cpp:68
#, kde-format
msgid "Insert Columns"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, deleteColumn)
#. +> trunk5 stable5
#: dialogs/ChartTableEditor.ui:82 dialogs/TableEditorDialog.cpp:69
#, kde-format
msgid "Delete Columns"
msgstr ""
#. +> trunk5
#: dialogs/DataSetTableModel.cpp:114
#, kde-format
msgid "Dataset Name"
msgstr ""
#. +> trunk5
#: dialogs/DataSetTableModel.cpp:115
#, kde-format
msgid "X-Values"
msgstr ""
#. +> trunk5
#: dialogs/DataSetTableModel.cpp:116
#, kde-format
msgid "Y-Values"
msgstr ""
#. +> trunk5
#: dialogs/DataSetTableModel.cpp:117
#, kde-format
msgid "Bubble Size"
msgstr ""
#. +> trunk5 stable5
#: dialogs/FontEditorDialog.cpp:33
#, kde-format
msgid "Select Font"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, FormatErrorBarDialog)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:29
#, kde-format
msgid "Format Error Bars"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:69
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Ubuntu'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Error Category</span></p>"
"\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;\"></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, errorType)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:94
#, kde-format
msgid "Constant"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, errorType)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:99
#, kde-format
msgid "Percentage"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, errorType)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:104
#, kde-format
msgid "Error Margin"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, errorType)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:109
#, kde-format
msgid "Standard Deviation"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, errorType)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:114
#, kde-format
msgid "Variance"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, errorType)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:119
#, kde-format
msgid "From Data table"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, valueLabel)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:144
#, kde-format
msgid "Positive "
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QRadioButton, negIndicator)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:173 dialogs/FormatErrorBarDialog.ui:338
#, kde-format
msgid "Negative"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, sameValueForBoth)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:207
#, kde-format
msgid "Same for both"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:226 dialogs/PieDataEditor.cpp:46
#, kde-format
msgid "Value"
msgstr ""
#. i18n: ectx: property (suffix), widget (QDoubleSpinBox, percentageValue)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:233
#, kde-format, no-c-format
msgid " %"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:303
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Ubuntu'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Error Indicator</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, posIndicator)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:325
#, kde-format
msgid "Positive"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, posAndNegIndicator)
#. +> trunk5 stable5
#: dialogs/FormatErrorBarDialog.ui:351
#, kde-format
msgid "Both"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, NewAxisDialog)
#. +> trunk5 stable5
#: dialogs/NewAxisDialog.ui:20
#, kde-format
msgid "New Axis"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, dimensionIsX)
#. +> trunk5 stable5
#: dialogs/NewAxisDialog.ui:46
#, kde-format
msgctxt "Axis dimension"
msgid "&X"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, dimensionIsY)
#. +> trunk5 stable5
#: dialogs/NewAxisDialog.ui:56
#, kde-format
msgctxt "Axis dimension"
msgid "&Y"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: dialogs/NewAxisDialog.ui:72
#, kde-format
msgid "Title:"
msgstr ""
#. +> trunk5
#: dialogs/PieDataEditor.cpp:68
#, kde-format
msgid "Pie Data Editor"
msgstr ""
#. i18n: ectx: property (shortcut), widget (QPushButton, deleteSelection)
#. +> trunk5
#: dialogs/PieDataEditor.ui:52
#, kde-format
msgid "Del"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, legendOrientation)
#. +> trunk5
#: LegendConfigWidget.ui:19
#, kde-format
msgid "Vertical"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, legendOrientation)
#. +> trunk5
#: LegendConfigWidget.ui:24
#, kde-format
msgid "Horizontal"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, legendAlignment)
#. +> trunk5
#: LegendConfigWidget.ui:38
#, kde-format
msgid "Center"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, legendPosition)
#. +> trunk5
#: LegendConfigWidget.ui:52
#, kde-format
msgid "Right"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, legendPosition)
#. +> trunk5
#: LegendConfigWidget.ui:57
#, kde-format
msgid "Top"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, legendPosition)
#. +> trunk5
#: LegendConfigWidget.ui:62
#, kde-format
msgid "Bottom"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, legendPosition)
#. +> trunk5
#: LegendConfigWidget.ui:67
#, kde-format
msgid "Left"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, legendPosition)
#. +> trunk5
#: LegendConfigWidget.ui:72
#, kde-format
msgid "Top-left"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, legendPosition)
#. +> trunk5
#: LegendConfigWidget.ui:77
#, kde-format
msgid "Top-right"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, legendPosition)
#. +> trunk5
#: LegendConfigWidget.ui:82
#, kde-format
msgid "Bottom-left"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, legendPosition)
#. +> trunk5
#: LegendConfigWidget.ui:87
#, kde-format
msgid "Bottom-right"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: LegendConfigWidget.ui:100
#, kde-format
msgid "Position"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, showLegend)
#. +> trunk5 stable5
#: LegendConfigWidget.ui:107
#, kde-format
msgid "Show Legend"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: LegendConfigWidget.ui:130
#, kde-format
msgid "Orientation"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, legendEditFontButton)
#. +> trunk5
#: LegendConfigWidget.ui:147
#, kde-format
msgid "Fonts..."
msgstr ""
#. +> trunk5
#: PieConfigWidget.cpp:114
#, kde-format
msgid "Data Point %1"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: PieConfigWidget.ui:29
#, kde-format
msgid "E&xplode Factor"
msgstr ""
#. +> trunk5 stable5
#: PlotAreaConfigWidget.cpp:291
#, kde-format
msgid "Surface Chart"
msgstr ""
#. +> trunk5 stable5
#: PlotAreaConfigWidget.cpp:293
#, kde-format
msgid "Gantt Chart"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, threeDLook)
#. +> trunk5 stable5
#: PlotAreaConfigWidget.ui:61
#, kde-format
msgid "3D"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, editData)
#. +> trunk5 stable5
#: PlotAreaConfigWidget.ui:68
#, kde-format
msgid "Edit Data..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: PlotAreaConfigWidget.ui:84
#, kde-format
msgid "Axes"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: PlotAreaConfigWidget.ui:97 PlotAreaConfigWidget.ui:150
#, kde-format
msgid "Data Sets"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: PlotAreaConfigWidget.ui:117
#, kde-format
msgid "Data Points"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: TitlesConfigWidget.ui:18
#, kde-format
msgid "Positioning"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: TitlesConfigWidget.ui:28
#, kde-format
msgid "Resize"
msgstr ""
#. +> stable5
#: ChartConfigWidget.cpp:641
#, kde-format
msgid "Data Ranges..."
msgstr ""
#. +> stable5
#: ChartConfigWidget.cpp:1093
#, kde-format
msgid "Axis %1"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> stable5
#: ChartConfigWidget.ui:95
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;\"><span style=\" font-weight:600;\">Labels</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> stable5
#: ChartConfigWidget.ui:116
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt; font-weight:600;\">Axes</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, axisShowTitle)
#. +> stable5
#: ChartConfigWidget.ui:142
#, kde-format
msgid "Label"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, axisShowGridLines)
#. +> stable5
#: ChartConfigWidget.ui:154
#, kde-format
msgid "Show Grid Lines"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, axisScalingButton)
#. +> stable5
#: ChartConfigWidget.ui:163
#, kde-format
msgid "Scaling..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, axisEditFontButton)
#. i18n: ectx: property (text), widget (QPushButton, legendEditFontButton)
#. +> stable5
#: ChartConfigWidget.ui:170 ChartConfigWidget.ui:740
#, kde-format
msgid "Edit Fonts..."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, dataSetHasChartType)
#. +> stable5
#: ChartConfigWidget.ui:214
#, kde-format
msgid "Custom Type"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> stable5
#: ChartConfigWidget.ui:389
#, kde-format
msgid "Explode Factor"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> stable5
#: ChartConfigWidget.ui:400
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Ubuntu'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:8pt; font-weight:600;\">Pie Properties</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> stable5
#: ChartConfigWidget.ui:429
#, kde-format
msgid "Attached Axis"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, legendShowFrame)
#. +> stable5
#: ChartConfigWidget.ui:689
#, kde-format
msgid "Show Frame"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, legendOrientationIsVertical)
#. +> stable5
#: ChartConfigWidget.ui:703
#, kde-format
msgid "v"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, legendOrientationIsHorizontal)
#. +> stable5
#: ChartConfigWidget.ui:716
#, kde-format
msgid "h"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/extragear-base/plasma-settings._desktop_.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/extragear-base/plasma-settings._desktop_.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/extragear-base/plasma-settings._desktop_.pot (revision 1522564)
@@ -1,278 +1,206 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: desktop files\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-07-27 07:35+0200\n"
+"POT-Creation-Date: 2018-08-14 09:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. +> trunk5
#: modules/accounts/kaccounts.desktop:2
#: modules/accounts/package/metadata.desktop:2
msgctxt "Name"
msgid "Accounts"
msgstr ""
#. +> trunk5
#: modules/accounts/kaccounts.desktop:26
#: modules/accounts/package/metadata.desktop:26
msgctxt "Comment"
msgid "Add Your Online Accounts"
msgstr ""
#. +> trunk5
#: modules/accounts/kaccounts.desktop:63
msgctxt "X-KDE-Keywords"
msgid "accounts, online"
msgstr ""
#. +> trunk5
-#: modules/development/active_dev_developermode.actions:2
-msgctxt "Name"
-msgid "Developer mode"
-msgstr ""
-
-#. +> trunk5
-#: modules/development/active_dev_developermode.actions:29
-msgctxt "Name"
-msgid "Activate the developer mode"
-msgstr ""
-
-#. +> trunk5
-#: modules/development/active_dev_developermode.actions:52
-msgctxt "Description"
-msgid "Enable shell and debug access via USB"
-msgstr ""
-
-#. +> trunk5
-#: modules/development/active_dev_developermode.actions:76
-msgctxt "Name"
-msgid "Deactivate the developer mode"
-msgstr ""
-
-#. +> trunk5
-#: modules/development/active_dev_developermode.actions:99
-msgctxt "Description"
-msgid "Disables shell and debug access via USB"
-msgstr ""
-
-#. +> trunk5
#: modules/development/active_dev_sshd.actions:2
msgctxt "Name"
msgid "SSH Remote Access"
msgstr ""
#. +> trunk5
#: modules/development/active_dev_sshd.actions:27
msgctxt "Name"
msgid "Activate sshd"
msgstr ""
#. +> trunk5
#: modules/development/active_dev_sshd.actions:50
msgctxt "Description"
msgid "Starts sshd on device"
msgstr ""
#. +> trunk5
#: modules/development/active_dev_sshd.actions:76
msgctxt "Name"
msgid "Deactivate sshd"
msgstr ""
#. +> trunk5
#: modules/development/active_dev_sshd.actions:99
msgctxt "Description"
msgid "Stops sshd on device"
msgstr ""
#. +> trunk5
-#: modules/development/active_dev_writablefilesystem.actions:2
-msgctxt "Name"
-msgid "Writable filesystem"
-msgstr ""
-
-#. +> trunk5
-#: modules/development/active_dev_writablefilesystem.actions:29
-msgctxt "Name"
-msgid "Detect if filesystem is writable"
-msgstr ""
-
-#. +> trunk5
-#: modules/development/active_dev_writablefilesystem.actions:51
-msgctxt "Description"
-msgid "Detects if the root filesystem writable"
-msgstr ""
-
-#. +> trunk5
-#: modules/development/active_dev_writablefilesystem.actions:75
-msgctxt "Name"
-msgid "Enable writable filesystem"
-msgstr ""
-
-#. +> trunk5
-#: modules/development/active_dev_writablefilesystem.actions:97
-msgctxt "Description"
-msgid "Makes the root filesystem writable"
-msgstr ""
-
-#. +> trunk5
-#: modules/development/active_dev_writablefilesystem.actions:121
-msgctxt "Name"
-msgid "Disable writable filesystem"
-msgstr ""
-
-#. +> trunk5
-#: modules/development/active_dev_writablefilesystem.actions:143
-msgctxt "Description"
-msgid "Makes the root filesystem read only"
-msgstr ""
-
-#. +> trunk5
#: modules/development/develsettings.desktop:2
#: modules/development/package/metadata.desktop:2
msgctxt "Name"
msgid "Development"
msgstr ""
#. +> trunk5
#: modules/development/develsettings.desktop:26
#: modules/development/package/metadata.desktop:26
msgctxt "Comment"
msgid "Settings for developers"
msgstr ""
#. +> trunk5
#: modules/locale/package/metadata.desktop:2
msgctxt "Name"
msgid "Language"
msgstr ""
#. +> trunk5
#: modules/locale/package/metadata.desktop:27
msgctxt "Comment"
msgid "Locale settings"
msgstr ""
#. +> trunk5
#: modules/powermanagement/package/metadata.desktop:2
#: modules/powermanagement/powermanagement.desktop:2
msgctxt "Name"
msgid "Screen"
msgstr ""
#. +> trunk5
#: modules/powermanagement/package/metadata.desktop:26
#: modules/powermanagement/powermanagement.desktop:26
msgctxt "Comment"
msgid "Lock, Sleep, Timeout"
msgstr ""
#. +> trunk5
#: modules/powermanagement/powermanagement.desktop:60
msgctxt "X-KDE-Keywords"
msgid "video, monitor, graphics, timeout, sleep, lock, screenlocker, screensaver"
msgstr ""
#. +> trunk5
#: modules/theme/package/metadata.desktop:2
#: modules/theme/themesettings.desktop:2
msgctxt "Name"
msgid "Appearance"
msgstr ""
#. +> trunk5
#: modules/theme/package/metadata.desktop:26
msgctxt "Comment"
msgid "Font and Theme"
msgstr ""
#. +> trunk5
#: modules/theme/themesettings.desktop:26
msgctxt "Comment"
msgid "Look and Feel"
msgstr ""
#. +> trunk5
#: modules/theme/themesettings.desktop:63 modules/time/timesettings.desktop:61
msgctxt "X-KDE-Keywords"
msgid "theme, look, feel"
msgstr ""
#. +> trunk5
#: modules/time/clockconfig_actions.actions:2
msgctxt "Name"
msgid "Date and Time Control Module"
msgstr ""
#. +> trunk5
#: modules/time/clockconfig_actions.actions:29
msgctxt "Name"
msgid "Save the date/time settings"
msgstr ""
#. +> trunk5
#: modules/time/clockconfig_actions.actions:53
msgctxt "Description"
msgid "System policies prevent you from saving the date/time settings."
msgstr ""
#. +> trunk5
#: modules/time/package/metadata.desktop:2 modules/time/timesettings.desktop:2
msgctxt "Name"
msgid "Time and Date"
msgstr ""
#. +> trunk5
#: modules/time/package/metadata.desktop:26
#: modules/time/timesettings.desktop:26
msgctxt "Comment"
msgid "Timezone, Date Display"
msgstr ""
#. +> trunk5
#: modules/web/metadata.desktop:2
msgctxt "Name"
msgid "Web and Browser"
msgstr ""
#. +> trunk5
#: modules/web/metadata.desktop:24
msgctxt "Comment"
msgid "Text Size, History, Adblock, Homepage"
msgstr ""
#. +> trunk5
#: org.kde.mobile.plasmasettings.desktop:2
msgctxt "Name"
msgid "Settings"
msgstr ""
#. +> trunk5
#: org.kde.mobile.plasmasettings.desktop:26
msgctxt "GenericName"
msgid "Settings"
msgstr ""
#. +> trunk5
#: org.kde.mobile.plasmasettings.desktop:50
msgctxt "Comment"
msgid "Settings for Plasma"
msgstr ""
#. +> trunk5
#: package/metadata.desktop:2
msgctxt "Name"
msgid "Mobile Settings"
msgstr ""
#. +> trunk5
#: package/metadata.desktop:22
msgctxt "Comment"
msgid "Touchscreen friendly settings UI for Active"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/extragear-edu/kstars.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/extragear-edu/kstars.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/extragear-edu/kstars.pot (revision 1522564)
@@ -1,82868 +1,82915 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-13 09:03+0200\n"
+"POT-Creation-Date: 2018-08-14 09:29+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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
#, kde-format
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr ""
#. +> trunk5
#, kde-format
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:44 kstars.cpp:68
#, kde-format
msgid "Sky"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:45
#, kde-format
msgid "Messier Object"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:46
#, kde-format
msgctxt "New General Catalog object"
msgid "NGC Object"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:47
#, kde-format
msgctxt "Index Catalog object"
msgid "IC Object"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:48
#, kde-format
msgctxt "Object with extra attached URLs"
msgid "Object w/ Links"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:49
#, kde-format
msgid "Star Name"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:50
#, kde-format
msgid "Deep Sky Object Name"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:51
#, kde-format
msgid "Planet Name"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:52
#, kde-format
msgctxt "Constellation Name"
msgid "Constell. Name"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:53
#, kde-format
msgctxt "Constellation Line"
msgid "Constell. Line"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:54
#, kde-format
msgctxt "Constellation Boundary"
msgid "Constell. Boundary"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:55
#, kde-format
msgctxt "Highlighted Constellation Boundary"
msgid "Constell. Boundary Highlight"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:57
#, kde-format
msgctxt "refers to the band of stars in the sky due to the Galactic plane"
msgid "Milky Way"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:59 skycomponents/equator.cpp:32
#, kde-format
msgid "Equator"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowEcliptic)
#. +> trunk5
#: auxiliary/colorscheme.cpp:60 options/opsguides.ui:207
#: skycomponents/ecliptic.cpp:32
#, kde-format
msgid "Ecliptic"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:61 projections/equirectangularprojector.cpp:167
#: projections/projector.cpp:284
#, kde-format
msgid "Horizon"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowLocalMeridian)
#. +> trunk5
#: auxiliary/colorscheme.cpp:62 options/opsguides.ui:361
#, kde-format
msgid "Local Meridian"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:63
#, kde-format
msgid "Compass Labels"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:64 skycomponents/equatorialcoordinategrid.cpp:31
#, kde-format
msgid "Equatorial Coordinate Grid"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:65 skycomponents/horizontalcoordinategrid.cpp:31
#, kde-format
msgid "Horizontal Coordinate Grid"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:66
#, kde-format
msgid "Info Box Text"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:67
#, kde-format
msgid "Info Box Selected"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:68
#, kde-format
msgid "Info Box Background"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:69
#, kde-format
msgid "Target Indicator"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:70
#, kde-format
msgid "User Labels"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:71
#, kde-format
msgid "Planet Trails"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:72
#, kde-format
msgid "Angular Distance Ruler"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:73
#, kde-format
msgid "Observing List Label"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:74
#, kde-format
msgid "Star-Hop Route"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:75
#, kde-format
msgid "Visible Satellites"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:76 data/qml/whatisinteresting/wiview.qml:238
#: dialogs/finddialog.cpp:55 kstarsactions.cpp:1026
#: kstarslite/dialogs/finddialoglite.cpp:48
#, kde-format, kde-kuit-format
msgid "Satellites"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:77
#, kde-format
msgid "Satellites Labels"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:78 data/qml/whatisinteresting/wiview.qml:514
#: dialogs/finddialog.cpp:54 kstarsactions.cpp:1029
#: kstarslite/dialogs/finddialoglite.cpp:47
#, kde-format, kde-kuit-format
msgid "Supernovae"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:79 skycomponents/artificialhorizoncomponent.cpp:61
#, kde-format
msgid "Artificial Horizon"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:80
#, kde-format
msgid "RA Guide Error"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:81
#, kde-format
msgid "DEC Guide Error"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:82 ekos/align/align.cpp:87
#, kde-format
msgid "Solver FOV"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:83
#, kde-format
msgid "Sensor FOV"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:84
#, kde-format
msgid "HiPS Grid"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:85
#, kde-format
msgid "FITS Image Object Label"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:151 kstarsdata.cpp:1018 options/opscolors.cpp:68
#: tools/scriptbuilder.cpp:773
#, kde-format
msgctxt "use default color scheme"
msgid "Default Colors"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:153 kstarsdata.cpp:1020 options/opscolors.cpp:69
#: tools/scriptbuilder.cpp:774
#, kde-format
msgctxt "use 'star chart' color scheme"
msgid "Star Chart"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:155 kstarsdata.cpp:1022 options/opscolors.cpp:70
#: tools/scriptbuilder.cpp:775
#, kde-format
msgctxt "use 'night vision' color scheme"
msgid "Night Vision"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:285
#, kde-format
msgid ""
"Local color scheme file could not be opened.\n"
"Scheme cannot be recorded."
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:303
#, kde-format
msgid ""
"Local color scheme index file could not be opened.\n"
"Scheme cannot be recorded."
msgstr ""
#. +> trunk5
#: auxiliary/filedownloader.cpp:96
#, kde-format
msgid "Data verification failed"
msgstr ""
#. +> trunk5
#: auxiliary/filedownloader.cpp:107
#, kde-format
msgid "File verification failed"
msgstr ""
#. +> trunk5
#: auxiliary/filedownloader.cpp:155
#, kde-format
msgid "Downloading"
msgstr ""
#. +> trunk5
#: auxiliary/filedownloader.cpp:160
#, kde-format
msgid "Downloading Data..."
msgstr ""
#. +> trunk5
#: auxiliary/filedownloader.cpp:199
#, kde-format
msgid "Awaiting response from server..."
msgstr ""
#. +> trunk5
#: auxiliary/fov.cpp:48 kstarslite/skyitems/fovitem.cpp:24
#, kde-format
msgctxt "use field-of-view for binoculars"
msgid "7x35 Binoculars"
msgstr ""
#. +> trunk5
#: auxiliary/fov.cpp:50 kstarslite/skyitems/fovitem.cpp:25
#, kde-format
msgctxt "use a Telrad field-of-view indicator"
msgid "Telrad"
msgstr ""
#. +> trunk5
#: auxiliary/fov.cpp:51 kstarslite/skyitems/fovitem.cpp:26
#, kde-format
msgctxt "use 1-degree field-of-view indicator"
msgid "One Degree"
msgstr ""
#. +> trunk5
#: auxiliary/fov.cpp:53 kstarslite/skyitems/fovitem.cpp:27
#, kde-format
msgctxt "use HST field-of-view indicator"
msgid "HST WFPC2"
msgstr ""
#. +> trunk5
#: auxiliary/fov.cpp:54 kstarslite/skyitems/fovitem.cpp:28
#, kde-format
msgctxt "use Radiotelescope HPBW"
msgid "30m at 1.3cm"
msgstr ""
#. +> trunk5
#: auxiliary/fov.cpp:194
#, kde-format
msgid "No FOV"
msgstr ""
#. +> trunk5
#: auxiliary/imageexporter.cpp:50 auxiliary/imageexporter.cpp:51
#, kde-format
msgid "KStars Exported Sky Image"
msgstr ""
#. +> trunk5
#: auxiliary/imageexporter.cpp:172
#, kde-format
msgid "Error: Unable to save image: %1"
msgstr ""
#. +> trunk5
#: auxiliary/imageexporter.cpp:179 auxiliary/imageviewer.cpp:364
#, kde-format
msgid "Saved image to %1"
msgstr ""
#. +> trunk5
#: auxiliary/imageexporter.cpp:239 printing/foveditordialog.cpp:207
#: tools/scriptbuilder.cpp:954
#, kde-format
msgid "Could not upload image to remote location: %1"
msgstr ""
#. +> trunk5
#: auxiliary/imageexporter.cpp:246
#, kde-format
msgid "Could not export image: URL %1 invalid"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:127
#, kde-format
msgid "KStars image viewer: %1"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:141 tools/eyepiecefield.cpp:88
#, kde-format
msgid "Invert colors"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:142
#, kde-format
msgid "Reverse colors of the image. This is useful to enhance contrast at times. This affects only the display and not the saving."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, AddScope)
#. i18n: ectx: property (text), widget (QPushButton, SavePreset)
#. +> trunk5
#: auxiliary/imageviewer.cpp:144 ekos/align/align.cpp:1241
-#: ekos/capture/capture.cpp:3266 ekos/scheduler/scheduler.cpp:3833
+#: ekos/capture/capture.cpp:3311 ekos/scheduler/scheduler.cpp:3853
#: kstarslite/qml/dialogs/helpers/DetailsAddLink.qml:95
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:382
#: oal/equipmentwriter.ui:212 options/opscolors.ui:204
#, kde-format, kde-kuit-format
msgid "Save"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:145
#, kde-format
msgid "Save the image to disk"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:186
#, kde-format
msgid "Remove temporary file %1 from disk?"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:187
#, kde-format
msgid "Confirm Removal"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:205
#, kde-format
msgid "Download"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:206
#, kde-format
msgid "Please wait while image is being downloaded..."
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:234
#, kde-format
msgid "Image Viewer"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:263
#, kde-format
msgid "Loading of the image %1 failed."
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:319 indi/clientmanagerlite.cpp:816
#: printing/foveditordialog.cpp:129
#, kde-format
msgid "Save Image"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:327 dialogs/addcatdialog.cpp:232
#: ekos/align/align.cpp:1228 ekos/align/align.cpp:1395
#: ekos/guide/guide.cpp:740 kstarsactions.cpp:1214 printing/pwizprint.cpp:86
#: tools/scriptbuilder.cpp:913
#, kde-format
msgid "A file named \"%1\" already exists. Overwrite it?"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:330 dialogs/addcatdialog.cpp:235
#: ekos/align/align.cpp:1231 ekos/align/align.cpp:1398
#: ekos/guide/guide.cpp:743 kstarsactions.cpp:1215 printing/pwizprint.cpp:87
#: tools/scriptbuilder.cpp:916
#, kde-format
msgid "Overwrite File?"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:355
#, kde-format
msgid "Saving of the image %1 failed."
msgstr ""
#. +> trunk5
#: auxiliary/ksdssdownloader.cpp:212 auxiliary/ksdssdownloader.cpp:240
#, kde-format
msgid "DSS Download"
msgstr ""
#. +> trunk5
#: auxiliary/ksdssdownloader.cpp:213 auxiliary/ksdssdownloader.cpp:241
#, kde-format
msgid "Please wait while DSS image is being downloaded..."
msgstr ""
#. +> trunk5
#: auxiliary/ksnotification.h:27 ekos/align/align.cpp:74
-#: ekos/capture/sequencejob.cpp:28
+#: ekos/capture/sequencejob.cpp:30
#: ekos/guide/internalguide/rcalibration.cpp:430
#: ekos/guide/internalguide/rcalibration.cpp:459
#: ekos/guide/internalguide/rcalibration.cpp:682
#: ekos/guide/internalguide/rcalibration.cpp:837
#: ekos/scheduler/schedulerjob.cpp:349 indi/drivermanager.cpp:427
#: indi/drivermanager.cpp:750 indi/inditelescope.cpp:1113
#: indi/inditelescope.cpp:1117
#, kde-format
msgid "Error"
msgstr ""
#. +> trunk5
#: auxiliary/ksnotification.h:28
#, kde-format
msgid "Sorry"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, infoGroup)
#. +> trunk5
#: auxiliary/ksnotification.h:29 ekos/guide/internalguide/guider.ui:316
#, kde-format
msgid "Info"
msgstr ""
#. +> trunk5
#: auxiliary/ksuserdb.cpp:1447
#, kde-format
msgctxt "No driver"
msgid "None"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:138
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "N"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:139
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "NNE"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:140
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "NE"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:141
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "ENE"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:142
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "E"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:143
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "ESE"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:144
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "SE"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:145
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "SSE"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:146
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "S"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:147
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "SSW"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:148
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "SW"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:149
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "WSW"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:150
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "W"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:151
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "WNW"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:152
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "NW"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:153
#, kde-format
msgctxt "Abbreviated cardinal / intercardinal etc. direction"
msgid "NNW"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:154
#, kde-format
msgctxt "Unknown cardinal / intercardinal direction"
msgid "???"
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:1167
#, kde-format
msgid "The Astrometry Index File Directory does not exist and was not able to be created."
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:1174
#, kde-format
msgid "Internal Astrometry Configuration File Read Error."
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:1206
#, kde-format
msgid "Internal Astrometry Configuration File Write Error."
msgstr ""
#. +> trunk5
#: auxiliary/kswizard.cpp:79
#, kde-format
msgid "Startup Wizard"
msgstr ""
#. +> trunk5
#: auxiliary/kswizard.cpp:86 printing/printingwizard.cpp:424
#: tools/obslistwizard.cpp:44
#, kde-format
msgid "&Next >"
msgstr ""
#. +> trunk5
#: auxiliary/kswizard.cpp:88 printing/printingwizard.cpp:427
#: tools/obslistwizard.cpp:46
#, kde-format
msgid "< &Back"
msgstr ""
#. +> trunk5
#: auxiliary/kswizard.cpp:298
#, kde-format
msgid "There was no default data directory found in the app bundle."
msgstr ""
#. +> trunk5
#: auxiliary/kswizard.cpp:308
#, kde-format
msgid "There was a problem creating the data directory ~/Library/Application Support/."
msgstr ""
#. +> trunk5
#: auxiliary/kswizard.cpp:415
#, kde-format
msgid "File write error."
msgstr ""
#. +> trunk5
#: auxiliary/kswizard.cpp:427
#, kde-format
msgid "Data folder permissions error."
msgstr ""
#. +> trunk5
#: auxiliary/thememanager.cpp:76
#, kde-format
msgctxt "default theme name"
msgid "Default"
msgstr ""
#. +> trunk5
#: auxiliary/thumbnaileditor.cpp:48
#, kde-format
msgid "Crop region will be scaled to [ %1 * %2 ]"
msgstr ""
#. +> trunk5
#: auxiliary/thumbnaileditor.cpp:50
#, kde-format
msgid "Edit Thumbnail Image"
msgstr ""
#. +> trunk5
#: auxiliary/thumbnaileditor.cpp:83
#, kde-format
msgid "Crop region: [%1,%2 %3x%4]"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, ThumbnailEditor)
#. +> trunk5
#: auxiliary/thumbnaileditor.ui:13
#, kde-format
msgid "Thumbnail Editor"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, CropLabel)
#. +> trunk5
#: auxiliary/thumbnaileditor.ui:43
#, kde-format
msgid "Crop region: [0,0 200 x 200]"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, MessageLabel)
#. +> trunk5
#: auxiliary/thumbnaileditor.ui:59
#, kde-format
msgid "(crop region will be scaled to 200x200)"
msgstr ""
#. +> trunk5
#: auxiliary/thumbnailpicker.cpp:138
#, kde-format
msgid "Loading images..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, SearchLabel)
#. +> trunk5
#: auxiliary/thumbnailpicker.cpp:171 auxiliary/thumbnailpicker.ui:24
#, kde-format
msgid "Search results:"
msgstr ""
#. +> trunk5
#: auxiliary/thumbnailpicker.cpp:355
#, kde-format
msgid "Failed to load image at %1"
msgstr ""
#. +> trunk5
#: auxiliary/thumbnailpicker.cpp:356
#, kde-format
msgid "Failed to load image"
msgstr ""
#. +> trunk5
#: auxiliary/thumbnailpicker.h:49
#, kde-format
msgid "Choose Thumbnail Image"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, ThumbnailPicker)
#. +> trunk5
#: auxiliary/thumbnailpicker.ui:14
#, kde-format
msgid "Thumbnail Picker"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#. +> trunk5
#: auxiliary/thumbnailpicker.ui:69
#, kde-format
msgid "Specify image location:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: auxiliary/thumbnailpicker.ui:103
#, kde-format
msgid "Current thumbnail:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, EditButton)
#. +> trunk5
#: auxiliary/thumbnailpicker.ui:178
#, kde-format
msgid "Edit Ima&ge..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, UnsetButton)
#. +> trunk5
#: auxiliary/thumbnailpicker.ui:185
#, kde-format
msgid "Unset Image"
msgstr ""
#. i18n: ectx: Menu (file)
#. +> trunk5
#: data/fitsviewerui.rc:5 data/kstarsui.rc:5
#, kde-format
msgid "&File"
msgstr ""
#. i18n: ectx: Menu (edit)
#. +> trunk5
#: data/fitsviewerui.rc:16
#, kde-format
msgid "&Edit"
msgstr ""
#. i18n: ectx: Menu (view)
#. +> trunk5
#: data/fitsviewerui.rc:23 data/kstarsui.rc:41
#, kde-format
msgid "&View"
msgstr ""
#. i18n: ectx: Menu (help)
#. i18n: ectx: property (text), widget (QPushButton, helpB)
#. +> trunk5
#: data/fitsviewerui.rc:42 data/kstarsui.rc:137 indi/telescopewizard.ui:54
#, kde-format
msgid "&Help"
msgstr ""
#. i18n: ectx: ToolBar (mainToolBar)
#. i18n: ectx: ToolBar (kstarsToolBar)
#. +> trunk5
#: data/fitsviewerui.rc:56 data/kstarsui.rc:152
#, kde-format
msgid "Main Toolbar"
msgstr ""
#. i18n: ectx: ToolBar (processToolBar)
#. +> trunk5
#: data/fitsviewerui.rc:84
#, kde-format
msgid "Process ToolBar"
msgstr ""
#. i18n: ectx: Menu (time)
#. +> trunk5
#: data/kstarsui.rc:19
#, kde-format
msgid "T&ime"
msgstr ""
#. i18n: ectx: Menu (focus)
#. +> trunk5
#: data/kstarsui.rc:28
#, kde-format
msgid "&Pointing"
msgstr ""
#. i18n: ectx: Menu (projection)
#. +> trunk5
#: data/kstarsui.rc:50
#, kde-format
msgid "&Projection"
msgstr ""
#. i18n: ectx: Menu (tools)
#. +> trunk5
#: data/kstarsui.rc:61
#, kde-format
msgid "&Tools"
msgstr ""
#. i18n: ectx: Menu (devices)
#. +> trunk5
#: data/kstarsui.rc:63
#, kde-format
msgid "&Devices"
msgstr ""
#. i18n: ectx: Menu (data)
#. +> trunk5
#: data/kstarsui.rc:84
#, kde-format
msgid "&Data"
msgstr ""
#. i18n: ectx: Menu (updates)
#. +> trunk5
#: data/kstarsui.rc:87
#, kde-format
msgid "&Updates"
msgstr ""
#. i18n: ectx: Menu (observation)
#. +> trunk5
#: data/kstarsui.rc:94
#, kde-format
msgid "&Observation"
msgstr ""
#. i18n: ectx: Menu (settings)
#. +> trunk5
#: data/kstarsui.rc:101
#, kde-format
msgid "&Settings"
msgstr ""
#. i18n: ectx: Menu (infopanel)
#. +> trunk5
#: data/kstarsui.rc:102
#, kde-format
msgid "&Info Boxes"
msgstr ""
#. i18n: ectx: Menu (statusbar)
#. +> trunk5
#: data/kstarsui.rc:110
#, kde-format
msgid "&Statusbar"
msgstr ""
#. i18n: ectx: Menu (config_oal)
#. +> trunk5
#: data/kstarsui.rc:123
#, kde-format
msgid "Configure Observation &Logging"
msgstr ""
#. i18n: ectx: ToolBar (viewToolBar)
#. +> trunk5
#: data/kstarsui.rc:170
#, kde-format
msgid "View Toolbar"
msgstr ""
#. i18n: ectx: ToolBar (INDIToolBar)
#. +> trunk5
#: data/kstarsui.rc:188
#, kde-format
msgid "INDI Toolbar"
msgstr ""
#. i18n: ectx: ToolBar (TelescopeToolBar)
#. +> trunk5
#: data/kstarsui.rc:197
#, kde-format
msgid "Telescope Toolbar"
msgstr ""
#. i18n: ectx: ToolBar (DomeToolBar)
#. +> trunk5
#: data/kstarsui.rc:208
#, kde-format
msgid "Dome Toolbar"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:37 kstarsinit.cpp:414
#, kde-format, kde-kuit-format
msgid "What's Interesting..."
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:126
#, kde-kuit-format
msgid "Naked-Eye Objects"
msgstr ""
#. i18n?
#. i18nc("Asteroid name (optional)", "Pluto");
#. i18nc("Asteroid name (optional)", "Pluto")
#. i18n: ectx: property (title), widget (QGroupBox, SunBox)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBox)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBoxBatch)
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:144 skyglpainter.cpp:302
#: skyobjects/kssun.cpp:28 tools/conjunctions.cpp:82
#: tools/conjunctions.cpp:282 tools/modcalcdaylength.ui:109
#: tools/modcalcplanets.cpp:272 tools/modcalcplanets.ui:190
#: tools/modcalcplanets.ui:614
#, kde-format, kde-kuit-format
msgid "Sun"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, MoonBox)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBox)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBoxBatch)
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:175 skyobjects/ksmoon.cpp:70
#: skyobjects/skyobject.cpp:386 tools/conjunctions.cpp:83
#: tools/modcalcdaylength.ui:453 tools/modcalcplanets.cpp:272
#: tools/modcalcplanets.ui:185 tools/modcalcplanets.ui:609
#, kde-format, kde-kuit-format
msgid "Moon"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:208 tools/conjunctions.cpp:65
#: tools/skycalendar.ui:28 tools/wutdialog.cpp:105
#, kde-format, kde-kuit-format
msgid "Planets"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, TypeList)
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:270 dialogs/finddialog.cpp:44
#: kstarslite/dialogs/finddialoglite.cpp:37 tools/conjunctions.cpp:63
#: tools/obslistwizard.cpp:393 tools/obslistwizard.cpp:435
#: tools/obslistwizard.ui:105 tools/wutdialog.cpp:105
#, kde-format, kde-kuit-format
msgid "Stars"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:300 dialogs/finddialog.cpp:53
#: kstarslite/dialogs/finddialoglite.cpp:46 tools/wutdialog.cpp:106
#, kde-format, kde-kuit-format
msgid "Constellations"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:332
#, kde-kuit-format
msgid "Deep-sky Objects"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowAsteroids)
#. i18n: ectx: property (text), item, widget (QListWidget, TypeList)
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:351 dialogs/finddialog.cpp:52
#: kstarslite/dialogs/finddialoglite.cpp:45 options/opssolarsystem.ui:304
#: tools/conjunctions.cpp:67 tools/obslistwizard.cpp:266
#: tools/obslistwizard.cpp:399 tools/obslistwizard.cpp:763
#: tools/obslistwizard.ui:120 tools/wutdialog.cpp:106
#, kde-format, kde-kuit-format
msgid "Asteroids"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowComets)
#. i18n: ectx: property (text), item, widget (QListWidget, TypeList)
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:383 dialogs/finddialog.cpp:51
#: kstarslite/dialogs/finddialoglite.cpp:44 options/opssolarsystem.ui:320
#: tools/conjunctions.cpp:66 tools/obslistwizard.cpp:265
#: tools/obslistwizard.cpp:397 tools/obslistwizard.cpp:721
#: tools/obslistwizard.ui:115 tools/wutdialog.cpp:106
#, kde-format, kde-kuit-format
msgid "Comets"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, TypeList)
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:415 dialogs/finddialog.cpp:50
#: kstarslite/dialogs/finddialoglite.cpp:43 tools/conjunctions.cpp:72
#: tools/obslistwizard.cpp:258 tools/obslistwizard.cpp:401
#: tools/obslistwizard.cpp:636 tools/obslistwizard.cpp:674
#: tools/obslistwizard.ui:145 tools/wutdialog.cpp:105
#, kde-format, kde-kuit-format
msgid "Galaxies"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:450 tools/wutdialog.cpp:105
#, kde-format, kde-kuit-format
msgid "Nebulae"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:482
#, kde-kuit-format
msgid "Clusters"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:545
#, kde-kuit-format
msgid "Explore Catalogs"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:564
#, kde-kuit-format
msgid "Messier Catalog"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:596
#, kde-kuit-format
msgid "NGC Catalog"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:628
#, kde-kuit-format
msgid "IC Catalog"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:660
#, kde-kuit-format
msgid "Sharpless Catalog"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:890
#: data/qml/whatisinteresting/wiview.qml:913
#: data/qml/whatisinteresting/wiview.qml:1138
#, kde-kuit-format
msgid "text"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:955
#, kde-kuit-format
msgid "More Details"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:981
#, kde-kuit-format
msgid "Center in Map \n"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:1001
#, kde-kuit-format
msgid " Auto Track "
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:1036
#, kde-kuit-format
msgid "Slew Telescope"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:1274
#, kde-kuit-format
msgid "Info Text"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, PAHCorrectionsNextB)
#. i18n: ectx: property (text), widget (QPushButton, introNextB)
#. i18n: ectx: property (text), widget (QPushButton, remoteEquipmentNextB)
#. i18n: ectx: property (text), widget (QPushButton, stellarMateEquipmentNextB)
#. i18n: ectx: property (text), widget (QPushButton, NextButton)
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:1337 ekos/align/align.ui:1413
#: ekos/profilewizard.ui:169 ekos/profilewizard.ui:620
#: ekos/profilewizard.ui:734
#: kstarslite/qml/modules/tutorial/TutorialPane.qml:57
#: tools/starhopperdialog.ui:53
#, kde-format, kde-kuit-format
msgid "Next"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:1413
#, kde-kuit-format
msgid "Previous"
msgstr ""
#. +> trunk5
#: data/qml/whatisinteresting/wiview.qml:1723
#, kde-kuit-format
msgid "Back"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:46
#, kde-format
msgid "Import Catalog"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:59 dialogs/addcatdialog.cpp:148
#, kde-format
msgid "ID Number"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_5)
#. +> trunk5
#: dialogs/addcatdialog.cpp:60 dialogs/addcatdialog.cpp:152
#: ekos/ekosmanager.ui:986 ekos/mount/mount.ui:243
#, kde-format
msgid "Right Ascension"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_7)
#. +> trunk5
#: dialogs/addcatdialog.cpp:61 dialogs/addcatdialog.cpp:156
#: ekos/ekosmanager.ui:1003 ekos/mount/mount.ui:260
#, kde-format
msgid "Declination"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_5)
#. +> trunk5
#: dialogs/addcatdialog.cpp:62 dialogs/addcatdialog.cpp:160
#: tools/adddeepskyobject.ui:276
#, kde-format
msgid "Object Type"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:64 dialogs/addcatdialog.cpp:164
#, kde-format
msgid "Common Name"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, magnitudeR)
#. +> trunk5
#: dialogs/addcatdialog.cpp:65 dialogs/addcatdialog.cpp:168
#: ekos/guide/manualdither.ui:22 kstarslite/qml/dialogs/DetailsDialog.qml:145
#, kde-format, kde-kuit-format
msgid "Magnitude"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:66 dialogs/addcatdialog.cpp:172
#, kde-format
msgid "Flux"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:67 dialogs/addcatdialog.cpp:176
#, kde-format
msgid "Major Axis"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:68 dialogs/addcatdialog.cpp:180
#, kde-format
msgid "Minor Axis"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, PASpin)
#. +> trunk5
#: dialogs/addcatdialog.cpp:69 dialogs/addcatdialog.cpp:184
#: ekos/capture/rotatorsettings.ui:369
#, kde-format
msgid "Position Angle"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:70 dialogs/addcatdialog.cpp:188
#: widgets/draglistbox.cpp:81 widgets/draglistbox.cpp:98
#, kde-format
msgid "Ignore"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:76
#, kde-format
msgid "A valid custom catalog file has one line per object, with the following fields in each line:"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:79
#, kde-format
msgid "1. Type identifier. Must be one of: 0 (star), 3 (open cluster), 4 (globular cluster), 5 (gaseous nebula), 6 (planetary nebula), 7 (supernova remnant), or 8 (galaxy)"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:81
#, kde-format
msgid "2. Right Ascension (floating-point value)"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:82
#, kde-format
msgid "3. Declination (floating-point value)"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:82
#, kde-format
msgid "4. Magnitude (floating-point value)"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:83
#, kde-format
msgid "5. Integrated Flux (floating-point value); frequency and units are set separately in the catalog file."
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:84
#, kde-format
msgid "6. Spectral type (if type=0); otherwise object's catalog name"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:85
#, kde-format
msgid "7. Star name (if type=0); otherwise object's common name. [field 7 is optional]"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:87
#, kde-format
msgid "The fields should be separated by whitespace. In addition, the catalog may contain comment lines beginning with '#'."
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:90
#, kde-format
msgid "Help on custom catalog file format"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:133
#, kde-format
msgid "Custom"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:215
#, kde-format
msgid "Preview of %1"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:216
#, kde-format
msgid "Catalog Preview"
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:244
#, kde-format
msgid "Could not open the file %1 for writing."
msgstr ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:245
#, kde-format
msgid "Error Opening Output File"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox4)
#. +> trunk5
#: dialogs/addcatdialog.ui:32
#, kde-format
msgid "Import File"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KUrlRequester, DataURL)
#. +> trunk5
#: dialogs/addcatdialog.ui:53
#, kde-format
msgid "Enter import data filename"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KUrlRequester, DataURL)
#. +> trunk5
#: dialogs/addcatdialog.ui:56
#, kde-format
msgid "To import an existing data file, enter its filename here. You will then describe the contents of the file below. You can leave the filename blank to construct a catalog file with a valid header, but no data."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QListWidget, DataFileBox)
#. +> trunk5
#: dialogs/addcatdialog.ui:76
#, kde-format
msgid "Contents of the imported data file"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QListWidget, DataFileBox)
#. +> trunk5
#: dialogs/addcatdialog.ui:79
#, kde-format
msgid "When you select a data file in the above line, its contents are displayed here."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox1)
#. +> trunk5
#: dialogs/addcatdialog.ui:89
#, kde-format
msgid "Describe Data Fields"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_3)
#. +> trunk5
#: dialogs/addcatdialog.ui:137
#, kde-format
msgid "<b>Catalog fields:</b>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_3_2)
#. +> trunk5
#: dialogs/addcatdialog.ui:176
#, kde-format
msgid "<b>Available fields:</b>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, Epoch)
#. +> trunk5
#: dialogs/addcatdialog.ui:211
#, kde-format
msgid "The coordinate epoch for the catalog"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel4)
#. +> trunk5
#: dialogs/addcatdialog.ui:230
#, kde-format
msgid "Catalog name prefix:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_4)
#. +> trunk5
#: dialogs/addcatdialog.ui:254
#, kde-format
msgid "Symbol color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#. +> trunk5
#: dialogs/addcatdialog.ui:277
#, kde-format
msgid "Coordinate epoch:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, CSVButton)
#. +> trunk5
#: dialogs/addcatdialog.ui:301
#, kde-format
msgid "CSV"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, SpaceButton)
#. +> trunk5
#: dialogs/addcatdialog.ui:311
#, kde-format
msgid "Space Delimited"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, PreviewButton)
#. +> trunk5
#: dialogs/addcatdialog.ui:324
#, kde-format
msgid "Preview &Output"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KUrlRequester, CatalogURL)
#. +> trunk5
#: dialogs/addcatdialog.ui:352
#, kde-format
msgid "Enter the filename for the output catalog file"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#. +> trunk5
#: dialogs/addcatdialog.ui:359
#, kde-format
msgid "Catalog name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: dialogs/addcatdialog.ui:366
#, kde-format
msgid "Save catalog as:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, CatalogName)
#. +> trunk5
#: dialogs/addcatdialog.ui:373
#, kde-format
msgid "Enter a name for the catalog"
msgstr ""
#. +> trunk5
#: dialogs/addlinkdialog.cpp:41
#, kde-format
msgid "Add Custom URL to %1"
msgstr ""
#. +> trunk5
#: dialogs/addlinkdialog.cpp:57 dialogs/addlinkdialog.cpp:83
#, kde-format
msgid "Show image of "
msgstr ""
#. +> trunk5
#: dialogs/addlinkdialog.cpp:70
#, kde-format
msgid ""
"The URL is not valid. Would you like to open a browser window\n"
"to the Google search engine?"
msgstr ""
#. +> trunk5
#: dialogs/addlinkdialog.cpp:71 ekos/align/align.cpp:1102
#: ekos/align/align.cpp:1248 ekos/align/align.cpp:1406
-#: ekos/capture/capture.cpp:2872 ekos/capture/capture.cpp:3275
-#: ekos/guide/guide.cpp:751 ekos/scheduler/scheduler.cpp:3543
-#: ekos/scheduler/scheduler.cpp:3842 fitsviewer/fitstab.cpp:285
+#: ekos/capture/capture.cpp:2917 ekos/capture/capture.cpp:3320
+#: ekos/guide/guide.cpp:751 ekos/scheduler/scheduler.cpp:3563
+#: ekos/scheduler/scheduler.cpp:3862 fitsviewer/fitstab.cpp:285
#: tools/scriptbuilder.cpp:866 tools/scriptbuilder.cpp:964
#, kde-format
msgid "Invalid URL"
msgstr ""
#. +> trunk5
#: dialogs/addlinkdialog.cpp:72
#, kde-format
msgid "Browse Google"
msgstr ""
#. +> trunk5
#: dialogs/addlinkdialog.cpp:73
#, kde-format
msgid "Do Not Browse"
msgstr ""
#. +> trunk5
#: dialogs/addlinkdialog.cpp:85
#, kde-format
msgid "Show webpage about "
msgstr ""
#. +> trunk5
#: dialogs/addlinkdialog.h:49
#, kde-format
msgid "object"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, TypeBox)
#. +> trunk5
#: dialogs/addlinkdialog.ui:22
#, kde-format
msgid "Resource Type"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, ImageRadio)
#. i18n: ectx: property (text), widget (QLabel, sequenceLabel_2)
#. +> trunk5
#: dialogs/addlinkdialog.ui:34 ekos/ekosmanager.ui:621
#: kstarslite/qml/dialogs/helpers/DetailsAddLink.qml:70
#, kde-format, kde-kuit-format
msgid "Image"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, InfoRadio)
#. +> trunk5
#: dialogs/addlinkdialog.ui:41
#: kstarslite/qml/dialogs/helpers/DetailsAddLink.qml:66
#, kde-format, kde-kuit-format
msgid "Information"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, DescBox)
#. +> trunk5
#: dialogs/addlinkdialog.ui:59
#, kde-format
msgid "Text describing the linked resource"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, DescLabel)
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. i18n: ectx: property (text), widget (QLabel, descriptionLabel)
#. +> trunk5
#: dialogs/addlinkdialog.ui:66 oal/execute.ui:427
#: printing/foveditordialog.ui:129 printing/pwizchartconfig.ui:161
#, kde-format
msgid "Description:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, URLLabel)
#. +> trunk5
#: dialogs/addlinkdialog.ui:73 dialogs/detaildialog.cpp:887
#, kde-format
msgid "URL:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, URLBox)
#. +> trunk5
#: dialogs/addlinkdialog.ui:94
#, kde-format
msgid "The URL which will be displayed by this item"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, URLButton)
#. +> trunk5
#: dialogs/addlinkdialog.ui:127
#, kde-format
msgid "Open URL in a browser window"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, URLButton)
#. +> trunk5
#: dialogs/addlinkdialog.ui:130
#, kde-format
msgid "You can verify the entered URL by opening it in a browser window with this button"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, URLButton)
#. +> trunk5
#: dialogs/addlinkdialog.ui:133
#, kde-format
msgid "Check URL"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, DetailButton)
#. +> trunk5
#: dialogs/detaildialog.cpp:65 skymap.cpp:874 tools/wutdialog.ui:480
#, kde-format
msgid "Object Details"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, generalTab)
#. i18n: ectx: property (title), widget (QGroupBox, generalGroup)
#. i18n: ectx: attribute (title), widget (QWidget, XplanetTabGeneral)
#. +> trunk5
#: dialogs/detaildialog.cpp:81 ekos/opsekos.ui:21 indi/opsindi.ui:32
#: kstarslite/qml/dialogs/DetailsDialog.qml:41 printing/detailstable.cpp:338
#: xplanet/opsxplanet.ui:21
#, kde-format, kde-kuit-format
msgid "General"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:124
#, kde-format
msgid "%1 star"
msgstr ""
#. i18nc("number in magnitudes", "%1 mag",
#. QLocale().toString( ((KSComet *)selectedObject)->getTotalMagnitudeParameter(), 'f', 2))); //show to hundredth place
#.
#. }
#. else{
#. +> trunk5
#: dialogs/detaildialog.cpp:125 dialogs/detaildialog.cpp:224
#: dialogs/detaildialog.cpp:272 dialogs/detaildialog.cpp:355
#: kstarslite/dialogs/detaildialoglite.cpp:80
#: kstarslite/dialogs/detaildialoglite.cpp:172
#: kstarslite/dialogs/detaildialoglite.cpp:220
#: kstarslite/dialogs/detaildialoglite.cpp:271 printing/detailstable.cpp:88
#: printing/detailstable.cpp:178 printing/detailstable.cpp:289
#: printing/pwizobjectselection.cpp:115 printing/pwizobjectselection.cpp:152
#, kde-format
msgctxt "number in magnitudes"
msgid "%1 mag"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:143 kstarslite/dialogs/detaildialoglite.cpp:91
#: printing/detailstable.cpp:98
#, kde-format
msgctxt "larger than 2000 parsecs"
msgid "> 2000 pc"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:147 dialogs/detaildialog.cpp:151
#: dialogs/detaildialog.cpp:155 kstarslite/dialogs/detaildialoglite.cpp:96
#: kstarslite/dialogs/detaildialoglite.cpp:101
#: kstarslite/dialogs/detaildialoglite.cpp:106 printing/detailstable.cpp:103
#: printing/detailstable.cpp:108 printing/detailstable.cpp:113
#, kde-format
msgctxt "number in parsecs"
msgid "%1 pc"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:164 dialogs/detaildialog.cpp:169
#: kstarslite/dialogs/detaildialoglite.cpp:113
#: kstarslite/dialogs/detaildialoglite.cpp:118 printing/detailstable.cpp:119
#: printing/detailstable.cpp:125
#, kde-format
msgctxt "the star is a multiple star"
msgid "multiple"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:165 dialogs/detaildialog.cpp:173
#: kstarslite/dialogs/detaildialoglite.cpp:114
#: kstarslite/dialogs/detaildialoglite.cpp:122 printing/detailstable.cpp:120
#: printing/detailstable.cpp:130
#, kde-format
msgctxt "the star is a variable star"
msgid "variable"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:190 kstarslite/dialogs/detaildialoglite.cpp:139
#: printing/detailstable.cpp:152 printing/pwizobjectselection.cpp:134
#, kde-format
msgid "G5 star"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:196 kstars_i18n.cpp:8172
#: printing/detailstable.cpp:160 printing/pwizobjectselection.cpp:142
#: skycomponents/asteroidscomponent.cpp:168 tools/obslistwizard.cpp:626
#: tools/obslistwizard.cpp:628 tools/wutdialog.cpp:312
#, kde-format, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pluto"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:196 kstars_i18n.cpp:4802
#: printing/detailstable.cpp:160 printing/pwizobjectselection.cpp:142
#, kde-format, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ceres"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:197 printing/detailstable.cpp:161
#: printing/pwizobjectselection.cpp:142
#, kde-format
msgctxt "Asteroid name (optional)"
msgid "Eris"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:199 kstarslite/dialogs/detaildialoglite.cpp:148
#: printing/detailstable.cpp:163 printing/pwizobjectselection.cpp:144
#, kde-format
msgid "Dwarf planet"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:232 kstarslite/dialogs/detaildialoglite.cpp:179
#: printing/detailstable.cpp:183
#, kde-format
msgctxt "distance in kilometers"
msgid "%1 km"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:237 kstarslite/dialogs/detaildialoglite.cpp:184
#: printing/detailstable.cpp:188
#, kde-format
msgctxt "distance in Astronomical Units"
msgid "%1 AU"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:246 dialogs/detaildialog.cpp:366
#: dialogs/detaildialog.cpp:371 kstarslite/dialogs/detaildialoglite.cpp:196
#: kstarslite/dialogs/detaildialoglite.cpp:282
#: kstarslite/dialogs/detaildialoglite.cpp:287 printing/detailstable.cpp:197
#: printing/detailstable.cpp:298 printing/detailstable.cpp:303
#, kde-format
msgctxt "angular size in arcminutes"
msgid "%1 arcmin"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:253 kstarslite/dialogs/detaildialoglite.cpp:203
#: printing/detailstable.cpp:203
#, kde-format
msgctxt "angular size in arcseconds"
msgid "%1 arcsec"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:268 kstarslite/dialogs/detaildialoglite.cpp:218
#: skyobjects/skyobject.cpp:392
#, kde-format
msgid "Supernova"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:282
#, kde-format
msgid "Discovery Date:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_17)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, label6)
#. i18n: ectx: property (text), widget (QLabel, label_22)
#. +> trunk5
#: dialogs/detaildialog.cpp:287 ekos/capture/capture.ui:412
#: oal/equipmentwriter.ui:83 oal/equipmentwriter.ui:621 oal/execute.ui:146
#: printing/detailstable.cpp:345
#, kde-format
msgid "Type:"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:292
#, kde-format
msgid "Host Galaxy:"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:297
#, kde-format
msgid "Red Shift:"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:344 printing/detailstable.cpp:276
#, kde-format
msgctxt "integrated flux at a frequency"
msgid "Flux(%1):"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:345 printing/detailstable.cpp:277
#, kde-format
msgctxt "integrated flux value"
msgid "%1 %2"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:393 dialogs/detaildialog.cpp:398
#: dialogs/detaildialog.cpp:442 dialogs/detaildialog.cpp:447
#, kde-format
msgctxt "Distance in astronomical units"
msgid "%1 AU"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, webManagerYesR)
#. +> trunk5
#: dialogs/detaildialog.cpp:405 dialogs/detaildialog.cpp:454
#: ekos/profilewizard.ui:542
#: kstarslite/qml/modules/tutorial/TutorialExitPopup.qml:46
#: printing/detailstable.cpp:399 printing/detailstable.cpp:437
#, kde-format, kde-kuit-format
msgid "Yes"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, webManagerNoR)
#. +> trunk5
#: dialogs/detaildialog.cpp:407 dialogs/detaildialog.cpp:456
#: ekos/profilewizard.ui:549 printing/detailstable.cpp:399
#: printing/detailstable.cpp:437
#, kde-format
msgid "No"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:417 dialogs/detaildialog.cpp:466
#, kde-format
msgctxt "Diameter in kilometers"
msgid "%1 km"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:422 dialogs/detaildialog.cpp:471
#, kde-format
msgctxt "Dimension in kilometers"
msgid "%1 km"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:427 dialogs/detaildialog.cpp:476
#, kde-format
msgctxt "Rotation period in hours"
msgid "%1 h"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:432 dialogs/detaildialog.cpp:481
#, kde-format
msgctxt "Orbit period in years"
msgid "%1 y"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:490 kstarslite/dialogs/detaildialoglite.cpp:427
#: printing/detailstable.cpp:324 tools/observinglist.cpp:620
#, kde-format
msgctxt "%1 type of sky object (planet, asteroid etc), %2 name of a constellation"
msgid "%1 in %2"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, XplanetTabPosition)
#. +> trunk5
#: dialogs/detaildialog.cpp:499 kstarslite/qml/dialogs/DetailsDialog.qml:45
#: xplanet/opsxplanet.ui:764
#, kde-format, kde-kuit-format
msgid "Position"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:516 kstarslite/dialogs/detaildialoglite.cpp:451
#: printing/detailstable.cpp:545
#, kde-format
msgid "RA (%1):"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:517
#, kde-format
msgid "DE (%1):"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:604 dialogs/detaildialog.cpp:605
#: kstarslite/dialogs/detaildialoglite.cpp:533
#: kstarslite/dialogs/detaildialoglite.cpp:534 printing/detailstable.cpp:649
#: printing/detailstable.cpp:650 tools/modcalcdaylength.cpp:145
#: tools/modcalcdaylength.cpp:147 tools/modcalcdaylength.cpp:192
#: tools/modcalcdaylength.cpp:194
#, kde-format
msgid "Circumpolar"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:609 dialogs/detaildialog.cpp:610
#: kstarslite/dialogs/detaildialoglite.cpp:538
#: kstarslite/dialogs/detaildialoglite.cpp:539 printing/detailstable.cpp:655
#: printing/detailstable.cpp:656 tools/observinglist.cpp:192
#, kde-format
msgid "Never rises"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:613 dialogs/detaildialog.cpp:614
#: kstarslite/dialogs/detaildialoglite.cpp:542
#: kstarslite/dialogs/detaildialoglite.cpp:543 printing/detailstable.cpp:659
#: printing/detailstable.cpp:660
#, kde-format
msgctxt "Not Applicable"
msgid "N/A"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:631 kstarslite/qml/dialogs/DetailsDialog.qml:54
#, kde-format, kde-kuit-format
msgid "Links"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:695 kstarslite/dialogs/detaildialoglite.cpp:696
#, kde-format
msgid ""
"Custom image-links file could not be opened.\n"
"Link cannot be recorded for future sessions."
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:696 ekos/align/align.cpp:1121
#: ekos/align/align.cpp:1259 ekos/align/align.cpp:1415
-#: ekos/capture/capture.cpp:2891 ekos/capture/capture.cpp:3299
-#: ekos/guide/guide.cpp:760 ekos/scheduler/scheduler.cpp:3562
-#: ekos/scheduler/scheduler.cpp:3854 ekos/scheduler/scheduler.cpp:5291
-#: ekos/scheduler/scheduler.cpp:5321 ekos/scheduler/scheduler.cpp:5358
-#: ekos/scheduler/scheduler.cpp:5588 indi/drivermanager.cpp:1488
+#: ekos/capture/capture.cpp:2936 ekos/capture/capture.cpp:3344
+#: ekos/guide/guide.cpp:760 ekos/scheduler/scheduler.cpp:3582
+#: ekos/scheduler/scheduler.cpp:3874 ekos/scheduler/scheduler.cpp:5390
+#: ekos/scheduler/scheduler.cpp:5420 ekos/scheduler/scheduler.cpp:5457
+#: ekos/scheduler/scheduler.cpp:5687 indi/drivermanager.cpp:1488
#: indi/indidriver.cpp:933 kstarsactions.cpp:1261 oal/execute.cpp:330
#: options/opscolors.cpp:264 tools/modcalcangdist.cpp:145
#: tools/modcalcapcoord.cpp:157 tools/modcalcdaylength.cpp:264
#: tools/modcalcgalcoord.cpp:206 tools/modcalcgeodcoord.cpp:243
#: tools/modcalcjd.cpp:124 tools/modcalcplanets.cpp:205
#: tools/modcalcsidtime.cpp:213 tools/modcalcvizequinox.cpp:79
#: tools/modcalcvlsr.cpp:303 tools/observinglist.cpp:856
#: tools/observinglist.cpp:1067 tools/scriptbuilder.cpp:853
#: tools/scriptbuilder.cpp:934 tools/scriptbuilder.cpp:1017
#, kde-format, kde-kuit-format
msgid "Could Not Open File"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:721 kstarslite/dialogs/detaildialoglite.cpp:721
#, kde-format
msgid ""
"Custom information-links file could not be opened.\n"
"Link cannot be recorded for future sessions."
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:722
#, kde-format
msgid "Could not Open File"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:749 kstarsactions.cpp:1062
#, kde-format
msgid "Advanced"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:764 kstarslite/qml/dialogs/DetailsDialog.qml:62
#: kstarslite/qml/dialogs/DetailsDialog.qml:460
#, kde-format, kde-kuit-format
msgid "Log"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:770 kstarslite/dialogs/detaildialoglite.cpp:567
#: kstarslite/qml/dialogs/DetailsDialog.qml:469 skyobjects/skyobject.cpp:478
#: tools/observinglist.cpp:554 tools/observinglist.cpp:819
#, kde-format
msgid "Record here observation logs and/or data on %1."
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:839
#, kde-format
msgid "Edit Link"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:980
#, kde-format
msgid "Are you sure you want to remove the %1 link?"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:981 indi/drivermanager.cpp:1462
#: indi/indidriver.cpp:909
#, kde-format, kde-kuit-format
msgid "Delete Confirmation"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:1197 dialogs/detaildialog.cpp:1234
#: fitsviewer/fitslabel.cpp:323 fitsviewer/fitslabel.cpp:359
#: kstarsactions.cpp:281 kstarsactions.cpp:310 tools/flagmanager.cpp:273
#: tools/flagmanager.cpp:303 tools/observinglist.cpp:680
#: tools/observinglist.cpp:709 tools/whatsinteresting/wiview.cpp:330
#: tools/whatsinteresting/wiview.cpp:362
#, kde-format
msgid "KStars did not find any active telescopes."
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:1214 fitsviewer/fitslabel.cpp:340
#: kstarsactions.cpp:300 tools/flagmanager.cpp:290 tools/observinglist.cpp:697
#: tools/whatsinteresting/wiview.cpp:347
#, kde-format
msgid "Telescope %1 is offline. Please connect and retry again."
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:1221
#, kde-format
msgid "Danger! Viewing the Sun without adequate solar filters is dangerous and will result in permanent eye damage!"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:1286
#, kde-format
msgid "Unable to save image to %1"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:1286
#, kde-format
msgid "Save Thumbnail"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, Names)
#. +> trunk5
#: dialogs/details_data.ui:46
#, kde-format
msgid "Primary Name, Other Names"
msgstr ""
#. i18n: ectx: property (text), widget (KSHelpLabel, DistanceLabel)
#. +> trunk5
#: dialogs/details_data.ui:271 printing/detailstable.cpp:349
#, kde-format
msgid "Distance:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, AngSize)
#. +> trunk5
#: dialogs/details_data.ui:292
#, kde-format
msgid "0.0 arcmin"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, AngSizeLabel)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_19)
#. +> trunk5
#: dialogs/details_data.ui:299 ekos/capture/capture.ui:528
#: printing/detailstable.cpp:353
#, kde-format
msgid "Size:"
msgstr ""
#. i18n: ectx: property (text), widget (KSHelpLabel, MagLabel)
#. i18n: ectx: property (text), widget (QLabel, label_20)
#. +> trunk5
#: dialogs/details_data.ui:306 oal/execute.ui:132 printing/detailstable.cpp:357
#, kde-format
msgid "Magnitude:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, Magnitude)
#. +> trunk5
#: dialogs/details_data.ui:327
#, kde-format
msgid "0.0 mag"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, Distance)
#. +> trunk5
#: dialogs/details_data.ui:345
#, kde-format
msgid "0.0 pc"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, IllumLabel)
#. +> trunk5
#: dialogs/details_data.ui:352 printing/detailstable.cpp:365
#, kde-format
msgid "Illumination:"
msgstr ""
#. i18n: ectx: property (text), widget (KSHelpLabel, BVLabel)
#. +> trunk5
#: dialogs/details_data.ui:374
#, kde-format
msgid "B - V index:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, BVIndex)
#. i18n: ectx: property (text), item, widget (QComboBox, filterCombo)
#. i18n: ectx: property (text), widget (QLabel, instFPS)
#. i18n: ectx: property (text), widget (QLabel, avgFPS)
#. +> trunk5
#: dialogs/details_data.ui:384 ekos/capture/capture.ui:1747
#: ekos/focus/focus.ui:455 ekos/guide/guide.ui:413 indi/streamform.ui:194
#: indi/streamform.ui:222
#, kde-format
msgid "--"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ObsListButton)
#. +> trunk5
#: dialogs/details_data.ui:476
#, kde-format
msgid "Add to Observing List"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, CenterButton)
#. +> trunk5
#: dialogs/details_data.ui:483 tools/flagmanager.ui:206
#, kde-format
msgid "Center in Map"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ScopeButton)
#. +> trunk5
#: dialogs/details_data.ui:490 tools/flagmanager.ui:216
#, kde-format
msgid "Center in Telescope"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, PerihelionLabel)
#. +> trunk5
#: dialogs/details_data_comet.ui:30 printing/detailstable.cpp:477
#, kde-format
msgid "Perihelion:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, Perihelion)
#. i18n: ectx: property (text), widget (QLabel, EarthMOID)
#. +> trunk5
#: dialogs/details_data_comet.ui:45 dialogs/details_data_comet.ui:174
#, kde-format
msgid "0.0 AU"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, OrbitIDLabel)
#. +> trunk5
#: dialogs/details_data_comet.ui:52 printing/detailstable.cpp:481
#, kde-format
msgid "Orbit ID:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, OrbitID)
#. +> trunk5
#: dialogs/details_data_comet.ui:67
#, kde-format
msgid "Orbit ID"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, NEOLabel)
#. +> trunk5
#: dialogs/details_data_comet.ui:74 printing/detailstable.cpp:485
#, kde-format
msgid "NEO:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, NEO)
#. +> trunk5
#: dialogs/details_data_comet.ui:88
#: kstarslite/qml/dialogs/DetailsDialog.qml:180
#, kde-format, kde-kuit-format
msgid "NEO"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, DiameterLabel)
#. +> trunk5
#: dialogs/details_data_comet.ui:95 printing/detailstable.cpp:489
#, kde-format
msgid "Diameter:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, Diameter)
#. i18n: ectx: property (text), widget (QLabel, Dimensions)
#. +> trunk5
#: dialogs/details_data_comet.ui:110 dialogs/details_data_comet.ui:240
#, kde-format
msgid "0.0 km"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, RotationLabel)
#. +> trunk5
#: dialogs/details_data_comet.ui:117 printing/detailstable.cpp:493
#, kde-format
msgid "Rotation period:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, Rotation)
#. +> trunk5
#: dialogs/details_data_comet.ui:132
#, kde-format
msgid "0.0 h"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, EarthMOIDLabel)
#. +> trunk5
#: dialogs/details_data_comet.ui:159 printing/detailstable.cpp:497
#, kde-format
msgid "Earth MOID:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, OrbitClassLabel)
#. +> trunk5
#: dialogs/details_data_comet.ui:181 printing/detailstable.cpp:501
#, kde-format
msgid "Orbit class:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, OrbitClass)
#. +> trunk5
#: dialogs/details_data_comet.ui:196
#, kde-format
msgid "Class"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, AlbedoLabel)
#. +> trunk5
#: dialogs/details_data_comet.ui:203 printing/detailstable.cpp:505
#, kde-format
msgid "Albedo:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, Albedo)
#. i18n: ectx: property (text), widget (QLineEdit, AltGeoBox)
#. +> trunk5
#: dialogs/details_data_comet.ui:218 tools/modcalcgeod.ui:257
#, kde-format
msgid "0.0"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, DimensionsLabel)
#. +> trunk5
#: dialogs/details_data_comet.ui:225 printing/detailstable.cpp:509
#, kde-format
msgid "Dimensions:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, PeriodLabel)
#. +> trunk5
#: dialogs/details_data_comet.ui:247 printing/detailstable.cpp:513
#, kde-format
msgid "Period:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, Period)
#. +> trunk5
#: dialogs/details_data_comet.ui:262
#, kde-format
msgid "0 y"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, DetailsDatabase)
#. +> trunk5
#: dialogs/details_database.ui:13
#, kde-format
msgid "Details - Online Databases"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, ADVTree)
#. +> trunk5
#: dialogs/details_database.ui:29
#, kde-format
msgid "Choose Online Database"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, DetailsLinks)
#. +> trunk5
#: dialogs/details_links.ui:13
#, kde-format
msgid "Details - Resource Links"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, InfoTitle)
#. +> trunk5
#: dialogs/details_links.ui:47 kstarslite/qml/dialogs/DetailsDialog.qml:364
#, kde-format, kde-kuit-format
msgid "Information Links"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ImagesTitle)
#. +> trunk5
#: dialogs/details_links.ui:110 kstarslite/qml/dialogs/DetailsDialog.qml:400
#, kde-format, kde-kuit-format
msgid "Image Links"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ViewButton)
#. +> trunk5
#: dialogs/details_links.ui:143
#, kde-format
msgid "View Resource"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, AddLinkButton)
#. +> trunk5
#: dialogs/details_links.ui:150
#, kde-format
msgid "Add Link..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, EditLinkButton)
#. +> trunk5
#: dialogs/details_links.ui:157
#, kde-format
msgid "Edit Link..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, RemoveLinkButton)
#. +> trunk5
#: dialogs/details_links.ui:164
#, kde-format
msgid "Remove Link"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LogTitle)
#. +> trunk5
#: dialogs/details_log.ui:36
#, kde-format
msgid "User Log"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, DetailsPosition)
#. +> trunk5
#: dialogs/details_position.ui:14
#, kde-format
msgid "Details - Position Data"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, CoordTitle)
#. i18n: ectx: property (text), widget (QRadioButton, coordinatesR)
#. i18n: ectx: property (title), widget (QGroupBox, Coordinates)
#. +> trunk5
#: dialogs/details_position.ui:66 ekos/guide/manualdither.ui:55
#: ekos/mount/mount.ui:222 kstarslite/qml/dialogs/DetailsDialog.qml:243
#: printing/detailstable.cpp:536
#, kde-format, kde-kuit-format
msgid "Coordinates"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, DecLabel)
#. +> trunk5
#: dialogs/details_position.ui:132
#, kde-format
msgid "DE (2000.0):"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, RA0Label)
#. +> trunk5
#: dialogs/details_position.ui:167
#, kde-format
msgid "RA (J2000.0):"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, Dec0)
#. i18n: ectx: property (text), widget (QLabel, RA0)
#. i18n: ectx: property (text), widget (QLabel, HA)
#. i18n: ectx: property (text), widget (QLabel, Dec)
#. i18n: ectx: property (text), widget (QLabel, Alt)
#. i18n: ectx: property (text), widget (QLabel, Az)
#. i18n: ectx: property (text), widget (QLabel, RA)
#. i18n: ectx: property (text), widget (QLabel, AzRise)
#. i18n: ectx: property (text), widget (QLabel, AltTransit)
#. i18n: ectx: property (text), widget (QLabel, AzSet)
#. i18n: ectx: property (text), widget (QLabel, countdownLabel)
#. i18n: ectx: property (text), widget (QLabel, AngDist)
#. +> trunk5
#: dialogs/details_position.ui:185 dialogs/details_position.ui:243
#: dialogs/details_position.ui:277 dialogs/details_position.ui:305
#: dialogs/details_position.ui:323 dialogs/details_position.ui:414
#: dialogs/details_position.ui:470 dialogs/details_position.ui:827
#: dialogs/details_position.ui:845 dialogs/details_position.ui:863
#: ekos/mount/mount.ui:461 tools/modcalcangdist.ui:321
#, kde-format
msgid "00:00:00"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, Airmass)
#. +> trunk5
#: dialogs/details_position.ui:203
#, kde-format
msgid "0.00"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, RALabel)
#. +> trunk5
#: dialogs/details_position.ui:216
#, kde-format
msgid "RA (2000.0):"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, Dec0Label)
#. +> trunk5
#: dialogs/details_position.ui:287
#, kde-format
msgid "DE (J2000.0):"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, AzLabel)
#. i18n: ectx: property (text), widget (QLabel, label_23)
#. i18n: ectx: property (text), widget (QLabel, azLabel)
#. +> trunk5
#: dialogs/details_position.ui:336 oal/execute.ui:216
#: printing/detailstable.cpp:568 tools/modcalcaltaz.ui:313
#, kde-format
msgid "Azimuth:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, AirmassLabel)
#. +> trunk5
#: dialogs/details_position.ui:371 printing/detailstable.cpp:586
#, kde-format
msgid "Airmass:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, AltLabel)
#. i18n: ectx: property (text), widget (QLabel, label_21)
#. i18n: ectx: property (text), widget (QLabel, elLabel)
#. +> trunk5
#: dialogs/details_position.ui:387 oal/execute.ui:202
#: printing/detailstable.cpp:572 tools/modcalcaltaz.ui:320
#, kde-format
msgid "Altitude:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, HALabel)
#. +> trunk5
#: dialogs/details_position.ui:427 printing/detailstable.cpp:553
#, kde-format
msgid "Hour angle:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, RSTTitle)
#. +> trunk5
#: dialogs/details_position.ui:554
#: kstarslite/qml/dialogs/DetailsDialog.qml:291 printing/detailstable.cpp:675
#, kde-format, kde-kuit-format
msgid "Rise/Set/Transit"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, TimeSetLabel)
#. +> trunk5
#: dialogs/details_position.ui:637 printing/detailstable.cpp:687
#, kde-format
msgid "Set time:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, TimeTransitLabel)
#. +> trunk5
#: dialogs/details_position.ui:653 printing/detailstable.cpp:682
#, kde-format
msgid "Transit time:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, TimeRiseLabel)
#. +> trunk5
#: dialogs/details_position.ui:669 printing/detailstable.cpp:678
#, kde-format
msgid "Rise time:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, TimeRise)
#. i18n: ectx: property (text), widget (QLabel, TimeTransit)
#. i18n: ectx: property (text), widget (QLabel, TimeSet)
#. i18n: ectx: property (text), widget (QLabel, SunTransitAlt)
#. i18n: ectx: property (text), widget (QLabel, DayLength)
#. i18n: ectx: property (text), widget (QLabel, SunRiseAz)
#. i18n: ectx: property (text), widget (QLabel, SunSetAz)
#. i18n: ectx: property (text), widget (QLabel, SunSet)
#. i18n: ectx: property (text), widget (QLabel, SunRise)
#. i18n: ectx: property (text), widget (QLabel, SunTransit)
#. i18n: ectx: property (text), widget (QLabel, MoonRise)
#. i18n: ectx: property (text), widget (QLabel, MoonSet)
#. i18n: ectx: property (text), widget (QLabel, MoonRiseAz)
#. i18n: ectx: property (text), widget (QLabel, MoonSetAz)
#. i18n: ectx: property (text), widget (QLabel, MoonTransitAlt)
#. i18n: ectx: property (text), widget (QLabel, MoonTransit)
#. +> trunk5
#: dialogs/details_position.ui:690 dialogs/details_position.ui:708
#: dialogs/details_position.ui:726 tools/modcalcdaylength.ui:160
#: tools/modcalcdaylength.ui:197 tools/modcalcdaylength.ui:276
#: tools/modcalcdaylength.ui:330 tools/modcalcdaylength.ui:367
#: tools/modcalcdaylength.ui:401 tools/modcalcdaylength.ui:422
#: tools/modcalcdaylength.ui:512 tools/modcalcdaylength.ui:556
#: tools/modcalcdaylength.ui:606 tools/modcalcdaylength.ui:627
#: tools/modcalcdaylength.ui:648 tools/modcalcdaylength.ui:696
#, kde-format
msgid "00:00"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, AzSetLabel)
#. +> trunk5
#: dialogs/details_position.ui:774 printing/detailstable.cpp:699
#, kde-format
msgid "Azimuth at set:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, AltTransitLabel)
#. +> trunk5
#: dialogs/details_position.ui:790 printing/detailstable.cpp:695
#, kde-format
msgid "Altitude at transit:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, AzRiseLabel)
#. +> trunk5
#: dialogs/details_position.ui:806 printing/detailstable.cpp:691
#, kde-format
msgid "Azimuth at rise:"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:58
#, kde-format
msgid "Preview image"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:67
#, kde-format
msgid "Export sky image"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:102 printing/pwizfovconfig.cpp:69
#, kde-format
msgid "Horizontal"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:103 printing/pwizfovconfig.cpp:70
#, kde-format
msgid "Vertical"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:106
#, kde-format
msgid "Full legend"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:106 printing/pwizfovconfig.cpp:66
#, kde-format
msgid "Scale with magnitudes chart"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:106 printing/pwizfovconfig.cpp:66
#, kde-format
msgid "Only scale"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:106
#, kde-format
msgid "Only magnitudes"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:107
#, kde-format
msgid "Only symbols"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:111 printing/pwizfovconfig.cpp:73
#, kde-format
msgid "Upper left corner"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:111 printing/pwizfovconfig.cpp:73
#, kde-format
msgid "Upper right corner"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:111 printing/pwizfovconfig.cpp:73
#, kde-format
msgid "Lower left corner"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:112 printing/pwizfovconfig.cpp:74
#, kde-format
msgid "Lower right corner"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:136
#, kde-format
msgid "Could not export image"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, legendGroupBox)
#. +> trunk5
#: dialogs/exportimagedialog.ui:17
#, kde-format
msgid "Legend Configuration"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, addLegendCheckBox)
#. +> trunk5
#: dialogs/exportimagedialog.ui:23
#, kde-format
msgid "Add legend to exported sky image"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, legendOrientationLabel)
#. +> trunk5
#: dialogs/exportimagedialog.ui:35
#, kde-format
msgid "Legend orientation:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, legendTypeLabel)
#. +> trunk5
#: dialogs/exportimagedialog.ui:45
#, kde-format
msgid "Legend type:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, legendPositionLabel)
#. +> trunk5
#: dialogs/exportimagedialog.ui:55
#, kde-format
msgid "Legend position:"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:43 kstarslite/dialogs/finddialoglite.cpp:36
#: tools/conjunctions.cpp:62
#, kde-format
msgid "Any"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:45 kstarsactions.cpp:1023 kstarsinit.cpp:439
#: kstarslite/dialogs/finddialoglite.cpp:38 tools/astrocalc.cpp:172
#: tools/conjunctions.cpp:64
#, kde-format
msgid "Solar System"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:46 kstarslite/dialogs/finddialoglite.cpp:39
#: tools/conjunctions.cpp:68
#, kde-format
msgid "Open Clusters"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:47 kstarslite/dialogs/finddialoglite.cpp:40
#: tools/conjunctions.cpp:69
#, kde-format
msgid "Globular Clusters"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:48 kstarslite/dialogs/finddialoglite.cpp:41
#: tools/conjunctions.cpp:70
#, kde-format
msgid "Gaseous Nebulae"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:49 kstarslite/dialogs/finddialoglite.cpp:42
#: tools/conjunctions.cpp:71
#, kde-format
msgid "Planetary Nebulae"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, FindButton)
#. +> trunk5
#: dialogs/finddialog.cpp:68 tools/observinglist.ui:329
#, kde-format
msgid "Find Object"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:81
#, kde-format
msgid "Details..."
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:143
#, kde-format
msgid "Andromeda Galaxy"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:149
#, kde-format
msgid "Aldebaran"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:156
#, kde-format
msgid "Aaltje"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:162
#, kde-format
msgid "Aarseth-Brewington (1989 W1)"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:253
#, kde-format
msgid "or search the Internet for %1"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:372 kstarslite/dialogs/finddialoglite.cpp:216
#, kde-format
msgid "No object named %1 found."
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:373
#, kde-format
msgid "Bad object name"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, SearchLabel)
#. +> trunk5
#: dialogs/finddialog.ui:31
#, kde-format
msgid "Filter by name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, FilterTypeLabel)
#. +> trunk5
#: dialogs/finddialog.ui:55
#, kde-format
msgid "Filter by type:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, InternetSearchButton)
#. +> trunk5
#: dialogs/finddialog.ui:70
#, kde-format
msgid "or search Internet for (nothing)"
msgstr ""
#. +> trunk5
#: dialogs/focusdialog.cpp:52
#, kde-format
msgid "Set Coordinates Manually"
msgstr ""
#. +> trunk5
#: dialogs/focusdialog.cpp:104 tools/flagmanager.cpp:190
#, kde-format
msgid "The Right Ascension value must be between 0.0 and 24.0."
msgstr ""
#. +> trunk5
#: dialogs/focusdialog.cpp:106 tools/flagmanager.cpp:192
#, kde-format
msgid "The Declination value must be between -90.0 and 90.0."
msgstr ""
#. +> trunk5
#: dialogs/focusdialog.cpp:109 dialogs/focusdialog.cpp:137
#: tools/flagmanager.cpp:195
#, kde-format
msgid "Invalid Coordinate Data"
msgstr ""
#. +> trunk5
#: dialogs/focusdialog.cpp:132
#, kde-format
msgid "The Azimuth value must be between 0.0 and 360.0."
msgstr ""
#. +> trunk5
#: dialogs/focusdialog.cpp:134
#, kde-format
msgid "The Altitude value must be between -90.0 and 90.0."
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, rdTab)
#. +> trunk5
#: dialogs/focusdialog.ui:36
#, kde-format
msgid "RA/Dec"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, epochBox)
#. i18n: ectx: property (text), widget (QLabel, EpochTarget)
#. +> trunk5
#: dialogs/focusdialog.ui:70 tools/flagmanager.ui:77
#: tools/modcalcapcoord.ui:230
#, kde-format
msgid "2000.0"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, epochLabel)
#. i18n: ectx: property (text), widget (QLabel, EpochLabel)
#. i18n: ectx: property (text), widget (QLabel, EpochLabel2)
#. i18n: ectx: property (text), widget (QCheckBox, epochCheckBatch)
#. i18n: ectx: property (text), widget (QCheckBox, EpochCheckBatch)
#. +> trunk5
#: dialogs/focusdialog.ui:77 tools/flagmanager.ui:64
#: tools/modcalcapcoord.ui:127 tools/modcalcapcoord.ui:215
#: tools/modcalcapcoord.ui:527 tools/modcalcgalcoord.ui:214
#: tools/modcalcvlsr.ui:521
#, kde-format
msgid "Epoch:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, decLabel)
#. +> trunk5
#: dialogs/focusdialog.ui:84
#, kde-format
msgid "New declination:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, raLabel)
#. +> trunk5
#: dialogs/focusdialog.ui:91
#, kde-format
msgid "New right ascension:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, aaTab)
#. +> trunk5
#: dialogs/focusdialog.ui:105
#, kde-format
msgid "Az/Alt"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, altLabel)
#. +> trunk5
#: dialogs/focusdialog.ui:139
#, kde-format
msgid "New altitude:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, azLabel)
#. +> trunk5
#: dialogs/focusdialog.ui:146
#, kde-format
msgid "New azimuth:"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:88
#, kde-format
msgid "Set FOV Indicator"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, NewFOV)
#. +> trunk5
#: dialogs/fovdialog.cpp:188 dialogs/newfov.ui:14
#, kde-format
msgid "New FOV Indicator"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:246
#, kde-format
msgctxt "Specify the apparent field of view (AFOV) manually"
msgid "Specify AFOV"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:247
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Ramsden (Typical)"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:248
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Orthoscopic (Typical)"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:249
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Ploessl (Typical)"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:250
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Erfle (Typical)"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:251
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Tele Vue Radian"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:252
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Baader Hyperion"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:253
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Tele Vue Panoptic"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:254
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Tele Vue Delos"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:255
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Meade UWA"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:256
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Tele Vue Nagler"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:257
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Tele Vue Ethos (Typical)"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:261
#, kde-format
msgid "1000 yards"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:262
#, kde-format
msgid "1000 meters"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LabelUnits)
#. +> trunk5
#: dialogs/fovdialog.cpp:270 dialogs/newfov.ui:732
#, kde-format
msgid "feet"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:270
#, kde-format
msgid "meters"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:370
#, kde-format
msgid "Telescope Focal Length Calculator"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:387
#, kde-format
msgctxt "millimeters"
msgid "mm"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:388
#, kde-format
msgid "inch"
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:390
#, kde-format
msgid "Aperture diameter: "
msgstr ""
#. +> trunk5
#: dialogs/fovdialog.cpp:393
#, kde-format
msgctxt "F-Number or F-Ratio of optical system"
msgid "F-Number: "
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, FOVDialog)
#. +> trunk5
#: dialogs/fovdialog.ui:13
#, kde-format
msgid "Edit FOV Symbols"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, NewButton)
#. +> trunk5
#: dialogs/fovdialog.ui:54
#, kde-format
msgid "Add a new FOV symbol"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, NewButton)
#. +> trunk5
#: dialogs/fovdialog.ui:57
#, kde-format
msgid "Add a new field-of-view (FOV) symbol to the list. You can define the size, shape, and color of the new symbol."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, NewButton)
#. +> trunk5
#: dialogs/fovdialog.ui:60
#, kde-format
msgid "New..."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, EditButton)
#. +> trunk5
#: dialogs/fovdialog.ui:83
#, kde-format
msgid "Modify the highlighted FOV symbol"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, EditButton)
#. +> trunk5
#: dialogs/fovdialog.ui:86
#, kde-format
msgid "Press this button to modify the highlighted FOV symbol. You can change its size, shape and color."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, EditButton)
#. +> trunk5
#: dialogs/fovdialog.ui:89
#, kde-format
msgid "Edit..."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, RemoveButton)
#. +> trunk5
#: dialogs/fovdialog.ui:96
#, kde-format
msgid "Remove highlighted FOV symbol"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, RemoveButton)
#. +> trunk5
#: dialogs/fovdialog.ui:99
#, kde-format
msgid "Press this button to remove the highlighted FOV symbol from the list."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, RemoveButton)
#. i18n: ectx: property (text), widget (QPushButton, removeDriverB)
#. i18n: ectx: property (text), widget (QPushButton, removeB)
#. i18n: ectx: property (text), widget (QPushButton, RemoveEyepiece)
#. i18n: ectx: property (text), widget (QPushButton, RemoveLens)
#. i18n: ectx: property (text), widget (QPushButton, RemoveFilter)
#. i18n: ectx: property (text), widget (QPushButton, RemovePreset)
#. +> trunk5
#: dialogs/fovdialog.ui:102 indi/customdrivers.ui:144
#: indi/drivermanager.ui:311 oal/equipmentwriter.ui:433
#: oal/equipmentwriter.ui:559 oal/equipmentwriter.ui:768
#: options/opscolors.ui:230
#, kde-format
msgid "Remove"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:64
#, kde-format
msgid "Set Geographic Location"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:116
#, kde-format
msgid "DST Rule:"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:161 dialogs/locationdialog.cpp:221
#: dialogs/locationdialog.cpp:527
#, kde-format
msgid "One city matches search criteria"
msgid_plural "%1 cities match search criteria"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: dialogs/locationdialog.cpp:309
#, kde-format
msgid "Are you sure you want to remove %1?"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:310
#, kde-format
msgid "Remove City?"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:315
#, kde-format
msgid "This city already exists in the database."
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:316
#, kde-format
msgid "Error: Duplicate Entry"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:330
#, kde-format
msgid "All fields (except province) must be filled to add this location."
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:331
#, kde-format
msgid "Fields are Empty"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:336
#, kde-format
msgid "Could not parse the Latitude/Longitude."
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:337
#, kde-format
msgid "Bad Coordinates"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:342
#, kde-format
msgid "UTC Offset must be selected."
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:343
#, kde-format
msgid "UTC Offset"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:586
#, kde-format
msgid "Daylight Saving Time Rules"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:636
#, kde-format
msgid "Cannot add new location -- city name blank"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:640
#, kde-format
msgid "Cannot add new location -- country name blank"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:644
#, kde-format
msgid "Cannot add new location -- invalid latitude / longitude"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:648
#, kde-format
msgid "Cannot add new location -- missing UTC Offset"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:652
#, kde-format
msgid "City is Read Only. Change name to add new city."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, CityGroupBox)
#. +> trunk5
#: dialogs/locationdialog.ui:32
#, kde-format
msgid "Choose City"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, CountryFiltLabel)
#. +> trunk5
#: dialogs/locationdialog.ui:134
#, kde-format
msgid "Country filter:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, CityFiltLabel)
#. +> trunk5
#: dialogs/locationdialog.ui:144
#, kde-format
msgid "City filter:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ProvinceFiltLabel)
#. +> trunk5
#: dialogs/locationdialog.ui:157
#, kde-format
msgid "Province filter:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, CountLabel)
#. +> trunk5
#: dialogs/locationdialog.ui:166
#, kde-format
msgid "0 cities match search criteria"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, EditGroupBox)
#. +> trunk5
#: dialogs/locationdialog.ui:187
#, kde-format
msgid "View/Edit Location Data"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, NewCityLabel)
#. i18n: ectx: property (text), widget (QLabel, CityLabel)
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: dialogs/locationdialog.ui:245 dialogs/wizlocation.ui:129
#: tools/argsetgeolocation.ui:63
#, kde-format
msgid "City:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, NewProvinceLabel)
#. i18n: ectx: property (text), widget (QLabel, ProvinceLabel)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#. +> trunk5
#: dialogs/locationdialog.ui:262 dialogs/wizlocation.ui:136
#: tools/argsetgeolocation.ui:46
#, kde-format
msgid "Province:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, NewCountryLabel)
#. i18n: ectx: property (text), widget (QLabel, CountryLabel)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2_3)
#. +> trunk5
#: dialogs/locationdialog.ui:269 dialogs/wizlocation.ui:115
#: tools/argsetgeolocation.ui:70
#, kde-format
msgid "Country:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LongLabel)
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, LongGeoLabel)
#. i18n: ectx: property (text), widget (QCheckBox, LongGeoCheckBatch)
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. i18n: ectx: property (text), widget (QCheckBox, LongCheckBatch)
#. +> trunk5
#: dialogs/locationdialog.ui:345 dialogs/wizlocation.ui:190
#: tools/modcalceclipticcoords.ui:189 tools/modcalcgalcoord.ui:128
#: tools/modcalcgeod.ui:264 tools/modcalcgeod.ui:418
#: tools/modcalcplanets.ui:388 tools/modcalcplanets.ui:447
#: tools/modcalcplanets.ui:739 tools/modcalcvlsr.ui:528
#, kde-format
msgid "Longitude:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LatLabel)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, LatGeoLabel)
#. i18n: ectx: property (text), widget (QCheckBox, LatGeoCheckBatch)
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. i18n: ectx: property (text), widget (QCheckBox, LatCheckBatch)
#. +> trunk5
#: dialogs/locationdialog.ui:368 dialogs/wizlocation.ui:183
#: tools/modcalceclipticcoords.ui:182 tools/modcalcgalcoord.ui:121
#: tools/modcalcgeod.ui:271 tools/modcalcgeod.ui:438
#: tools/modcalcplanets.ui:381 tools/modcalcplanets.ui:454
#: tools/modcalcplanets.ui:729 tools/modcalcvlsr.ui:541
#, kde-format
msgid "Latitude:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ElevationLabel)
#. +> trunk5
#: dialogs/locationdialog.ui:375
#, kde-format
msgid "Elevation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, DSTLabel)
#. +> trunk5
#: dialogs/locationdialog.ui:447
#, kde-format
msgid "DST rule:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, TZLabel)
#. +> trunk5
#: dialogs/locationdialog.ui:457
#, kde-format
msgid "UT offset:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, GetLocationButton)
#. +> trunk5
#: dialogs/locationdialog.ui:495
#, kde-format
msgid "Get Location"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ClearFieldsButton)
#. +> trunk5
#: dialogs/locationdialog.ui:502
#, kde-format
msgid "&Clear Fields"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, AddCityButton)
#. +> trunk5
#: dialogs/locationdialog.ui:531
#, kde-format
msgid "Add City"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, UpdateButton)
#. +> trunk5
#: dialogs/locationdialog.ui:550
#, kde-format
msgid "Update City"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, RemoveButton)
#. +> trunk5
#: dialogs/locationdialog.ui:572
#, kde-format
msgid "Remove City"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: dialogs/newfov.ui:58
#, kde-format
msgid "<b>Name:</b>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, FOVName)
#. +> trunk5
#: dialogs/newfov.ui:65
#, kde-format
msgid "Name for FOV symbol"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, FOVName)
#. +> trunk5
#: dialogs/newfov.ui:68
#, kde-format
msgid "The name of the field-of-view (FOV) symbol. This name appears in the FOV menu and in the \"Edit FOV Symbols\" tool."
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab1)
#. i18n: ectx: attribute (title), widget (QWidget, Eyepiece)
#. +> trunk5
#: dialogs/newfov.ui:81 oal/equipmentwriter.ui:263
#, kde-format
msgid "Eyepiece"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel5)
#. +> trunk5
#: dialogs/newfov.ui:91
#, kde-format
msgid "Telescope focal length:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, TLength1)
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, TLength2)
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, LinearFOV)
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, RTDiameter)
#. +> trunk5
#: dialogs/newfov.ui:103 dialogs/newfov.ui:453 dialogs/newfov.ui:698
#: dialogs/newfov.ui:839
#, kde-format
msgid "Telescope focal length, in millimeters"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QDoubleSpinBox, TLength1)
#. +> trunk5
#: dialogs/newfov.ui:108
#, kde-format
msgid ""
"Enter the telescope focal length, in millimeters.\n"
"\n"
"This is one of the data fields required for defining a field-of-view (FOV) symbol which matches the field-of-view of a telescope eyepiece."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel6_2)
#. i18n: ectx: property (text), widget (QLabel, textLabel6_2_2)
#. i18n: ectx: property (text), widget (QLabel, textLabel6_2_3)
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. i18n: ectx: property (text), widget (QLabel, label_17)
#. i18n: ectx: property (text), widget (QLabel, binoApertureUnit)
#. +> trunk5
#: dialogs/newfov.ui:134 dialogs/newfov.ui:193 dialogs/newfov.ui:477
#: ekos/scheduler/mosaic.ui:91 oal/equipmentwriter.ui:149
#: oal/equipmentwriter.ui:177 oal/equipmentwriter.ui:318
#: tools/whatsinteresting/wiequipsettings.ui:213
#, kde-format
msgid "mm"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel7_2)
#. +> trunk5
#: dialogs/newfov.ui:159
#, kde-format
msgid "Eyepiece focal length:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, EyeLength)
#. +> trunk5
#: dialogs/newfov.ui:171
#, kde-format
msgid "Eyepiece focal length, in millimeters"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QDoubleSpinBox, EyeLength)
#. +> trunk5
#: dialogs/newfov.ui:176
#, kde-format
msgid ""
"Enter the eyepiece focal length, in millimeters.\n"
"\n"
"This is one of the data fields required for defining a field-of-view (FOV) symbol which matches the field-of-view of a telescope eyepiece."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, textLabel8_2)
#. +> trunk5
#: dialogs/newfov.ui:224
#, kde-format
msgid "Enter the eyepiece's Apparent field-of-view"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel8_2)
#. +> trunk5
#: dialogs/newfov.ui:227
#, kde-format
msgid "Eyepiece AFOV:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, EyeFOV)
#. +> trunk5
#: dialogs/newfov.ui:272
#, kde-format
msgid "field-of-view of the eyepiece, in arcminutes"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QDoubleSpinBox, EyeFOV)
#. +> trunk5
#: dialogs/newfov.ui:277
#, kde-format
msgid ""
"Enter the eyepiece field-of-view angle, in arcminutes.\n"
"\n"
"This is one of the data fields required for defining a field-of-view (FOV) symbol which matches the field-of-view of a telescope eyepiece."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel6_2_2_2)
#. +> trunk5
#: dialogs/newfov.ui:297
#, kde-format
msgid "degrees"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ComputeTLengthFromFNum1)
#. +> trunk5
#: dialogs/newfov.ui:328
#, kde-format
msgid "or compute from F-Number"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: dialogs/newfov.ui:359
#, kde-format
msgid "Note: Panoptic, Nagler, Radian, Delos and Ethos are trademarks of Tele Vue Optics, Inc."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, ComputeEyeFOV)
#. i18n: ectx: property (toolTip), widget (QPushButton, ComputeCameraFOV)
#. i18n: ectx: property (toolTip), widget (QPushButton, ComputeBinocularFOV)
#. +> trunk5
#: dialogs/newfov.ui:415 dialogs/newfov.ui:629 dialogs/newfov.ui:799
#, kde-format
msgid "Compute field-of-view from above data fields"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, ComputeEyeFOV)
#. +> trunk5
#: dialogs/newfov.ui:420
#, kde-format
msgid ""
"This button will compute the field-of-view (FOV) angle for a specific eyepiece/telescope combination. You must first specify the focal lengths of the telescope and eyepiece, and the FOV angle of the eyepiece in the above entry fields.\n"
"\n"
"The computed FOV angle (in arcminutes) will be displayed in the \"Field of view\" edit box."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ComputeEyeFOV)
#. i18n: ectx: property (text), widget (QPushButton, ComputeCameraFOV)
#. i18n: ectx: property (text), widget (QPushButton, ComputeBinocularFOV)
#. +> trunk5
#: dialogs/newfov.ui:423 dialogs/newfov.ui:637 dialogs/newfov.ui:807
#, kde-format
msgid "Compute FOV"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab2)
#. +> trunk5
#: dialogs/newfov.ui:433
#, kde-format
msgid "Camera"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel5_2)
#. +> trunk5
#: dialogs/newfov.ui:443
#, kde-format
msgid "Telescope Focal length:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QDoubleSpinBox, TLength2)
#. i18n: ectx: property (whatsThis), widget (QDoubleSpinBox, LinearFOV)
#. i18n: ectx: property (whatsThis), widget (QDoubleSpinBox, RTDiameter)
#. +> trunk5
#: dialogs/newfov.ui:458 dialogs/newfov.ui:703 dialogs/newfov.ui:844
#, kde-format
msgid ""
"Enter the telescope focal length, in millimeters.\n"
"\n"
"This is one of the data fields required for defining a field-of-view (FOV) symbol which matches the field-of-view of a camera mounted on a telescope."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: dialogs/newfov.ui:484
#, kde-format
msgid "Camera W:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_16)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_10)
#. +> trunk5
#: dialogs/newfov.ui:504 dialogs/newfov.ui:559 ekos/capture/capture.ui:567
#: ekos/capture/capture.ui:660
#, kde-format
msgid "H:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2_5)
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. i18n: ectx: property (text), widget (QLabel, l_22)
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. +> trunk5
#: dialogs/newfov.ui:521 ekos/capture/capture.ui:979 ekos/focus/focus.ui:909
#: ekos/guide/internalguide/guider.ui:288 ekos/guide/manualdither.ui:48
-#: ekos/guide/opsguide.ui:262 ekos/scheduler/mosaic.ui:188
+#: ekos/guide/opsguide.ui:268 ekos/scheduler/mosaic.ui:188
#: xplanet/opsxplanet.ui:120
#, kde-format
msgid "pixels"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel9)
#. +> trunk5
#: dialogs/newfov.ui:528
#, kde-format
msgid "Pixel W:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, cameraPixelSizeW)
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, cameraPixelSizeH)
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, WaveLength)
#. +> trunk5
#: dialogs/newfov.ui:538 dialogs/newfov.ui:569 dialogs/newfov.ui:894
#, kde-format
msgid "Size of chip or film, in millimeters"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QDoubleSpinBox, cameraPixelSizeW)
#. i18n: ectx: property (whatsThis), widget (QDoubleSpinBox, cameraPixelSizeH)
#. i18n: ectx: property (whatsThis), widget (QDoubleSpinBox, WaveLength)
#. +> trunk5
#: dialogs/newfov.ui:543 dialogs/newfov.ui:574 dialogs/newfov.ui:899
#, kde-format
msgid ""
"Enter the physical size of the CCD chip or film negative.\n"
"\n"
"This is one of the data fields required for defining a field-of-view (FOV) symbol which matches the field-of-view of a camera mounted on a telescope."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel6_2_3_2)
#. +> trunk5
#: dialogs/newfov.ui:590
#, kde-format
msgid "µm"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, ComputeCameraFOV)
#. +> trunk5
#: dialogs/newfov.ui:634
#, kde-format
msgid ""
"This button will compute the field-of-view (FOV) angle for a specific camera/telescope combination. You must first specify the focal length of the telescope and the size of the CCD chip or film negative.\n"
"\n"
"The computed FOV angle (in arcminutes) will be displayed in the \"Field of view\" edit box."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, DetectFromINDI)
#. +> trunk5
#: dialogs/newfov.ui:650
#, kde-format
msgid "Detect from INDI"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab3)
#. +> trunk5
#: dialogs/newfov.ui:676
#, kde-format
msgid "Binocular"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel15_3)
#. +> trunk5
#: dialogs/newfov.ui:686
#, kde-format
msgid "Field of View:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel9_31)
#. +> trunk5
#: dialogs/newfov.ui:741
#, kde-format
msgid "At a distance of:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, ComputeBinocularFOV)
#. +> trunk5
#: dialogs/newfov.ui:804
#, kde-format
msgid ""
"This button will compute the field-of-view (FOV) angle for a binocular. You must specify the linear FOV as mentioned on the binocular.\n"
"\n"
"The computed FOV angle (in arcminutes) will be displayed in the \"Field of view\" edit box."
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab4)
#. +> trunk5
#: dialogs/newfov.ui:817
#, kde-format
msgid "Radio Telescope"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel5_2_3)
#. +> trunk5
#: dialogs/newfov.ui:827
#, kde-format
msgid "Radio Telescope diameter:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel6_2_3_4)
#. +> trunk5
#: dialogs/newfov.ui:873
#, kde-format
msgid "m"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel9_3)
#. +> trunk5
#: dialogs/newfov.ui:882
#, kde-format
msgid "Wavelength:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel6_2_3_2_3)
#. +> trunk5
#: dialogs/newfov.ui:916
#, kde-format
msgid "cm"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, ComputeHPBW)
#. +> trunk5
#: dialogs/newfov.ui:991
#, kde-format
msgid "Compute radiotelescope HPBW from above data fields"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, ComputeHPBW)
#. +> trunk5
#: dialogs/newfov.ui:996
#, kde-format
msgid ""
"This button will compute the Half Power Beam Width (HPBW) angle for a specific radiotelescope and observing wavelength combination, assuming no multibeam receiver is available at the telescope. You must first specify the diameter of the radiotelescope and the observing wavelength.\n"
"\n"
"The computed HPBW angle (in arcminutes) will be displayed in the \"Field of view\" edit box."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ComputeHPBW)
#. +> trunk5
#: dialogs/newfov.ui:999
#, kde-format
msgid "Compute HPBW"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, cameraFOVUnits)
#. i18n: ectx: property (text), widget (QLabel, targetFOVUnits)
#. i18n: ectx: property (text), widget (QLabel, label_16)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: dialogs/newfov.ui:1017 dialogs/newfov.ui:1027 dialogs/newfov.ui:1034
#: dialogs/newfov.ui:1061 ekos/scheduler/mosaic.ui:289
#: ekos/scheduler/mosaic.ui:312 tools/adddeepskyobject.ui:401
#: tools/adddeepskyobject.ui:424
#, kde-format
msgid "arcmin"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, fieldoFviewLabel)
#. +> trunk5
#: dialogs/newfov.ui:1041
#, kde-format
msgid "Field of view:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, FOVEditRotation)
#. +> trunk5
#: dialogs/newfov.ui:1048
#, kde-format
msgid "<p>Frame rotation with respect to Celestial Pole. Zero degrees indicates that <b>UP</b> is pointing directly at the pole. 90 degrees indicates that <b>UP</b> is rotated 90 degrees clockwise with respect to the pole.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, FOVEditRotation)
#. i18n: ectx: property (text), widget (QLineEdit, FOVEditOffsetY)
#. i18n: ectx: property (text), widget (QLineEdit, FOVEditOffsetX)
#. i18n: ectx: property (text), widget (QLabel, PAHErrorLabel)
#. i18n: ectx: property (text), widget (QLabel, PositionAngle)
#. +> trunk5
#: dialogs/newfov.ui:1054 dialogs/newfov.ui:1074 dialogs/newfov.ui:1137
#: ekos/align/align.ui:1370 tools/modcalcangdist.ui:353
#, kde-format
msgid "0"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, FOVEditOffsetY)
#. +> trunk5
#: dialogs/newfov.ui:1068
#, kde-format
msgid "Desired vertical offset in arcminutes"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, fieldoFviewLabel_3)
#. +> trunk5
#: dialogs/newfov.ui:1081
#, kde-format
msgid "Offset Y:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. i18n: ectx: property (text), widget (QLabel, AngDistLabel_3)
#. +> trunk5
#: dialogs/newfov.ui:1088 tools/modcalcangdist.ui:363
#, kde-format
msgid "Degrees E of N"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, fieldoFviewLabel_4)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: dialogs/newfov.ui:1095 ekos/scheduler/mosaic.ui:211
#: tools/eyepiecefield.cpp:109
#, kde-format
msgid "Rotation:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, FOVEditX)
#. +> trunk5
#: dialogs/newfov.ui:1102
#, kde-format
msgid "Desired field-of-view size, in arcminutes"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, FOVEditX)
#. +> trunk5
#: dialogs/newfov.ui:1107
#, kde-format
msgid ""
"Enter the desired angular size for the field-of-view (FOV) symbol.\n"
"\n"
"You can either enter a value directly, or use the \"Eyepiece\" or \"Camera\" Tabs to compute an angular size for specific eyepieces or cameras."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, fieldoFviewLabel_2)
#. +> trunk5
#: dialogs/newfov.ui:1114
#, kde-format
msgid "Offset X:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: dialogs/newfov.ui:1121
#, kde-format
msgid " x "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, FOVEditOffsetX)
#. +> trunk5
#: dialogs/newfov.ui:1131
#, kde-format
msgid "Desired horizontal offset in arcminutes"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, FOVLockCP)
#. +> trunk5
#: dialogs/newfov.ui:1144
#, kde-format
msgid "Rotation is performed with respect to the celestial pole."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, FOVLockCP)
#. +> trunk5
#: dialogs/newfov.ui:1150
#, kde-format
msgid "Lock to Celestial Pole"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KColorButton, ColorButton)
#. +> trunk5
#: dialogs/newfov.ui:1226
#, kde-format
msgid "Select color for the field-of-view symbol"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KColorButton, ColorButton)
#. +> trunk5
#: dialogs/newfov.ui:1229
#, kde-format
msgid "Select a color for the field-of-view (FOV) symbol."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel8)
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. i18n: ectx: property (text), widget (QLabel, textLabelXplanetColor)
#. +> trunk5
#: dialogs/newfov.ui:1246 oal/equipmentwriter.ui:631 xplanet/opsxplanet.ui:556
#, kde-format
msgid "Color:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, ShapeBox)
#. +> trunk5
#: dialogs/newfov.ui:1253
#, kde-format
msgid "Select a shape for the field-of-view symbol"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QComboBox, ShapeBox)
#. +> trunk5
#: dialogs/newfov.ui:1258
#, kde-format
msgid ""
"Select a shape for the field-of-view (FOV) symbol. The possible shapes are:\n"
"\n"
"Circle, Square, Crosshairs, Bullseye."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, ShapeBox)
#. +> trunk5
#: dialogs/newfov.ui:1262
#, kde-format
msgid "Square"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, ShapeBox)
#. +> trunk5
#: dialogs/newfov.ui:1267
#, kde-format
msgid "Circle"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, ShapeBox)
#. +> trunk5
#: dialogs/newfov.ui:1272
#, kde-format
msgid "Crosshairs"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, ShapeBox)
#. +> trunk5
#: dialogs/newfov.ui:1277
#, kde-format
msgid "Bullseye"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, ShapeBox)
#. +> trunk5
#: dialogs/newfov.ui:1282
#, kde-format
msgid "Semitransparent circle"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel7)
#. +> trunk5
#: dialogs/newfov.ui:1290
#, kde-format
msgid "Shape:"
msgstr ""
#. +> trunk5
#: dialogs/timedialog.cpp:50
#, kde-format
msgctxt "set clock to a new time"
msgid "Set UTC Time"
msgstr ""
#. +> trunk5
#: dialogs/timedialog.cpp:52
#, kde-format
msgctxt "set clock to a new time"
msgid "Set Time"
msgstr ""
#. +> trunk5
#: dialogs/timedialog.cpp:69
#, kde-format
msgid "UTC Now"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, NowButton)
#. +> trunk5
#: dialogs/timedialog.cpp:69 tools/modcalcaltaz.ui:100
#: tools/modcalceclipticcoords.ui:54 tools/modcalcjd.ui:48
#: tools/modcalcvlsr.ui:72
#, kde-format
msgid "Now"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, WelcomeTitle)
#. +> trunk5
#: dialogs/wizdata.ui:61
#, kde-format
msgid "KStars Data Directory"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, foundFeedback1)
#. +> trunk5
#: dialogs/wizdata.ui:68
#, kde-format
msgid "The KStars Data Directory called kstars should be located at:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, dataPath)
#. +> trunk5
#: dialogs/wizdata.ui:83
#, kde-format
msgid "~/Library/Application Support/kstars"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, foundFeedback2)
#. +> trunk5
#: dialogs/wizdata.ui:102
#, kde-format
msgid "Your data directory was not found. You can click the button below to copy a default KStars data directory to the correct location, or if you have a KStars directory already some place else, you can exit KStars and copy it to that location yourself."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, copyKStarsData)
#. +> trunk5
#: dialogs/wizdata.ui:112
#, kde-format
msgid "Copy KStars Data Directory"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: dialogs/wizdata.ui:119
#, kde-format
msgid "Optional Files for the Data directory:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: dialogs/wizdata.ui:137
#, kde-format
msgid ""
"<html><head/><body>"
"<p>GSC: <a href=\"https://drive.google.com/file/d/0B_ivMJINsdQ8cDhNcU5ESkZMZ0E/view?usp=sharing\"><span style=\" text-decoration: underline; color:#0000ff;\">Guide Star Catalog</span></a> (305 MB)</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, installGSC)
#. +> trunk5
#: dialogs/wizdata.ui:150
#, kde-format
msgid "GSC"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, gscInstallCancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4209_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4110_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4113_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4202_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4204_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4115_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4213_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4109_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4207_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4215_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4208_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4112_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4206_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4200_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4107_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4217_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4119_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4203_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4108_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4219_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4218_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4211_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4114_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4210_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4201_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4212_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4205_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4214_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4111_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4117_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4116_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4118_cancel)
#. i18n: ectx: property (text), widget (QPushButton, index_4216_cancel)
#. +> trunk5
#: dialogs/wizdata.ui:244 ekos/align/opsastrometryindexfiles.ui:426
#: ekos/align/opsastrometryindexfiles.ui:505
#: ekos/align/opsastrometryindexfiles.ui:581
#: ekos/align/opsastrometryindexfiles.ui:650
#: ekos/align/opsastrometryindexfiles.ui:959
#: ekos/align/opsastrometryindexfiles.ui:1073
#: ekos/align/opsastrometryindexfiles.ui:1166
#: ekos/align/opsastrometryindexfiles.ui:1228
#: ekos/align/opsastrometryindexfiles.ui:1290
#: ekos/align/opsastrometryindexfiles.ui:1404
#: ekos/align/opsastrometryindexfiles.ui:1539
#: ekos/align/opsastrometryindexfiles.ui:1601
#: ekos/align/opsastrometryindexfiles.ui:1677
#: ekos/align/opsastrometryindexfiles.ui:1763
#: ekos/align/opsastrometryindexfiles.ui:1825
#: ekos/align/opsastrometryindexfiles.ui:1894
#: ekos/align/opsastrometryindexfiles.ui:1956
#: ekos/align/opsastrometryindexfiles.ui:2046
#: ekos/align/opsastrometryindexfiles.ui:2146
#: ekos/align/opsastrometryindexfiles.ui:2215
#: ekos/align/opsastrometryindexfiles.ui:2329
#: ekos/align/opsastrometryindexfiles.ui:2391
#: ekos/align/opsastrometryindexfiles.ui:2488
#: ekos/align/opsastrometryindexfiles.ui:2647
#: ekos/align/opsastrometryindexfiles.ui:2716
#: ekos/align/opsastrometryindexfiles.ui:2844
#: ekos/align/opsastrometryindexfiles.ui:2906
#: ekos/align/opsastrometryindexfiles.ui:3144
#: ekos/align/opsastrometryindexfiles.ui:3206
#: ekos/align/opsastrometryindexfiles.ui:3355
#: ekos/align/opsastrometryindexfiles.ui:3504
#: ekos/align/opsastrometryindexfiles.ui:3580
#: ekos/align/opsastrometryindexfiles.ui:3701
#, kde-format
msgid "X"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, GSCFeedback)
#. +> trunk5
#: dialogs/wizdata.ui:253
#, kde-format
msgid "Installing this in your data directory will enable the CCD Simulator in KStars to take realistic images. This is useful for testing sequences, plate solving, and learning to use KStars. Just click the button to install or unzip the zip file and place the gsc folder in the data directory."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, DownloadTitle)
#. +> trunk5
#: dialogs/wizdownload.ui:61
#, kde-format
msgid "Download Extra Data Files"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, DownloadText)
#. +> trunk5
#: dialogs/wizdownload.ui:84
#, kde-format
msgid ""
"<p>You may now download optional data files to enhance KStars, such as Messier object images, or a more complete NGC/IC catalog. Press the <b>Download Extra Data</b> button to proceed. </p>"
"<p>You can also use this tool later, by selecting <b>Download New Data</b> from the <b>File</b> menu.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, DownloadButton)
#. +> trunk5
#: dialogs/wizdownload.ui:128
#, kde-format
msgid "Download Extra Data..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, GeoTitle)
#. +> trunk5
#: dialogs/wizlocation.ui:61
#, kde-format
msgid "Choose Your Home Location"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, WelcomeText)
#. +> trunk5
#: dialogs/wizlocation.ui:84
#, kde-format
msgid ""
"<p>Select a City near your location from the list. You may filter the list by the name of your city, province, and country.</p>"
"<p>Once you have selected a City, press <b>Next</b>.</p>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, CityFilter)
#. +> trunk5
#: dialogs/wizlocation.ui:122
#, kde-format
msgid "Filter the list by city name"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, CountryFilter)
#. +> trunk5
#: dialogs/wizlocation.ui:143
#, kde-format
msgid "Filter the list by country name"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, ProvinceFilter)
#. +> trunk5
#: dialogs/wizlocation.ui:150
#, kde-format
msgid "Filter the list by province name"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QListWidget, CityListBox)
#. +> trunk5
#: dialogs/wizlocation.ui:223
#, kde-format
msgid "The list of cities which match the present search filters."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, WelcomeTitle)
#. +> trunk5
#: dialogs/wizwelcome.ui:61
#, kde-format
msgid "Welcome to the KStars Startup Wizard"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, WelcomeText)
#. +> trunk5
#: dialogs/wizwelcome.ui:84
#, kde-format
msgid ""
"<p>This wizard will help you set up some basic options, such as your location on Earth.</p>"
"<p>To get started, press the <b>Next</b> button.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, captureStatus)
#. i18n: ectx: property (text), widget (QLabel, mountStatus)
#. i18n: ectx: property (text), widget (QLabel, focusStatus)
#. i18n: ectx: property (text), widget (QLabel, guideStatus)
#. i18n: ectx: property (text), widget (QLabel, jobStatus)
#. +> trunk5
-#: ekos/align/align.cpp:64 ekos/capture/sequencejob.cpp:28 ekos/ekos.h:22
+#: ekos/align/align.cpp:64 ekos/capture/sequencejob.cpp:30 ekos/ekos.h:22
#: ekos/ekos.h:68 ekos/ekos.h:98 ekos/ekos.h:116 ekos/ekos.h:133
#: ekos/ekosmanager.cpp:405 ekos/ekosmanager.cpp:406 ekos/ekosmanager.cpp:407
#: ekos/ekosmanager.cpp:408 ekos/ekosmanager.ui:570 ekos/ekosmanager.ui:933
#: ekos/ekosmanager.ui:1126 ekos/ekosmanager.ui:1320
#: ekos/scheduler/scheduler.ui:791 ekos/scheduler/schedulerjob.cpp:342
#: ekos/scheduler/schedulerjob.cpp:364 indi/inditelescope.cpp:1089
#, kde-format
msgid "Idle"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:65
#, kde-format
msgid "First Capture"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:66
#, kde-format
msgid "Finding CP"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:67
#, kde-format
msgid "First Rotation"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:68
#, kde-format
msgid "Second Capture"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:69
#, kde-format
msgid "Second Rotation"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:70
#, kde-format
msgid "Third Capture"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:71
#, kde-format
msgid "Select Star"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:72
#, kde-format
msgid "Select Refresh"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:73
#, kde-format
msgid "Refreshing"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:178
#, kde-format
msgid "Astrometry.net"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, plateSolverOptionsGroup)
#. +> trunk5
#: ekos/align/align.cpp:182 ekos/align/align.ui:453
#, kde-format
msgid "Solver Options"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:187
#, kde-format
msgid "Astrometry.cfg"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: ekos/align/align.cpp:193 ekos/align/opsastrometryindexfiles.ui:261
#, kde-format
msgid "Index Files"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:199 ekos/focus/focus.cpp:210
#, kde-format
msgid "Idle."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:221
#, kde-format
msgid "Offline solver is not supported under Windows. Please use either the Online or Remote solvers."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:287
#, kde-format
msgid "Warning: If using astrometry.net v0.68 or above, remove the --no-fits2fits from the astrometry options."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:324 ekos/guide/guide.cpp:385
#, kde-format
msgid "dRA (arcsec)"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:325 ekos/guide/guide.cpp:386
#, kde-format
msgid "dDE (arcsec)"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:670 ekos/align/align.cpp:678
#, kde-format
msgid "DEC is below the altitude limit"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:757
#, kde-format
msgid "Point calculation error."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1094
#, kde-format
msgid "Open Ekos Alignment List"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1101 ekos/align/align.cpp:1247
-#: ekos/align/align.cpp:1405 ekos/capture/capture.cpp:2871
-#: ekos/capture/capture.cpp:3274 ekos/guide/guide.cpp:750
-#: ekos/scheduler/scheduler.cpp:3542 ekos/scheduler/scheduler.cpp:3841
+#: ekos/align/align.cpp:1405 ekos/capture/capture.cpp:2916
+#: ekos/capture/capture.cpp:3319 ekos/guide/guide.cpp:750
+#: ekos/scheduler/scheduler.cpp:3562 ekos/scheduler/scheduler.cpp:3861
#: fitsviewer/fitstab.cpp:284 tools/scriptbuilder.cpp:865
#: tools/scriptbuilder.cpp:963
#, kde-format
msgid "Invalid URL: %1"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1120 ekos/capture/capture.cpp:2890
-#: ekos/scheduler/scheduler.cpp:3561 ekos/scheduler/scheduler.cpp:5290
-#: ekos/scheduler/scheduler.cpp:5320
+#: ekos/align/align.cpp:1120 ekos/capture/capture.cpp:2935
+#: ekos/scheduler/scheduler.cpp:3581 ekos/scheduler/scheduler.cpp:5389
+#: ekos/scheduler/scheduler.cpp:5419
#, kde-format
msgid "Unable to open file %1"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1142 ekos/capture/capture.cpp:2918
+#: ekos/align/align.cpp:1142 ekos/capture/capture.cpp:2963
#, kde-format
msgid "Deprecated sequence file format version %1. Please construct a new sequence file."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1211
#, kde-format
msgid "Save Ekos Alignment List"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1241
#, kde-format
msgid "Failed to save alignment list"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1258 ekos/align/align.cpp:1414
-#: ekos/capture/capture.cpp:3298 ekos/guide/guide.cpp:759
-#: ekos/scheduler/scheduler.cpp:3853 ekos/scheduler/scheduler.cpp:5357
+#: ekos/capture/capture.cpp:3343 ekos/guide/guide.cpp:759
+#: ekos/scheduler/scheduler.cpp:3873 ekos/scheduler/scheduler.cpp:5456
#, kde-format
msgid "Unable to write to file %1"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1287
#, kde-format
msgid "Alignment List saved to %1"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1383
#, kde-format
msgid "Export Solution Points"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1436
#, kde-format
msgid "Error in table structure."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1445
#, kde-format
msgid "Solution Points Saved as: %1"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1455
#, kde-format
msgid "Are you sure you want to clear all of the solution points?"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1456
#, kde-format
msgid "Clear Solution Points"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1472
#, kde-format
msgid "Are you sure you want to clear all the alignment points?"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1473
#, kde-format
msgid "Clear Align Points"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1622
#, kde-format
msgid "The Mount Model Tool is Reset."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1659
#, kde-format
msgid "Please Check the Alignment Points."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1666
#, kde-format
msgid "In the Align Module, \"Nothing\" is Selected for the Solver Action. This means that the mount model tool will not sync/align your mount but will only report the pointing model errors. Do you wish to continue?"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1669
#, kde-format
msgid "Pointing Model Report Only?"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1686
#, kde-format
msgid "The Mount Model Tool is Starting."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1695
#, kde-format
msgid "The Mount Model Tool is Paused."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1756
#, kde-format
msgid "The Mount Model Tool is Finished."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1782
#, kde-format
msgid "Solver timed out"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1942
#, kde-format
msgid "Mount does not support syncing."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:1989 ekos/align/align.cpp:1996
#: ekos/guide/guide.cpp:1063 ekos/guide/guide.cpp:1070
#: ekos/profileeditor.cpp:118 ekos/profileeditor.cpp:125
#, kde-format
msgctxt "F-Number, Focal Length, Aperture"
msgid "<nobr>F<b>%1</b> Focal Length: <b>%2</b> mm Aperture: <b>%3</b> mm<sup>2</sup></nobr>"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2150
#, kde-format
msgid ""
"<p>Effective field of view size in arcminutes.</p>"
"<p>Please capture and solve once to measure the effective FOV or enter the values manually.</p>"
"<p>Calculated FOV: %1</p>"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2154
#, kde-format
msgid "<p>Effective field of view size in arcminutes.</p>"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2182
#, kde-format
msgid ""
"<p>Polar Alignment Helper tool requires the following:</p>"
"<p>1. German Equatorial Mount</p>"
"<p>2. FOV &gt; 0.5 degrees</p>"
"<p>For small FOVs, use the Legacy Polar Alignment Tool.</p>"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2397 ekos/guide/guide.cpp:1169
#, kde-format
msgid "Error: lost connection to CCD."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2398
#, kde-format
msgid "Astrometry alignment failed"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2422
#, kde-format
msgid "Telescope aperture and focal length are missing. Please check your driver settings and try again."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2428
#, kde-format
msgid "CCD pixel size is missing. Please check your driver settings and try again."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2436
#, kde-format
msgid "Error: lost connection to filter wheel."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2454 ekos/capture/capture.cpp:2329
-#: ekos/capture/capture.cpp:5026
+#: ekos/align/align.cpp:2454 ekos/capture/capture.cpp:2369
+#: ekos/capture/capture.cpp:5076
#, kde-format
msgid "Image transfer is disabled for this camera. Would you like to enable it?"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2472
#, kde-format
msgid "Cannot capture while focus module is busy. Retrying in 10 seconds..."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2479
#, kde-format
msgid "Cannot capture while CCD exposure is in progress. Retrying in 10 seconds..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2580 ekos/capture/capture.cpp:1596
-#: ekos/focus/focus.cpp:937 ekos/guide/internalguide/rcalibration.cpp:893
+#: ekos/align/align.cpp:2580 ekos/focus/focus.cpp:937
+#: ekos/guide/internalguide/rcalibration.cpp:893
#, kde-format
msgid "Capturing image..."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2661 ekos/focus/focus.cpp:1084
#, kde-format
msgid "Image received."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2764
#, kde-format
msgid "Using solver options: %1"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2768
#, kde-format
msgid "Blind solver"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2769
#, kde-format
msgid "Blind solver takes a very long time to solve but can reliably solve any image any where in the sky given enough time."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2771
#, kde-format
msgid "Use existing settings"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2772
#, kde-format
msgid "Mount must be pointing close to the target location and current field of view must match the image's field of view."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2775
#, kde-format
msgid "No metadata is available in this image. Do you want to use the blind solver or the existing solver settings?"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2777
#, kde-format
msgid "Astrometry solver"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2833
#, kde-format
msgid "Solver iteration #%1"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2871
#, kde-format
msgid "Solver RA (%1) DEC (%2) Orientation (%3) Pixel Scale (%4)"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:2880
#, kde-format
msgid "Current focal length is %1 mm while computed focal length from the solver is %2 mm. Please update the mount focal length to obtain accurate results."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3005
#, kde-format
msgid "WCS information updated. Images captured from this point forward shall have valid WCS."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3021
#, kde-format
msgid "Solution coordinates: RA (%1) DEC (%2) Telescope Coordinates: RA (%3) DEC (%4)"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3027
#, kde-format
msgid "Target is within %1 degrees of solution coordinates."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3083
#, kde-format
msgid "Setting position angle to %1 degrees E of N..."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3120
#, kde-format
msgid "Maximum number of iterations reached. Solver failed."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3152
#, kde-format
msgid "Target is within acceptable range. Astrometric solver is successful."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3177 ekos/align/align.cpp:3433
#: ekos/align/align.cpp:3464
#, kde-format
msgid "Astrometry alignment completed successfully"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3195
#, kde-format
msgid "Astrometry alignment failed with errors"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3268
#, kde-format
msgid "Refresh is complete."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3275 ekos/focus/focus.cpp:759
#, kde-format
msgid "Capture aborted."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3280
#, kde-format
msgid "Solver aborted after %1 second."
msgid_plural "Solver aborted after %1 seconds"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
-#: ekos/align/align.cpp:3307 ekos/capture/capture.cpp:1734
+#: ekos/align/align.cpp:3307 ekos/capture/capture.cpp:1749
#: ekos/ekosmanager.cpp:1750 ekos/focus/focus.cpp:2189
#: ekos/guide/guide.cpp:1448 ekos/mount/mount.cpp:544
#: ekos/scheduler/scheduler.cpp:298
#, kde-format
msgctxt "log entry; %1 is the date, %2 is the text"
msgid "%1 %2"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3378
#, kde-format
msgid "Mount completed slewing near celestial pole. Capture again to verify."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3389
#, kde-format
msgid "Mount first rotation is complete."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3404
#, kde-format
msgid "Mount second rotation is complete."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3431
#, kde-format
msgid "Mount is synced to solution coordinates. Astrometric solver is successful."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3463
#, kde-format
msgid "Differential slewing complete. Astrometric solver is successful."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3475
#, kde-format
msgid "Slew complete. Target accuracy is not met, running solver again..."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3477
#, kde-format
msgid "Slew complete. Solving Alignment Point. . ."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3509 ekos/align/align.cpp:3647
#, kde-format
msgid "Syncing failed."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3511
#, kde-format
msgid "Slewing failed."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3558
#, kde-format
msgid "Slew complete. Please adjust azimuth knob until the target is in the center of the view."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3586
#, kde-format
msgid "Slew complete. Please adjust altitude knob until the target is in the center of the view."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3604
#, kde-format
msgid "Rotator reached target position angle."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3641
#, kde-format
msgid "Syncing to RA (%1) DEC (%2)"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3658
#, kde-format
msgid "Slewing to target coordinates: RA (%1) DEC (%2)."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3671
#, kde-format
msgid "Ekos job (%1) - Telescope synced"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3701
#, kde-format
msgid "Processing solution for polar alignment..."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3732 ekos/align/align.cpp:3834
#, kde-format
msgid "Polar Alignment Helper is still active. Do you want to continue using legacy polar alignment tool?"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3750
#, kde-format
msgid "Point the telescope at the southern meridian. Press Continue when ready."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3751
#, kde-format
msgid "Point the telescope at the northern meridian. Press Continue when ready."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3752 ekos/align/align.cpp:3852
#, kde-format
msgid "Polar Alignment Measurement"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3756
#, kde-format
msgid "Solving first frame near the meridian."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3785 ekos/align/align.cpp:3886
#, kde-format
msgid "Slewing 30 arcminutes in RA..."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3791
#, kde-format
msgid "Solving second frame near the meridian."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3800
#, kde-format
msgid "Calculating azimuth alignment error..."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3816 ekos/align/align.cpp:3917
#, kde-format
msgid "Slewing back to original position..."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3850
#, kde-format
msgid "Point the telescope to the eastern or western horizon with a minimum altitude of 20 degrees. Press continue when ready."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3857
#, kde-format
msgid "Solving first frame."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3892
#, kde-format
msgid "Solving second frame."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3900
#, kde-format
msgid "Calculating altitude alignment error..."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3958 ekos/align/align.cpp:3996
#, kde-format
msgid "%1 too far east"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3960 ekos/align/align.cpp:3994
#, kde-format
msgid "%1 too far west"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3969 ekos/align/align.cpp:3980
#: ekos/align/align.cpp:4007 ekos/align/align.cpp:4013
#, kde-format
msgid "%1 too far high"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:3971 ekos/align/align.cpp:3978
#: ekos/align/align.cpp:4005 ekos/align/align.cpp:4015
#, kde-format
msgid "%1 too far low"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4093 ekos/align/align.cpp:4134
#, kde-format
msgid "Slewing to calibration position, please wait until telescope completes slewing."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4169
#, kde-format
msgid "Load Image"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4337
#, kde-format
msgid "World Coordinate System (WCS) is enabled. CCD rotation must be set either manually in the CCD driver or by solving an image before proceeding to capture any further images, otherwise the WCS information may be invalid."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4346
#, kde-format
msgid "World Coordinate System (WCS) is disabled."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4363
#, kde-format
msgid "Capture error. Aborting..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4369 ekos/capture/capture.cpp:1776
+#: ekos/align/align.cpp:4369 ekos/capture/capture.cpp:1791
#, kde-format
msgid "Restarting capture attempt #%1"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4452
#, kde-format
msgid "FITS header: cannot find NAXIS1."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4461
#, kde-format
msgid "FITS header: cannot find NAXIS2."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4476
#, kde-format
msgid "FITS header: cannot find OBJCTRA (%1)."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4497
#, kde-format
msgid "FITS header: cannot find OBJCTDEC (%1)."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4538
#, kde-format
msgid "FITS header: cannot find FOCALLEN (%1)."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4550
#, kde-format
msgid "FITS header: cannot find PIXSIZE1 (%1)."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4559
#, kde-format
msgid "FITS header: cannot find PIXSIZE2 (%1)."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4659
#, kde-format
msgid "Align Frame"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4684
#, kde-format
msgid "Warning: Equatorial Grid Lines will not be drawn due to limited resources mode."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4688
#, kde-format
msgid "Clearing mount Alignment Model..."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4714
#, kde-format
msgid "Are you sure you want to stop the polar alignment process?"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, polarAlignmentHelperGroup)
#. +> trunk5
#: ekos/align/align.cpp:4715 ekos/align/align.ui:1063
#, kde-format
msgid "Polar Alignment Assistant"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4801
#, kde-format
msgid "Please wait until mount completes rotating to RA (%1) DE (%2)"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4813
#, kde-format
msgid "Failed to find a solution. Try again."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4830
#, kde-format
msgid "Failed to find RA Axis center: %1."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4855
#, kde-format
msgid "Mount axis is to the %1 %2 of the celestial pole"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4962
#, kde-format
msgid "Mount is synced to celestial pole. You can now continue Polar Alignment Assistant procedure."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:4982 ekos/align/align.cpp:5040
#, kde-format
msgid "Please wait while WCS data is processed..."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:5005
#, kde-format
msgid "Error creating WCS file: %1"
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:5049
#, kde-format
msgid "WCS data processing is complete."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:5059
#, kde-format
msgid "WCS info is now valid. Capturing next frame..."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:5088 ekos/align/align.cpp:5133
#, kde-format
msgid "Failed to process World Coordinate System: %1. Try again."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:5098
#, kde-format
msgid "Celestial pole is located outside of the field of view. Would you like to sync and slew the telescope to the celestial pole? WARNING: Slewing near poles may cause your mount to end up in unsafe position. Proceed with caution."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:5115
#, kde-format
msgid "Warning: Celestial pole is located outside the field of view. Move the mount closer to the celestial pole."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:5215 ekos/align/align.cpp:5240
#, kde-format
msgid "Only one solution is found."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:5221
#, kde-format
msgid "Infinite number of solutions found."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:5233
#, kde-format
msgid "No solution is found. Points are too far away"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:5437 ekos/capture/capture.cpp:5203
+#: ekos/align/align.cpp:5437 ekos/capture/capture.cpp:5253
#: ekos/focus/focus.cpp:2852
#, kde-format
msgid "Filter operation failed."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:5449 ekos/capture/capture.cpp:5217
+#: ekos/align/align.cpp:5449 ekos/capture/capture.cpp:5267
#, kde-format
msgid "Changing focus offset by %1 steps..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:5453 ekos/capture/capture.cpp:5221
+#: ekos/align/align.cpp:5453 ekos/capture/capture.cpp:5271
#, kde-format
msgid "Changing filter to %1..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:5457 ekos/capture/capture.cpp:5225
+#: ekos/align/align.cpp:5457 ekos/capture/capture.cpp:5275
#, kde-format
msgid "Auto focus on filter change..."
msgstr ""
#. +> trunk5
#: ekos/align/align.cpp:5655
#, kde-format
msgid "Invalid FOV."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, controlBox)
#. +> trunk5
#: ekos/align/align.ui:42
#, kde-format
msgid "Solver Control"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, solveB)
#. +> trunk5
#: ekos/align/align.ui:69
#, kde-format
msgid "Capture && Solve"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, loadSlewB)
#. +> trunk5
#: ekos/align/align.ui:76
#, kde-format
msgid "Load a FITS image and solve. Slew mount to image central coordinates."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, loadSlewB)
#. +> trunk5
#: ekos/align/align.ui:79
#, kde-format
msgid "Load && Slew..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, stopB)
#. i18n: ectx: property (toolTip), widget (QPushButton, PAHStopB)
#. i18n: ectx: property (text), widget (QPushButton, PAHStopB)
#. i18n: ectx: property (text), widget (QPushButton, stopFocusB)
#. +> trunk5
#: ekos/align/align.ui:91 ekos/align/align.ui:1542 ekos/align/align.ui:1545
-#: ekos/capture/capture.cpp:2441 ekos/focus/focus.ui:190
+#: ekos/capture/capture.cpp:2481 ekos/focus/focus.ui:190
#: ekos/guide/guide.ui:164 ekos/guide/internalguide/guider.cpp:219
#: ekos/guide/internalguide/guider.cpp:237
#: ekos/guide/internalguide/guider.cpp:309
#: ekos/guide/internalguide/rcalibration.cpp:377
#: kstarslite/qml/indi/INDIControlPanel.qml:143
#: kstarslite/qml/indi/modules/MotionControl.qml:157
#, kde-format, kde-kuit-format
msgid "Stop"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QGroupBox, gotoBox)
#. +> trunk5
#: ekos/align/align.ui:103
#, kde-format
msgid "Select which action to perform after the captured image is solved"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QGroupBox, gotoBox)
#. +> trunk5
#: ekos/align/align.ui:106
#, kde-format
msgid "Select what action to take once a solution is found."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gotoBox)
#. +> trunk5
#: ekos/align/align.ui:109
#, kde-format
msgid "Solver Action"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, syncR)
#. +> trunk5
#: ekos/align/align.ui:130
#, kde-format
msgid "Synchronize the telescope to the solution coordinates"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, syncR)
#. +> trunk5
#: ekos/align/align.ui:136
#, kde-format
msgid "S&ync"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, slewR)
#. +> trunk5
#: ekos/align/align.ui:149
#, kde-format
msgid "Synchronize the telescope to the solution coordinates and then slew to the target coordinates"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, slewR)
#. +> trunk5
#: ekos/align/align.ui:155
#, kde-format
msgid "S&lew to Target"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, nothingR)
#. +> trunk5
#: ekos/align/align.ui:165
#, kde-format
msgid "Just solve"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, nothingR)
#. +> trunk5
#: ekos/align/align.ui:171
#, kde-format
msgid "&Nothing"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_5)
#. +> trunk5
#: ekos/align/align.ui:186
#, kde-format
msgid "Telescope Coordinates"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, accuracySpin)
#. i18n: ectx: property (toolTip), widget (QLabel, label_9)
#. +> trunk5
#: ekos/align/align.ui:192 ekos/align/align.ui:262
#, kde-format
msgid "Accuracy threshold in arcseconds between solution and target coordinates. Plate solver shall be repeatedly executed until the solution coordinates are below the accuracy threshold"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/align/align.ui:211 ekos/align/align.ui:413 ekos/ekosmanager.ui:1006
#, kde-format
msgid "DE:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_22)
#. i18n: ectx: property (toolTip), widget (QSpinBox, delaySpin)
#. +> trunk5
#: ekos/align/align.ui:225 ekos/align/align.ui:242
#, kde-format
msgid "After telescope completes slewing, wait until it settles for this many milliseconds before capturing the next image."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_22)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
-#: ekos/align/align.ui:228 ekos/guide/opsguide.ui:272
+#: ekos/align/align.ui:228 ekos/guide/opsguide.ui:278
#, kde-format
msgid "Settle"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. i18n: ectx: property (text), widget (QCheckBox, raCheckBatch)
#. i18n: ectx: property (text), widget (QCheckBox, RACheckBatch)
#. +> trunk5
#: ekos/align/align.ui:255 ekos/align/align.ui:346 ekos/ekosmanager.ui:989
#: tools/adddeepskyobject.ui:167 tools/altvstime.ui:97 tools/argsetradec.ui:37
#: tools/modcalcgalcoord.ui:288 tools/modcalcplanets.ui:251
#: tools/modcalcvlsr.ui:508
#, kde-format
msgid "RA:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: ekos/align/align.ui:265
#, kde-format
msgid "Accuracy"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5
#: ekos/align/align.ui:275
#, kde-format
msgid "Solution Coordinates"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, pixScaleOut)
#. i18n: ectx: property (toolTip), widget (QLabel, label_17)
#. +> trunk5
#: ekos/align/align.ui:296 ekos/align/align.ui:306
#, kde-format
msgid "Image scale in arcsecs/pixel"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_17)
#. +> trunk5
#: ekos/align/align.ui:309
#, kde-format
msgid "Pix:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, FOVOut)
#. i18n: ectx: property (toolTip), widget (QLabel, label_8)
#. +> trunk5
#: ekos/align/align.ui:316 ekos/align/align.ui:380
#, kde-format
msgid "Effective field of view size in arcminutes."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, RotOut)
#. i18n: ectx: property (toolTip), widget (QLabel, label_10)
#. +> trunk5
#: ekos/align/align.ui:329 ekos/align/align.ui:390
#, kde-format
msgid "Image rotation angle, East of North"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, dDE)
#. i18n: ectx: property (toolTip), widget (QLineEdit, dDEOut)
#. +> trunk5
#: ekos/align/align.ui:353 ekos/align/align.ui:400
#, kde-format
msgid "Difference between telescope coordinates and solution coordinates in Declination"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, dDE)
#. i18n: ectx: property (text), widget (QTableWidget, solutionTable)
#. +> trunk5
#: ekos/align/align.ui:356 ekos/align/align.ui:882
#, kde-format
msgid "dDE"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, dRA)
#. i18n: ectx: property (toolTip), widget (QLineEdit, dRAOut)
#. +> trunk5
#: ekos/align/align.ui:363 ekos/align/align.ui:420
#, kde-format
msgid "Difference between telescope coordinates and solution coordinates in Right Ascension"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, dRA)
#. +> trunk5
#: ekos/align/align.ui:366
#, kde-format
msgid "dRA:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/align/align.ui:383
#, kde-format
msgid "FOV:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/align/align.ui:393
#, kde-format
msgid "Rot:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, FOVScopeCombo)
#. +> trunk5
#: ekos/align/align.ui:433
#, kde-format
msgid "Select which telescope to use when performing Field of View calculations."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, FOVScopeCombo)
#. +> trunk5
#: ekos/align/align.ui:437 ekos/guide/guide.ui:509
#, kde-format
msgid "Primary Scope"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, FOVScopeCombo)
#. +> trunk5
#: ekos/align/align.ui:442 ekos/guide/guide.ui:514
#, kde-format
msgid "Guide Scope"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_6)
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/align/align.ui:484 ekos/capture/capture.ui:84 ekos/focus/focus.ui:227
#: ekos/profileeditor.ui:520
#, kde-format
msgid "CCD:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, toggleFullScreenB)
#. +> trunk5
#: ekos/align/align.ui:503
#, kde-format
msgid "Toggle full screen"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, exposureIN)
#. +> trunk5
#: ekos/align/align.ui:513
#, kde-format
msgid "Exposure duration in seconds"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/align/align.ui:532 ekos/focus/focus.ui:240 ekos/guide/guide.ui:218
#: indi/streamform.ui:143
#, kde-format
msgid "Exp:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, alignDarkFrameCheck)
#. +> trunk5
#: ekos/align/align.ui:539
#, kde-format
msgid "Subtract dark frame. If no suitable dark frame is available, a dark frame shall be captured."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, alignDarkFrameCheck)
#. i18n: ectx: property (text), widget (QCheckBox, darkFrameCheck)
#. +> trunk5
#: ekos/align/align.ui:542 ekos/guide/guide.ui:105
#, kde-format
msgid "Dark"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, binningCombo)
#. +> trunk5
#: ekos/align/align.ui:549
#, kde-format
msgid "Camera binning"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_18)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: ekos/align/align.ui:559 ekos/focus/focus.ui:317 ekos/guide/guide.ui:312
#, kde-format
msgid "Bin:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, showFITSViewerB)
#. +> trunk5
#: ekos/align/align.ui:578 ekos/focus/focus.ui:305 ekos/guide/guide.ui:82
#, kde-format
msgid "Show in FITS Viewer"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, FilterCaptureLabel)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_5_3)
#. +> trunk5
#: ekos/align/align.ui:591 ekos/capture/capture.ui:100 ekos/focus/focus.ui:377
#, kde-format
msgid "FW:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, FilterPosLabel)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2_3)
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_18)
#. +> trunk5
#: ekos/align/align.ui:601 ekos/capture/capture.ui:281 ekos/focus/focus.ui:400
#: ekos/profileeditor.ui:371 fitsviewer/fitsdebayer.ui:22 oal/execute.ui:358
#, kde-format
msgid "Filter:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5
#: ekos/align/align.ui:617
#, kde-format
msgid "Options:"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QLineEdit, solverOptions)
#. +> trunk5
#: ekos/align/align.ui:624
#, kde-format
msgid "Additional options to be the solver"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, editOptionsB)
#. +> trunk5
#: ekos/align/align.ui:646
#, kde-format
msgid "Edit solver options"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_21)
#. +> trunk5
#: ekos/align/align.ui:663
#, kde-format
msgid "Solver:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, onlineSolverR)
#. +> trunk5
#: ekos/align/align.ui:670
#, kde-format
msgid "Use online astrometry.net solver to solve the image. You must have an Internet connection and a valid API key."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, onlineSolverR)
#. +> trunk5
#: ekos/align/align.ui:673
#, kde-format
msgid "Onl&ine"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, offlineSolverR)
#. +> trunk5
#: ekos/align/align.ui:686
#, kde-format
msgid "Use offline astrometry.net solver. You must install all the necessary index files for your field of view."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, offlineSolverR)
#. +> trunk5
#: ekos/align/align.ui:689 indi/clientmanagerlite.cpp:259
#, kde-format
msgid "Offline"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, remoteSolverR)
#. +> trunk5
#: ekos/align/align.ui:702
#, kde-format
msgid "<p>Use astrometry solver on remote machine running INDI server. You must select <b>Astrometry</b> driver from Auxiliary drivers in your Ekos devices profile for this option to be enabled.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, remoteSolverR)
#. i18n: ectx: property (text), widget (QRadioButton, remoteMode)
#. +> trunk5
#: ekos/align/align.ui:705 ekos/profileeditor.ui:255
#, kde-format
msgid "Re&mote"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, solutionResults)
#. +> trunk5
#: ekos/align/align.ui:779
#, kde-format
msgid "Solution Results"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. +> trunk5
#: ekos/align/align.ui:806
#, kde-format
msgid "The results from Astrometric Solutions from the Capture and Solve Tool, the Load and Slew Tool, and the Mount Model Tool will be displayed below."
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, solutionTable)
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_DirRA)
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/align/align.ui:842 ekos/align/opsastrometry.ui:536
#: ekos/guide/guide.ui:385 ekos/guide/internalguide/guider.ui:707
#: ekos/mount/mount.ui:246 ekos/scheduler/scheduler.ui:122
#, kde-format
msgid "RA"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, solutionTable)
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_DirDEC)
#. i18n: ectx: property (text), widget (QCheckBox, showDECPlotCheck)
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/align/align.ui:850 ekos/align/opsastrometry.ui:516
#: ekos/guide/guide.ui:372 ekos/guide/guide.ui:1445
#: ekos/guide/internalguide/guider.ui:693 ekos/mount/mount.ui:263
#: ekos/scheduler/scheduler.ui:136
#, kde-format
msgid "DEC"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, solutionTable)
#. +> trunk5
#: ekos/align/align.ui:858
#, kde-format
msgid "Obj Name"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, solutionTable)
#. i18n: ectx: property (text), widget (QTableWidget, alignTable)
#. +> trunk5
#: ekos/align/align.ui:866 ekos/align/mountmodel.ui:472
#, kde-format
msgid "~~"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, solutionTable)
#. +> trunk5
#: ekos/align/align.ui:874
#, kde-format
msgid "dRA"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, clearAllSolutionsB)
#. +> trunk5
#: ekos/align/align.ui:910
#, kde-format
msgid "Clear all of the solutions from the solutions table. Be careful because you cannot get them back."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, removeSolutionB)
#. +> trunk5
#: ekos/align/align.ui:932
#, kde-format
msgid "Remove the selected row from the solutions table. This can be useful for getting rid of results that did not actually solve from the table and/or results that you do not need any more. It can clean up clutter on both the graph and table."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, exportSolutionsCSV)
#. +> trunk5
#: ekos/align/align.ui:954
#, kde-format
msgid "Export all of the solutions in the Solution Results table to CSV file of your choosing for further analysis in a spreadsheet."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, autoScaleGraphB)
#. +> trunk5
#: ekos/align/align.ui:976
#, kde-format
msgid "Auto scale and center the Solution Results graph."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, mountModelB)
#. +> trunk5
#: ekos/align/align.ui:999
#, kde-format
msgid "Launch the mount model tool. This tool enables you to create pre-programmed list of points to go to and solve. It can aid in building a pointing model for better accuracy."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, mountModelB)
#. +> trunk5
#: ekos/align/align.ui:1002
#, kde-format
msgid "Mount Model"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, polarAlignment)
#. +> trunk5
#: ekos/align/align.ui:1036
#, kde-format
msgid "Polar Alignment"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QStackedWidget, PAHWidgets)
#. +> trunk5
#: ekos/align/align.ui:1087
#, kde-format
msgid ""
"<p>Polar Alignment Helper tool requires the following:</p>"
"<p>1. German Equatorial Mount</p>"
"<p>2. Wide FOV &gt; 1 degrees</p>"
"<p>For small FOVs, use the Legacy Polar Alignment Tool.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, introText)
#. +> trunk5
#: ekos/align/align.ui:1115
#, kde-format
msgid "<p>This tool provides a simple method to polar align a German equatorial mount. <span style=\" font-weight:600;\">Unpark</span> your mount, <span style=\" font-weight:600;\">Point</span> toward the celestial pole. Select mount direction and magnitude and then click <span style=\" font-weight:600;\">Start</span> to begin the process.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, FOVDisabledLabel)
#. +> trunk5
#: ekos/align/align.ui:1125
#, kde-format
msgid ""
"<html><head/><body>"
"<p><span style=\" font-weight:600; color:#ff5500;\">Disabled: FOV must be 30 arcmins or wider.</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, directionLabel)
#. +> trunk5
#: ekos/align/align.ui:1143
#, kde-format
msgid "Direction:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, PAHDirectionCombo)
#. +> trunk5
#: ekos/align/align.ui:1153
#, kde-format
msgid "Mount direction"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, PAHDirectionCombo)
#. +> trunk5
#: ekos/align/align.ui:1157
#, kde-format
msgid "West"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, PAHDirectionCombo)
#. +> trunk5
#: ekos/align/align.ui:1162
#, kde-format
msgid "East"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, PAHRotationSpin)
#. +> trunk5
#: ekos/align/align.ui:1173
#, kde-format
msgid "Rotation magnitude in degrees"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, firstCaptureText)
#. +> trunk5
#: ekos/align/align.ui:1226
#, kde-format
msgid "<p>The assistant requires three images to find a solution. Ekos is now capturing the first image...</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, firstRotateText)
#. +> trunk5
#: ekos/align/align.ui:1255
#, kde-format
msgid "<p>Executing the <span style=\" font-style:italic;\">first</span> mount rotation...</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, secondCaptureText)
#. +> trunk5
#: ekos/align/align.ui:1284
#, kde-format
msgid "<p>Capturing the second image...</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, secondRotateText)
#. +> trunk5
#: ekos/align/align.ui:1298
#, kde-format
msgid "<p>Executing the <i>second </i>mount rotation...</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, thirdCaptureText)
#. +> trunk5
#: ekos/align/align.ui:1312
#, kde-format
msgid "<p>Capturing the <i>third</i> and final image...</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, PAHErrorDescriptionLabel)
#. +> trunk5
#: ekos/align/align.ui:1341
#, kde-format
msgid "Error Occurred"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_23)
#. +> trunk5
#: ekos/align/align.ui:1360
#, kde-format
msgid "Angle between expected perfectly aligned mount center and the actual center"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_23)
#. +> trunk5
#: ekos/align/align.ui:1363
#, kde-format
msgid "Polar Error:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, correctionText)
#. +> trunk5
#: ekos/align/align.ui:1403
#, kde-format
msgid "<p>Correction vector is plotted above. <b>Select</b> a bright star to reposition the correction vector. Proceed next when done.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, refreshText)
#. +> trunk5
#: ekos/align/align.ui:1441
#, kde-format
msgid "<p>Adjust mount's Altitude and Azimuth knobs until the selected star is centered within the crosshair. Click <b>Refresh</b> to begin continuous capture. You are <b>Done</b> when star is centered.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, PAHRefreshB)
#. i18n: ectx: property (text), widget (QPushButton, refreshB)
#. i18n: ectx: property (text), widget (QPushButton, refreshSourceB)
#. +> trunk5
#: ekos/align/align.ui:1456 ekos/opsekos.ui:710 hips/opships.ui:116
#, kde-format
msgid "Refresh"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, PAHExposure)
#. +> trunk5
#: ekos/align/align.ui:1463
#, kde-format
msgid "Exposure duration in seconds during refresh phase"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, PAHDoneB)
#. +> trunk5
#: ekos/align/align.ui:1495
#, kde-format
msgid "Done"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, PAHStartB)
#. i18n: ectx: property (text), widget (QPushButton, PAHStartB)
#. +> trunk5
#: ekos/align/align.ui:1529 ekos/align/align.ui:1532
#: ekos/guide/internalguide/rcalibration.cpp:355
#: kstarslite/qml/indi/INDIControlPanel.qml:172
#, kde-format, kde-kuit-format
msgid "Start"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, polarAlignmentGroup)
#. +> trunk5
#: ekos/align/align.ui:1554
#, kde-format
msgid "Legacy Polar Alignment Tool"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/align/align.ui:1585
#, kde-format
msgid "Az Error:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, measureAzB)
#. +> trunk5
#: ekos/align/align.ui:1604
#, kde-format
msgid "Measure Az Error"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, correctAzB)
#. +> trunk5
#: ekos/align/align.ui:1614
#, kde-format
msgid "Correct Az Error"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: ekos/align/align.ui:1637
#, kde-format
msgid "Alt Error:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, measureAltB)
#. +> trunk5
#: ekos/align/align.ui:1656
#, kde-format
msgid "Measure Alt Error"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, correctAltB)
#. +> trunk5
#: ekos/align/align.ui:1666
#, kde-format
msgid "Correct Alt Error"
msgstr ""
#. +> trunk5
#: ekos/align/alignview.cpp:151 fitsviewer/fitsview.cpp:1042
#, kde-format
msgctxt "North Celestial Pole"
msgid "NCP"
msgstr ""
#. +> trunk5
#: ekos/align/alignview.cpp:153 fitsviewer/fitsview.cpp:1059
#, kde-format
msgctxt "South Celestial Pole"
msgid "SCP"
msgstr ""
#. +> trunk5
#: ekos/align/alignview.cpp:178
#, kde-format
msgid "RA Axis"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, mountModel)
#. i18n: ectx: property (windowTitle), widget (QDialog, OpsAstrometryCfg)
#. i18n: ectx: property (windowTitle), widget (QDialog, OpsAstrometryIndexFiles)
#. +> trunk5
#: ekos/align/mountmodel.ui:14 ekos/align/opsastrometrycfg.ui:14
#: ekos/align/opsastrometryindexfiles.ui:14
#, kde-format
msgid "Dialog"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/align/mountmodel.ui:35
#, kde-format
msgid "<p>This tool can help your mount build a better pointing model by moving the mount to different points in the sky and solving captured images. This can increase the accuracy of your GOTOs. To qualify, your mount must be capable of improving its internal pointing model after each <b>Sync</b> commanded by Ekos. If this is not the case, then this tool is not suitable for your mount.</p>"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/align/mountmodel.ui:48
#, kde-format
msgid "Mount Model Wizard"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/align/mountmodel.ui:54
#, kde-format
msgid "Object Type:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, alignTypeBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:69
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Select the type of objects/points added by the wizard.</p>"
"<p><span style=\" font-weight:600;\">Note:</span> all of the options except Fixed DEC start with a grid of RA/DEC points.</p>"
"\n"
"<ul>\n"
"<li><b>Any Stars:</b> The wizard searches for the nearest star.</li>"
"\n"
"<li><b>Any object:</b> The wizard searches for the nearest object of any type.</li>"
"\n"
"<li><b>Named Stars</b> The wizard searches for the nearest star in the currently visible star list. Note that the first named star might be fairly far from the intended point and also sometimes the same star could be the closest one for multiple points.</li>"
"\n"
"<li><b>Fixed DEC:</b> The wizard generates all points at the chosen DEC.</li>"
"\n"
"<li><b>Fixed Grid:</b> The wizard just uses the original grid without trying to pair it with objects.</li>"
"\n"
"</ul>"
"\n"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, alignTypeBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:73
#, kde-format
msgid "Any Stars"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, alignTypeBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:78
#, kde-format
msgid "Named Stars"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, alignTypeBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:83
#, kde-format
msgid "Any Object"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, alignTypeBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:88
#, kde-format
msgid "Fixed DEC"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, alignTypeBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:93
#, kde-format
msgid "Fixed Grid"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, wizardAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:107
#, kde-format
msgid "Automatically generate the specified number of alignment points in the table below. They will be generated based on the options selected in this wizard."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, wizardAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:110
#, kde-format
msgid "Generate"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, alignDec)
#. +> trunk5
#: ekos/align/mountmodel.ui:120
#, kde-format
msgid "The Declination of the points that will be generated. This option only applies to the Fixed DEC Option."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/align/mountmodel.ui:133
#, kde-format
msgid "Minimum Alt:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, minAltBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:140
#, kde-format
msgid "This is the minimum altitude above the horizon to use in generating points with the wizard."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/align/mountmodel.ui:153
#, kde-format
msgid "Alignment Points:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. i18n: ectx: property (text), widget (QLabel, label_27)
#. i18n: ectx: property (text), widget (QLabel, decLabel)
#. i18n: ectx: property (text), widget (QLabel, dec0Label)
#. i18n: ectx: property (text), widget (QLabel, dec1Label)
#. i18n: ectx: property (text), widget (QLabel, DecLabel2)
#. i18n: ectx: property (text), widget (QLabel, DecLabel)
#. i18n: ectx: property (text), widget (QCheckBox, decCheckBatch)
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/align/mountmodel.ui:173 oal/execute.ui:188 tools/flagmanager.ui:47
#: tools/modcalcaltaz.ui:232 tools/modcalcangdist.ui:148
#: tools/modcalcangdist.ui:251 tools/modcalcapcoord.ui:117
#: tools/modcalcapcoord.ui:359 tools/modcalcapcoord.ui:517
#: tools/modcalceclipticcoords.ui:121 tools/modcalcgalcoord.ui:66
#: tools/modcalcvlsr.ui:236
#, kde-format
msgid "Declination:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, alignPtNum)
#. +> trunk5
#: ekos/align/mountmodel.ui:193
#, kde-format
msgid "The Number of points the wizard should generate. If this number is less than 5, it will generate them at the same DEC. After that they will be evenly distributed over RA and DEC. Note, if Fixed DEC is selected, all of the points will be at the same DEC."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5
#: ekos/align/mountmodel.ui:219
#, kde-format
msgid "Add Currently Visible Stars"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: ekos/align/mountmodel.ui:237
#, kde-format
msgid "Common Names:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, starListBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:250
#, kde-format
msgid "These are the common names for the named stars that are currently up at your location. If you select a star, it will be added to the table below."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: ekos/align/mountmodel.ui:270
#, kde-format
msgid "Greek:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, greekStarListBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:283
#, kde-format
msgid "These are the Greek names for the brighter stars that are currently up at your location. If you select a star, it will be added to the table below."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:293
#, kde-format
msgid "Mount Model Alignment Points"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, clearAllAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:331
#, kde-format
msgid "Clear the entire table of alignment points below. Note that this will not affect your mount in any way. It will not clear your pointing model. It just clears the list of points so that if you run the mount model routine again, these points will not be included."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, removeAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:353
#, kde-format
msgid "<p>Remove the selected row from the alignment point table below. Note that it does <b>not</b> command your mount to clear that point from the model, it just means that if you run the mount model routine, that point will not be included in the list.</p>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, addAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:375
#, kde-format
msgid "Add an empty row to the alignment list so that you can manually add an RA and DE for a position you would like the telescope to slew to when doing the mount model routine."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, findAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:397
#, kde-format
msgid "Open the Find Object dialog so that you can select an object to get an RA and DEC automatically that you would like the telescope to slew to when doing the mount model routine."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, sortAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:419
#, kde-format
msgid "Sort the alignment points, starting with the point closest to the current telescope position, to try to minimize the distance between each slew."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QTableWidget, alignTable)
#. +> trunk5
#: ekos/align/mountmodel.ui:444
#, kde-format
msgid "This is a table of alignment points that you would like the mount model routine to use in aligning your telescope. If you would like to add or remove points, you may use the buttons above. If you would like to run, pause, or stop the mount model routine, you may use the buttons below. You can directly edit an RA or DE for a particular point directly in the cells. Just be sure to follow the format hh:mm:ss. The object name is just provided for convenience and is not used. If you want to change the order of the alignment points, you can drag the row up or down using the vertical header for that row on the left."
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, alignTable)
#. +> trunk5
#: ekos/align/mountmodel.ui:448
#, kde-format
msgid "RA (J2000)"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, alignTable)
#. +> trunk5
#: ekos/align/mountmodel.ui:456
#, kde-format
msgid "DEC (J2000)"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, alignTable)
#. i18n: ectx: property (text), widget (QPushButton, FindButton)
#. +> trunk5
#: ekos/align/mountmodel.ui:464 tools/argfindobject.ui:47
#: tools/arglooktoward.ui:116
#, kde-format
msgid "Object"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, loadAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:503
#, kde-format
msgid "Load a saved alignment point list so that you can run the same alignment you ran on a previous occasion."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, saveAsAlignB)
#. i18n: ectx: property (toolTip), widget (QPushButton, saveAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:525 ekos/align/mountmodel.ui:547
#, kde-format
msgid "Save the alignment list so that you can run this alignment again in the future."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, previewB)
#. +> trunk5
#: ekos/align/mountmodel.ui:569
#, kde-format
msgid "Display the alignment points on the skymap as flags. Clicking it again will remove the flags. The flags will not be saved."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, startAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:604
#, kde-format
msgid "Start or pause the mount model routine. It will slew to and astrometrically solve the list of points in the table above using the settings in the align module. If the routine was previously paused, it will pick up where it left off. If it was stopped or it had finished it will start the routine over again."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, stopAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:626
#, kde-format
msgid "<p>Stop the mount model routine. It will <b>not</b> clear any points from your telescope's pointing model. It will stop the routine and any points currently being solved. If you run the mount model again after hitting stop, it will start the routine over again with the first point.</p>"
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:64
#, kde-format
msgid "Failed to find astrometry.net binaries. Please ensure astrometry.net is installed and try again."
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:65
#, kde-format
msgid "Missing astrometry files"
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:91
#, kde-format
msgid "Detected Astrometry.net version %1"
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:96
#, kde-format
msgid "Setting astrometry option --no-fits2fits"
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:101
#, kde-format
msgid "Turning off option --no-fits2fits"
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:186
#, kde-format
msgid "Index file %1 is missing. Astrometry.net would not be able to adequately solve plates until you install the missing index files. Download the index files from http://www.astrometry.net"
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:190
#, kde-format
msgid "Index files %1 to %2 are missing. Astrometry.net would not be able to adequately solve plates until you install the missing index files. Download the index files from http://www.astrometry.net"
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:210
#: ekos/align/opsastrometrycfg.cpp:47
#: ekos/align/opsastrometryindexfiles.cpp:212
#, kde-format
msgid ""
"Astrometry configuration file corrupted or missing: %1\n"
"Please set the configuration file full path in INDI options."
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:232
#: ekos/align/opsastrometryindexfiles.cpp:234
#, kde-format
msgid "Unable to find data dir in astrometry configuration file."
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:282
#, kde-format
msgid "Error starting solver: %1"
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:300
#, kde-format
msgid "Starting solver..."
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:333
#: ekos/align/remoteastrometryparser.cpp:245
#, kde-format
msgid "Solver failed. Try again."
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:357
#, kde-format
msgid "WCS header missing or corrupted. Solver failed."
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:390
#: ekos/align/onlineastrometryparser.cpp:485
#: ekos/align/remoteastrometryparser.cpp:287
#, kde-format
msgid "Solver completed in %1 second."
msgid_plural "Solver completed in %1 seconds."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:80
#, kde-format
msgid "Error: no connection to the Internet."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:189
#, kde-format
msgid "Failed to open the file %1: %2"
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:260
#, kde-format
msgid "Uploading file..."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:333
#, kde-format
msgid "JSON error during parsing (%1)."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:351
#, kde-format
msgid "Astrometry.net authentication failed. Check the validity of the Astrometry.net API Key."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:359
#, kde-format
msgid "Authentication to astrometry.net is successful. Session: %1"
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:368
#, kde-format
msgid "Upload failed."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:377
#, kde-format
msgid "Parsing submission ID failed."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:382
#, kde-format
msgid "Upload complete. Waiting for astrometry.net solver to complete..."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:405
#, kde-format
msgid "Failed to retrieve job ID."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:430
#, kde-format
msgid "Solver timed out."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:439
#, kde-format
msgid "Solver failed after %1 second."
msgid_plural "Solver failed after %1 seconds."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:449
#, kde-format
msgid "Error parsing parity."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:456
#, kde-format
msgid "Error parsing orientation."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:464
#, kde-format
msgid "Error parsing RA."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:471
#: ekos/align/onlineastrometryparser.cpp:479
#, kde-format
msgid "Error parsing DEC."
msgstr ""
#. +> trunk5
#: ekos/align/opsalign.cpp:36
#, kde-format
msgid "Internal or External Plate Solver?"
msgstr ""
#. +> trunk5
#: ekos/align/opsalign.cpp:41
#, kde-format
msgid "Internal or External astrometry.cfg?"
msgstr ""
#. i18n: ectx: label, entry (AstrometryWCSIsInternal), group (Align)
#. +> trunk5
#: ekos/align/opsalign.cpp:46 kstars.kcfg:1869
#, kde-format
msgid "Internal or External wcsinfo?"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_AstrometryTimeout)
#. +> trunk5
#: ekos/align/opsalign.ui:26
#, kde-format
msgid "Timeout in seconds to wait for astrometry solver to complete"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5
#: ekos/align/opsalign.ui:39
#, kde-format
msgid "config:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. +> trunk5
#: ekos/align/opsalign.ui:46
#, kde-format
msgid "solver:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_AstrometryWCSInfo)
#. +> trunk5
#: ekos/align/opsalign.ui:53
#, kde-format
msgid "Astrometry.net wcsinfo binary"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_AstrometrySolverBinary)
#. +> trunk5
#: ekos/align/opsalign.ui:70
#, kde-format
msgid "Astrometry.net solve-field binary"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_AstrometryConfFile)
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_AstrometryAPIURL)
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_AstrometryAPIKey)
#. +> trunk5
#: ekos/align/opsalign.ui:80 ekos/align/opsalign.ui:90
#: ekos/align/opsalign.ui:100
#, kde-format
msgid "Astrometry.net configuration file"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/align/opsalign.ui:110
#, kde-format
msgid "Time out:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_17)
#. +> trunk5
#: ekos/align/opsalign.ui:117
#, kde-format
msgid "API Key:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_18)
#. +> trunk5
#: ekos/align/opsalign.ui:131
#, kde-format
msgid "API URL:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_16)
#. +> trunk5
#: ekos/align/opsalign.ui:138
#, kde-format
msgid "wcsinfo:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryUseRotator)
#. +> trunk5
#: ekos/align/opsalign.ui:145
#, kde-format
msgid ""
"<html><head/><body>"
"<p>On Load &amp; Slew, solve the image and slew the mount to the target location and then rotate the camera to match the orientation of the FITS image.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/align/opsalign.ui:155
#, kde-format
msgid "Rotator:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, kcfg_AstrometryRotatorThreshold)
#. +> trunk5
#: ekos/align/opsalign.ui:162
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Rotator threshold in arc-minutes when using Load &amp; Slew. If the difference between measured position angle and FITS position angle is below this value, the Load &amp; Slew operation is considered successful.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometrySolverWCS)
#. +> trunk5
#: ekos/align/opsalign.ui:173
#, kde-format
msgid "enable World Coordinate System (WCS). WCS is used to encode RA/DEC coordinates in captured CCD images."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometrySolverWCS)
#. +> trunk5
#: ekos/align/opsalign.ui:176
#, kde-format
msgid "WCS"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometrySolverVerbose)
#. +> trunk5
#: ekos/align/opsalign.ui:183
#, kde-format
msgid "Log verbose solver output"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometrySolverVerbose)
#. +> trunk5
#: ekos/align/opsalign.ui:189
#, kde-format
msgid "Verbose"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometrySolverOverlay)
#. +> trunk5
#: ekos/align/opsalign.ui:196
#, kde-format
msgid "Display received FITS images unto solver FOV rectangle in the sky map"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometrySolverOverlay)
#. +> trunk5
#: ekos/align/opsalign.ui:199 tools/eyepiecefield.cpp:87
#, kde-format
msgid "Overlay"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryUseJPEG)
#. +> trunk5
#: ekos/align/opsalign.ui:206
#, kde-format
msgid "Use JPEG format, instead of FITS, to upload images to the online astrometry.net service"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometryUseJPEG)
#. +> trunk5
#: ekos/align/opsalign.ui:209
#, kde-format
msgid "Upload JPG"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5
#: ekos/align/opsastrometry.ui:17
#, kde-format
msgid "Basic Options"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryUseNoFITS2FITS)
#. +> trunk5
#: ekos/align/opsastrometry.ui:28
#, kde-format
msgid "<p>This option should <b>ONLY</b> be checked if your astrometry.net version is 0.67 or earlier. Uncheck for any versions greater than 0.67</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometryUseNoFITS2FITS)
#. +> trunk5
#: ekos/align/opsastrometry.ui:31
#, kde-format
msgid "--no-fits2fits"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryUseResort)
#. i18n: ectx: label, entry (AstrometryUseResort), group (Align)
#. +> trunk5
#: ekos/align/opsastrometry.ui:38 kstars.kcfg:1796
#, kde-format
msgid "Check this option if your image does not have much nebulosity. If it does have strong nebulosity, uncheck it."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometryUseResort)
#. +> trunk5
#: ekos/align/opsastrometry.ui:41
#, kde-format
msgid "--resort"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryUseNoVerify)
#. i18n: ectx: label, entry (AstrometryUseNoVerify), group (Align)
#. +> trunk5
#: ekos/align/opsastrometry.ui:51 kstars.kcfg:1800
#, kde-format
msgid "This will prevent the solver from looking at an already existing WCS Header before blindly trying to solve the image. It is recommended to keep it checked."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometryUseNoVerify)
#. +> trunk5
#: ekos/align/opsastrometry.ui:54
#, kde-format
msgid "--no-verify"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryDetectParity)
#. i18n: ectx: label, entry (AstrometryDetectParity), group (Align)
#. +> trunk5
#: ekos/align/opsastrometry.ui:64 kstars.kcfg:1848
#, kde-format
msgid "Detect parity and reuse it to speed up solver."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometryDetectParity)
#. +> trunk5
#: ekos/align/opsastrometry.ui:67
#, kde-format
msgid "parity"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, checkBox_27)
#. +> trunk5
#: ekos/align/opsastrometry.ui:77
#, kde-format
msgid "Prevents creation of unnecessary files unused by Ekos."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_27)
#. +> trunk5
#: ekos/align/opsastrometry.ui:80
#, kde-format
msgid "--no-plots"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, checkBox_30)
#. +> trunk5
#: ekos/align/opsastrometry.ui:99
#, kde-format
msgid "Overwrite already generated files. It must be checked to prevent solver failure."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_30)
#. +> trunk5
#: ekos/align/opsastrometry.ui:102
#, kde-format
msgid "-O"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: ekos/align/opsastrometry.ui:117
#, kde-format
msgid "Imaging Options"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_7)
#. i18n: ectx: property (toolTip), widget (QComboBox, kcfg_AstrometryImageScaleUnits)
#. +> trunk5
#: ekos/align/opsastrometry.ui:128 ekos/align/opsastrometry.ui:193
#, kde-format
msgid ""
"<p>The units of the imager scale bounds above.</p>"
"\n"
"<ul>\n"
"<li>dw: degree width</li>"
"\n"
"<li>aw: arcminute width</li>"
"\n"
"<li>app: arcsecs per pixel</li>"
"\n"
"</ul>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/align/opsastrometry.ui:131
#, kde-format
msgid "units"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, updateScale)
#. +> trunk5
#: ekos/align/opsastrometry.ui:153
#, kde-format
msgid "Update Image Scale Bounds from the currently active camera and telescope combination."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_42)
#. i18n: ectx: property (toolTip), widget (QLabel, label_13)
#. +> trunk5
#: ekos/align/opsastrometry.ui:172 ekos/align/opsastrometry.ui:324
#, kde-format
msgid "The high end of the imager scale, calculated as a little bigger than the longer dimension of the image."
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, lineEdit_42)
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. i18n: ectx: property (text), widget (QLabel, cameraHFOVLabel)
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. i18n: ectx: property (text), widget (QLabel, targetFOVHLabel)
#. +> trunk5
#: ekos/align/opsastrometry.ui:175 ekos/scheduler/mosaic.ui:38
#: ekos/scheduler/mosaic.ui:100 ekos/scheduler/mosaic.ui:324
#: ekos/scheduler/mosaic.ui:412 ekos/scheduler/mosaic.ui:455
#, kde-format
msgid "H"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_AstrometryImageScaleUnits)
#. +> trunk5
#: ekos/align/opsastrometry.ui:200
#, kde-format
msgid "dw"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_AstrometryImageScaleUnits)
#. +> trunk5
#: ekos/align/opsastrometry.ui:205
#, kde-format
msgid "aw"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_AstrometryImageScaleUnits)
#. +> trunk5
#: ekos/align/opsastrometry.ui:210
#, kde-format
msgid "app"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryUseDownsample)
#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_55)
#. i18n: ectx: label, entry (AstrometryUseDownsample), group (Align)
#. +> trunk5
#: ekos/align/opsastrometry.ui:231 ekos/align/opsastrometry.ui:295
#: kstars.kcfg:1822
#, kde-format
msgid "Downsample the image to shrink its size and speed up the solver."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometryUseDownsample)
#. +> trunk5
#: ekos/align/opsastrometry.ui:234
#, kde-format
msgid "Down Sample"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryUseImageScale)
#. i18n: ectx: label, entry (AstrometryUseImageScale), group (Align)
#. +> trunk5
#: ekos/align/opsastrometry.ui:244 kstars.kcfg:1804
#, kde-format
msgid "Set image scale to speed up solver as it does not have to search index files of different image scales."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometryUseImageScale)
#. +> trunk5
#: ekos/align/opsastrometry.ui:247
#, kde-format
msgid "Use Scale"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_41)
#. i18n: ectx: property (toolTip), widget (QLabel, label_12)
#. +> trunk5
#: ekos/align/opsastrometry.ui:266 ekos/align/opsastrometry.ui:414
#, kde-format
msgid "The lower end of the imager scale, calculated as a little smaller than the shorter dimension of the image."
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, lineEdit_41)
#. +> trunk5
#: ekos/align/opsastrometry.ui:269
#, kde-format
msgid "L"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, lineEdit_55)
#. +> trunk5
#: ekos/align/opsastrometry.ui:298
#, kde-format
msgid "downsample"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. +> trunk5
#: ekos/align/opsastrometry.ui:327
#, kde-format
msgid "High"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryAutoUpdateImageScale)
#. +> trunk5
#: ekos/align/opsastrometry.ui:339
#, kde-format
msgid "Automatically update image scale values when CCD and/or Mount parameters are updated."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometryAutoUpdateImageScale)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometryAutoUpdatePosition)
#. +> trunk5
#: ekos/align/opsastrometry.ui:342 ekos/align/opsastrometry.ui:635
#, kde-format
msgid "Auto Update"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, imageWarningLabel)
#. +> trunk5
#: ekos/align/opsastrometry.ui:370
#, kde-format
msgid "Image Scale Auto Update is turned off."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_50)
#. +> trunk5
#: ekos/align/opsastrometry.ui:404
#, kde-format
msgid ""
"<p>The units of the imager scale bounds above.</p>"
"\n"
"<ul>\n"
"<li>dw: degree width</li>"
"\n"
"<li>aw: arcminute width</li>"
"\n"
"</ul>"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, lineEdit_50)
#. +> trunk5
#: ekos/align/opsastrometry.ui:407
#, kde-format
msgid "u"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5
#: ekos/align/opsastrometry.ui:417
#, kde-format
msgid "Low"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/align/opsastrometry.ui:443
#, kde-format
msgid "Position Options"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryUsePosition)
#. i18n: ectx: label, entry (AstrometryUsePosition), group (Align)
#. +> trunk5
#: ekos/align/opsastrometry.ui:449 kstars.kcfg:1830
#, kde-format
msgid "Set estimated position to speed up astrometry solver as it does not have to search in other areas of the sky."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometryUsePosition)
#. +> trunk5
#: ekos/align/opsastrometry.ui:452
#, kde-format
msgid "Use Position"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_44)
#. i18n: ectx: property (toolTip), widget (QLabel, label_8)
#. i18n: ectx: label, entry (AstrometryRadius), group (Align)
#. +> trunk5
#: ekos/align/opsastrometry.ui:471 ekos/align/opsastrometry.ui:578
#: kstars.kcfg:1844
#, kde-format
msgid "The Search Radius for the Estimated Telescope/Image Field Position in degrees."
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, lineEdit_44)
#. i18n: ectx: property (text), widget (QLabel, bortleClassLabel5)
#. +> trunk5
#: ekos/align/opsastrometry.ui:474 tools/whatsinteresting/wilpsettings.ui:103
#, kde-format
msgid "5"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_47)
#. i18n: ectx: property (toolTip), widget (dmsBox, estRA)
#. i18n: ectx: property (toolTip), widget (QLabel, label_14)
#. +> trunk5
#: ekos/align/opsastrometry.ui:503 ekos/align/opsastrometry.ui:526
#: ekos/align/opsastrometry.ui:533
#, kde-format
msgid "The RA of the Estimated Telescope/Image Field Position in hh:mm:ss notation"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, lineEdit_47)
#. +> trunk5
#: ekos/align/opsastrometry.ui:506
#, kde-format
msgid "3"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_15)
#. i18n: ectx: property (toolTip), widget (dmsBox, estDec)
#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_48)
#. +> trunk5
#: ekos/align/opsastrometry.ui:513 ekos/align/opsastrometry.ui:597
#: ekos/align/opsastrometry.ui:620
#, kde-format
msgid "The DEC of the Estimated Telescope/Image Field Position in dd:mm:ss notation"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, updatePosition)
#. +> trunk5
#: ekos/align/opsastrometry.ui:555
#, kde-format
msgid "Update coordinates to the current telescope position"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/align/opsastrometry.ui:581
#, kde-format
msgid "Radius"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, lineEdit_48)
#. +> trunk5
#: ekos/align/opsastrometry.ui:623
#, kde-format
msgid "4"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryAutoUpdatePosition)
#. +> trunk5
#: ekos/align/opsastrometry.ui:632
#, kde-format
msgid "Automatically update position coordinates when mount completes slewing."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, positionWarningLabel)
#. +> trunk5
#: ekos/align/opsastrometry.ui:663
#, kde-format
msgid "Position Auto Update is turned off."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryDifferentialSlewing)
#. +> trunk5
#: ekos/align/opsastrometry.ui:684
#, kde-format
msgid "Do not use Sync when Slew to Target is selected. Use differential slewing to correct for discrepancies. This is useful on some mounts (e.g. Paramount)."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometryDifferentialSlewing)
#. +> trunk5
#: ekos/align/opsastrometry.ui:687
#, kde-format
msgid "Use differential slewing instead of syncing"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/align/opsastrometry.ui:713
#, kde-format
msgid "Custom:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_AstrometryCustomOptions)
#. +> trunk5
#: ekos/align/opsastrometry.ui:720
#, kde-format
msgid "Additional optional astrometry.net options."
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometrycfg.cpp:75
#, kde-format
msgid "Internal Astrometry configuration file write error."
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometrycfg.cpp:81
#, kde-format
msgid "Astrometry.cfg successfully saved."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. i18n: ectx: property (toolTip), widget (QLineEdit, astrometryCFGLocation)
#. +> trunk5
#: ekos/align/opsastrometrycfg.ui:22 ekos/align/opsastrometrycfg.ui:38
#, kde-format
msgid ""
"<html><head/><body>"
"<p>This is the absolute location of the Astrometry.cfg file on the filesystem.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/align/opsastrometrycfg.ui:25
#, kde-format
msgid "Astrometry.cfg Location:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, loadCFG)
#. +> trunk5
#: ekos/align/opsastrometrycfg.ui:45
#, kde-format
msgid ""
"<html><head/><body>"
"<p>This button will let you reload the Astrometry.cfg file in the event that something was changed outside of KStars.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, loadCFG)
#. +> trunk5
#: ekos/align/opsastrometrycfg.ui:48
#, kde-format
msgid "Reload"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPlainTextEdit, astrometryCFGDisplay)
#. +> trunk5
#: ekos/align/opsastrometrycfg.ui:57
#, kde-format
msgid ""
"<html><head/><body>"
"<p>In this space you can edit the Astrometry.cfg file. When you finish, you can hit \"Apply\" or \"Ok\" to save your changes. </p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_35)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:130
#: ekos/align/opsastrometryindexfiles.ui:183
#, kde-format
msgid "Optional"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_32)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:147
#: ekos/align/opsastrometryindexfiles.cpp:152
#: ekos/align/opsastrometryindexfiles.ui:75
#, kde-format
msgid "Required"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_33)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:164
#: ekos/align/opsastrometryindexfiles.cpp:169
#: ekos/align/opsastrometryindexfiles.ui:129
#, kde-format
msgid "Recommended"
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:317
#, kde-format
msgid "Download Timed out. Either the network is not fast enough, the file is not accessible, or you are not connected."
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:356
#, kde-format
msgid "File Write Error"
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:374
#: ekos/align/opsastrometryindexfiles.cpp:495
#, kde-format
msgid "Astrometry Folder Permissions Error"
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:464
#, kde-format
msgid "Could not contact Astrometry Index Server: broiler.astrometry.net"
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:470
#, kde-format
msgid "Are you sure you want to delete these index files? %1"
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:471
#, kde-format
msgid "Delete File(s)"
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:485
#, kde-format
msgid "File Delete Error"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_30)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:26
#, kde-format
msgid ""
"<html><head/><body>"
"<p><span style=\" font-weight:600;\">Offline</span> astrometry.net solver requires index files in order to solve an image. Please see the Astrometrty.net <a href=\"http://astrometry.net/doc/readme.html\"><span style=\" text-decoration: underline; color:#0000ff;\">README</span></a> for details. The following list provides a complete list of the index files, along with recommended index files to install given the current CCD Field of View. Installed index files are checked. Next to each index file is an icon that represents the following:</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, required_legend)
#. i18n: ectx: property (toolTip), widget (QLabel, label_32)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:56
#: ekos/align/opsastrometryindexfiles.ui:72
#, kde-format
msgid ""
"<html><head/><body>"
"<p>This index file is required and must be installed for the solver to work correctly.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, recommended_legend)
#. i18n: ectx: property (toolTip), widget (QLabel, label_33)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:110
#: ekos/align/opsastrometryindexfiles.ui:126
#, kde-format
msgid ""
"<html><head/><body>"
"<p>This index file is recommended. Installing the index file might help in improving the solver.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, optional_legend)
#. i18n: ectx: property (toolTip), widget (QLabel, label_35)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:164
#: ekos/align/opsastrometryindexfiles.ui:180
#, kde-format
msgid ""
"<html><head/><body>"
"<p>This index file is not required.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_27)
#. i18n: ectx: property (toolTip), widget (QLineEdit, indexLocation)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:194
#: ekos/align/opsastrometryindexfiles.ui:207
#, kde-format
msgid ""
"<html><head/><body>"
"<p>This displays the path to the folder for the Astrometry Index Files on your computer.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_27)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:197
#, kde-format
msgid "Index Files Location: "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, openIndexFileDirectory)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:214
#, kde-format
msgid ""
"<html><head/><body>"
"<p>This button will open the Astrometry Index File folder on your filesystem so that you can see where it is located and copy files into it if needed.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, openIndexFileDirectory)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:217
#, kde-format
msgid "Open"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_28)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:224
#, kde-format
msgid ""
"<html><head/><body>"
"<p>This displays the current CCD field of view that will be used to calculate which index files are needed.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_28)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:227
#, kde-format
msgid "Current CCD FOV: "
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4210)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:267
#, kde-format
msgid "index-4210.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4208)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:274
#, kde-format
msgid "index-4208.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_26)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:281
#, kde-format
msgid "(arcminutes)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_23)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:288
#, kde-format
msgid "SkyMark"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_58)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:357
#, kde-format
msgid "(242 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_18)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:364
#, kde-format
msgid "680' - 1000'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_132)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:433
#, kde-format
msgid "Wide Fields"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_37)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:443
#, kde-format
msgid "(160 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4115)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:512
#, kde-format
msgid "index-4115.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4111)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:519
#, kde-format
msgid "index-4111.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_42)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:588
#, kde-format
msgid "(2.1 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4107)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:657
#, kde-format
msgid "index-4107.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:669
#, kde-format
msgid "5.6' - 8.0'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, index_4203_info)
#. i18n: ectx: property (text), widget (QLabel, index_4202_info)
#. i18n: ectx: property (text), widget (QLabel, index_4206_info)
#. i18n: ectx: property (text), widget (QLabel, index_4204_info)
#. i18n: ectx: property (text), widget (QLabel, index_4201_info)
#. i18n: ectx: property (text), widget (QLabel, index_4200_info)
#. i18n: ectx: property (text), widget (QLabel, index_4205_info)
#. i18n: ectx: property (text), widget (QLabel, index_4207_info)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:707
#: ekos/align/opsastrometryindexfiles.ui:801
#: ekos/align/opsastrometryindexfiles.ui:888
#: ekos/align/opsastrometryindexfiles.ui:1468
#: ekos/align/opsastrometryindexfiles.ui:2538
#: ekos/align/opsastrometryindexfiles.ui:2773
#: ekos/align/opsastrometryindexfiles.ui:3011
#: ekos/align/opsastrometryindexfiles.ui:3426
#, kde-format
msgid "info"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_29)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:716
#, kde-format
msgid "(129 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_38)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:723
#, kde-format
msgid "(208 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, index_4110_perc)
#. i18n: ectx: property (text), widget (QLabel, index_4111_perc)
#. i18n: ectx: property (text), widget (QLabel, index_4212_perc)
#. i18n: ectx: property (text), widget (QLabel, index_4107_perc)
#. i18n: ectx: property (text), widget (QLabel, index_4108_perc)
#. i18n: ectx: property (text), widget (QLabel, index_4112_perc)
#. i18n: ectx: property (text), widget (QLabel, index_4209_perc)
#. i18n: ectx: property (text), widget (QLabel, index_4210_perc)
#. i18n: ectx: property (text), widget (QLabel, index_4109_perc)
#. i18n: ectx: property (text), widget (QLabel, index_4208_perc)
#. i18n: ectx: property (text), widget (QLabel, index_4211_perc)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:730
#: ekos/align/opsastrometryindexfiles.ui:838
#: ekos/align/opsastrometryindexfiles.ui:1009
#: ekos/align/opsastrometryindexfiles.ui:1080
#: ekos/align/opsastrometryindexfiles.ui:1304
#: ekos/align/opsastrometryindexfiles.ui:1411
#: ekos/align/opsastrometryindexfiles.ui:2265
#: ekos/align/opsastrometryindexfiles.ui:3270
#: ekos/align/opsastrometryindexfiles.ui:3362
#: ekos/align/opsastrometryindexfiles.ui:3630
#: ekos/align/opsastrometryindexfiles.ui:3800
#, kde-format
msgid "perc"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4201)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:737
#, kde-format
msgid "index-4201-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4207)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:744
#, kde-format
msgid "index-4207-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_61)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:751
#, kde-format
msgid "(1.3 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:763
#, kde-format
msgid "4.0' - 5.6'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_45)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:810
#, kde-format
msgid "(20 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_53)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:817
#, kde-format
msgid "(4.8 G)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_17)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:824
#, kde-format
msgid "480' - 680'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_60)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:831
#, kde-format
msgid "(723 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:850
#, kde-format
msgid "16' - 22'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_64)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:897
#, kde-format
msgid "(9.7 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:971
#, kde-format
msgid "120' - 170'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_71)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1087
#, kde-format
msgid "Fields"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4218)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1097
#, kde-format
msgid "index-4218.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_51)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1104
#, kde-format
msgid "(1.2 G)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_46)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1297
#, kde-format
msgid "(39 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4119)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1311
#, kde-format
msgid "index-4119.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4202)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1318
#, kde-format
msgid "index-4202-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_22)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1325
#, kde-format
msgid "Tycho2 Catalog"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_65)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1335
#, kde-format
msgid "(24 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_47)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1342
#, kde-format
msgid "(78 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4117)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1418
#, kde-format
msgid "index-4117.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1430
#, kde-format
msgid "8' - 11'"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4212)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1477
#, kde-format
msgid "index-4212.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4116)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1608
#, kde-format
msgid "index-4116.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_62)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1615
#, kde-format
msgid "(2.6 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_56)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1684
#, kde-format
msgid "(141 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_70)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1691
#, kde-format
msgid "Narrow - Medium"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4203)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1701
#, kde-format
msgid "index-4203-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4108)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1832
#, kde-format
msgid "index-4108.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4217)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1963
#, kde-format
msgid "index-4217.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_20)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1970
#, kde-format
msgid "1400' - 2000'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1977
#, kde-format
msgid "170' - 240'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_50)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1984
#, kde-format
msgid "(624 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4214)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2053
#, kde-format
msgid "index-4214.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2060
#, kde-format
msgid "240' - 340'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_49)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2067
#, kde-format
msgid "(312 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_134)
#. i18n: ectx: property (text), widget (QLabel, label_135)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2074
#: ekos/align/opsastrometryindexfiles.ui:3376
#, kde-format
msgid "(filesize)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_16)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2084
#, kde-format
msgid "340' - 480'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_57)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2153
#, kde-format
msgid "(183 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2227
#, kde-format
msgid "42' - 60'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_43)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2398
#, kde-format
msgid "(4 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4206)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2405
#, kde-format
msgid "index-4206-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_54)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2412
#, kde-format
msgid "(8.8 G)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4109)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2419
#, kde-format
msgid "index-4109.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4113)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2426
#, kde-format
msgid "index-4113.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2500
#, kde-format
msgid "2.8' - 4.0'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_48)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2547
#, kde-format
msgid "(156 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4205)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2554
#, kde-format
msgid "index-4205-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4118)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2654
#, kde-format
msgid "index-4118.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4213)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2723
#, kde-format
msgid "index-4213.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2735
#, kde-format
msgid "2.0' - 2.8'"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4219)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2782
#, kde-format
msgid "index-4219.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4204)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2913
#, kde-format
msgid "index-4204-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_21)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2951
#, kde-format
msgid "2Mass Catalog"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_69)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2961
#, kde-format
msgid "Diameters"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2973
#, kde-format
msgid "11' - 16'"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4215)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3020
#, kde-format
msgid "index-4215.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_55)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3213
#, kde-format
msgid "(13.6 G)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4200)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3220
#, kde-format
msgid "index-4200-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3232
#, kde-format
msgid "60' - 85'"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4110)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3279
#, kde-format
msgid "index-4110.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_41)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3286
#, kde-format
msgid "(1 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4114)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3293
#, kde-format
msgid "index-4114.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_68)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3369
#, kde-format
msgid "(157 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3388
#, kde-format
msgid "22' - 30'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_59)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3435
#, kde-format
msgid "(399 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_40)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3442
#, kde-format
msgid "(582 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_67)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3511
#, kde-format
msgid "(90 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4216)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3518
#, kde-format
msgid "index-4216.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3592
#, kde-format
msgid "30' - 42'"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4211)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3639
#, kde-format
msgid "index-4211.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4209)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3708
#, kde-format
msgid "index-4209.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_39)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3715
#, kde-format
msgid "(332 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_52)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3722
#, kde-format
msgid "(2.5 G)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4112)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3729
#, kde-format
msgid "index-4112.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_44)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3736
#, kde-format
msgid "(7.6 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_63)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3743
#, kde-format
msgid "(5.1 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_66)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3750
#, kde-format
msgid "(47 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3762
#, kde-format
msgid "85' - 120'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_19)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3809
#, kde-format
msgid "1000' - 1400'"
msgstr ""
#. +> trunk5
#: ekos/align/remoteastrometryparser.cpp:46
#, kde-format
msgid "Cannot open file %1 for reading."
msgstr ""
#. +> trunk5
#: ekos/align/remoteastrometryparser.cpp:56
#, kde-format
msgid "Failed to find solver properties."
msgstr ""
#. +> trunk5
#: ekos/align/remoteastrometryparser.cpp:79
#, kde-format
msgid "Not enough memory for file %1."
msgstr ""
#. +> trunk5
#: ekos/align/remoteastrometryparser.cpp:99
#, kde-format
msgid "Starting remote solver..."
msgstr ""
#. +> trunk5
#: ekos/align/remoteastrometryparser.cpp:111
#, kde-format
msgid "Failed to find solver settings."
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:101
#, kde-format
msgid "Removing bad dark frame file %1"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:124
#, kde-format
msgid "Failed to load dark frame file %1"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:164
#, kde-format
msgid "Dark frame saved to %1"
msgstr ""
#. i18n("Does %1 have mechanical or electronic shutter?", deviceName),
#. i18n("Dark Exposure")) == KMessageBox::Yes)
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:285
#, kde-format
msgid "Does %1 have a shutter?"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:286 ekos/auxiliary/darklibrary.cpp:303
#, kde-format
msgid "Dark Exposure"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:303
#, kde-format
msgid "Cover the telescope or camera in order to take a dark exposure."
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:307
#, kde-format
msgid "Dark frame capture cancelled."
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:326
#, kde-format
msgid "Capturing dark frame..."
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:349
#, kde-format
msgid "Dark frame received."
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:364
#, kde-format
msgid "Warning: Cannot load calibration file %1"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, filterCheck)
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. i18n: ectx: attribute (title), widget (QWidget, Filter)
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:141 ekos/capture/capture.ui:880
#: ekos/capture/capture.ui:1510 oal/equipmentwriter.ui:571
#, kde-format
msgid "Filter"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:143
#, kde-format
msgid "Filter exposure time during focus"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:144
#, kde-format
msgid "Exposure"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:146
#, kde-format
msgid "Relative offset in steps"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:147
#, kde-format
msgid "Offset"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:149
#, kde-format
msgid "Start Auto Focus when filter is activated"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, startFocusB)
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:150 ekos/ekos.h:134 ekos/focus/focus.ui:140
#, kde-format
msgid "Auto Focus"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:152
#, kde-format
msgid "Lock specific filter when running Auto Focus"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:153
#, kde-format
msgid "Lock Filter"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:155
#, kde-format
msgid "Flat frames are captured at this focus position. It is updated automatically by focus process if enabled."
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:156
#, kde-format
msgid "Flat Focus Position"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, FilterSettings)
#. i18n: ectx: property (toolTip), widget (QPushButton, filterManagerB)
#. +> trunk5
#: ekos/auxiliary/filtersettings.ui:14 ekos/capture/capture.ui:185
#: ekos/focus/focus.ui:428
#, kde-format
msgid "Filter Settings"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDIFilterWheelLogging)
#. i18n: ectx: property (toolTip), widget (QLabel, textLabel1_5_3)
#. i18n: ectx: property (toolTip), widget (QLabel, FilterCaptureLabel)
#. i18n: ectx: property (toolTip), widget (QLabel, label_9)
#. +> trunk5
#: ekos/auxiliary/filtersettings.ui:22 ekos/auxiliary/opslogs.ui:166
#: ekos/capture/capture.ui:94 ekos/focus/focus.ui:371 ekos/profileeditor.ui:368
#, kde-format
msgid "Filter Wheel"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/auxiliary/filtersettings.ui:75
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Set <span style=\" font-style:italic;\">relative</span> filter focus offset in steps.</p>"
"</body></html>"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/opslogs.cpp:58
#, kde-format
msgid "Clear all logs (%1)"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/opslogs.cpp:152
#, kde-format
msgid "Are you sure you want to delete all logs?"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, clearLogsB)
#. +> trunk5
#: ekos/auxiliary/opslogs.cpp:162 ekos/auxiliary/opslogs.ui:460
#, kde-format
msgid "Clear all logs"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:59
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Enable Logs to diagnose issues with Ekos and INDI. Only enable the necessary logs to help in diagnosing specific problems. Logs consume resources and may slow the system down. Turn off logs when no longer used.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. i18n: ectx: property (text), widget (QPushButton, logsB)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:71 ekos/ekosmanager.ui:368
#, kde-format
msgid "Logs"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:77 options/opsadvanced.ui:278
#, kde-format
msgid "Output:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_GuideLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:84
#, kde-format
msgid "Log Ekos Guide module activity"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_GuideLogging)
#. i18n: ectx: property (title), widget (QGroupBox, guideGroup)
#. i18n: ectx: property (text), widget (QPushButton, guideB)
#. i18n: ectx: property (text), widget (QCheckBox, guideStepCheck)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:87 ekos/ekosmanager.cpp:2156
#: ekos/ekosmanager.ui:1281 ekos/guide/guide.cpp:451 ekos/guide/guide.ui:154
#: ekos/scheduler/scheduler.ui:353 fitsviewer/fitsviewer.cpp:371
#, kde-format
msgid "Guide"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDIAuxiliaryLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:97
#, kde-format
msgid "Auxiliary"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AlignmentLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:107
#, kde-format
msgid "Log Ekos Alignment module activity"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AlignmentLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:110
#, kde-format
msgid "Alignment"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_LogToFile)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:120 options/opsadvanced.ui:321
#, kde-format
msgid "Log output to log file"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_LogToFile)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:123 options/opsadvanced.ui:324
#, kde-format
msgid "File"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_MountLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:130
#, kde-format
msgid "Log Ekos Mount module activity"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_MountLogging)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDIMountLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:133 ekos/auxiliary/opslogs.ui:219
#: ekos/ekosmanager.cpp:2066
#, kde-format
msgid "Mount"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_6)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:143
#, kde-format
msgid "Have problem with Ekos? Turn on logging for Ekos modules that exhibit issues."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. i18n: ectx: property (windowTitle), widget (QWidget, EkosManager)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:146 ekos/ekosmanager.ui:26 kstarsactions.cpp:1050
#: kstarsinit.cpp:421
#, kde-format
msgid "Ekos"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_LogToDefault)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:153 options/opsadvanced.ui:305
#, kde-format
msgid "Log debug messages to default output device used by the platform (e.g. Standard Error)"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_LogToDefault)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:156 options/opsadvanced.ui:308
#, kde-format
msgid "Defaul&t"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_DisableLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:183 options/opsadvanced.ui:255
#, kde-format
msgid "Disable all logging output"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_DisableLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:186 options/opsadvanced.ui:258
#, kde-format
msgid "&Disable"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_VerboseLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:199 options/opsadvanced.ui:292
#, kde-format
msgid "Enable verbose debug output"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_VerboseLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:202 options/opsadvanced.ui:295
#, kde-format
msgid "&Verbose"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_RegularLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:229 options/opsadvanced.ui:226
#, kde-format
msgid "Enable regular debug output"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_RegularLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:232 options/opsadvanced.ui:229
#, kde-format
msgid "Reg&ular"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:245 options/opsadvanced.ui:285
#, kde-format
msgid "Verbosity:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDIWeatherLogging)
#. i18n: ectx: property (text), widget (QCheckBox, weatherCheck)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:252 ekos/scheduler/scheduler.ui:1069
#, kde-format
msgid "Weather"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_9)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:262
#, kde-format
msgid "Have problems with INDI drivers? Turn on logging for drivers that exhibit issues."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:265
#, kde-format
msgid "Drivers"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDIFocuserLogging)
#. i18n: ectx: property (title), widget (QGroupBox, controlGroup)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:272 ekos/focus/focus.ui:42
#, kde-format
msgid "Focuser"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_INDILogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:282
#, kde-format
msgid "Log INDI devices activity"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDILogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:285 kstarsactions.cpp:1046
#, kde-format
msgid "INDI"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDIDomeLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:295
#, kde-format
msgid "Dome"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDIDetectorLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:305
#, kde-format
msgid "Detector"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_CaptureLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:315
#, kde-format
msgid "Log Ekos Capture module activity"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_CaptureLogging)
#. i18n: ectx: property (title), widget (QGroupBox, captureGroup)
#. i18n: ectx: property (text), widget (QPushButton, captureB)
#. i18n: ectx: attribute (title), widget (QWidget, captureTab)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:318 ekos/ekosmanager.ui:534
#: ekos/focus/focus.ui:160 ekos/guide/guide.ui:63
#: ekos/guide/internalguide/guider.ui:213 ekos/opsekos.ui:302
#, kde-format
msgid "Capture"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_FocusLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:328
#, kde-format
msgid "Log Ekos Focus module activity"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_FocusLogging)
#. i18n: ectx: property (title), widget (QGroupBox, focusGroup)
#. i18n: ectx: property (text), widget (QCheckBox, focusStepCheck)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:331 ekos/ekosmanager.cpp:1970
#: ekos/ekosmanager.ui:1084 ekos/scheduler/scheduler.ui:321
#: fitsviewer/fitsviewer.cpp:367
#, kde-format
msgid "Focus"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_SchedulerLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:341
#, kde-format
msgid "Log Ekos Scheduler module activity"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_SchedulerLogging)
#. i18n: ectx: attribute (title), widget (QWidget, schedulerTab)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:344 ekos/ekosmanager.cpp:199 ekos/opsekos.ui:151
#, kde-format
msgid "Scheduler"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_FITSLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:354
#, kde-format
msgid "Log FITS processing activity"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_FITSLogging)
#. i18n: ectx: property (text), item, widget (QComboBox, transferFormatCombo)
#. +> trunk5
-#: ekos/auxiliary/opslogs.ui:357 ekos/capture/capture.cpp:661
-#: ekos/capture/capture.cpp:671 ekos/capture/capture.ui:367
+#: ekos/auxiliary/opslogs.ui:357 ekos/capture/capture.cpp:665
+#: ekos/capture/capture.cpp:675 ekos/capture/capture.ui:367
#: kstarsactions.cpp:1040
#, kde-format
msgid "FITS"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDICCDLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:367
#, kde-format
msgid "CCD"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDIGPSLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:377
#, kde-format
msgid "GPS"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDIRotatorLogging)
#. i18n: ectx: property (text), widget (QPushButton, rotatorB)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:384 ekos/capture/capture.ui:632
#, kde-format
msgid "Rotator"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_INDIAOLogging)
#. i18n: ectx: property (toolTip), widget (QLabel, label_12)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:391 ekos/profileeditor.ui:490
#, kde-format
msgid "Adaptive Optics"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDIAOLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:394
#, kde-format
msgid "AO"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_showINDIMessages)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:406 indi/opsindi.ui:388
#, kde-format
msgid "Display INDI status messages in the status bar"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QCheckBox, kcfg_showINDIMessages)
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_showINDIMessages)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:409 ekos/auxiliary/opslogs.ui:412
#: indi/opsindi.ui:391 indi/opsindi.ui:394
#, kde-format
msgid "Display incoming INDI status messages in KStars status bar"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_showINDIMessages)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:415 indi/opsindi.ui:397
#, kde-format
msgid "INDI messages in status &bar"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, showLogsB)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:441
#, kde-format
msgid "Open Logs Directory"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, calibrationOptions)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:14
#, kde-format
msgid "Calibration Options"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QGroupBox, groupBox)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:22
#, kde-format
msgid "Specify the source the flat field evenly illuminated light source"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:25
#, kde-format
msgid "Flat Source"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, manualSourceC)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:31
#, kde-format
msgid "Light source triggered by the user manually"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, manualSourceC)
#. i18n: ectx: property (text), widget (QRadioButton, manualDurationC)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:34 ekos/capture/calibrationoptions.ui:161
#, kde-format
msgid "Manual"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, flatDeviceSourceC)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:47
#, kde-format
msgid "For dark and bias frames, close the dust cap before proceeding. For flat frames, close the dust cap and turn on the light source."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, flatDeviceSourceC)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:50
#, kde-format
msgid "Dust Cover with Built-in Flat Light"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, darkDeviceSourceC)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:60
#, kde-format
msgid "For dark and bias frames, close the dust cap before proceeding. For flat frames, open the dust cap and turn on the light source."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, darkDeviceSourceC)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:63
#, kde-format
msgid "Dust Cover with External Flat Light"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, wallSourceC)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:75
#, kde-format
msgid "Slew mount to the specified Azimuth/Altitude coordinates before taking flat field images"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, wallSourceC)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:78
#, kde-format
msgid "Wall"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:88 tools/argsetaltaz.ui:30
#: tools/modcalcplanets.ui:303
#, kde-format
msgid "Az:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:102 tools/argsetaltaz.ui:37
#: tools/modcalcplanets.ui:296
#, kde-format
msgid "Alt:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, dawnDuskFlatsC)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:121
#, kde-format
msgid "Use Dawn and Dusk light"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, dawnDuskFlatsC)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:124
#, kde-format
msgid "Dawn/Dusk"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:150
#, kde-format
msgid "Flat Duration"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, manualDurationC)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:158
#, kde-format
msgid "Use the frame exposure value"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, ADUC)
#. i18n: ectx: property (toolTip), widget (QSpinBox, ADUValue)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:174
#: ekos/capture/calibrationoptions.ui:187
#, kde-format
msgid "Calculate optimal exposure time given the required ADU. If a controllable device is selected, calculate optimal brightness."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, ADUC)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:177
#, kde-format
msgid "ADU"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_3)
#. i18n: ectx: property (toolTip), widget (QSpinBox, ADUTolerance)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:200
#: ekos/capture/calibrationoptions.ui:210
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Accept ADU values that fall within this range around the desired ADU target. For example, if the ADU value was set to 10000 and the tolerance was set to 100, then frames with ADU values f 9900 and 10100 shall be accepted.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:203
#, kde-format
msgid "Tolerance:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, parkMountC)
#. i18n: ectx: property (text), widget (QCheckBox, parkMountCheck)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:246 ekos/scheduler/scheduler.ui:1481
#, kde-format
msgid "Park Mount"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, parkDomeC)
#. i18n: ectx: property (text), widget (QCheckBox, parkDomeCheck)
#. +> trunk5
#: ekos/capture/calibrationoptions.ui:253 ekos/scheduler/scheduler.ui:1497
#, kde-format
msgid "Park Dome"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:162 ekos/capture/capture.cpp:3548
+#: ekos/capture/capture.cpp:162 ekos/capture/capture.cpp:3594
#, kde-format
msgid "Add job to sequence queue"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:163 ekos/capture/capture.cpp:3549
+#: ekos/capture/capture.cpp:163 ekos/capture/capture.cpp:3595
#, kde-format
msgid "Remove job from sequence queue"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:296
#, kde-format
msgid "Sequence shall be paused after current exposure is complete."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:300
#, kde-format
msgid "Resume Sequence"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:309 ekos/capture/capture.cpp:422
#, kde-format
msgid "Stop Sequence"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:315
#, kde-format
msgid "Sequence resumed."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:335 ekos/capture/capture.cpp:1859
+#: ekos/capture/capture.cpp:335 ekos/capture/capture.cpp:1874
#, kde-format
msgid "Auto dark subtract is not supported in batch mode."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:370
#, kde-format
msgid "No pending jobs found. Please add a job to the sequence queue."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:377
#, kde-format
msgid "All jobs are complete. Do you want to reset the status of all jobs and restart capturing?"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:378 ekos/capture/capture.cpp:3427
+#: ekos/capture/capture.cpp:378 ekos/capture/capture.cpp:3472
#, kde-format
msgid "Reset job status"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:428
#, kde-format
msgid "Warning: Guide deviation is selected but autoguide process was not started."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:430
#, kde-format
msgid "Warning: in-sequence focusing is selected but autofocus process was not started."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:448
#, kde-format
msgid "CCD capture aborted"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, startB)
#. +> trunk5
-#: ekos/capture/capture.cpp:527 ekos/capture/capture.ui:1623
+#: ekos/capture/capture.cpp:529 ekos/capture/capture.ui:1623
#, kde-format
msgid "Start Sequence"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, transferFormatCombo)
#. +> trunk5
-#: ekos/capture/capture.cpp:672 ekos/capture/capture.ui:372
+#: ekos/capture/capture.cpp:676 ekos/capture/capture.ui:372
#, kde-format
msgid "Native"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1079 ekos/capture/capture.cpp:1203
-#: ekos/capture/capture.cpp:1296 ekos/capture/capture.cpp:1635
+#: ekos/capture/capture.cpp:1083 ekos/capture/capture.cpp:1207
+#: ekos/capture/capture.cpp:1307 ekos/capture/capture.cpp:1646
#, kde-format
msgid "Sequence paused."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1080 ekos/capture/capture.cpp:1204
-#: ekos/capture/capture.cpp:1297 ekos/capture/capture.cpp:1636
+#: ekos/capture/capture.cpp:1084 ekos/capture/capture.cpp:1208
+#: ekos/capture/capture.cpp:1308 ekos/capture/capture.cpp:1647
#, kde-format
msgid "Paused..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1086
+#: ekos/capture/capture.cpp:1090
#, kde-format
msgid "Waiting..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1108
+#: ekos/capture/capture.cpp:1112
#, kde-format
msgid "Failed to save file to %1"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1176 fitsviewer/fitsdebayer.cpp:60
+#: ekos/capture/capture.cpp:1180 fitsviewer/fitsdebayer.cpp:60
#, kde-format
msgid "Complete."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1180
+#: ekos/capture/capture.cpp:1184
#, kde-format
msgid "Captured image received"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1221
+#: ekos/capture/capture.cpp:1232
#, kde-format
msgid "Received image %1 out of %2."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1232
+#: ekos/capture/capture.cpp:1243
#, kde-format
msgid "Executing post capture script %1"
msgstr ""
#. i18n("CCD capture sequence completed"));
#. +> trunk5
-#: ekos/capture/capture.cpp:1277
+#: ekos/capture/capture.cpp:1288
#, kde-format
msgid "CCD capture sequence completed"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1379
+#: ekos/capture/capture.cpp:1390
#, kde-format
msgid "Dithering..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1391
+#: ekos/capture/capture.cpp:1402
#, kde-format
msgid "Scheduled refocus starting after %1 seconds..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1393 ekos/capture/capture.cpp:1420
-#: ekos/capture/capture.cpp:1653 ekos/capture/capture.cpp:1664
+#: ekos/capture/capture.cpp:1404 ekos/capture/capture.cpp:1431
+#: ekos/capture/capture.cpp:1664 ekos/capture/capture.cpp:1675
#, kde-format
msgid "Focusing..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1467
+#: ekos/capture/capture.cpp:1478
#, kde-format
msgid "Cannot perform auto dark subtraction of native DSLR formats."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1485 ekos/focus/focus.cpp:841
+#: ekos/capture/capture.cpp:1496 ekos/focus/focus.cpp:841
#, kde-format
msgid "Error: Lost connection to CCD."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1492 ekos/capture/capture.cpp:1624
+#: ekos/capture/capture.cpp:1503 ekos/capture/capture.cpp:1635
#, kde-format
msgid "Cannot capture while focus module is busy."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1536
+#: ekos/capture/capture.cpp:1547
#, kde-format
msgid "Cannot calculate ADU levels in non-FITS images."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1609
+#: ekos/capture/capture.cpp:1607
+#, kde-format
+msgid "Capturing %1-second %2 image..."
+msgstr ""
+
+#. +> trunk5
+#: ekos/capture/capture.cpp:1620
#, kde-format
msgid "Failed to set sub frame."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1614
+#: ekos/capture/capture.cpp:1625
#, kde-format
msgid "Failed to set binning."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1662
+#: ekos/capture/capture.cpp:1673
#, kde-format
msgid "Scheduled refocus started..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1768
+#: ekos/capture/capture.cpp:1783
#, kde-format
msgid "Capture failed. Check INDI Control Panel for details."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1807
+#: ekos/capture/capture.cpp:1822
#, kde-format
msgid "Downloading..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1813
+#: ekos/capture/capture.cpp:1828
#, kde-format
msgid "second left"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1815
+#: ekos/capture/capture.cpp:1830
#, kde-format
msgid "seconds left"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1865
+#: ekos/capture/capture.cpp:1880
#, kde-format
msgid "You must set remote directory for Local & Both modes."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:1871
+#: ekos/capture/capture.cpp:1886
#, kde-format
msgid "You must set local directory for Client & Both modes."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2082
+#: ekos/capture/capture.cpp:2098
#, kde-format
msgid "Job #%1 changes applied."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2360
+#: ekos/capture/capture.cpp:2343
+#, kde-format
+msgid "Job requires %1-second %2 images, has already %3/%4 captures and does not need to run."
+msgstr ""
+
+#. +> trunk5
+#: ekos/capture/capture.cpp:2355
+#, kde-format
+msgid "Job requires %1-second %2 images, has %3/%4 frames captured and will be processed."
+msgstr ""
+
+#. +> trunk5
+#: ekos/capture/capture.cpp:2400
#, kde-format
msgid "Manual scheduled focusing is not supported. Run Autofocus process before trying again."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2372
+#: ekos/capture/capture.cpp:2412
#, kde-format
msgid "Manual focusing post filter change is not supported. Run Autofocus process before trying again."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2458
+#: ekos/capture/capture.cpp:2498
#, kde-format
msgid "Setting temperature to %1 C..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2459
+#: ekos/capture/capture.cpp:2499
#, kde-format
msgid "Set %1 C..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2463
+#: ekos/capture/capture.cpp:2503
#, kde-format
msgid "Setting rotation to %1 degrees E of N..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2464
+#: ekos/capture/capture.cpp:2504
#, kde-format
msgid "Set Rotator %1..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2516
+#: ekos/capture/capture.cpp:2556
#, kde-format
msgid "Warning: Calibration process was prematurely terminated."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2565
+#: ekos/capture/capture.cpp:2605
#, kde-format
msgid "Post meridian flip calibration completed successfully."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2594
+#: ekos/capture/capture.cpp:2634
#, kde-format
-msgid "Guiding deviation %1 exceeded limit value of %2 arcsecs, aborting exposure."
+msgid "Guiding deviation %1 exceeded limit value of %2 arcsecs, aborting exposure and waiting for guider up to %3 seconds."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2630
+#: ekos/capture/capture.cpp:2672
#, kde-format
msgid "Guiding deviation %1 is now lower than limit value of %2 arcsecs, resuming exposure."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2633
+#: ekos/capture/capture.cpp:2676
#, kde-format
msgid "Guiding deviation %1 is now lower than limit value of %2 arcsecs, resuming exposure in %3 seconds."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2718 ekos/capture/capture.cpp:2736
+#: ekos/capture/capture.cpp:2683
+#, kde-format
+msgid "Guiding deviation %1 is still higher than limit value of %2 arcsecs."
+msgstr ""
+
+#. +> trunk5
+#: ekos/capture/capture.cpp:2763 ekos/capture/capture.cpp:2781
#, kde-format
msgid "Focus complete."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2722 ekos/capture/capture.cpp:2741
+#: ekos/capture/capture.cpp:2767 ekos/capture/capture.cpp:2786
#, kde-format
msgid "Autofocus failed. Aborting exposure..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2854 ekos/scheduler/mosaic.cpp:214
+#: ekos/capture/capture.cpp:2899 ekos/scheduler/mosaic.cpp:214
#, kde-format
msgid "FITS Save Directory"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:2864
+#: ekos/capture/capture.cpp:2909
#, kde-format
msgid "Open Ekos Sequence Queue"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3236
+#: ekos/capture/capture.cpp:3281
#, kde-format
msgid "Save Ekos Sequence Queue"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3266
+#: ekos/capture/capture.cpp:3311
#, kde-format
msgid "Failed to save sequence queue"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3419
+#: ekos/capture/capture.cpp:3464
#, kde-format
msgid "Sequence queue saved to %1"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3427
+#: ekos/capture/capture.cpp:3472
#, kde-format
msgid "Are you sure you want to reset status of all jobs?"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3531
+#: ekos/capture/capture.cpp:3577
#, kde-format
msgid "Editing job #%1..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3534 ekos/scheduler/scheduler.cpp:837
+#: ekos/capture/capture.cpp:3580 ekos/scheduler/scheduler.cpp:854
#, kde-format
msgid "Apply job changes."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3535
+#: ekos/capture/capture.cpp:3581
#, kde-format
msgid "Cancel job changes."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3543
+#: ekos/capture/capture.cpp:3589
#, kde-format
msgid "Editing job canceled."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3849
+#: ekos/capture/capture.cpp:3895
#, kde-format
msgid "Telescope completed the meridian flip."
msgstr ""
#. i18n("Meridian flip is successfully completed"));
#. +> trunk5
-#: ekos/capture/capture.cpp:3852
+#: ekos/capture/capture.cpp:3898
#, kde-format
msgid "Meridian flip is successfully completed"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3856
+#: ekos/capture/capture.cpp:3902
#, kde-format
msgid "Performing post flip re-alignment..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3857 ekos/capture/capture.cpp:4039
+#: ekos/capture/capture.cpp:3903 ekos/capture/capture.cpp:4089
#, kde-format
msgid "Aligning..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3889
+#: ekos/capture/capture.cpp:3935
#, kde-format
msgid "Performing post flip re-calibration and guiding..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3890
+#: ekos/capture/capture.cpp:3936
#, kde-format
msgid "Calibrating..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3909
+#: ekos/capture/capture.cpp:3955
#, kde-format
msgid "Failed to retrieve telescope coordinates. Unable to calculate telescope's hour angle."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3941
+#: ekos/capture/capture.cpp:3991
#, kde-format
msgid "Current hour angle %1 hours exceeds meridian flip limit of %2 hours. Auto meridian flip is initiated."
msgstr ""
#. i18n("Meridian flip started"));
#. +> trunk5
-#: ekos/capture/capture.cpp:3946
+#: ekos/capture/capture.cpp:3996
#, kde-format
msgid "Meridian flip started"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3961
+#: ekos/capture/capture.cpp:4011
#, kde-format
msgid "Meridian Flip..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3982
+#: ekos/capture/capture.cpp:4032
#, kde-format
msgid "Telescope meridian flip timed out. Please make sure your mount supports meridian flip."
msgstr ""
#. i18n("Meridian flip failed"));
#. +> trunk5
-#: ekos/capture/capture.cpp:3987
+#: ekos/capture/capture.cpp:4037
#, kde-format
msgid "Meridian flip failed"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:3996
+#: ekos/capture/capture.cpp:4046
#, kde-format
msgid "Retrying meridian flip again..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4005
+#: ekos/capture/capture.cpp:4055
#, kde-format
msgid "Guide module timed out."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4021
+#: ekos/capture/capture.cpp:4071
#, kde-format
msgid "Post flip re-alignment completed successfully."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4033
+#: ekos/capture/capture.cpp:4083
#, kde-format
msgid "Post-flip alignment failed."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4038
+#: ekos/capture/capture.cpp:4088
#, kde-format
msgid "Post-flip alignment failed. Retrying..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4064
+#: ekos/capture/capture.cpp:4114
#, kde-format
msgid "Autoguiding stopped. Aborting..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4091
+#: ekos/capture/capture.cpp:4141
#, kde-format
msgid "Post meridian flip calibration error. Aborting..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4096
+#: ekos/capture/capture.cpp:4146
#, kde-format
msgid "Post meridian flip calibration error. Restarting..."
msgstr ""
#. i18np since guidingRate is DOUBLE value (e.g. 1.36) so we always use plural with that.
#. +> trunk5
-#: ekos/capture/capture.cpp:4107
+#: ekos/capture/capture.cpp:4157
#, kde-format
msgid "Dither complete. Resuming capture in %1 seconds..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4112
+#: ekos/capture/capture.cpp:4162
#, kde-format
msgid "Dither complete."
msgstr ""
#. i18np since guidingRate is DOUBLE value (e.g. 1.36) so we always use plural with that.
#. +> trunk5
-#: ekos/capture/capture.cpp:4121
+#: ekos/capture/capture.cpp:4171
#, kde-format
msgid "Warning: Dithering failed. Resuming capture in %1 seconds..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4126
+#: ekos/capture/capture.cpp:4176
#, kde-format
msgid "Warning: Dithering failed."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4394
+#: ekos/capture/capture.cpp:4444
#, kde-format
msgid "Wall coordinates are invalid."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4440
+#: ekos/capture/capture.cpp:4490
#, kde-format
msgid "Unparking dust cap..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4445
+#: ekos/capture/capture.cpp:4495
#, kde-format
msgid "Unparking dust cap failed, aborting..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4459 ekos/capture/capture.cpp:4598
+#: ekos/capture/capture.cpp:4509 ekos/capture/capture.cpp:4648
#, kde-format
msgid "Dust cap unparked."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4467
+#: ekos/capture/capture.cpp:4517
#, kde-format
msgid "Autoguiding resumed."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4477
+#: ekos/capture/capture.cpp:4527
#, kde-format
msgid "Autoguiding suspended."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4499 ekos/capture/capture.cpp:4549
+#: ekos/capture/capture.cpp:4549 ekos/capture/capture.cpp:4599
#, kde-format
msgid "Parking dust cap..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4504 ekos/capture/capture.cpp:4554
+#: ekos/capture/capture.cpp:4554 ekos/capture/capture.cpp:4604
#, kde-format
msgid "Parking dust cap failed, aborting..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4518 ekos/capture/capture.cpp:4568
+#: ekos/capture/capture.cpp:4568 ekos/capture/capture.cpp:4618
#, kde-format
msgid "Dust cap parked."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4579
+#: ekos/capture/capture.cpp:4629
#, kde-format
msgid "UnParking dust cap..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4584
+#: ekos/capture/capture.cpp:4634
#, kde-format
msgid "UnParking dust cap failed, aborting..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4626
+#: ekos/capture/capture.cpp:4676
#, kde-format
msgid "Mount slewing to wall position..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4637
+#: ekos/capture/capture.cpp:4687
#, kde-format
msgid "Slew to wall position complete."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4670
+#: ekos/capture/capture.cpp:4720
#, kde-format
msgid "Parking mount prior to calibration frames capture..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4675
+#: ekos/capture/capture.cpp:4725
#, kde-format
msgid "Parking mount failed, aborting..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4690 ekos/scheduler/scheduler.cpp:4782
+#: ekos/capture/capture.cpp:4740 ekos/scheduler/scheduler.cpp:4851
#, kde-format
msgid "Mount parked."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4704 ekos/scheduler/scheduler.cpp:4874
+#: ekos/capture/capture.cpp:4754 ekos/scheduler/scheduler.cpp:4973
#, kde-format
msgid "Parking dome..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4709
+#: ekos/capture/capture.cpp:4759
#, kde-format
msgid "Parking dome failed, aborting..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4724 ekos/scheduler/scheduler.cpp:4930
+#: ekos/capture/capture.cpp:4774 ekos/scheduler/scheduler.cpp:5029
#, kde-format
msgid "Dome parked."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4781
+#: ekos/capture/capture.cpp:4830
#, kde-format
msgid "Current ADU %1 within target ADU tolerance range."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4814
+#: ekos/capture/capture.cpp:4863
#, kde-format
msgid "Unable to calculate optimal exposure settings, please capture the flats manually."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4824
+#: ekos/capture/capture.cpp:4873
#, kde-format
msgid "Current ADU is %1 Next exposure is %2 seconds."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4845
+#: ekos/capture/capture.cpp:4894
#, kde-format
msgid "An empty image is received, aborting..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4857
+#: ekos/capture/capture.cpp:4906
#, kde-format
msgid "Remote image saved to %1"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4880
+#: ekos/capture/capture.cpp:4929
#, kde-format
msgid "Post capture script finished with code %1."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4894
+#: ekos/capture/capture.cpp:4939
+#, kde-format
+msgid "Processing meridian flip..."
+msgstr ""
+
+#. +> trunk5
+#: ekos/capture/capture.cpp:4944
#, kde-format
msgid "Resuming sequence..."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4933
+#: ekos/capture/capture.cpp:4983
#, kde-format
msgid "Filter Focus Offsets"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:4952
+#: ekos/capture/capture.cpp:5002
#, kde-format
msgid "Set <em>relative</em> filter focus offset in steps."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:5088
+#: ekos/capture/capture.cpp:5138
#, kde-format
msgid "Select Current Observer"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:5090
+#: ekos/capture/capture.cpp:5140
#, kde-format
msgid "Current Observer:"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, ObserverAdd)
#. +> trunk5
-#: ekos/capture/capture.cpp:5101 oal/execute.cpp:49 oal/observeradd.cpp:36
+#: ekos/capture/capture.cpp:5151 oal/execute.cpp:49 oal/observeradd.cpp:36
#: oal/observeradd.ui:26
#, kde-format
msgid "Manage Observers"
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:5145
+#: ekos/capture/capture.cpp:5195
#, kde-format
msgid "Ekos will refocus in %1 seconds."
msgstr ""
#. i18n("Ekos will refocus in %1 seconds, last procedure was %2 seconds ago.", refocusEveryNTimer.elapsed()/1000-refocusEveryNTimer.elapsed()*60, refocusEveryNTimer.elapsed()/1000));
#. +> trunk5
-#: ekos/capture/capture.cpp:5151
+#: ekos/capture/capture.cpp:5201
#, kde-format
msgid "Ekos will refocus in %1 seconds, last procedure was %2 seconds ago."
msgstr ""
#. +> trunk5
-#: ekos/capture/capture.cpp:5155
+#: ekos/capture/capture.cpp:5205
#, kde-format
msgid "Ekos will refocus as soon as possible, last procedure was %1 seconds ago."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, CCDFWGroup)
#. i18n: ectx: property (title), widget (QGroupBox, ccdGroup)
#. +> trunk5
#: ekos/capture/capture.ui:52 ekos/focus/focus.ui:200
#, kde-format
msgid "CCD && Filter Wheel"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, temperatureCheck)
#. +> trunk5
#: ekos/capture/capture.ui:112
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Enforce temperature value before capturing an image</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, temperatureCheck)
#. +> trunk5
#: ekos/capture/capture.ui:115
#, kde-format
msgid "Tº"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, temperatureOUT)
#. +> trunk5
#: ekos/capture/capture.ui:131
#, kde-format
msgid "Current CCD temperature"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, temperatureIN)
#. +> trunk5
#: ekos/capture/capture.ui:150
#, kde-format
msgid "Desired CCD temperature"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/capture/capture.ui:169
#, kde-format
msgid "Cooler:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, setTemperatureB)
#. +> trunk5
#: ekos/capture/capture.ui:201
#, kde-format
msgid "Set CCD temperature"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, setTemperatureB)
#. i18n: ectx: property (text), widget (QPushButton, setAngleB)
#. i18n: ectx: property (text), widget (QPushButton, setPAB)
#. i18n: ectx: property (text), widget (QPushButton, setAbsTicksB)
#. +> trunk5
#: ekos/capture/capture.ui:204 ekos/capture/rotatorsettings.ui:226
#: ekos/capture/rotatorsettings.ui:388 ekos/focus/focus.ui:123
#: indi/indiproperty.cpp:236 indi/indiproperty.cpp:264
#: kstarslite/qml/indi/modules/KSINDITextField.qml:39
#, kde-format, kde-kuit-format
msgid "Set"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: ekos/capture/capture.ui:218
#, kde-format
msgid "<b>Capture Settings</b>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, exposureLabel_2)
#. +> trunk5
#: ekos/capture/capture.ui:240
#, kde-format
msgid "Set the exposure time in seconds for individual images, if applicable"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, exposureLabel_2)
#. i18n: ectx: property (text), widget (QLabel, label_19)
#. +> trunk5
#: ekos/capture/capture.ui:246 oal/equipmentwriter.ui:641
#, kde-format
msgid "Exposure:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, textLabel1_4)
#. i18n: ectx: property (toolTip), widget (QLabel, textLabel1_2_5)
#. i18n: ectx: property (toolTip), widget (QLabel, textLabel1_2_6)
#. i18n: ectx: property (toolTip), widget (QLabel, textLabel1_2_4)
#. i18n: ectx: property (toolTip), widget (QLabel, FilterPosLabel)
#. +> trunk5
#: ekos/capture/capture.ui:298 ekos/capture/capture.ui:973
#: ekos/capture/capture.ui:986 ekos/capture/capture.ui:1089
#: ekos/focus/focus.ui:394
#, kde-format
msgid "Number of images to capture"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_4)
#. +> trunk5
#: ekos/capture/capture.ui:304
#, kde-format
msgid "Count:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, textLabel1_8)
#. +> trunk5
#: ekos/capture/capture.ui:330
#, kde-format
msgid "Delay in seconds between consecutive images"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_8)
#. +> trunk5
#: ekos/capture/capture.ui:336
#, kde-format
msgid "Delay:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/capture/capture.ui:356
#, kde-format
msgid "Format:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, transferFormatCombo)
#. +> trunk5
#: ekos/capture/capture.ui:363
#, kde-format
msgid "Image Transfer Format"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ISOLabel)
#. +> trunk5
#: ekos/capture/capture.ui:380 ekos/focus/focus.ui:354
#, kde-format
msgid "ISO:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, ISOCombo)
#. +> trunk5
#: ekos/capture/capture.ui:399
#, kde-format
msgid "ISO settings"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_12)
#. i18n: ectx: property (text), widget (QLabel, label_17)
#. +> trunk5
#: ekos/capture/capture.ui:435 ekos/focus/focus.ui:463
#, kde-format
msgid "Frame:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_13)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, l_26)
#. +> trunk5
#: ekos/capture/capture.ui:448 ekos/guide/manualdither.ui:67
#: ekos/guide/opscalibration.ui:158
#, kde-format
msgid "X:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_14)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, l_27)
#. +> trunk5
#: ekos/capture/capture.ui:471 ekos/guide/manualdither.ui:94
#: ekos/guide/opscalibration.ui:172
#, kde-format
msgid "Y:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, resetFrameB)
#. +> trunk5
#: ekos/capture/capture.ui:506
#, kde-format
msgid "Reset CCD frame & size values to default values"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, resetFrameB)
#. i18n: ectx: property (text), widget (QPushButton, resetB)
#. +> trunk5
#: ekos/capture/capture.ui:509 ekos/focus/focus.ui:473
#: ekos/scheduler/mosaic.ui:613
#, kde-format
msgid "Reset"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_15)
#. +> trunk5
#: ekos/capture/capture.ui:541
#, kde-format
msgid "W:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, calibrationB)
#. +> trunk5
#: ekos/capture/capture.ui:610
#, kde-format
msgid "Dark & Flat frames automatic calibration options"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, calibrationB)
#. +> trunk5
#: ekos/capture/capture.ui:613 ekos/guide/guide.cpp:442
#: ekos/guide/internalguide/rcalibration.cpp:45
#, kde-format
msgid "Calibration"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, rotatorB)
#. +> trunk5
#: ekos/capture/capture.ui:629
#, kde-format
msgid "Rotator Control"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, textLabel1_9)
#. +> trunk5
#: ekos/capture/capture.ui:641
#, kde-format
msgid "Horizontal and Vertical binning"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_9)
#. +> trunk5
#: ekos/capture/capture.ui:647
#, kde-format
msgid "Binning:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, binXIN)
#. +> trunk5
#: ekos/capture/capture.ui:673
#, kde-format
msgid "Horizontal binning"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_11)
#. +> trunk5
#: ekos/capture/capture.ui:695
#, kde-format
msgid "V:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, binYIN)
#. +> trunk5
#: ekos/capture/capture.ui:708
#, kde-format
msgid "Vertical binning"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/capture/capture.ui:729
#, kde-format
msgid "<b>File Settings</b>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_2)
#. +> trunk5
#: ekos/capture/capture.ui:756
#, kde-format
msgid "When storing images on remote devices, specify the directory where captured images are saved to."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/capture/capture.ui:759 ekos/profileeditor.ui:602
#, kde-format
msgid "Remote:"
msgstr ""
#. i18n: ectx: property (placeholderText), widget (QLineEdit, remoteDirIN)
#. +> trunk5
#: ekos/capture/capture.ui:772
#, kde-format
msgid "/home/pi"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_3)
#. +> trunk5
#: ekos/capture/capture.ui:779
#, kde-format
msgid "Post-capture script to be executed after an image is captured. The capture sequence is resumed when the script is executed successfully."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. +> trunk5
#: ekos/capture/capture.ui:782 ekos/scheduler/scheduler.ui:1376
#: ekos/scheduler/scheduler.ui:1546
#, kde-format
msgid "Script:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, uploadModeCombo)
#. i18n: ectx: attribute (title), widget (QWidget, clientTab)
#. +> trunk5
#: ekos/capture/capture.ui:799 indi/drivermanager.ui:242
#, kde-format
msgid "Client"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, uploadModeCombo)
#. i18n: ectx: property (text), widget (QRadioButton, localR)
#. +> trunk5
#: ekos/capture/capture.ui:804 indi/drivermanager.ui:153
#, kde-format
msgid "Local"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, uploadModeCombo)
#. +> trunk5
#: ekos/capture/capture.ui:809
#, kde-format
msgid "Both"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, textLabel1_18)
#. +> trunk5
#: ekos/capture/capture.ui:817
#, kde-format
msgid "Local directory to save sequence images"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_18)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/capture/capture.ui:823 ekos/scheduler/mosaic.ui:558
#: indi/recordingoptions.ui:94
#, kde-format
msgid "Directory:"
msgstr ""
#. i18n: ectx: property (placeholderText), widget (QLineEdit, prefixIN)
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/capture/capture.ui:830 ekos/capture/rotatorsettings.ui:362
#, kde-format
msgid "Target"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, textLabel1_7)
#. +> trunk5
#: ekos/capture/capture.ui:843
#, kde-format
msgid ""
"<p>Prefix is used to generate file names ( e.g. M42_HA_240_secs_001.fits)</p>"
"\n"
"<ul>\n"
"<li><strong>Target</strong>: Target Name (e.g. M42)</li>"
"\n"
"<li><strong>Filter</strong>: When using a filter wheel, the filter name is appended to the file name (e.g. HA)</li>"
"\n"
"<li><strong>Duration</strong>: Capture duration is appended to the file name (e.g. 240_secs)</li>"
"\n"
"<li><strong>TS</strong>: ISO 8601 timestamp is appended to the file name (e.g. 2016-10-20T22:42:10)</li>"
"\n"
"</ul>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_7)
#. +> trunk5
#: ekos/capture/capture.ui:849
#, kde-format
msgid "Prefix:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_4)
#. +> trunk5
#: ekos/capture/capture.ui:862
#, kde-format
msgid ""
"<p>Select how captured images are uploaded:</p>"
"\n"
"<ol>\n"
"<li><strong>Client</strong>: Captured images are only uploaded to Ekos.</li>"
"\n"
"<li><strong>Local</strong>: Captured images are only saved locally on the remote computer.</li>"
"\n"
"<li><strong>Both</strong>: Captured images are saved on remote device <b>and</b> uploaded to Ekos.</li>"
"\n"
"</ol>"
"\n"
"<p>When selecting <i>Local</i> or <i>Both</i>, you must specify the remote directory where the remote images are saved to. By default, all captured images are uploaded to Ekos."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: ekos/capture/capture.ui:865
#, kde-format
msgid "Upload:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, filterCheck)
#. +> trunk5
#: ekos/capture/capture.ui:877
#, kde-format
msgid "Append the active filter slot to the prefix"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, expDurationCheck)
#. +> trunk5
#: ekos/capture/capture.ui:887
#, kde-format
msgid "Append the expose duration to the prefix"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, expDurationCheck)
#. i18n: ectx: property (text), widget (QRadioButton, recordDurationR)
#. +> trunk5
#: ekos/capture/capture.ui:890 indi/recordingoptions.ui:40
#, kde-format
msgid "Duration"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, ISOCheck)
#. +> trunk5
#: ekos/capture/capture.ui:897
#, kde-format
msgid "Append time stamp to the prefix"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, ISOCheck)
#. +> trunk5
#: ekos/capture/capture.ui:900
#, kde-format
msgid "TS"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, customValuesB)
#. +> trunk5
#: ekos/capture/capture.ui:942
#, kde-format
msgid "Custom Properties..."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, optionsGroup)
#. +> trunk5
#: ekos/capture/capture.ui:952
#, kde-format
msgid "Limit Settings"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2_6)
#. +> trunk5
#: ekos/capture/capture.ui:992
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:186
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:187
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:188
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:189
#, kde-format
msgid "hours"
msgid_plural "hrs"
msgstr[0] ""
msgstr[1] ""
#. i18n: ectx: property (text), widget (QCheckBox, refocusEveryNCheck)
#. +> trunk5
#: ekos/capture/capture.ui:1024
#, kde-format
msgid "Refocus every"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, meridianCheck)
#. +> trunk5
#: ekos/capture/capture.ui:1066
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Command a meridian flip if the hour angle exceeds the specified value. Capture and Guiding will be suspended and resumed after the flip is complete.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, meridianCheck)
#. +> trunk5
#: ekos/capture/capture.ui:1069
#, kde-format
msgid "Meridian Flip if HA >"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, autofocusCheck)
#. +> trunk5
#: ekos/capture/capture.ui:1079
#, kde-format
msgid "Perform autofocusing once Half-Flux-Radius (HFR) value exceeds this limit"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, autofocusCheck)
#. +> trunk5
#: ekos/capture/capture.ui:1082
#, kde-format
msgid "Autofocus if HFR >"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2_4)
#. +> trunk5
#: ekos/capture/capture.ui:1095
#, kde-format
msgid "\""
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, guideDeviationCheck)
#. +> trunk5
#: ekos/capture/capture.ui:1105
#, kde-format
msgid "Abort sequence if guiding deviation exceed this value"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, guideDeviationCheck)
#. +> trunk5
#: ekos/capture/capture.ui:1108
#, kde-format
msgid "Guiding Deviation <"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel_1_2_7)
#. +> trunk5
#: ekos/capture/capture.ui:1118
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:180
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:181
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:182
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:183
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:184
#, kde-format
msgid "minutes"
msgid_plural "mins"
msgstr[0] ""
msgstr[1] ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: ekos/capture/capture.ui:1181
#, kde-format
msgid "Sequence Queue"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, resetB)
#. +> trunk5
#: ekos/capture/capture.ui:1349
#, kde-format
msgid "Reset status of all jobs"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, observerB)
#. +> trunk5
#: ekos/capture/capture.ui:1374
#, kde-format
msgid "Select Observer"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. i18n: ectx: property (text), widget (QTreeWidget, localTreeWidget)
#. i18n: ectx: property (text), widget (QTreeWidget, clientTreeWidget)
#. +> trunk5
#: ekos/capture/capture.ui:1505 ekos/ekoslive/ekoslivedialog.ui:100
#: ekos/scheduler/scheduler.ui:656 indi/drivermanager.ui:66
#: indi/drivermanager.ui:322
#, kde-format
msgid "Status"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. i18n: ectx: property (text), widget (QTreeWidget, OptionsList)
#. +> trunk5
#: ekos/capture/capture.ui:1515 tools/observinglist.cpp:98
#: tools/observinglist.cpp:102 tools/optionstreeview.ui:33
#, kde-format
msgid "Type"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/capture/capture.ui:1520
#, kde-format
msgid "Bin"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/capture/capture.ui:1525
#, kde-format
msgid "Exp"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/capture/capture.ui:1530
#, kde-format
msgid "ISO"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/capture/capture.ui:1535
#, kde-format
msgid "Count"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, previewB)
#. +> trunk5
#: ekos/capture/capture.ui:1560 ekos/ekosmanager.cpp:2581
#: fitsviewer/fitsviewer.cpp:457 indi/indiccd.cpp:1449
#, kde-format
msgid "Preview"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, liveVideoB)
#. +> trunk5
#: ekos/capture/capture.ui:1579
#, kde-format
msgid "Live Video"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, pauseB)
#. +> trunk5
#: ekos/capture/capture.ui:1660
#, kde-format
msgid "Pause Sequence"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/capture/capture.ui:1685
#, kde-format
msgid "FITS Viewer"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, darkSubCheck)
#. +> trunk5
#: ekos/capture/capture.ui:1712
#, kde-format
msgid "Perform automatic dark subtraction in preview mode"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, darkSubCheck)
#. +> trunk5
#: ekos/capture/capture.ui:1715
#, kde-format
msgid "Auto Dark "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_8)
#. +> trunk5
#: ekos/capture/capture.ui:1730
#, kde-format
msgid "Apply effect to image after capture to enhance it"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/capture/capture.ui:1733
#, kde-format
msgid "Effects:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, progressGroup)
#. +> trunk5
#: ekos/capture/capture.ui:1760
#, kde-format
msgid "Progress"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, progressLabel_3)
#. +> trunk5
#: ekos/capture/capture.ui:1791
#, kde-format
msgid "Expose:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, progressLabel_2)
#. +> trunk5
#: ekos/capture/capture.ui:1839
#, kde-format
msgid "Progress:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_4_2_3)
#. +> trunk5
#: ekos/capture/capture.ui:1862
#, kde-format
msgid "of"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, completedLabel_2)
#. +> trunk5
#: ekos/capture/capture.ui:1888
#, kde-format
msgid "completed"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, CustomProperties)
#. +> trunk5
#: ekos/capture/customproperties.ui:14
#, kde-format
msgid "Custom Capture Properties"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, tipLabel)
#. +> trunk5
#: ekos/capture/customproperties.ui:20
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Select custom properties to be set when the sequence job is executed in batch mode. After the desired property value is set in INDI Control Panel, add it to the<span style=\" font-weight:600;\"> Job Properties</span> section. Click <span style=\" font-weight:600;\">Apply</span> to record the property values.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/capture/customproperties.ui:34
#, kde-format
msgid "Available Properties"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/capture/customproperties.ui:142
#, kde-format
msgid "Job Properties"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, DSLRInfo)
#. +> trunk5
#: ekos/capture/dslrinfo.ui:14
#, kde-format
msgid "DSLR Camera Settings"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/capture/dslrinfo.ui:44
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Please fill the required information below. This is a one-time setup. You can obtain these values from your camera manual or from online sources such as <a href=\"http://www.digicamdb.com/\"><span style=\" text-decoration: underline; color:#007af4;\">Digital Camera Database</span></a>.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_3)
#. +> trunk5
#: ekos/capture/dslrinfo.ui:58
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Sensor resolution in pixels (W x H)</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/capture/dslrinfo.ui:61
#, kde-format
msgid "Sensor Resolution:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, textLabelXplanetGeometryY)
#. +> trunk5
#: ekos/capture/dslrinfo.ui:80 ekos/capture/dslrinfo.ui:137
#: ekos/capture/rotatorsettings.ui:290 xplanet/opsxplanet.ui:94
#, kde-format
msgid "x"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_5)
#. +> trunk5
#: ekos/capture/dslrinfo.ui:115
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Pixel pitch in micrometers. For squared-pixel cameras, put the same value in the horizontal and vertical pixel pitches.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: ekos/capture/dslrinfo.ui:118
#, kde-format
msgid "Pixel Pitch:"
msgstr ""
#. +> trunk5
#: ekos/capture/dslrinfodialog.cpp:42
#, kde-format
msgid "Invalid values. Please set all values."
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, RotatorDialog)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:14
#, kde-format
msgid "Rotator Settings"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, targetPAGroup)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:76
#, kde-format
msgid "Target Position Angle"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, enforceRotationCheck)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:87
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Set target position angle before capture is started.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, enforceRotationCheck)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:90
#, kde-format
msgid "PA"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, syncFOVPA)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:129
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Set FOV indicator Position Angle to match Target Position Angle</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, syncFOVPA)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:132
#, kde-format
msgid "Sync FOV to PA"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, rotateAfterMeridianCheck)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:142
#, kde-format
msgid "Rotate camera 180 degrees after meridian flip"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, rotateAfterMeridianCheck)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:145
#, kde-format
msgid "Rotate After Meridian Flip"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, rotatorControlGroup)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:172
#, kde-format
msgid "Rotator Angle Control"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, l_28)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:233 ekos/guide/opscalibration.ui:186
#, kde-format
msgid "Angle:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QGroupBox, currentPAGroup)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:243
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Position Angle (PA) is defined as degrees E of N. Zero degrees indicate frame <span style=\" font-weight:600;\">UP</span> points directly toward the celestial pole. 90 degrees indicate frame <span style=\" font-weight:600;\">UP</span> points 90 degrees counter-clockwise with respect to the celestial pole.</p>"
"<p>PA is calculated from raw rotator angle plus modifiers to match the rotation angle as measured by astrometry. Enter the modifiers manually or solve an image in the Align Module to generate them automatically.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, currentPAGroup)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:246
#, kde-format
msgid "Position Angle Control"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:267
#, kde-format
msgid "Current"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, rawAngle)
#. i18n: ectx: property (toolTip), widget (QLineEdit, PAOut)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:280 ekos/capture/rotatorsettings.ui:352
#, kde-format
msgid "Rotator Angle"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, PAMulSpin)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:297
#, kde-format
msgid "Rotator angle multiplier"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QCheckBox, northControlCheck)
#. i18n: ectx: property (text), widget (QCheckBox, eastControlCheck)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:313 ekos/guide/guide.ui:347
#: ekos/guide/guide.ui:442 kstarslite/qml/indi/modules/MotionControl.qml:305
#, kde-format, kde-kuit-format
msgid "+"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, PAOffsetSpin)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:320
#, kde-format
msgid "Rotator angle offset"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:339
#, kde-format
msgid "="
msgstr ""
#. +> trunk5
-#: ekos/capture/sequencejob.cpp:28 ekos/ekos.h:68 ekos/ekos.h:99
+#: ekos/capture/sequencejob.cpp:30 ekos/ekos.h:68 ekos/ekos.h:99
#: ekos/ekos.h:117
#, kde-format
msgid "In Progress"
msgstr ""
#. +> trunk5
-#: ekos/capture/sequencejob.cpp:28 ekos/ekos.h:23 ekos/ekos.h:69
+#: ekos/capture/sequencejob.cpp:30 ekos/ekos.h:23 ekos/ekos.h:69
#: ekos/ekos.h:99 ekos/ekos.h:117 ekos/scheduler/schedulerjob.cpp:348
#, kde-format
msgid "Aborted"
msgstr ""
#. +> trunk5
-#: ekos/capture/sequencejob.cpp:29 ekos/ekos.h:72 ekos/ekos.h:98
+#: ekos/capture/sequencejob.cpp:31 ekos/ekos.h:72 ekos/ekos.h:98
#: ekos/ekos.h:116 ekos/scheduler/schedulerjob.cpp:347
#, kde-format
msgid "Complete"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:24
#, kde-format
msgid "Connected"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:25
#, kde-format
msgid "Disconnected"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:26 ekos/ekos.h:68 ekos/scheduler/schedulerjob.cpp:378
#, kde-format
msgid "Capturing"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:27
#, kde-format
msgid "Looping"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:28
#, kde-format
msgid "Subtracting"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:29
#, kde-format
msgid "Subframing"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:30
#, kde-format
msgid "Selecting star"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:31 ekos/ekos.h:71
#, kde-format
msgid "Calibrating"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:32
#, kde-format
msgid "Calibration error"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:33
#, kde-format
msgid "Calibrated"
msgstr ""
#. i18n("Calibrating");
#. i18n: ectx: property (windowTitle), widget (QWidget, guiderClass)
#. +> trunk5
#: ekos/ekos.h:34 ekos/guide/internalguide/guider.ui:32
#: ekos/scheduler/schedulerjob.cpp:376
#, kde-format
msgid "Guiding"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:35
#, kde-format
msgid "Suspended"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:36
#, kde-format
msgid "Reacquiring"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:37 ekos/ekos.h:69
#, kde-format
msgid "Dithering"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:38
#, kde-format
msgid "Dithering error"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:39
#, kde-format
msgid "Dithering successful"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:40
#, kde-format
msgid "Settling"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:68
#, kde-format
msgid "Paused"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:69
#, kde-format
msgid "Waiting"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:69
#, kde-format
msgid "Image Received"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:70 ekos/scheduler/schedulerjob.cpp:368
#, kde-format
msgid "Focusing"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:70
#, kde-format
msgid "Filter Focus"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:70 ekos/ekos.h:100 ekos/ekos.h:133
#, kde-format
msgid "Changing Filter"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:70
#, kde-format
msgid "Setting Temperature"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:71
#, kde-format
msgid "Setting Rotator"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:71 ekos/scheduler/schedulerjob.cpp:371
#, kde-format
msgid "Aligning"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:71
#, kde-format
msgid "Meridian Flip"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:98 ekos/ekos.h:116
#, kde-format
msgid "Failed"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:99
#, kde-format
msgid "User Input"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, startLoopB)
#. +> trunk5
#: ekos/ekos.h:100 ekos/focus/focus.ui:150
#, kde-format
msgid "Framing"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:117
#, kde-format
msgid "Syncing"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:118 ekos/scheduler/schedulerjob.cpp:365
#: indi/inditelescope.cpp:1101
#, kde-format
msgid "Slewing"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:133
#, kde-format
msgid "Focus Offset"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, disconnectB)
#. i18n: ectx: property (text), widget (QPushButton, externalDisconnectB)
#. i18n: ectx: property (text), widget (QPushButton, disconnectHostB)
#. +> trunk5
#: ekos/ekoslive/ekosliveclient.cpp:129 ekos/ekosmanager.ui:481
#: ekos/guide/guide.ui:257 indi/drivermanager.ui:368
#: kstarslite/qml/indi/INDIControlPanel.qml:218
#, kde-format, kde-kuit-format
msgid "Disconnect"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, connectB)
#. i18n: ectx: property (text), widget (QPushButton, externalConnectB)
#. i18n: ectx: property (text), widget (QPushButton, connectHostB)
#. +> trunk5
#: ekos/ekoslive/ekosliveclient.cpp:153 ekos/ekoslive/ekoslivedialog.ui:206
#: ekos/ekosmanager.ui:465 ekos/guide/guide.ui:427 indi/drivermanager.ui:361
#: kstarslite/qml/indi/INDIControlPanel.qml:218
#, kde-format, kde-kuit-format
msgid "Connect"
msgstr ""
#. +> trunk5
#: ekos/ekoslive/ekosliveclient.cpp:160
#, kde-format
msgid "Username or password is missing."
msgstr ""
#. +> trunk5
#: ekos/ekoslive/ekosliveclient.cpp:201
#, kde-format
msgid "Error authentication with Ekos Live server: %1"
msgstr ""
#. +> trunk5
#: ekos/ekoslive/ekosliveclient.cpp:212
#, kde-format
msgid "Error parsing server response: %1"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, EkosLiveDialog)
#. i18n: ectx: property (toolTip), widget (QPushButton, ekosLiveB)
#. +> trunk5
#: ekos/ekoslive/ekoslivedialog.ui:14 ekos/ekosmanager.ui:384
#, kde-format
msgid "Ekos Live"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/ekoslive/ekoslivedialog.ui:54
#, kde-format
msgid "Ekos Live Service"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/ekoslive/ekoslivedialog.ui:60
#, kde-format
msgid "Username:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/ekoslive/ekoslivedialog.ui:70
#, kde-format
msgid "Password:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, rememberCredentialsCheck)
#. +> trunk5
#: ekos/ekoslive/ekoslivedialog.ui:87
#, kde-format
msgid "Remember Credentials"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, closeB)
#. +> trunk5
#: ekos/ekoslive/ekoslivedialog.ui:213 indi/guimanager.cpp:68
#: kstarslite/qml/modules/tutorial/TutorialPopup.qml:68
#, kde-format, kde-kuit-format
msgid "Close"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:131
#, kde-format
msgid "Logging"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, setupGroup)
#. +> trunk5
#: ekos/ekosmanager.cpp:194 ekos/guide/internalguide/guider.ui:184
#, kde-format
msgid "Setup"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, sequenceLabel)
#. +> trunk5
#: ekos/ekosmanager.cpp:399 ekos/ekosmanager.cpp:2546 ekos/ekosmanager.ui:704
#, kde-format
msgid "Sequence"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, processINDIB)
#. +> trunk5
#: ekos/ekosmanager.cpp:419 ekos/ekosmanager.ui:355
#, kde-format
msgid "Start INDI"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:584 ekos/ekosmanager.cpp:608
#, kde-format
msgid "Ekos requires at least one CCD or Guider to operate."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:643
#, kde-format
msgid "Ekos detected that PTP Camera is running and may prevent a Canon or Nikon camera from connecting to Ekos. Do you want to quit PTP Camera now?"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:644
#, kde-format
msgid "PTP Camera"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:661
#, kde-format
msgid "Ekos detected an instance of INDI server running. Do you wish to shut down the existing instance before starting a new one?"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:663
#, kde-format
msgid "INDI Server"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:674
#, kde-format
msgid "Starting INDI services..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:693
#, kde-format
msgid "INDI services started on port %1."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:696
#, kde-format
msgid "INDI services started on port %1. Please connect devices."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:705
#, kde-format
msgid "Establishing communication with remote INDI Web Manager..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:717
#, kde-format
msgid "Failed to start profile on remote INDI Web Manager."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:721
#, kde-format
msgid "Starting profile on remote INDI Web Manager..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:726
#, kde-format
msgid "Warning: INDI Web Manager is not online."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:730
#, kde-format
msgid "Connecting to remote INDI server at %1 on port %2 ..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:737
#, kde-format
msgid "Failed to connect to remote INDI server."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:755
#, kde-format
msgid "INDI services started. Connection to remote INDI server is successful. Waiting for devices..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:767
#, kde-format
msgid "Stop INDI"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:797
#, kde-format
msgid ""
"Unable to establish:\n"
"%1\n"
"Please ensure the device is connected and powered on."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:799 ekos/ekosmanager.cpp:806 ekos/ekosmanager.cpp:835
#: ekos/ekosmanager.cpp:842
#, kde-format
msgid "Ekos startup error"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:803
#, kde-format
msgid ""
"Unable to establish the following devices:\n"
"%1\n"
"Please ensure each device is connected and powered on."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:832
#, kde-format
msgid ""
"Unable to establish remote device:\n"
"%1\n"
"Please ensure remote device name corresponds to actual device name."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:839
#, kde-format
msgid ""
"Unable to establish remote devices:\n"
"%1\n"
"Please ensure remote device name corresponds to actual device name."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:876
#, kde-format
msgid "Connecting INDI devices..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:887
#, kde-format
msgid "Disconnecting INDI devices..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:931
#, kde-format
msgid "INDI services stopped."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:970
#, kde-format
msgid "Remote devices established."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:972
#, kde-format
msgid "Remote devices established. Please connect devices."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:1077
#, kde-format
msgid "%1 is disconnected."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:1118 ekos/ekosmanager.cpp:1216
#: ekos/ekosmanager.cpp:1299 ekos/ekosmanager.cpp:1310
#: ekos/ekosmanager.cpp:1321 indi/indistd.cpp:464
#, kde-format
msgid "%1 is online."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:1238
#, kde-format
msgid "%1 filter is online."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:1279
#, kde-format
msgid "%1 focuser is online."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:1361
#, kde-format
msgid "%1 is offline."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:1789
#, kde-format
msgctxt "Charge-Coupled Device"
msgid "CCD"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, alignStepCheck)
#. +> trunk5
#: ekos/ekosmanager.cpp:1891 ekos/scheduler/scheduler.ui:337
#: fitsviewer/fitsviewer.cpp:375
#, kde-format
msgid "Align"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2258
#, kde-format
msgid "Guider port from %1 is ready."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2384
#, kde-format
msgid "Are you sure you want to delete the profile?"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2385
#, kde-format
msgid "Confirm Delete"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2445
#, kde-format
msgid "Site location updated to %1."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2447
#, kde-format
msgid "Failed to update site location to %1. City not found."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2840
#, kde-format
msgid "Enabling debug logging for %1..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2848
#, kde-format
msgid "Disabling debug logging for %1..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2874
#, kde-format
msgid "Re-enabling debug logging for %1..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2885
#, kde-format
msgid "Re-disabling debug logging for %1..."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, profileGroup)
#. +> trunk5
#: ekos/ekosmanager.ui:93
#, kde-format
msgid "1. Select Profile"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: ekos/ekosmanager.ui:114 ekos/profilewizard.ui:1023
#: ekos/scheduler/scheduler.ui:274
#, kde-format
msgid "Profile:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, addProfileB)
#. +> trunk5
#: ekos/ekosmanager.ui:152
#, kde-format
msgid "Add profile"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, editProfileB)
#. +> trunk5
#: ekos/ekosmanager.ui:189
#, kde-format
msgid "Edit profile"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, deleteProfileB)
#. +> trunk5
#: ekos/ekosmanager.ui:226
#, kde-format
msgid "Remove profile"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, customDriversB)
#. i18n: ectx: property (windowTitle), widget (QDialog, CustomDrivers)
#. +> trunk5
#: ekos/ekosmanager.ui:257 indi/customdrivers.ui:14
#, kde-format
msgid "Custom Drivers"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, wizardProfileB)
#. +> trunk5
#: ekos/ekosmanager.ui:285
#, kde-format
msgid "Launch Ekos Profile Wizard"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/ekosmanager.ui:320
#, kde-format
msgid "2. Start && Stop INDI"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, optionsB)
#. +> trunk5
#: ekos/ekosmanager.ui:409
#, kde-format
msgid "Ekos Options"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5
#: ekos/ekosmanager.ui:430
#, kde-format
msgid "3. Connect && Disconnect Devices"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, summaryGroup)
#. +> trunk5
#: ekos/ekosmanager.ui:510
#, kde-format
msgid "Summary"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: ekos/ekosmanager.ui:560 ekos/ekosmanager.ui:920 ekos/ekosmanager.ui:1116
#: ekos/ekosmanager.ui:1310 fitsviewer/fitsdebayer.ui:123
#, kde-format
msgid "Status:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, imageRemainingTime)
#. i18n: ectx: property (text), widget (QLabel, sequenceRemainingTime)
#. i18n: ectx: property (text), widget (QLabel, overallRemainingTime)
#. +> trunk5
#: ekos/ekosmanager.ui:687 ekos/ekosmanager.ui:770 ekos/ekosmanager.ui:866
#, kde-format
msgid "--:--:--"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, overallLabel)
#. +> trunk5
#: ekos/ekosmanager.ui:787
#, kde-format
msgid "Overall"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, mountGroup)
#. +> trunk5
#: ekos/ekosmanager.ui:891
#, kde-format
msgid "Mount && Alignment"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, targetLabel)
#. +> trunk5
#: ekos/ekosmanager.ui:959 ekos/scheduler/scheduler.ui:61
#, kde-format
msgid "Target:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_6)
#. +> trunk5
#: ekos/ekosmanager.ui:1023 ekos/mount/mount.ui:280
#: kstarslite/qml/dialogs/DetailsDialog.qml:271
#, kde-format, kde-kuit-format
msgid "Azimuth"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/ekosmanager.ui:1026
#, kde-format
msgid "AZ:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_8)
#. +> trunk5
#: ekos/ekosmanager.ui:1040 ekos/mount/mount.ui:297
#: kstarslite/qml/dialogs/DetailsDialog.qml:276 tools/altvstime.cpp:108
#, kde-format, kde-kuit-format
msgid "Altitude"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/ekosmanager.ui:1043
#, kde-format
msgid "AL:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/ekosmanager.ui:1146 ekos/focus/focus.ui:895
#, kde-format
msgid "HFR:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, focusProfileImage)
#. +> trunk5
#: ekos/ekosmanager.ui:1209
#, kde-format
msgid "Focus Profile"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, focusStarImage)
#. +> trunk5
#: ekos/ekosmanager.ui:1247
#, kde-format
msgid "Focus Star"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: ekos/ekosmanager.ui:1343
#, kde-format
msgid " σRA:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5
#: ekos/ekosmanager.ui:1375
#, kde-format
msgid "σDEC:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, guideProfileImage)
#. +> trunk5
#: ekos/ekosmanager.ui:1420
#, kde-format
msgid "Guide Profile"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, guideStarImage)
#. +> trunk5
#: ekos/ekosmanager.ui:1455
#, kde-format
msgid "Guide Star"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, ekosOptionsB)
#. +> trunk5
#: ekos/ekosmanager.ui:1539
#, kde-format
msgid "Advanced Ekos Options"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ekosOptionsB)
#. +> trunk5
#: ekos/ekosmanager.ui:1542
#, kde-format
msgid "Options..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearB)
#. i18n: ectx: property (text), widget (QPushButton, ClearButton)
#. i18n: ectx: property (text), widget (QPushButton, Clear)
#. +> trunk5
#: ekos/ekosmanager.ui:1549 indi/guimanager.cpp:67 tools/conjunctions.ui:205
#: tools/modcalcgeod.ui:160
#, kde-format
msgid "Clear"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:136
#, kde-format
msgid "Relative Profile"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:199
#, kde-format
msgid "HFR"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:648 ekos/focus/focus.cpp:829 ekos/focus/focus.cpp:2207
#, kde-format
msgid "No CCD connected."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:670
#, kde-format
msgid "Setting dummy central position to 50000"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:683
#, kde-format
msgid "Starting pulse step is too low. Increase the step size to %1 or higher..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:726
#, kde-format
msgid "Autofocus in progress..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:728
#, kde-format
msgid "Please wait until image capture is complete..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:741
#, kde-format
msgid "Autofocus operation started"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:854
#, kde-format
msgid "Error: Lost connection to filter wheel."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:954 ekos/focus/focus.cpp:993 ekos/focus/focus.cpp:2579
#, kde-format
msgid "Error: Lost connection to Focuser."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:970 ekos/focus/focus.cpp:975
#, kde-format
msgid "Focusing inward by %1 steps..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:980
#, kde-format
msgid "Focusing inward by %1 ms..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1009 ekos/focus/focus.cpp:1014
#, kde-format
msgid "Focusing outward by %1 steps..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1019
#, kde-format
msgid "Focusing outward by %1 ms..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1218
#, kde-format
msgid "FITS received. No stars detected."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1228 ekos/focus/focus.cpp:1711
#: ekos/focus/focus.cpp:1898 ekos/focus/focus.cpp:1992
#, kde-format
msgid "Autofocus complete after %1 iterations."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1301
#, kde-format
msgid "No reliable star is detected. Aborting..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1337
#, kde-format
msgid "Failed to automatically select a star. Please select a star manually."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1430
#, kde-format
msgid "Capture complete. Select a star to focus."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1461 ekos/focus/focus.cpp:1633
#: ekos/focus/focus.cpp:1970
#, kde-format
msgid "No stars detected, capturing again..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1616
#, kde-format
msgid "FITS received. HFR %1 @ %2. Delta (%3%)"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1618
#, kde-format
msgid "FITS received. HFR %1 @ %2."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1622
#, kde-format
msgid "Autofocus failed to reach proper focus. Try increasing tolerance value."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1645
#, kde-format
msgid "Failed to detect any stars. Reset frame and try again."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1699
#, kde-format
msgid "Change in HFR is too small. Try increasing the step size or decreasing the tolerance."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1705
#, kde-format
msgid "Failed to detect focus star in frame. Capture and select a focus star."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1858
#, kde-format
msgid "Found polynomial solution @ %1"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1908
#, kde-format
msgid "Deadlock reached. Please try again with different settings."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1955
#, kde-format
msgid "FITS received. HFR %1. Delta (%2%) Min HFR (%3)"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1959
#, kde-format
msgid "Autofocus failed to reach proper focus. Try adjusting the tolerance value."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2097 ekos/focus/focus.cpp:2140
#: ekos/focus/focus.cpp:2167
#, kde-format
msgid "Restarting autofocus process..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2108 ekos/focus/focus.cpp:2150
#: ekos/focus/focus.cpp:2177
#, kde-format
msgid "Focuser error, check INDI panel."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2225
#, kde-format
msgid "Starting continuous exposure..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2413
#, kde-format
msgid "Focus star is selected."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2422
#, kde-format
msgid "Disabling Auto Star Selection as star selection box was moved manually."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2454
#, kde-format
msgid "Warning: Only use filters for preview as they may interface with autofocus operation."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2511
#, kde-format
msgid "Autofocus failed, moving back to initial focus position %1."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2527
#, kde-format
msgid "Autofocus operation completed successfully"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2532
#, kde-format
msgid "Autofocus operation failed with errors"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2555
#, kde-format
msgid "No star was selected. Using last known position..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2559
#, kde-format
msgid "No star was selected. Aborting..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2701
#, kde-format
msgid "Focus Frame"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/focus/focus.ui:48 ekos/profileeditor.ui:361
#, kde-format
msgid "Focuser:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, focusInB)
#. +> trunk5
#: ekos/focus/focus.ui:61
#, kde-format
msgid "Focus In"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, focusOutB)
#. +> trunk5
#: ekos/focus/focus.ui:71
#, kde-format
msgid "Focus Out"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_16)
#. +> trunk5
#: ekos/focus/focus.ui:78
#, kde-format
msgid "Ticks:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, absTicksLabel)
#. +> trunk5
#: ekos/focus/focus.ui:88
#, kde-format
msgid "Current absolute focuser position"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, absTicksSpin)
#. +> trunk5
#: ekos/focus/focus.ui:110
#, kde-format
msgid "Desired absolute focus position"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, setAbsTicksB)
#. +> trunk5
#: ekos/focus/focus.ui:120
#, kde-format
msgid "Set desired absolute focus position"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_22)
#. +> trunk5
#: ekos/focus/focus.ui:130
#, kde-format
msgid "Start:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: ekos/focus/focus.ui:167
#, kde-format
msgid "Settle:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, FocusSettleTime)
#. i18n: ectx: whatsthis, entry (FocusSettleTime), group (Focus)
#. +> trunk5
#: ekos/focus/focus.ui:174 kstars.kcfg:1648
#, kde-format
msgid "Wait for this many seconds after moving the focuser before capturing the next image during AutoFocus."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_7)
#. i18n: ectx: property (toolTip), widget (QLabel, gainLabel)
#. i18n: ectx: property (toolTip), widget (QLabel, label_3)
#. +> trunk5
#: ekos/focus/focus.ui:237 ekos/focus/focus.ui:336 ekos/guide/guide.ui:215
#, kde-format
msgid "Exposure time in seconds"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, toggleFullScreenB)
#. +> trunk5
#: ekos/focus/focus.ui:283
#, kde-format
msgid "Toggle Full Screen"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, gainLabel)
#. +> trunk5
#: ekos/focus/focus.ui:339
#, kde-format
msgid "Gain:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_8)
#. +> trunk5
#: ekos/focus/focus.ui:444 ekos/guide/guide.ui:329
#, kde-format
msgid "Apply filter to image after capture to enhance it"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/focus/focus.ui:447
#, kde-format
msgid "Effect:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, resetFrameB)
#. +> trunk5
#: ekos/focus/focus.ui:470
#, kde-format
msgid "Reset focus subframe to full capture"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: ekos/focus/focus.ui:483 ekos/guide/opscalibration.ui:32
#: ekos/guide/opsguide.ui:32
#, kde-format
msgid "Settings"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, useSubFrame)
#. +> trunk5
#: ekos/focus/focus.ui:509
#, kde-format
msgid "Subframe around the focus star during the autofocus procedure"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, useSubFrame)
#. +> trunk5
#: ekos/focus/focus.ui:512
#, kde-format
msgid "Sub Frame"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, darkFrameCheck)
#. +> trunk5
#: ekos/focus/focus.ui:525
#, kde-format
msgid "Dark Frame"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, useAutoStar)
#. +> trunk5
#: ekos/focus/focus.ui:532
#, kde-format
msgid "Automatically select the best focus star from the image"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, useAutoStar)
#. +> trunk5
#: ekos/focus/focus.ui:535
#, kde-format
msgid "Auto Select Star"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, suspendGuideCheck)
#. +> trunk5
#: ekos/focus/focus.ui:542
#, kde-format
msgid "Suspend Guiding while autofocus in progress"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, suspendGuideCheck)
#. +> trunk5
#: ekos/focus/focus.ui:545
#, kde-format
msgid "Suspend Guiding"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, useFullField)
#. +> trunk5
#: ekos/focus/focus.ui:552
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Measure average HFR from all stars combined in a full frame. This method can be slow.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, useFullField)
#. +> trunk5
#: ekos/focus/focus.ui:555
#, kde-format
msgid "Full Field"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_12)
#. +> trunk5
#: ekos/focus/focus.ui:589
#, kde-format
msgid "Maximum travel in ticks before the autofocus process aborts"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5
#: ekos/focus/focus.ui:592
#, kde-format
msgid "Max Travel:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_19)
#. +> trunk5
#: ekos/focus/focus.ui:615
#, kde-format
msgid "Increase to restrict the centroid to bright cores. Decrease to enclose fuzzy stars."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_19)
#. +> trunk5
#: ekos/focus/focus.ui:618
#, kde-format, no-c-format
msgid "Threshold (%):"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. +> trunk5
#: ekos/focus/focus.ui:625
#, kde-format
msgid "<b>Initial</b> step size in ticks to cause a noticeable change in HFR value. For timer based focuser, it is the initial time in milliseconds to move the focuser inward or outward"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/focus/focus.ui:631
#, kde-format
msgid "Step:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, label_10)
#. +> trunk5
#: ekos/focus/focus.ui:657
#, kde-format
msgid "Delay between two consequent focus images"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/focus/focus.ui:660
#, kde-format
msgid "Box Size:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_4)
#. +> trunk5
#: ekos/focus/focus.ui:667
#, kde-format
msgid "Decrease value to narrow optimal focus point solution radius. Increase to expand solution radius"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: ekos/focus/focus.ui:670
#, kde-format, no-c-format
msgid "Tolerance (%):"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_3)
#. i18n: ectx: property (toolTip), widget (QSpinBox, focusFramesSpin)
#. +> trunk5
#: ekos/focus/focus.ui:709 ekos/focus/focus.ui:719
#, kde-format
msgid "Number of frames to average"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/focus/focus.ui:712
#, kde-format
msgid "Frames:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, focusDetectionCombo)
#. +> trunk5
#: ekos/focus/focus.ui:730
#, kde-format
msgid "Gradient"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, focusDetectionCombo)
#. +> trunk5
#: ekos/focus/focus.ui:735
#, kde-format
msgid "Centroid"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, focusDetectionCombo)
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
-#: ekos/focus/focus.ui:740 ekos/guide/opsguide.ui:248
+#: ekos/focus/focus.ui:740 ekos/guide/opsguide.ui:251
#, kde-format
msgid "Threshold"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, focusDetectionCombo)
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideAlgorithm)
#. +> trunk5
#: ekos/focus/focus.ui:745 ekos/guide/opsguide.ui:72
#, kde-format
msgid "SEP"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_21)
#. +> trunk5
#: ekos/focus/focus.ui:758
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Select focus process algorithm:</p>"
"\n"
"<ul>\n"
"<li><b>Iterative</b>: Moves focuser by discreet steps initially decided by the step size. Once a curve slope is calculated, further step sizes are calculated to reach optimal solution. The algorithm stops when the measured HFR is within percentage tolerance of the minimum HFR recorded in the procedure.</li>"
"\n"
"<li><b>Polynomial</b>: Starts with iterative method. Upon crossing to the other side of the V-Curve, polynomial fitting coefficients along with possible minimum solution are calculated. This algorithm can be faster than purely iterative approach given a good data set.</li>"
"\n"
"</ul>"
"\n"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_21)
#. +> trunk5
#: ekos/focus/focus.ui:761
#, kde-format
msgid "Algorithm:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_5)
#. +> trunk5
#: ekos/focus/focus.ui:768
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Select star detection algorithm</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: ekos/focus/focus.ui:771
#, kde-format
msgid "Detection:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, focusAlgorithmCombo)
#. +> trunk5
#: ekos/focus/focus.ui:779
#, kde-format
msgid "Iterative"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, focusAlgorithmCombo)
#. +> trunk5
#: ekos/focus/focus.ui:784
#, kde-format
msgid "Polynomial"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5
#: ekos/focus/focus.ui:853
#, kde-format
msgid "V-Curve"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, relativeProfileB)
#. +> trunk5
#: ekos/focus/focus.ui:932
#, kde-format
msgid "Relative Profile..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearDataB)
#. +> trunk5
#: ekos/focus/focus.ui:939
#, kde-format
msgid "Clear Data"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:70
#: ekos/guide/externalguide/phd2.cpp:210
#, kde-format
msgid "The host was not found. Please check the host name and port settings in Guide options."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:74
#, kde-format
msgid "The connection was refused by the peer. Make sure the LinGuider is running, and check that the host name and port settings are correct."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:79
#: ekos/guide/externalguide/phd2.cpp:219
#, kde-format
msgid "The following error occurred: %1."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:102
#: ekos/guide/externalguide/linguider.cpp:110
#, kde-format
msgid "Invalid response."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:139
#, kde-format
msgid "Connected to LinGuider %1"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:143
#, kde-format
msgid "Only LinGuider v4.1.0 or higher is supported. Please upgrade LinGuider and try again."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:166
#, kde-format
msgid "Auto star selected %1"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:175
#, kde-format
msgid "Failed to process star position."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:188
#, kde-format
msgid "Failed to set guider reticle position."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:200
#, kde-format
msgid "Failed to set guider square position."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:226
#, kde-format
msgid "Failed to start guider."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:228
#, kde-format
msgid "Failed to stop guider."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:253
#, kde-format
msgid "Failed to get RA/DEC Drift."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:267
#, kde-format
msgid "Failed to set dither range."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:136
#, kde-format
msgid "PHD2: There was no dithering response from PHD2, but continue guiding."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:152
#, kde-format
msgid "Connecting to PHD2 Host: %1, on port %2. . ."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:214
#, kde-format
msgid "The connection was refused by the peer. Make sure the PHD2 is running, and check that the host name and port settings are correct."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:239
#, kde-format
msgid "PHD2: invalid response received: %1"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:240
#, kde-format
msgid "PHD2: JSON error: %1"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:264
#, kde-format
msgid "Unknown PHD2 event: %1"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:273
#, kde-format
msgid "PHD2: Version %1"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:279
#, kde-format
msgid "PHD2: Calibration Complete."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:286
#, kde-format
msgid "PHD2: Guiding Started."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:292
#, kde-format
msgid "PHD2: Guiding Paused."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:298
#, kde-format
msgid "PHD2: Calibration Started."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:311
#, kde-format
msgid "PHD2: Calibration Failed (%1)."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:316
#, kde-format
msgid "Calibration Data Flipped."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:326
#, kde-format
msgid "PHD2: Looping Exposures Stopped."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:341
#, kde-format
msgid "PHD2: Settling failed (%1)."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:360
#, kde-format
msgid "PHD2: There was a dithering error, but continue guiding."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:371
#, kde-format
msgid "PHD2: Settling complete, Guiding Started."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:378
#, kde-format
msgid "PHD2: Star Selected."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:382
#, kde-format
msgid "PHD2: Star Lost. Trying to reacquire."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:392
#, kde-format
msgid "PHD2: Guiding Stopped."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:397
#, kde-format
msgid "PHD2: Guiding Resumed."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:405
#, kde-format
msgid "PHD2: Star found, guiding resumed."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:475
#, kde-format
msgid "PHD2: Lock Position Set."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:479
#, kde-format
msgid "PHD2: Lock Position Lost."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:485
#, kde-format
msgid "PHD2 %1: %2"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:573
#, kde-format
msgid "PHD2: DEC Guide Mode is Set to: %1"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:583
#, kde-format
msgid "PHD2: Exposure Time set to: "
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:591
#, kde-format
msgid "PHD2: Valid Exposure Times: Auto, "
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:607
#, kde-format
msgid "PHD2: Please set CCD and telescope parameters in PHD2, Pixel Scale is invalid."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:609
#, kde-format
msgid "PHD2: Pixel Scale is %1 arcsec per pixel"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:669
#, kde-format
msgid "PHD2 Error: %1"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:830 ekos/guide/externalguide/phd2.cpp:847
#: ekos/guide/externalguide/phd2.cpp:986
#: ekos/guide/externalguide/phd2.cpp:1087
#: ekos/guide/externalguide/phd2.cpp:1108
#: ekos/guide/externalguide/phd2.cpp:1130
#, kde-format
msgid "PHD2 Error: Equipment not connected."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:979
#, kde-format
msgid "PHD2: Guiding is already running."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:1039
#, kde-format
msgid "PHD2: Connecting Equipment. . ."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:1041
#, kde-format
msgid "PHD2: Disconnecting Equipment. . ."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:271
#, kde-format
msgid "drift (arcsec)"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:272
#, kde-format
msgid "pulse (ms)"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:645
#, kde-format
msgctxt "Drift graphics tooltip; %1 is local time; %2 is RA deviation; %3 is DE deviation in arcseconds"
msgid ""
"<table>"
"<tr>"
"<td>LT: </td>"
"<td>%1</td>"
"</tr>"
"<tr>"
"<td>RA: </td>"
"<td>%2 \"</td>"
"</tr>"
"<tr>"
"<td>DE: </td>"
"<td>%3 \"</td>"
"</tr>"
"</table>"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:658 ekos/guide/guide.cpp:2748
#, kde-format
msgctxt "Drift graphics tooltip; %1 is local time; %2 is RA deviation; %3 is DE deviation in arcseconds; %4 is RA Pulse in ms; %5 is DE Pulse in ms"
msgid ""
"<table>"
"<tr>"
"<td>LT: </td>"
"<td>%1</td>"
"</tr>"
"<tr>"
"<td>RA: </td>"
"<td>%2 \"</td>"
"</tr>"
"<tr>"
"<td>DE: </td>"
"<td>%3 \"</td>"
"</tr>"
"<tr>"
"<td>RA Pulse: </td>"
"<td>%4 ms</td>"
"</tr>"
"<tr>"
"<td>DE Pulse: </td>"
"<td>%5 ms</td>"
"</tr>"
"</table>"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:728
#, kde-format
msgid "Export Guide Data"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:781
#, kde-format
msgid "Guide Data Saved as: %1"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:889 ekos/guide/guide.cpp:3088
#, kde-format
msgid "Disabling remote image reception from %1"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:896 ekos/guide/guide.cpp:3094
#, kde-format
msgid "Enabling remote image reception from %1"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1010
#, kde-format
msgid "Connection to the guide CCD is lost."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1326
#, kde-format
msgid "Exposure timeout. Aborting Autoguide."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1328
#, kde-format
msgid "Exposure timeout. Aborting Dithering."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1330
#, kde-format
msgid "Exposure timeout. Aborting Calibration."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1336
#, kde-format
msgid "Exposure timeout. Restarting exposure..."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1512
#, kde-format
msgid "Lost track of the guide star. Rapid guide aborted."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1543
#, kde-format
msgid "Dithering failed. Autoguiding aborted."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1563
#, kde-format
msgid "The CCD does not support Rapid Guiding. Aborting..."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1629
#, kde-format
msgid "The guide camera is identical to the capture camera. Are you sure you want to continue?"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1722
#, kde-format
msgid "Mount is parking. Aborting guide..."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1724
#, kde-format
msgid "Mount is slewing. Aborting guide..."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1860
#, kde-format
msgid "Calibration is cleared."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1876
#, kde-format
msgid "External guider connected."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1887
#, kde-format
msgid "External guider disconnected."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1902 ekos/guide/internalguide/rcalibration.cpp:418
#: ekos/guide/internalguide/rcalibration.cpp:446
#: ekos/guide/internalguide/rcalibration.cpp:667
#: ekos/guide/internalguide/rcalibration.cpp:819
#, kde-format
msgid "Calibration completed."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1922
#, kde-format
msgid "Calibration started."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1928
#, kde-format
msgid "Guiding resumed."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1931 ekos/guide/internalguide/guider.cpp:220
#: ekos/guide/internalguide/guider.cpp:238
#: ekos/guide/internalguide/guider.cpp:310
#, kde-format
msgid "Autoguiding started."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1943
#, kde-format
msgid "Autoguiding aborted."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1948
#, kde-format
msgid "Guiding suspended."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1956
#, kde-format
msgid "Dithering in progress."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1961
#, kde-format
msgid "Post-dither settling for %1 second..."
msgid_plural "Post-dither settling for %1 seconds..."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: ekos/guide/guide.cpp:1966
#, kde-format
msgid "Dithering failed."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1977
#, kde-format
msgid "Dithering completed successfully."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2034
#, kde-format
msgid "Exposure failed. Restarting exposure..."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2116
#, kde-format
msgid "Cannot change guider type while active."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2181
#, kde-format
msgid "Select guide camera."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2236 ekos/guide/guide.cpp:2274
#, kde-format
msgid "Select a camera to disable remote streaming."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2242
#, kde-format
msgid "Warning: Reset Guiding Calibration is enabled. It is recommended to turn this option off for PHD2."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2368 ekos/guide/internalguide/guider.cpp:139
#, kde-format
msgid "P: %1"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2488
#, kde-format
msgid "You must stop auto guiding before changing this setting."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2496
#, kde-format
msgid "Rapid Guiding is enabled. Guide star will be determined automatically by the CCD driver. No frames are sent to Ekos unless explicitly enabled by the user in the CCD driver settings."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2499
#, kde-format
msgid "Rapid Guiding is disabled."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2735
#, kde-format
msgctxt "Drift graphics tooltip; %1 is local time; %2 is RA deviation; %3 is DE deviation in arcseconds;"
msgid ""
"<table>"
"<tr>"
"<td>LT: </td>"
"<td>%1</td>"
"</tr>"
"<tr>"
"<td>RA: </td>"
"<td>%2 \"</td>"
"</tr>"
"<tr>"
"<td>DE: </td>"
"<td>%3 \"</td>"
"</tr>"
"</table>"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2868
#, kde-format
msgid "Calibration failed to start."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:3008
#, kde-format
msgid "Auto star selected."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:3012
#, kde-format
msgid "Failed to select an auto star."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:3021
#, kde-format
msgid "Select a guide star to calibrate."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. i18n: ectx: property (title), widget (QGroupBox, controlGroup)
#. +> trunk5
#: ekos/guide/guide.ui:37 ekos/guide/internalguide/guider.ui:657
#, kde-format
msgid "Control"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, subFrameCheck)
#. +> trunk5
#: ekos/guide/guide.ui:92
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Subframe the image around the guide star. Before checking this option, you must <span style=\" font-weight:600;\">first</span> capture an image and select a guide star. Uncheck it to take a full frame again.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, subFrameCheck)
#. +> trunk5
#: ekos/guide/guide.ui:95 ekos/guide/internalguide/guider.ui:250
#, kde-format
msgid "Subframe"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, darkFrameCheck)
#. +> trunk5
#: ekos/guide/guide.ui:102
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Subtract dark frame. If no dark frame is available, a new dark frame shall be captured and saved for future use.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, loopB)
#. +> trunk5
#: ekos/guide/guide.ui:112
#, kde-format
msgid "Loop"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, clearCalibrationB)
#. +> trunk5
#: ekos/guide/guide.ui:131
#, kde-format
msgid "Clear calibration data."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, manualDitherB)
#. +> trunk5
#: ekos/guide/guide.ui:186
#, kde-format
msgid "Manual Dither"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_2)
#. +> trunk5
#: ekos/guide/guide.ui:228
#, kde-format
msgid "Select which device receives the guiding correction commands."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/guide/guide.ui:231
#, kde-format
msgid "Via:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_5)
#. +> trunk5
#: ekos/guide/guide.ui:241
#, kde-format
msgid "Guide star tracking box size. Box size must be set in accordance to the selected star size."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: ekos/guide/guide.ui:244
#, kde-format
msgid "Box:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, externalDisconnectB)
#. +> trunk5
#: ekos/guide/guide.ui:254
#, kde-format
msgid "Disconnect from external guiding application."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, swapCheck)
#. +> trunk5
#: ekos/guide/guide.ui:264 ekos/guide/internalguide/guider.ui:683
#, kde-format
msgid "Swap DEC direction pulses. This value is determined automatically from the calibration procedure, only override if necessary."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, swapCheck)
#. +> trunk5
#: ekos/guide/guide.ui:270 ekos/guide/internalguide/guider.ui:686
#, kde-format
msgid "Swap"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, boxSizeCombo)
#. +> trunk5
#: ekos/guide/guide.ui:281
#, kde-format
msgid "8"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, boxSizeCombo)
#. +> trunk5
#: ekos/guide/guide.ui:286
#, kde-format
msgid "16"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, boxSizeCombo)
#. +> trunk5
#: ekos/guide/guide.ui:291
#, kde-format
msgid "32"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, boxSizeCombo)
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideRegionAxis)
#. +> trunk5
-#: ekos/guide/guide.ui:296 ekos/guide/opsguide.ui:415
+#: ekos/guide/guide.ui:296 ekos/guide/opsguide.ui:427
#, kde-format
msgid "64"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, boxSizeCombo)
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideRegionAxis)
#. +> trunk5
-#: ekos/guide/guide.ui:301 ekos/guide/opsguide.ui:420
+#: ekos/guide/guide.ui:301 ekos/guide/opsguide.ui:432
#, kde-format
msgid "128"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_4)
#. +> trunk5
#: ekos/guide/guide.ui:309
#, kde-format
msgid "Guide camera binning. It is recommended to set binning to 2x2 or higher."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_9)
#. +> trunk5
#: ekos/guide/guide.ui:322
#, kde-format
msgid "Directions"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/guide/guide.ui:332
#, kde-format
msgid "Effects"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, northControlCheck)
#. +> trunk5
#: ekos/guide/guide.ui:344
#, kde-format
msgid "North Direction Guiding"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, southControlCheck)
#. +> trunk5
#: ekos/guide/guide.ui:354
#, kde-format
msgid "South Direction Guiding"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, southControlCheck)
#. i18n: ectx: property (text), widget (QCheckBox, westControlCheck)
#. +> trunk5
#: ekos/guide/guide.ui:357 ekos/guide/guide.ui:452
#: kstarslite/qml/indi/modules/MotionControl.qml:275
#, kde-format, kde-kuit-format
msgid "-"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, checkBox_DirDEC)
#. +> trunk5
#: ekos/guide/guide.ui:366
#, kde-format
msgid "Guide Declination Axis"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, checkBox_DirRA)
#. +> trunk5
#: ekos/guide/guide.ui:379
#, kde-format
msgid "Guide Right Ascention Axis"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/guide/guide.ui:392 ekos/profileeditor.ui:378
#, kde-format
msgid "Guider:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, externalConnectB)
#. +> trunk5
#: ekos/guide/guide.ui:424
#, kde-format
msgid "Connect to external guiding application."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, eastControlCheck)
#. +> trunk5
#: ekos/guide/guide.ui:439
#, kde-format
msgid "East Direction Guiding"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, westControlCheck)
#. +> trunk5
#: ekos/guide/guide.ui:449
#, kde-format
msgid "West Direction Guiding"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, infoGroup)
#. +> trunk5
#: ekos/guide/guide.ui:466
#, kde-format
msgid "Guide Info"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/guide/guide.ui:492
#, kde-format
msgid "Scope:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, FOVScopeCombo)
#. +> trunk5
#: ekos/guide/guide.ui:505
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Select which telescope to use when performing Field of View calculations.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_3)
#. +> trunk5
#: ekos/guide/guide.ui:529
#, kde-format
msgid "Mount guiding rate. Find out the guiding rate used by your mount and update the value here to get the <b>recommended</b> value of proportional gain suitable for your mount. Setting this value <b>does not</b> change your mount guiding rate."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_3)
#. +> trunk5
#: ekos/guide/guide.ui:532
#, kde-format
msgid "Guiding rate"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, spinBox_GuideRate)
#. +> trunk5
#: ekos/guide/guide.ui:539
#, kde-format
msgid "Mount guiding rate (x15\"/sec)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_RecommendedGain)
#. +> trunk5
#: ekos/guide/guide.ui:558
#, kde-format
msgid "<b>Recommended</b> proportional rate given the selected guiding rate."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_5)
#. +> trunk5
#: ekos/guide/guide.ui:585
#, kde-format
msgid "Focal"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_Focal)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/guide/guide.ui:592 ekos/mount/mount.ui:85 ekos/mount/mount.ui:129
#, kde-format
msgid "Focal Length (mm)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_6)
#. +> trunk5
#: ekos/guide/guide.ui:614
#, kde-format
msgid "Aperture"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_Aperture)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/guide/guide.ui:621 ekos/mount/mount.ui:65 ekos/mount/mount.ui:162
#, kde-format
msgid "Aperture (mm)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_7)
#. +> trunk5
#: ekos/guide/guide.ui:640
#, kde-format
msgid "Focal Ratio"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_7)
#. +> trunk5
#: ekos/guide/guide.ui:643 ekos/guide/internalguide/guider.ui:434
#, kde-format
msgid "F/D"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_8)
#. +> trunk5
#: ekos/guide/guide.ui:666
#, kde-format
msgid "FOV"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_FOV)
#. +> trunk5
#: ekos/guide/guide.ui:673
#, kde-format
msgid "Field of View (arcmin)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_FOV)
#. +> trunk5
#: ekos/guide/guide.ui:682 ekos/guide/internalguide/guider.ui:470
#, kde-format
msgid "YYxYY"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_17)
#. +> trunk5
#: ekos/guide/guide.ui:706
#, kde-format
msgid "Pulse Length (ms)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_16)
#. +> trunk5
#: ekos/guide/guide.ui:713
#, kde-format
msgid "Guiding Delta \""
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_PulseRA)
#. +> trunk5
#: ekos/guide/guide.ui:725
#, kde-format
msgid "Generated RA pulse"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_PulseDEC)
#. +> trunk5
#: ekos/guide/guide.ui:744
#, kde-format
msgid "Generated DEC pulse"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_DeltaRA)
#. +> trunk5
#: ekos/guide/guide.ui:770
#, kde-format
msgid "Immediate Guiding RA deviation in arcseconds"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_DeltaDEC)
#. +> trunk5
#: ekos/guide/guide.ui:789
#, kde-format
msgid "Immediate Guiding DEC deviation in arcseconds"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_20)
#. +> trunk5
#: ekos/guide/guide.ui:812
#, kde-format
msgid "RA Guiding RMS error"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_20)
#. +> trunk5
#: ekos/guide/guide.ui:815
#, kde-format
msgid "RA RMS\""
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_21)
#. +> trunk5
#: ekos/guide/guide.ui:845
#, kde-format
msgid "DEC Guiding RMS error"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_21)
#. +> trunk5
#: ekos/guide/guide.ui:848
#, kde-format
msgid "DE RMS\""
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/guide/guide.ui:876
#, kde-format
msgid "<b>Total RMS\"</b>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_TotalRMS)
#. +> trunk5
#: ekos/guide/guide.ui:895
#, kde-format
msgid "xxx"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, driftGraphicsGroup)
#. +> trunk5
#: ekos/guide/guide.ui:973
#, kde-format
msgid "Drift Graphics"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSlider, correctionSlider)
#. +> trunk5
#: ekos/guide/guide.ui:1047
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Drag the slider to adjust the scale of the Corrections Graphs relative to the scale of the drift graphs.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab)
#. +> trunk5
#: ekos/guide/guide.ui:1094
#, kde-format
msgid "Control parameters"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, controlGroup)
#. +> trunk5
#: ekos/guide/guide.ui:1112
#, kde-format
msgid "Control Parameters"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_11)
#. +> trunk5
#: ekos/guide/guide.ui:1145
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Proportional term accounts for present values of the error. For example, if the error is large and positive, the guider corrective pulse will also be large and positive.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_11)
#. +> trunk5
#: ekos/guide/guide.ui:1148 ekos/guide/internalguide/guider.ui:728
#, kde-format
msgid "Proportional gain"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_12)
#. +> trunk5
#: ekos/guide/guide.ui:1175
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Integral term accounts for past values of the error. For example, if the current pulse is not sufficiently strong, the integral of the error will accumulate over time, and the guider will respond by applying a stronger action.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_12)
#. +> trunk5
#: ekos/guide/guide.ui:1178 ekos/guide/internalguide/guider.ui:755
#, kde-format
msgid "Integral gain"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_13)
#. +> trunk5
#: ekos/guide/guide.ui:1208
#, kde-format
msgid "Derivative term accounts for possible future trends of the error, based on its current rate of change."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_13)
#. +> trunk5
#: ekos/guide/guide.ui:1211 ekos/guide/internalguide/guider.ui:782
#, kde-format
msgid "Derivative gain"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_14)
#. +> trunk5
#: ekos/guide/guide.ui:1244
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Maximum guide pulse that is generated by the guider and sent to the mount.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_14)
#. +> trunk5
#: ekos/guide/guide.ui:1247 ekos/guide/internalguide/guider.ui:809
#, kde-format
msgid "Maximum pulse"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_15)
#. +> trunk5
#: ekos/guide/guide.ui:1268
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Minimum guide pulse that is sent to the mount. If the generated pulse is less than this value, then no pulse is sent to the mount.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_15)
#. +> trunk5
#: ekos/guide/guide.ui:1271 ekos/guide/internalguide/guider.ui:830
#, kde-format
msgid "Minimum pulse"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_23)
#. +> trunk5
#: ekos/guide/guide.ui:1295 ekos/guide/internalguide/guider.ui:851
#, kde-format
msgid "AO Limits"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, spinBox_AOLimit)
#. +> trunk5
#: ekos/guide/guide.ui:1305 ekos/guide/internalguide/guider.ui:861
#, kde-format
msgid "Maximum deviation to correct for using Adaptive Optics unit. If the guiding deviation exceeds this value, Ekos will guide the mount mechanically"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_24)
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5
#: ekos/guide/guide.ui:1327 ekos/guide/internalguide/guider.ui:880
#: ekos/guide/opsguide.ui:148
#, kde-format
msgid "arcsecs"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_2)
#. +> trunk5
#: ekos/guide/guide.ui:1340
#, kde-format
msgid "Drift Plot"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: ekos/guide/guide.ui:1394
#, kde-format
msgid " Graph:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, showRAPlotCheck)
#. +> trunk5
#: ekos/guide/guide.ui:1409
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Display the RA graph in the Drift Graphics plot.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, showRAPlotCheck)
#. +> trunk5
#: ekos/guide/guide.ui:1412
#, kde-format
msgid "RA "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, showRACorrectionsCheck)
#. +> trunk5
#: ekos/guide/guide.ui:1422
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Display the RA Corrections graph in the Drift Graphics plot.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, showRACorrectionsCheck)
#. i18n: ectx: property (text), widget (QCheckBox, showDECorrectionsCheck)
#. +> trunk5
#: ekos/guide/guide.ui:1425 ekos/guide/guide.ui:1458
#, kde-format
msgid "Corr"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, showDECPlotCheck)
#. +> trunk5
#: ekos/guide/guide.ui:1442
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Display DEC graph in the Drift Graphics plot.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, showDECorrectionsCheck)
#. +> trunk5
#: ekos/guide/guide.ui:1455
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Display the DEC Corrections graph in the Drift Graphics plot.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/guide/guide.ui:1467
#, kde-format
msgid "Trace:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSlider, guideSlider)
#. +> trunk5
#: ekos/guide/guide.ui:1474
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Drag the slider to scroll through guide history while displaying the RA and DEC error points on both graphs. Dragging to the far right will set the guide plots to display the latest guide data and autoscroll the graph.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, latestCheck)
#. +> trunk5
#: ekos/guide/guide.ui:1490
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Check to display the latest guide data and autoscroll the graph.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, latestCheck)
#. +> trunk5
#: ekos/guide/guide.ui:1493
#, kde-format
msgid "Max "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, guideAutoScaleGraphB)
#. +> trunk5
#: ekos/guide/guide.ui:1515
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Autoscale both Guide Graphs to their default scale. If any points are located outside this range, the view is expanded to include them (with the exception of the time axis in the drift graphics).</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, guideSaveDataB)
#. +> trunk5
#: ekos/guide/guide.ui:1537
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Export the guide data from the current session to a CSV file readable by a spreadsheet program.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, guideDataClearB)
#. +> trunk5
#: ekos/guide/guide.ui:1559
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Clear all the recent guide data.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, accuracyRadiusSpin)
#. +> trunk5
#: ekos/guide/guide.ui:1569
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Set the desired guiding accuracy in the Drift Plot. The number represents the radius of the green concentric circle in arcseconds.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pushButton_StartStop)
#. +> trunk5
#: ekos/guide/internalguide/guider.cpp:266
#: ekos/guide/internalguide/guider.cpp:278
#: ekos/guide/internalguide/guider.cpp:315
#: ekos/guide/internalguide/guider.ui:220
#, kde-format
msgid "Start Autoguide"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/guider.cpp:279
#, kde-format
msgid "Autoguiding stopped."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/guider.cpp:431
#, kde-format
msgid "Lost track of the guide star. Try increasing the square size and check the mount."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/guider.cpp:449
#, kde-format
msgid "Lost track of the guide star. Aborting guiding..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/guider.cpp:521
#, kde-format
msgid "Autoguiding failed with errors"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/guider.cpp:701
#, kde-format
msgid "Disconnect PHD2"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/guider.cpp:710
#, kde-format
msgid "Connect PHD2"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, driftGraphicsGroup)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:63
#, kde-format
msgid "Drift graphics"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_1)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:123
#, kde-format
msgid "X scale(frm.)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_2)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:140
#, kde-format
msgid "Y scale(\")"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, connectPHD2B)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:230
#, kde-format
msgid "Connect External"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_19)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:237 ekos/guide/opsguide.ui:53
#, kde-format
msgid "Algorithm"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, subFrameCheck)
#. i18n: ectx: property (toolTip), widget (QCheckBox, ditherCheck)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:247
#: ekos/guide/internalguide/guider.ui:257
#, kde-format
msgid "Subframe the image around the guide star"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, ditherCheck)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DitherEnabled)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:260 ekos/guide/opsguide.ui:181
#: ekos/guide/opsguide.ui:195
#, kde-format
msgid "Dither"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, rapidGuideCheck)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_RapidGuideEnabled)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:297 ekos/guide/opsguide.ui:171
#, kde-format
msgid "Rapid Guide"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_3)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:342
#, kde-format
msgid "Mount guiding rate"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_3)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:345
#, kde-format
msgid "Guiding rate,x15\"/sec"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_RecommendedGain)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:368
#, kde-format
msgid "Recommended proportional rate"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_5)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:385
#, kde-format
msgid "Focal,mm"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_6)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:411
#, kde-format
msgid "Aperture,mm"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_8)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:457
#, kde-format
msgid "FOV,'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_16)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:494
#, kde-format
msgid "Delta ,\""
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_17)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:540
#, kde-format
msgid "Pulse duration, ms"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_20)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:591
#, kde-format
msgid "Sig(RA)\""
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_21)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:624
#, kde-format
msgid "Sig(DEC)\""
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_9)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:700
#, kde-format
msgid "Enable directions"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:233
#, kde-format
msgid "Warning: Dithering failed. Autoguiding shall continue as set in the options in case of dither failure."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:283
#: ekos/guide/internalguide/rcalibration.cpp:260
#, kde-format
msgid "%1 info are missing. Please set the values in INDI Control Panel."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:284
#, kde-format
msgid "Missing Information"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:327
#: ekos/guide/internalguide/rcalibration.cpp:320
#, kde-format
msgid "Lost track of the guide star. Try increasing the square size or reducing pulse duration."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:390
#, kde-format
msgid "RA drifting forward..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:444
#, kde-format
msgid "RA drifting reverse..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:448
#: ekos/guide/internalguide/internalguider.cpp:580
#: ekos/guide/internalguide/internalguider.cpp:756
#, kde-format
msgid "Calibration rejected. Star drift is too short. Check for mount, cable, or backlash problems."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:454
#: ekos/guide/internalguide/internalguider.cpp:545
#: ekos/guide/internalguide/internalguider.cpp:587
#: ekos/guide/internalguide/internalguider.cpp:641
#: ekos/guide/internalguide/internalguider.cpp:727
#: ekos/guide/internalguide/internalguider.cpp:763
#: ekos/guide/internalguide/rcalibration.cpp:463
#: ekos/guide/internalguide/rcalibration.cpp:629
#: ekos/guide/internalguide/rcalibration.cpp:690
#: ekos/guide/internalguide/rcalibration.cpp:803
#: ekos/guide/internalguide/rcalibration.cpp:845
#, kde-format
msgid "Guiding calibration failed with errors"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:539
#, kde-format
msgid "Guide RA: Scope cannot reach the start point after %1 iteration. Possible mount or backlash problems..."
msgid_plural "GUIDE_RA: Scope cannot reach the start point after %1 iterations. Possible mount or backlash problems..."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:565
#, kde-format
msgid "DEC drifting forward..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:576
#: ekos/guide/internalguide/internalguider.cpp:749
#: ekos/guide/internalguide/rcalibration.cpp:421
#: ekos/guide/internalguide/rcalibration.cpp:451
#: ekos/guide/internalguide/rcalibration.cpp:673
#: ekos/guide/internalguide/rcalibration.cpp:827
#, kde-format
msgid "Guiding calibration completed successfully"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:625
#, kde-format
msgid "DEC drifting reverse..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:634
#: ekos/guide/internalguide/internalguider.cpp:720
#, kde-format
msgid ""
"Guide DEC: Scope cannot reach the start point after %1 iteration.\n"
"Possible mount or backlash problems..."
msgid_plural ""
"GUIDE DEC: Scope cannot reach the start point after %1 iterations.\n"
"Possible mount or backlash problems..."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:740
#: ekos/guide/internalguide/rcalibration.cpp:414
#: ekos/guide/internalguide/rcalibration.cpp:816
#, kde-format
msgid "DEC swap enabled."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:742
#: ekos/guide/internalguide/rcalibration.cpp:416
#: ekos/guide/internalguide/rcalibration.cpp:818
#, kde-format
msgid "DEC swap disabled."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:921
#, kde-format
msgid "Lost track of the guide star. Searching for guide stars..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:923
#, kde-format
msgid "Delta RMS threshold value exceeded. Searching for guide stars..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:1001
#, kde-format
msgid "Lost track of phase shift."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:1020
#, kde-format
msgid "Lost track of phase shift. Aborting guiding..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:1226
#, kde-format
msgid "Failed to find any suitable guide stars. Aborting..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:227
#, kde-format
msgid "Cannot calibrate while autoguiding is active."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:373
#, kde-format
msgid "Stop GUIDE_RA"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:379
#, kde-format
msgid "Drift scope in RA. Press stop when done."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:400
#, kde-format
msgid "Stop GUIDE_DEC"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:401
#, kde-format
msgid "Drift scope in DEC. Press Stop when done."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:430
#: ekos/guide/internalguide/rcalibration.cpp:459
#, kde-format
msgid "Calibration rejected. Start drift is too short."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:502
#: skycomponents/satellitescomponent.cpp:154 tools/conjunctions.cpp:336
#, kde-format
msgid "Abort"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:504
#, kde-format
msgid "GUIDE_RA drifting forward..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:563
#, kde-format
msgid "GUIDE_RA drifting reverse..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:614
#: ekos/guide/internalguide/rcalibration.cpp:621
#, kde-format
msgid "GUIDE_RA: Scope cannot reach the start point after %1 iteration. Possible mount or drive problems..."
msgid_plural "GUIDE_RA: Scope cannot reach the start point after %1 iterations. Possible mount or drive problems..."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:620
#: ekos/guide/internalguide/rcalibration.cpp:794
#, kde-format
msgid "Warning"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:659
#, kde-format
msgid "GUIDE_DEC drifting forward..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:680
#: ekos/guide/internalguide/rcalibration.cpp:682
#: ekos/guide/internalguide/rcalibration.cpp:835
#: ekos/guide/internalguide/rcalibration.cpp:837
#, kde-format
msgid "Calibration rejected. Star drift is too short."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:731
#, kde-format
msgid "GUIDE_DEC drifting reverse..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:788
#: ekos/guide/internalguide/rcalibration.cpp:795
#, kde-format
msgid ""
"GUIDE_DEC: Scope cannot reach the start point after %1 iteration.\n"
"Possible mount or drive problems..."
msgid_plural ""
"GUIDE_DEC: Scope cannot reach the start point after %1 iterations.\n"
"Possible mount or drive problems..."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:912
#, kde-format
msgid "Image captured..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:929
#, kde-format
msgid "Failed to automatically select a guide star. Please select a guide star..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_29)
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.ui:40 ekos/guide/opscalibration.ui:55
#, kde-format
msgid "Pulse:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, twoAxisCheck)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_TwoAxisEnabled)
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.ui:65 ekos/guide/opscalibration.ui:100
#, kde-format
msgid "Two axis"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, autoStarCheck)
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_GuideAutoStarEnabled)
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.ui:75 ekos/guide/opscalibration.ui:110
#, kde-format
msgid "Automatically select the calibration star."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, autoStarCheck)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_GuideAutoStarEnabled)
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.ui:78 ekos/guide/opscalibration.ui:113
#, kde-format
msgid "Auto Star"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, autoSquareSizeCheck)
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_GuideAutoSquareSizeEnabled)
#. i18n: ectx: label, entry (GuideAutoSquareSizeEnabled), group (Guide)
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.ui:91
#: ekos/guide/opscalibration.ui:126 kstars.kcfg:1959
#, kde-format
msgid "Automatically select the square size based on the selected star width."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, autoSquareSizeCheck)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_GuideAutoSquareSizeEnabled)
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.ui:94 ekos/guide/opscalibration.ui:129
#, kde-format
msgid "Auto Square Size"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_26)
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.ui:132
#, kde-format
msgid "reticle-X"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_27)
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.ui:139
#, kde-format
msgid "reticle-Y"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_28)
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.ui:149
#, kde-format
msgid "reticle-Angle"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, autoModeCheck)
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.ui:204
#, kde-format
msgid "Auto mode"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, ManualDither)
#. +> trunk5
#: ekos/guide/manualdither.ui:14
#, kde-format
msgid "Manual Dithering"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/guide/opscalibration.ui:91
#, kde-format
msgid "Iterations:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: ekos/guide/opscalibration.ui:152
#, kde-format
msgid "Reticle"
msgstr ""
#. +> trunk5
#: ekos/guide/opsguide.cpp:38 ekos/opsekos.cpp:54
#, kde-format
msgid "You must restart KStars for this change to take effect."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideAlgorithm)
#. +> trunk5
#: ekos/guide/opsguide.ui:67
#, kde-format
msgid "Smart"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideAlgorithm)
#. +> trunk5
#: ekos/guide/opsguide.ui:77
#, kde-format
msgid "Fast"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideAlgorithm)
#. +> trunk5
#: ekos/guide/opsguide.ui:82
#, kde-format
msgid "Auto Threshold"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideAlgorithm)
#. +> trunk5
#: ekos/guide/opsguide.ui:87
#, kde-format
msgid "No Threshold"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_11)
#. +> trunk5
#: ekos/guide/opsguide.ui:95
#, kde-format
msgid ""
"<html><head/><body>"
"<p>If star tracking is lost due to passing clouds or other reasons, wait this many seconds before giving up.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: ekos/guide/opsguide.ui:98
#, kde-format
msgid "Lost Star timeout"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. i18n: ectx: property (text), widget (QLabel, textLabelXplanetSecondes)
#. +> trunk5
-#: ekos/guide/opsguide.ui:118 ekos/guide/opsguide.ui:286
-#: ekos/guide/opsguide.ui:307
+#: ekos/guide/opsguide.ui:118 ekos/guide/opsguide.ui:295
+#: ekos/guide/opsguide.ui:319
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:169
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:170
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:171
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:172
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:174
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:175
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:176
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:177
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:178 xplanet/opsxplanet.ui:249
#, kde-format
msgid "seconds"
msgid_plural "secs"
msgstr[0] ""
msgstr[1] ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_13)
#. +> trunk5
#: ekos/guide/opsguide.ui:125
#, kde-format
msgid "Maximum delta RMS permitted before stopping guide process and searching for new guide stars."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. +> trunk5
#: ekos/guide/opsguide.ui:128
#, kde-format
msgid "Max Delta RMS"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_GuideRemoteImagesEnabled)
#. +> trunk5
#: ekos/guide/opsguide.ui:158
#, kde-format
msgid "For external guiders, enable receiving guide images in Ekos."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_GuideRemoteImagesEnabled)
#. +> trunk5
#: ekos/guide/opsguide.ui:161
#, kde-format
msgid "Receive external guide frames"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_DitherEnabled)
#. +> trunk5
#: ekos/guide/opsguide.ui:192
#, kde-format
msgid "Move locked guiding square location after frame capture"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, kcfg_DitherPixels)
#. +> trunk5
#: ekos/guide/opsguide.ui:202
#, kde-format
msgid "Number of pixels to move the guiding square in a random direction."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_22)
#. +> trunk5
#: ekos/guide/opsguide.ui:221
#, kde-format
msgid "pixels every"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_DitherFrames)
#. +> trunk5
#: ekos/guide/opsguide.ui:228
#, kde-format
msgid "Dither after this many captured frames in the CCD module"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5
-#: ekos/guide/opsguide.ui:238 ekos/opsekos.ui:496
+#: ekos/guide/opsguide.ui:241 ekos/opsekos.ui:496
#, kde-format
msgid "frames"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, kcfg_DitherThreshold)
#. +> trunk5
-#: ekos/guide/opsguide.ui:255
+#: ekos/guide/opsguide.ui:258
#, kde-format
msgid "Maximum allowable distance for guiding to be considered settled."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_4)
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_DitherSettle)
#. i18n: ectx: label, entry (DitherSettle), group (Guide)
#. +> trunk5
-#: ekos/guide/opsguide.ui:269 ekos/guide/opsguide.ui:279 kstars.kcfg:2003
+#: ekos/guide/opsguide.ui:275 ekos/guide/opsguide.ui:285 kstars.kcfg:2003
#, kde-format
msgid "After dither is successful, wait for this many seconds before proceeding."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
-#: ekos/guide/opsguide.ui:293
+#: ekos/guide/opsguide.ui:302
#, kde-format
msgid "Timeout"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_DitherTimeout)
#. +> trunk5
-#: ekos/guide/opsguide.ui:300
+#: ekos/guide/opsguide.ui:309
#, kde-format
msgid "time limit for successful dither settling"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_3)
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_DitherMaxIterations)
#. +> trunk5
-#: ekos/guide/opsguide.ui:314 ekos/guide/opsguide.ui:324
+#: ekos/guide/opsguide.ui:326 ekos/guide/opsguide.ui:336
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Maximum dithering iteration attempts before giving up</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
-#: ekos/guide/opsguide.ui:317
+#: ekos/guide/opsguide.ui:329
#, kde-format
-msgid "Max, Iterations"
+msgid "Max. Iterations"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_DitherFailAbortsAutoGuide)
#. +> trunk5
-#: ekos/guide/opsguide.ui:339
+#: ekos/guide/opsguide.ui:351
#, kde-format
msgid ""
"<html><head/><body>"
"<p>If checked, autoguiding is aborted when dithering fails. Otherwise, guiding resumes normally.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DitherFailAbortsAutoGuide)
#. +> trunk5
-#: ekos/guide/opsguide.ui:342
+#: ekos/guide/opsguide.ui:354
#, kde-format
msgid "Abort Autoguide on failure"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_DitherNoGuiding)
#. +> trunk5
-#: ekos/guide/opsguide.ui:351
+#: ekos/guide/opsguide.ui:363
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Perform dithering when not guiding.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DitherNoGuiding)
#. +> trunk5
-#: ekos/guide/opsguide.ui:354
+#: ekos/guide/opsguide.ui:366
#, kde-format
msgid "Non-Guide Dither Pulse"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_DitherNoGuidingPulse)
#. +> trunk5
-#: ekos/guide/opsguide.ui:361
+#: ekos/guide/opsguide.ui:373
#, kde-format
msgid "Pulse length in milliseconds to command mount motion in a random direction"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
-#: ekos/guide/opsguide.ui:377
+#: ekos/guide/opsguide.ui:389
#, kde-format
msgid "ms"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
-#: ekos/guide/opsguide.ui:392
+#: ekos/guide/opsguide.ui:404
#, kde-format
msgid "Image Guiding"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ImageGuidingEnabled)
#. +> trunk5
-#: ekos/guide/opsguide.ui:398
+#: ekos/guide/opsguide.ui:410
#, kde-format
msgid "Use Image Guiding"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
-#: ekos/guide/opsguide.ui:407
+#: ekos/guide/opsguide.ui:419
#, kde-format
msgid "Region Axis:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideRegionAxis)
#. +> trunk5
-#: ekos/guide/opsguide.ui:425
+#: ekos/guide/opsguide.ui:437
#, kde-format
msgid "256"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideRegionAxis)
#. +> trunk5
-#: ekos/guide/opsguide.ui:430
+#: ekos/guide/opsguide.ui:442
#, kde-format
msgid "512"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideRegionAxis)
#. +> trunk5
-#: ekos/guide/opsguide.ui:435
+#: ekos/guide/opsguide.ui:447
#, kde-format
msgid "1024"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, mountToolBoxB)
#. +> trunk5
#: ekos/mount/mount.cpp:111 ekos/mount/mount.ui:540
#, kde-format
msgid "Mount Control"
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:212 ekos/mount/mount.cpp:604
#, kde-format
msgid "%1 guide scope"
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:300
#, kde-format
msgid "Are you sure you want to turn off mount tracking?"
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:301
#, kde-format
msgid "Mount Tracking"
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:407
#, kde-format
msgid "Telescope altitude is below minimum altitude limit of %1. Aborting motion..."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:422
#, kde-format
msgid "Telescope altitude is above maximum altitude limit of %1. Aborting motion..."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:489
#, kde-format
msgid "Error syncing telescope info. Please fill telescope aperture and focal length."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:491
#, kde-format
msgid "Error syncing telescope info. Check INDI control panel for more details."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:501
#, kde-format
msgid "Telescope info updated successfully."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:558
#, kde-format
msgctxt "Message shown in Ekos Mount module"
msgid "%1"
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:633
#, kde-format
msgid "Failed to save telescope information."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:865
#, kde-format
msgid "Warning: Overriding %1 configuration."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:997
#, kde-format
msgid "Alignment Model cleared."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:1001
#, kde-format
msgid "Failed to clear Alignment Model."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:1014
#, kde-format
msgid "GPS is detected. Do you want to switch time and location source to GPS?"
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:1015
#, kde-format
msgid "GPS Settings"
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:1029
#, kde-format
msgid "GPS driver detected. KStars and mount time and location settings are now synced to the GPS driver."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:1130
#, kde-format
msgid "Parking time cannot be in the past."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:1138
#, kde-format
msgid "Parking time must be within 24 hours of current time."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:1142
#, kde-format
msgid "Caution: do not use Auto Park while scheduler is active."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:1161
#, kde-format
msgid "Parking timer is up."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:1170
#, kde-format
msgid "Starting auto park..."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, primaryScopeGroup)
#. +> trunk5
#: ekos/mount/mount.ui:44
#, kde-format
msgid "Primary Telescope"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, guideScopeGroup)
#. +> trunk5
#: ekos/mount/mount.ui:108
#, kde-format
msgid "Guide Telescope"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: ekos/mount/mount.ui:176
#, kde-format
msgid "Configurations"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, scopeConfigCombo)
#. +> trunk5
#: ekos/mount/mount.ui:183
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Scope configuration index. You can define up to 6 different combinations of primary and secondary scopes.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, scopeConfigNameEdit)
#. +> trunk5
#: ekos/mount/mount.ui:190
#, kde-format
msgid "Configuration label"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, saveB)
#. +> trunk5
#: ekos/mount/mount.ui:210
#, kde-format
msgid "Save telescope information in configuration file"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, saveB)
#. +> trunk5
#: ekos/mount/mount.ui:213
#, kde-format
msgid "Save Telescope Info"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/mount/mount.ui:283
#, kde-format
msgid "AZ"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/mount/mount.ui:300
#, kde-format
msgid "ALT"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_9)
#. +> trunk5
#: ekos/mount/mount.ui:314
#, kde-format
msgid "Hour Angle"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: ekos/mount/mount.ui:317
#, kde-format
msgid "HA"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_10)
#. +> trunk5
#: ekos/mount/mount.ui:331
#, kde-format
msgid "Local Sidereal TIme"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/mount/mount.ui:334
#, kde-format
msgid "LST"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, parkB)
#. +> trunk5
#: ekos/mount/mount.ui:356
#, kde-format
msgid "Park"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, unparkB)
#. +> trunk5
#: ekos/mount/mount.ui:366
#, kde-format
msgid "UnPark"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearAlignmentModelB)
#. +> trunk5
#: ekos/mount/mount.ui:386
#, kde-format
msgid "Clear Alignment Model"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, AutoPark)
#. +> trunk5
#: ekos/mount/mount.ui:395
#, kde-format
msgid "Auto Park"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5
#: ekos/mount/mount.ui:416
#, kde-format
msgid "Park At:"
msgstr ""
#. i18n: ectx: property (displayFormat), widget (QDateTimeEdit, startupTimeEdit)
#. i18n: ectx: property (displayFormat), widget (QDateTimeEdit, completionTimeEdit)
#. +> trunk5
#: ekos/mount/mount.ui:423 ekos/scheduler/scheduler.ui:926
#: ekos/scheduler/scheduler.ui:1231
#, kde-format
msgid "dd/MM/yy hh:mm"
msgstr ""
#. i18n: ectx: property (shortcut), widget (QPushButton, mountToolBoxB)
#. +> trunk5
#: ekos/mount/mount.ui:553
#, kde-format
msgid "Ctrl+S"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, trackingGroup)
#. +> trunk5
#: ekos/mount/mount.ui:563 indi/inditelescope.cpp:1109
#, kde-format
msgid "Tracking"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, trackOnB)
#. +> trunk5
#: ekos/mount/mount.ui:604
#, kde-format
msgid "ON"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, trackOffB)
#. +> trunk5
#: ekos/mount/mount.ui:637
#, kde-format
msgid "OFF"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, LimitGroup)
#. +> trunk5
#: ekos/mount/mount.ui:650 tools/scriptbuilder.cpp:717
#, kde-format
msgid "Limits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, enableLimitsCheck)
#. +> trunk5
#: ekos/mount/mount.ui:690
#, kde-format
msgid "Enable Limits"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, minAltLabel)
#. i18n: ectx: whatsthis, entry (MinimumAltLimit), group (Mount)
#. +> trunk5
#: ekos/mount/mount.ui:700 kstars.kcfg:1489
#, kde-format
msgid "Minimum telescope altitude limit. If the telescope is below this limit, it will be commanded to stop."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, minAltLabel)
#. +> trunk5
#: ekos/mount/mount.ui:703
#, kde-format
msgid "Min. Alt:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, maxAltLabel)
#. +> trunk5
#: ekos/mount/mount.ui:713
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Maximum telescope altitude limit. If the telescope is above this limit, it will be commanded to stop.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, maxAltLabel)
#. +> trunk5
#: ekos/mount/mount.ui:716
#, kde-format
msgid "Max. Alt:"
msgstr ""
#. +> trunk5
#: ekos/opsekos.cpp:101
#, kde-format
msgid "Are you sure you want to delete all dark frames images and data?"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QTabWidget, OpsEkos)
#. +> trunk5
#: ekos/opsekos.ui:14
#, kde-format
msgid "TabWidget"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5
#: ekos/opsekos.ui:29
#, kde-format
msgid "Configuration"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/opsekos.ui:35
#, kde-format
msgid "Load Device Configuration:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_neverLoadConfig)
#. +> trunk5
#: ekos/opsekos.ui:42
#, kde-format
msgid "Ne&ver"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_loadConfigOnConnection)
#. +> trunk5
#: ekos/opsekos.ui:52
#, kde-format
msgid "O&n connection"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_loadDefaultConfig)
#. +> trunk5
#: ekos/opsekos.ui:59
#, kde-format
msgid "Always &load defaults"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: ekos/opsekos.ui:76
#, kde-format
msgid "Icons Orientation:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_EkosTopIcons)
#. i18n: ectx: label, entry (EkosTopIcons), group (Ekos)
#. +> trunk5
#: ekos/opsekos.ui:83 kstars.kcfg:1442
#, kde-format
msgid "Ekos modules icons are placed on the top of pages"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_EkosTopIcons)
#. +> trunk5
#: ekos/opsekos.ui:86
#, kde-format
msgid "Top"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_EkosLeftIcons)
#. +> trunk5
#: ekos/opsekos.ui:99
#, kde-format
msgid "Ekos module icons are placed to the left of pages"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_EkosLeftIcons)
#. +> trunk5
#: ekos/opsekos.ui:102
#, kde-format
msgid "Left"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_independentWindowEkos)
#. +> trunk5
#: ekos/opsekos.ui:127
#, kde-format
msgid "Make Ekos window independent from KStars main window. Requires restart to take effect."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_independentWindowEkos)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_independentWindowFITS)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_independentWindowINDI)
#. +> trunk5
#: ekos/opsekos.ui:130 fitsviewer/opsfits.ui:107 indi/opsindi.ui:407
#, kde-format
msgid "Independent Window"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, leadTimeLabel)
#. +> trunk5
#: ekos/opsekos.ui:161
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Lead time is the minimum time in minutes between jobs. The scheduler starts execution of a job before its scheduled startup time by this lead time. Early execution is useful as focusing, alignment, and guiding procedures may take prolonged periods to time to complete.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, leadTimeLabel)
#. +> trunk5
#: ekos/opsekos.ui:164
#, kde-format
msgid "Lead Time:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, preDawnLabel)
#. +> trunk5
#: ekos/opsekos.ui:174
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Do not permit jobs to be scheduled or executed past this many minutes before dawn.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, preDawnLabel)
#. +> trunk5
#: ekos/opsekos.ui:177
#, kde-format
msgid "Pre-dawn"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_PreemptiveShutdown)
#. +> trunk5
#: ekos/opsekos.ui:187
#, kde-format
msgid ""
"<html><head/><body>"
"<p>In case no scheduler job is scheduled for this many hours, perform a complete shutdown procedure and restart observatory operations once the next job is ready.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_PreemptiveShutdown)
#. +> trunk5
#: ekos/opsekos.ui:190
#, kde-format
msgid "Pre-emptive shutdown"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, kcfg_PreemptiveShutdownTime)
#. +> trunk5
#: ekos/opsekos.ui:197
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Pre-emptive shutdown hours</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ResetMountModelOnAlignFail)
#. +> trunk5
#: ekos/opsekos.ui:221
#, kde-format
msgid "Reset Mount Model On Alignment Failure"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kfcg_ResetMountModelBeforeJob)
#. +> trunk5
#: ekos/opsekos.ui:228
#, kde-format
msgid "Reset Mount Model Before Starting Each Job"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ResetGuideCalibration)
#. +> trunk5
#: ekos/opsekos.ui:235
#, kde-format
msgid ""
"<html><head/><body>"
"<p>When guiding is started, always clear calibration. Turning off this option can lead to unpredictable guiding failures.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ResetGuideCalibration)
#. +> trunk5
#: ekos/opsekos.ui:241
#, kde-format
msgid "Always Reset Guide Calibration"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_RealignAfterCalibrationFailure)
#. +> trunk5
#: ekos/opsekos.ui:248
#, kde-format
msgid ""
"<html><head/><body>"
"<p>If guiding calibration fails then restart alignment process before proceeding to guiding recalibration process again. This can help recenter the target object in the field of view if the calibration process strayed too far off.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_RealignAfterCalibrationFailure)
#. +> trunk5
#: ekos/opsekos.ui:251
#, kde-format
msgid "Restart Alignment on Guiding Calibration Failure"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_StopEkosAfterShutdown)
#. +> trunk5
#: ekos/opsekos.ui:258
#, kde-format
msgid "After shutdown procedure is successfully executed, stop INDI and Ekos."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_StopEkosAfterShutdown)
#. +> trunk5
#: ekos/opsekos.ui:261
#, kde-format
msgid "Stop Ekos After Shutdown"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShutdownScriptTerminatesINDI)
#. +> trunk5
#: ekos/opsekos.ui:268
#, kde-format
msgid ""
"<html><head/><body>"
"<p>If the shutdown script terminates INDI server, enable this option so that no disconnection errors are generated.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShutdownScriptTerminatesINDI)
#. +> trunk5
#: ekos/opsekos.ui:271
#, kde-format
msgid "Shutdown Script Terminates INDI"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_SortSchedulerJobs)
#. +> trunk5
#: ekos/opsekos.ui:278
#, kde-format
msgid "High priority and altitude jobs are executed first"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_SortSchedulerJobs)
#. +> trunk5
#: ekos/opsekos.ui:281
#, kde-format
msgid "Sort jobs by Altitude and Priority"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. i18n: ectx: property (title), widget (QGroupBox, ObsListMiscOptions)
#. +> trunk5
#: ekos/opsekos.ui:323 options/opsadvanced.ui:833
#, kde-format
msgid "Miscellaneous"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. +> trunk5
#: ekos/opsekos.ui:331
#, kde-format
msgid "Maximum acceptable difference between requested and measured temperature set point. When the temperature threshold is below this value, the temperature set point request is deemed successful."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/opsekos.ui:334
#, kde-format
msgid "Temperature Threshold:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/opsekos.ui:357 ekos/opsekos.ui:630
#, kde-format
msgid "° C"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_13)
#. +> trunk5
#: ekos/opsekos.ui:377
#, kde-format
msgid "Wait this many seconds after guiding is resumed to stabilize the guiding performance before capture."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. +> trunk5
#: ekos/opsekos.ui:380
#, kde-format
msgid "Guiding Settle:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, kcfg_GuidingSettle)
#. +> trunk5
#: ekos/opsekos.ui:387
#, kde-format
msgid "Wait this many seconds after guiding is resumed before starting capture"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5
#: ekos/opsekos.ui:394
#, kde-format
msgid "Seconds"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_RememberJobProgress)
#. +> trunk5
#: ekos/opsekos.ui:403
#, kde-format
msgid "When loading a sequence file, resume the sequence starting from the last captured image, if any."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_RememberJobProgress)
#. +> trunk5
#: ekos/opsekos.ui:406
#, kde-format
msgid "Remember Job Progress"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ResetMountModelAfterMeridian)
#. +> trunk5
#: ekos/opsekos.ui:416
#, kde-format
msgid "Reset Mount Model After Meridian Flip"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_FlatSyncFocus)
#. +> trunk5
#: ekos/opsekos.ui:423
#, kde-format
msgid ""
"<html><head/><body>"
"<p>If using a filter wheel and an absolute position focuser, then always remember the focus position of the autofocus process for light frames in each filter. Before a flat frame is captured, the focuser is moved to the same focus point as light frames.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_FlatSyncFocus)
#. +> trunk5
#: ekos/opsekos.ui:426
#, kde-format
msgid "Capture flat frames at the same focus as light frames"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_useSummaryPreview)
#. +> trunk5
#: ekos/opsekos.ui:435
#, kde-format
msgid "Display received FITS in the Summary screen preview window."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_useSummaryPreview)
#. +> trunk5
#: ekos/opsekos.ui:438
#, kde-format
msgid "Summary Screen Preview"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, clearDSLRInfoB)
#. +> trunk5
#: ekos/opsekos.ui:458
#, kde-format
msgid "Clear saved DSLR sizes"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearDSLRInfoB)
#. +> trunk5
#: ekos/opsekos.ui:461
#, kde-format
msgid "Clear DSLR Info"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/opsekos.ui:473
#, kde-format
msgid "In-Sequence Focus"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. i18n: ectx: property (text), widget (QLabel, overlapUnits)
#. +> trunk5
#: ekos/opsekos.ui:523 ekos/scheduler/mosaic.ui:403
#, kde-format, no-c-format
msgid "%"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_5)
#. +> trunk5
#: ekos/opsekos.ui:530
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Set HFR Threshold percentage gain. When an autofocus operation is completed, the autofocus HFR value is increased by this threshold percentage value and stored within the capture module. If In-Sequence-Focus is engaged, the autofocus module only performs autofocusing procedure if current HFR value exceeds the capture module HFR threshold. Increase value to permit more relaxed changes in HFR values without requiring a full autofocus run.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: ekos/opsekos.ui:533
#, kde-format
msgid "HFR Threshold Modifier:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_11)
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_InSequenceCheckFrames)
#. i18n: ectx: label, entry (InSequenceCheckFrames), group (Capture)
#. +> trunk5
#: ekos/opsekos.ui:540 ekos/opsekos.ui:550 kstars.kcfg:1611
#, kde-format
msgid "Run In-Sequence HFR check after this many frames."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: ekos/opsekos.ui:543
#, kde-format
msgid "In-Sequence HFR Check:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_SaveHFRToFile)
#. +> trunk5
#: ekos/opsekos.ui:565
#, kde-format
msgid ""
"<html><head/><body>"
"<p>In-Sequence HFR threshold value controls when the autofocus process is started. If the measured HFR value exceeds the HFR threshold, autofocus process is initiated. If the HFR threshold value is zero initially (default), then the autofocus process best HFR value is used to set the new HFR threshold, after applying the HFR threshold modifier percentage. This new HFR threshold is then used for subsequent In-Sequence focus checks. If this option is enabled, the HFR threshold value is constant and gets saved to the sequence file.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_SaveHFRToFile)
#. +> trunk5
#: ekos/opsekos.ui:568
#, kde-format
msgid "Save Sequence HFR Value to File"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, darkLibraryTab)
#. +> trunk5
#: ekos/opsekos.ui:592
#, kde-format
msgid "Dark Library"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, clearRowB)
#. +> trunk5
#: ekos/opsekos.ui:600
#, kde-format
msgid "Remove one row from the database and delete the associated dark frame from disk"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearRowB)
#. +> trunk5
#: ekos/opsekos.ui:603
#, kde-format
msgid "Clear Row"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_7)
#. i18n: ectx: label, entry (MaxDarkTemperatureDiff), group (DarkLibrary)
#. +> trunk5
#: ekos/opsekos.ui:610 kstars.kcfg:1476
#, kde-format
msgid "Maximum acceptable difference between current and recorded dark frame temperature set point. When the difference exceeds this value, a new dark frame shall be captured for this set point."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/opsekos.ui:613
#, kde-format
msgid "T. Threshold:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, clearAllB)
#. +> trunk5
#: ekos/opsekos.ui:620
#, kde-format
msgid "Remove all dark frames data and files"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearAllB)
#. +> trunk5
#: ekos/opsekos.ui:623
#, kde-format
msgid "Clear All"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_6)
#. i18n: ectx: label, entry (DarkLibraryDuration), group (Capture)
#. +> trunk5
#: ekos/opsekos.ui:637 kstars.kcfg:1615
#, kde-format
msgid "Reuse dark frames from the dark library for this many days. If exceeded, a new dark frame shall be captured and stored for future use."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/opsekos.ui:640
#, kde-format
msgid "Dark Validity"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, openDarksFolderB)
#. +> trunk5
#: ekos/opsekos.ui:676
#, kde-format
msgid "Open folder where dark frames are stored"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, openDarksFolderB)
#. +> trunk5
#: ekos/opsekos.ui:679
#, kde-format
msgid "Darks Folder"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/opsekos.ui:696 kstarslite/qml/modules/helpers/TimeSpinBox.qml:191
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:195
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:196
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:197
#: widgets/timespinbox.cpp:150 widgets/timespinbox.cpp:154
#: widgets/timespinbox.cpp:155 widgets/timespinbox.cpp:156
#, kde-format, kde-kuit-format
msgid "days"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearExpiredB)
#. +> trunk5
#: ekos/opsekos.ui:703
#, kde-format
msgid "Clear Expired"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QTableView, darkTableView)
#. +> trunk5
#: ekos/opsekos.ui:719
#, kde-format
msgid "Double click to load dark frame"
msgstr ""
#. +> trunk5
#: ekos/profileeditor.cpp:39
#, kde-format
msgid "Profile Editor"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, schedulerProfileCombo)
#. +> trunk5
#: ekos/profileeditor.cpp:93 ekos/profileeditor.cpp:95
-#: ekos/scheduler/scheduler.cpp:2562 ekos/scheduler/scheduler.cpp:5572
+#: ekos/scheduler/scheduler.cpp:2582 ekos/scheduler/scheduler.cpp:5671
#: ekos/scheduler/scheduler.ui:282 skycomponents/flagcomponent.cpp:44
#, kde-format
msgid "Default"
msgstr ""
#. +> trunk5
#: ekos/profileeditor.cpp:94 ekos/profileeditor.cpp:96
#, kde-format
msgid "Use scope data from INDI"
msgstr ""
#. +> trunk5
#: ekos/profileeditor.cpp:141
#, kde-format
msgid "Cannot save an empty profile."
msgstr ""
#. +> trunk5
#: ekos/profileeditor.cpp:565
#, kde-format
msgid "<nobr>Available as <b>Remote</b> Driver. To use locally, install the corresponding driver.<nobr/>"
msgstr ""
#. +> trunk5
#: ekos/profileeditor.cpp:567
#, kde-format
msgid "<nobr><b>Label</b>: %1 &#9473; <b>Driver</b>: %2 &#9473; <b>Exec</b>: %3<nobr/>"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, profileGroup)
#. +> trunk5
#: ekos/profileeditor.ui:32
#, kde-format
msgid "Profile"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, profileNameLabel)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_3)
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: ekos/profileeditor.ui:55 indi/indihostconf.ui:20 tools/altvstime.ui:54
#: tools/argfindobject.ui:21
#, kde-format
msgid "Name:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, autoConnectCheck)
#. +> trunk5
#: ekos/profileeditor.ui:65
#, kde-format
msgid ""
"<html><head/><body>"
"<p>After establishing connection with INDI server, automatically connect all devices.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, autoConnectCheck)
#. +> trunk5
#: ekos/profileeditor.ui:68
#, kde-format
msgid "Auto Connect"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, loadSiteCheck)
#. +> trunk5
#: ekos/profileeditor.ui:81
#, kde-format
msgid "Load current site settings when Ekos is online. This option should only be used when connecting to a remote geographic site."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, loadSiteCheck)
#. +> trunk5
#: ekos/profileeditor.ui:84
#, kde-format
msgid "Site Info"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, INDIWebManagerPort)
#. +> trunk5
#: ekos/profileeditor.ui:117
#, kde-format
msgid "INDI Web Manager port"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, INDIWebManagerPort)
#. +> trunk5
#: ekos/profileeditor.ui:120
#, kde-format
msgid "8624"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, remotePortLabel)
#. i18n: ectx: property (text), widget (QLabel, INDIWebManagerPortLabel)
#. i18n: ectx: property (text), widget (QLabel, externalGuidePortLabel)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, label_21)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#. +> trunk5
#: ekos/profileeditor.ui:130 ekos/profileeditor.ui:170
#: ekos/profileeditor.ui:291 ekos/profilewizard.ui:508
#: ekos/profilewizard.ui:697 indi/indihostconf.ui:40
#, kde-format
msgid "Port:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, openWebManagerB)
#. +> trunk5
#: ekos/profileeditor.ui:140
#, kde-format
msgid "Open Web Manager in browser"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, openWebManagerB)
#. +> trunk5
#: ekos/profileeditor.ui:143
#, kde-format
msgid "Web Manager"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, guidingTypeLabel)
#. +> trunk5
#: ekos/profileeditor.ui:160
#, kde-format
msgid "Guiding:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, modeLabel)
#. +> trunk5
#: ekos/profileeditor.ui:177
#, kde-format
msgid "Mode:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, remoteHostLabel)
#. i18n: ectx: property (text), widget (QLabel, externalGuideHostLabel)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label_20)
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: ekos/profileeditor.ui:187 ekos/profileeditor.ui:281
#: ekos/profilewizard.ui:494 ekos/profilewizard.ui:673 indi/indihostconf.ui:30
#, kde-format
msgid "Host:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, INDIWebManagerCheck)
#. +> trunk5
#: ekos/profileeditor.ui:210
#, kde-format
msgid "Store profile on remote INDI Web Manager. Use INDI Web Manager on the remote device to start/stop INDI server."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, INDIWebManagerCheck)
#. +> trunk5
#: ekos/profileeditor.ui:213
#, kde-format
msgid "INDI Web Manager"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, remotePort)
#. +> trunk5
#: ekos/profileeditor.ui:229
#, kde-format
msgid "Remote INDI Server Port"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, remotePort)
#. i18n: ectx: property (text), widget (QLineEdit, remotePortEdit)
#. i18n: ectx: property (text), widget (QLineEdit, stellarMatePort)
#. +> trunk5
#: ekos/profileeditor.ui:232 ekos/profilewizard.ui:515
#: ekos/profilewizard.ui:704
#, kde-format
msgid "7624"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, externalGuideHost)
#. +> trunk5
#: ekos/profileeditor.ui:248
#, kde-format
msgid "localhost"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, localMode)
#. +> trunk5
#: ekos/profileeditor.ui:298
#, kde-format
msgid "&Local"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, guideTypeCombo)
#. +> trunk5
#: ekos/profileeditor.ui:309
#, kde-format
msgid "Internal"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, guideTypeCombo)
#. i18n: ectx: property (text), widget (QRadioButton, usePHD2R)
#. +> trunk5
#: ekos/profileeditor.ui:314 ekos/profilewizard.ui:1064
#, kde-format
msgid "PHD2"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, guideTypeCombo)
#. +> trunk5
#: ekos/profileeditor.ui:319
#, kde-format
msgid "LinGuider"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: ekos/profileeditor.ui:332
#, kde-format
msgid "Select Devices"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_17)
#. +> trunk5
#: ekos/profileeditor.ui:351
#, kde-format
msgid "Auxliary #4"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_17)
#. +> trunk5
#: ekos/profileeditor.ui:354
#, kde-format
msgid "Aux 4:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_15)
#. +> trunk5
#: ekos/profileeditor.ui:411
#, kde-format
msgid "Auxliary #3"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. +> trunk5
#: ekos/profileeditor.ui:414
#, kde-format
msgid "Aux 3:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_11)
#. +> trunk5
#: ekos/profileeditor.ui:460
#, kde-format
msgid "Weather Station"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: ekos/profileeditor.ui:463 oal/execute.ui:65
#, kde-format
msgid "Weather:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. +> trunk5
#: ekos/profileeditor.ui:483
#, kde-format
msgid "Dome:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5
#: ekos/profileeditor.ui:493
#, kde-format
msgid "AO:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/profileeditor.ui:513
#, kde-format
msgid "Mount:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_16)
#. +> trunk5
#: ekos/profileeditor.ui:540
#, kde-format
msgid "Auxliary #1"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_16)
#. +> trunk5
#: ekos/profileeditor.ui:543
#, kde-format
msgid "Aux 1:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_14)
#. +> trunk5
#: ekos/profileeditor.ui:576
#, kde-format
msgid "Auxliary #2"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5
#: ekos/profileeditor.ui:579
#, kde-format
msgid "Aux 2:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_3)
#. +> trunk5
#: ekos/profileeditor.ui:599
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Specify Remote drivers to chain with INDI server. Remote INDI drivers must be already running. If port is different from the default (7624), then it must be specified. For example, to connect to ZWO ASI120MC driver running on 192.168.1.50 on port 8000, the connection string is:</p>"
"<p><span style=\" font-weight:600;\">\"ZWO ASI120MC\"@192.168.1.50:8000</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (placeholderText), widget (QLineEdit, remoteDrivers)
#. +> trunk5
#: ekos/profileeditor.ui:609
#, kde-format
msgid "driver1@remotehost:port,driver2@remotehost:port"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/profileeditor.ui:619
#, kde-format
msgid "Select Telescopes"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/profileeditor.ui:640
#, kde-format
msgid "Primary:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/profileeditor.ui:657
#, kde-format
msgid "Guide:"
msgstr ""
#. +> trunk5
#: ekos/profilewizard.cpp:125
#, kde-format
msgid "Invalid port."
msgstr ""
#. +> trunk5
#: ekos/profilewizard.cpp:131 ekos/profilewizard.cpp:162
#, kde-format
msgid "Host name cannot be empty."
msgstr ""
#. +> trunk5
#: ekos/profilewizard.cpp:218
#, kde-format
msgid "Profile name cannot be empty."
msgstr ""
#. +> trunk5
#: ekos/profilewizard.cpp:270
#, kde-format
msgid "Detecting StellarMate..."
msgstr ""
#. +> trunk5
#: ekos/profilewizard.cpp:271
#, kde-format
msgid "Please wait while searching for StellarMate..."
msgstr ""
#. +> trunk5
#: ekos/profilewizard.cpp:296
#, kde-format
msgid "Failed to detect any StellarMate gadget. Make sure it is powered and on the same network."
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, ProfileWizard)
#. +> trunk5
#: ekos/profilewizard.ui:26
#, kde-format
msgid "Ekos Profile Wizard"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, intoPageLabel)
#. +> trunk5
#: ekos/profilewizard.ui:119
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Welcome to the <span style=\" font-weight:600;\">Ekos Profile Wizard</span></p>"
"<p>Ekos is the premier observatory control and automation platform. With Ekos, you can capture images and gather scientific data with ease. This Wizard will help you create your equipment profile. You will be asked to verify some basic information. </p>"
"<p>Please click <span style=\" font-weight:600;\">next</span> to continue. </p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5
#: ekos/profilewizard.ui:214
#, kde-format
msgid ""
"<html><head/><body>"
"<p><span style=\" font-weight:600;\">Online Resources:</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, INDIInfoB)
#. +> trunk5
#: ekos/profilewizard.ui:243
#, kde-format
msgid ""
"What is\n"
"INDI?"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, discoverEkosB)
#. +> trunk5
#: ekos/profilewizard.ui:266
#, kde-format
msgid ""
"Discover\n"
"Ekos"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, videoTutorialsB)
#. +> trunk5
#: ekos/profilewizard.ui:289
#, kde-format
msgid ""
"Video\n"
"Tutorials"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/profilewizard.ui:335
#, kde-format
msgid "Where is your equipment connected?"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, localEquipmentB)
#. +> trunk5
#: ekos/profilewizard.ui:358
#, kde-format
msgid ""
"Equipment is attached\n"
"to this computer"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, remoteEquipmentB)
#. +> trunk5
#: ekos/profilewizard.ui:401
#, kde-format
msgid ""
"Equipment is attached\n"
"to a remote computer"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, stellarMateEquipmentB)
#. +> trunk5
#: ekos/profilewizard.ui:441
#, kde-format
msgid ""
"Equipment is attached\n"
"to StellarMate"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/profilewizard.ui:485
#, kde-format
msgid "Enter the remote computer information:"
msgstr ""
#. i18n: ectx: property (placeholderText), widget (QLineEdit, remoteHostEdit)
#. i18n: ectx: property (placeholderText), widget (QLineEdit, stellarMateHost)
#. +> trunk5
#: ekos/profilewizard.ui:501 ekos/profilewizard.ui:683
#, kde-format
msgid "Enter IP address or host name"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: ekos/profilewizard.ui:530
#, kde-format
msgid ""
"<html><head/><body>"
"<p><a href=\"https://github.com/knro/indiwebmanager\"><span style=\" text-decoration: underline; color:#007af4;\">INDI Web Manager</span></a> running on the Remote Computer?</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, webManagerNotSureB)
#. +> trunk5
#: ekos/profilewizard.ui:556
#, kde-format
msgid "Not Sure"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_18)
#. +> trunk5
#: ekos/profilewizard.ui:586
#, kde-format
msgid ""
"<html><head/><body>"
"<p><span style=\" font-weight:600;\">Tip</span>: <span style=\" font-style:italic;\">INDI Web Manager</span> is a service that runs on remote devices to help you start and stop INDI services remotely.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/profilewizard.ui:661
#, kde-format
msgid "Enter StellarMate host name. If you do not know, click Auto Detect:"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, stellarMateHost)
#. +> trunk5
#: ekos/profilewizard.ui:680
#, kde-format
msgid "stellarmate.local"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, stellarMateAutoDetectB)
#. +> trunk5
#: ekos/profilewizard.ui:690
#, kde-format
msgid "Auto Detect"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/profilewizard.ui:768
#, kde-format
msgid ""
"<html><head/><body>"
"<p>To use Ekos with your equipment locally on Windows, you need to download and install <a href=\"http://www.cloudmakers.eu/windi/\"><span style=\" text-decoration: underline; color:#007af4;\">INDI Server for Windows</span></a>.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: ekos/profilewizard.ui:805
#, kde-format
msgid ""
"<html><head/><body>"
"<p>After installing <span style=\" font-style:italic;\">INDI Server for Windows (wINDI)</span>, establish connection with your equipment. wINDI requires <a href=\"http://www.ascom-standards.org/\"><span style=\" text-decoration: underline; color:#007af4;\">ASCOM</span></a> drivers for all your equipment, so make sure to install all necessary ASCOM drivers for your gear.</p>"
"<p>After successfully starting INDI Server in wINDI, click <span style=\" font-weight:600;\">Ready</span> to continue.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_19)
#. +> trunk5
#: ekos/profilewizard.ui:825
#, kde-format
msgid ""
"<html><head/><body>"
"<p><span style=\" font-weight:600;\">Tip</span>: INDI Server for Windows functionality is limited compared to the native INDI drivers on Linux. It is recommended to install native INDI on an embedded Linux device such as <a href=\"http://indilib.org/support/tutorials/169-ekos-on-raspberry-pi-complete-guide.html\"><span style=\" text-decoration: underline; color:#007af4;\">Raspberry PI</span></a>.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, windowsReadyB)
#. +> trunk5
#: ekos/profilewizard.ui:862
#, kde-format
msgid "Ready"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/profilewizard.ui:897
#, kde-format
msgid "Which INDI Server do you want to use?"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, useInternalINDIB)
#. +> trunk5
#: ekos/profilewizard.ui:920
#, kde-format
msgid ""
"Internal INDI\n"
"Server"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, useExternalINDIB)
#. +> trunk5
#: ekos/profilewizard.ui:955
#, kde-format
msgid ""
"External INDI\n"
"Server"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/profilewizard.ui:979
#, kde-format
msgid ""
"<html><head/><body>"
"<p><span style=\" font-weight:600;\">Tip</span>: External INDI Server can be <a href=\"http://www.cloudmakers.eu/indiserver/\"><span style=\" text-decoration: underline; color:#007af4;\">INDI Server for OSX</span></a> or an INDI Server launched manually locally. If unsure, select Internal INDI Server.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: ekos/profilewizard.ui:1001
#, kde-format
msgid ""
"<html><head/><body>"
"<p>You're almost done...</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_17)
#. +> trunk5
#: ekos/profilewizard.ui:1014
#, kde-format
msgid ""
"<html><head/><body>"
"<p>What do you want to name your profile?</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, profileNameEdit)
#. +> trunk5
#: ekos/profilewizard.ui:1030
#, kde-format
msgid "My Astro Gear"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. +> trunk5
#: ekos/profilewizard.ui:1045
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Which guider application do you want to use?</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, useInternalGuiderR)
#. +> trunk5
#: ekos/profilewizard.ui:1054
#, kde-format
msgid "Internal Guider"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, useLinGuiderR)
#. +> trunk5
#: ekos/profilewizard.ui:1071
#, kde-format
msgid "Lin Guider"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_16)
#. +> trunk5
#: ekos/profilewizard.ui:1098
#, kde-format
msgid ""
"<html><head/><body>"
"<p><span style=\" font-weight:600;\">Tip</span>: Internal Guider is recommended. Using external guider applications requires additional setup instructions outside the scope of Ekos.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. +> trunk5
#: ekos/profilewizard.ui:1117
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Do you want to select additional services?</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, useJoystickCheck)
#. +> trunk5
#: ekos/profilewizard.ui:1131
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Use INDI Joystick driver to enable control of mounts, domes, and focusers with any compatible game pad.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, useJoystickCheck)
#. +> trunk5
#: ekos/profilewizard.ui:1134
#, kde-format
msgid "Joystick"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, useRemoteAstrometryCheck)
#. +> trunk5
#: ekos/profilewizard.ui:1144
#, kde-format
msgid ""
"<html><head/><body>"
"<p>If the remote computer has astrometry.net installed, you can run the remote astrometry driver and use it to solve images in Ekos Align module.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, useRemoteAstrometryCheck)
#. +> trunk5
#: ekos/profilewizard.ui:1147
#, kde-format
msgid "Remote Astrometry"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, useWatchDogCheck)
#. +> trunk5
#: ekos/profilewizard.ui:1157
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Use the INDI WatchDog driver. It monitors connection between your remote equipment and Ekos. If the communication is lost between the two, the WatchDog driver goes into safe mode and executes a shutdown procedure to protect your equipment.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, useWatchDogCheck)
#. +> trunk5
#: ekos/profilewizard.ui:1160
#, kde-format
msgid "Watch Dog"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, useSkySafariCheck)
#. +> trunk5
#: ekos/profilewizard.ui:1167
#, kde-format
msgid ""
"<html><head/><body>"
"<p>If you plan to use SkySafari to monitor and/or control your mount, check this box to start INDI SkySafari Server. You can connect SkySafari to this server and it shall enable you to connect and control your mount. For more details, please check the <a href=\"http://indilib.org/devices/telescopes/skysafari.html\"><span style=\" text-decoration: underline; color:#007af4;\">INDI SkySafari Documentation.</span></a></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, useSkySafariCheck)
#. +> trunk5
#: ekos/profilewizard.ui:1170
#, kde-format
msgid "SkySafari"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, createProfileB)
#. +> trunk5
#: ekos/profilewizard.ui:1204
#, kde-format
msgid ""
"Create Profile &&\n"
"Select Devices"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, mosaicDialog)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:14
#, kde-format
msgid "Mosaic Job Creator"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, equipmentGroup)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:30
#, kde-format
msgid "1. Equipment"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:57
#, kde-format
msgid "um"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. i18n: ectx: property (text), widget (QLabel, cameraWFOVLabel)
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. i18n: ectx: property (text), widget (QLabel, targetFOVWLabel)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:66 ekos/scheduler/mosaic.ui:160
#: ekos/scheduler/mosaic.ui:351 ekos/scheduler/mosaic.ui:375
#: ekos/scheduler/mosaic.ui:479
#: kstarslite/qml/indi/modules/MotionControl.qml:141
#, kde-format, kde-kuit-format
msgid "W"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_4)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:128
#, kde-format
msgid "Mount focal length in millimeters"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:131 oal/equipmentwriter.ui:158
#: oal/equipmentwriter.ui:327
#, kde-format
msgid "Focal Length:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_11)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:138
#, kde-format
msgid "Camera pixel size in microns"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:141
#, kde-format
msgid "Pixel Size:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_8)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:148
#, kde-format
msgid "Camera frame width and height in pixels"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:151
#, kde-format
msgid "Camera:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_2)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:208
#, kde-format
msgid "Camera's rotation angle (East of North) in degrees. To measure the angle, solve an image and use the astrometry solver solution's rotation angle"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:231
#, kde-format
msgid "E of N"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, fovGroup)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:244
#, kde-format
msgid "2. FOV"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, cameraFOVLabel)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:253
#, kde-format
msgid "Camera FOV in arc minutes as determined from equipment parameters above"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, cameraFOVLabel)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:256
#, kde-format
msgid "Camera FOV:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:263
#, kde-format
msgid "Specify the number of rows and columns of the final mosaic image"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:266
#, kde-format
msgid "Mosaic Grid:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, targetFOVLabel)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:299
#, kde-format
msgid "Final mosaic field of view size in arc minutes. Click update to calculate it or enter it manually."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, targetFOVLabel)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:302
#, kde-format
msgid "Mosaic FOV:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, overlapLabel)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:440
#, kde-format
msgid "Percentage of overlap between two neighbouring images"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, overlapLabel)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:443
#, kde-format
msgid "Overlap:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:501
#, kde-format
msgid "3. Output"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, jobCountLabel)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:512
#, kde-format
msgid "Number of scheduler jobs required to capture the mosaic image. Click update to calculate it"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, jobCountLabel)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:515
#, kde-format
msgid "Job Count:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, textLabel1_18)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:552
#, kde-format
msgid "Directory to save sequence images"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, updateB)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:600
#, kde-format
msgid "Calculate target FOV and number of jobs required to capture the mosaic"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, updateB)
#. i18n: ectx: property (text), widget (QPushButton, updateButton)
#. i18n: ectx: property (text), widget (QPushButton, Update)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:603 tools/altvstime.ui:535
#: tools/observinglist.ui:222
#, kde-format
msgid "Update"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, resetB)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:610
#, kde-format
msgid "Reset all parameters"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, createJobsB)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:636
#, kde-format
msgid "Create scheduler jobs to capture the mosaic image"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, createJobsB)
#. +> trunk5
#: ekos/scheduler/mosaic.ui:639
#, kde-format
msgid "Create Jobs"
msgstr ""
#. i18n?
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:108
#, kde-format
msgid ""
"Job scheduler list.\n"
"Click to select a job in the list.\n"
"Double click to edit a job with the left-hand fields."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:114
#, kde-format
msgid ""
"Remove selected job from the observation list.\n"
"Job properties are copied in the edition fields before removal."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:118
#, kde-format
msgid ""
"Move selected job one line up in the list.\n"
"Order only affect observation jobs that are scheduled to start at the same time."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:121
#, kde-format
msgid ""
"Move selected job one line down in the list.\n"
"Order only affect observation jobs that are scheduled to start at the same time."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:125
#, kde-format
msgid "Reset state and force reevaluation of all observation jobs."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:351
#, kde-format
msgid "Select FITS Image"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:371
#, kde-format
msgid "Select Sequence Queue"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:371
#, kde-format
msgid "Ekos Sequence Queue (*.esq)"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:393
#, kde-format
msgid "Select Startup Script"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:393 ekos/scheduler/scheduler.cpp:405
#, kde-format
msgid "Script (*)"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:405
#, kde-format
msgid "Select Shutdown Script"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:436
#, kde-format
msgid "Warning: You cannot add or modify a job while the scheduler is running."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:442
#, kde-format
msgid "Warning: Target name is required."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:448
#, kde-format
msgid "Warning: Sequence file is required."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:455
#, kde-format
msgid "Warning: Target coordinates are required."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:465 ekos/scheduler/scheduler.cpp:5191
+#: ekos/scheduler/scheduler.cpp:465 ekos/scheduler/scheduler.cpp:5290
#, kde-format
msgid "Warning: RA value %1 is invalid."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:471 ekos/scheduler/scheduler.cpp:5197
+#: ekos/scheduler/scheduler.cpp:471 ekos/scheduler/scheduler.cpp:5296
#, kde-format
msgid "Warning: DEC value %1 is invalid."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:481
#, kde-format
msgid "Warning: Job '%1' has completion condition set to infinite repeat, other jobs may not execute."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:568
+#: ekos/scheduler/scheduler.cpp:571
#, kde-format
msgid "Warning: job '%1' has startup time %2 resulting in a negative score, and will be marked invalid when processed."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:573
+#: ekos/scheduler/scheduler.cpp:576
#, kde-format
msgid "Warning: job '%1' has fixed startup time %2 set in the past, and will be marked invalid when evaluated."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:621
+#: ekos/scheduler/scheduler.cpp:628
+#, kde-format
+msgid "Warning: job '%1' at row %2 has a duplicate target at row %3, the scheduler may consider the same storage for captures."
+msgstr ""
+
+#. +> trunk5
+#: ekos/scheduler/scheduler.cpp:636
#, kde-format
-msgid "Warning: job '%1' at row %2 has a duplicate at row %3 (same target, same sequence file), the scheduler will consider the same storage for captures."
+msgid "Warning: jobs '%1' at row %2 and %3 probably require a different repeat count as currently they will complete simultaneously after %4 batches (or disable option 'Remember job progress')"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:625
+#: ekos/scheduler/scheduler.cpp:641
#, kde-format
-msgid "Warning: job '%1' at row %2 requires a specific startup time or a different priority, and a greater repeat count (or disable option 'Remember job progress')"
+msgid "Warning: job '%1' at row %2 and %3 might require a specific startup time or a different priority, as currently they will start in order of insertion in the table"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:696
+#: ekos/scheduler/scheduler.cpp:713
#, kde-format
msgid "Warning: you cannot add or modify a job while the scheduler is running."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:830
+#: ekos/scheduler/scheduler.cpp:847
#, kde-format
msgid "Use edition fields to create a new job in the observation list."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1043
+#: ekos/scheduler/scheduler.cpp:1060
#, kde-format
msgid "Job '%1' has not been processed upon scheduler stop, marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1050
+#: ekos/scheduler/scheduler.cpp:1067
#, kde-format
msgid "Scheduler aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1106
+#: ekos/scheduler/scheduler.cpp:1123
#, kde-format
msgid "Scheduler is in shutdown until next job is ready"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, startB)
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1123 ekos/scheduler/scheduler.ui:721
+#: ekos/scheduler/scheduler.cpp:1140 ekos/scheduler/scheduler.ui:721
#, kde-format
msgid "Start Scheduler"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1143
+#: ekos/scheduler/scheduler.cpp:1160
#, kde-format
msgid "Warning: startup script URL %1 is not valid."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1151
+#: ekos/scheduler/scheduler.cpp:1168
#, kde-format
msgid "Warning: shutdown script URL %1 is not valid."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1161 ekos/scheduler/scheduler.cpp:1184
+#: ekos/scheduler/scheduler.cpp:1178 ekos/scheduler/scheduler.cpp:1201
#, kde-format
msgid "Stop Scheduler"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1201
+#: ekos/scheduler/scheduler.cpp:1218
#, kde-format
msgid "Scheduler paused."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1205
+#: ekos/scheduler/scheduler.cpp:1222
#, kde-format
msgid "Resume Scheduler"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1227
+#: ekos/scheduler/scheduler.cpp:1244
#, kde-format
msgid "No job running"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1300
+#: ekos/scheduler/scheduler.cpp:1317
#, kde-format
msgid "Job '%1' has no more batches remaining."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1359 ekos/scheduler/scheduler.cpp:1458
+#: ekos/scheduler/scheduler.cpp:1376 ekos/scheduler/scheduler.cpp:1475
#, kde-format
msgid "Job '%1' cannot run now because of bad weather."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1366
+#: ekos/scheduler/scheduler.cpp:1383
#, kde-format
msgid "Job '%1' is due to run as soon as possible."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1380
+#: ekos/scheduler/scheduler.cpp:1397
#, kde-format
msgid "Job '%1' is scheduled at %2 for culmination."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1389
+#: ekos/scheduler/scheduler.cpp:1406
#, kde-format
msgid "Job '%1' culmination cannot be scheduled, marking invalid."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1402
+#: ekos/scheduler/scheduler.cpp:1419
#, kde-format
msgid "Job '%1' completion time (%2) could not be achieved before start up time (%3), marking invalid"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1419
+#: ekos/scheduler/scheduler.cpp:1436
#, kde-format
msgid "Job '%1' startup time was fixed at %2, and is already passed by %3, marking invalid."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1425
+#: ekos/scheduler/scheduler.cpp:1442
#, kde-format
msgid "Job '%1' startup time was %2, and is already passed by %3, marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1442
+#: ekos/scheduler/scheduler.cpp:1459
#, kde-format
msgid "Job '%1' evaluation failed with a score of %2, marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1445
+#: ekos/scheduler/scheduler.cpp:1462
#, kde-format
msgid "Job '%1' updated score is %2 at startup time, marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1448
+#: ekos/scheduler/scheduler.cpp:1465
#, kde-format
msgid "Job '%1' updated score is %2 %3 seconds after startup time, marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1465
+#: ekos/scheduler/scheduler.cpp:1482
#, kde-format
msgid "Job '%1' will be run at %2."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1479
+#: ekos/scheduler/scheduler.cpp:1496
#, kde-format
msgid "Job '%1' can be scheduled under 12 hours, but will be re-evaluated at %2."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1491
+#: ekos/scheduler/scheduler.cpp:1508
#, kde-format
msgid "Job '%1' can only be scheduled in more than 12 hours, marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1503
+#: ekos/scheduler/scheduler.cpp:1520
#, kde-format
msgid "Job '%1' unmodified, will be run at %2."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1558
+#: ekos/scheduler/scheduler.cpp:1575
#, kde-format
msgid "%1 job is invalid."
msgid_plural "%1 jobs are invalid."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1561
+#: ekos/scheduler/scheduler.cpp:1578
#, kde-format
msgid "%1 job aborted."
msgid_plural "%1 jobs aborted"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1564
+#: ekos/scheduler/scheduler.cpp:1581
#, kde-format
msgid "%1 job completed."
msgid_plural "%1 jobs completed."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1585
+#: ekos/scheduler/scheduler.cpp:1602
#, kde-format
msgid "No jobs left in the scheduler queue, starting shutdown procedure..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1591
+#: ekos/scheduler/scheduler.cpp:1608
#, kde-format
msgid "No jobs left in the scheduler queue, scheduler is stopping."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1669
+#: ekos/scheduler/scheduler.cpp:1686
#, kde-format
msgid "Jobs '%1' and '%2' have close start up times, job '%2' is rescheduled to %3."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1700
+#: ekos/scheduler/scheduler.cpp:1717
#, kde-format
msgid "Job '%1' is selected for next observation with priority #%2 and score %3."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1719
+#: ekos/scheduler/scheduler.cpp:1736
#, kde-format
msgid "Job '%1' scheduled for execution at %2. Observatory scheduled for shutdown until next job is ready."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1749
+#: ekos/scheduler/scheduler.cpp:1766
#, kde-format
msgid "Job '%1' scheduled for execution at %2. Parking the mount until the job is ready."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1763 ekos/scheduler/scheduler.cpp:1780
+#: ekos/scheduler/scheduler.cpp:1780 ekos/scheduler/scheduler.cpp:1797
#, kde-format
msgid "Sleeping until observation job %1 is ready at %2..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1765 ekos/scheduler/scheduler.cpp:1782
+#: ekos/scheduler/scheduler.cpp:1782 ekos/scheduler/scheduler.cpp:1799
#, kde-format
msgid "Scheduler is in sleep mode"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1806
+#: ekos/scheduler/scheduler.cpp:1823
#, kde-format
msgid "Scheduler is awake."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1812
+#: ekos/scheduler/scheduler.cpp:1829
#, kde-format
msgid "Scheduler is awake. Jobs shall be started when ready..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1814
+#: ekos/scheduler/scheduler.cpp:1831
#, kde-format
msgid "Scheduler is awake. Jobs shall be started when scheduler is resumed."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1881
+#: ekos/scheduler/scheduler.cpp:1898
#, kde-format
msgid "Warning: job '%1' reaches an altitude of %2 degrees at %3 but will not be scheduled due to close proximity to astronomical twilight rise."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1894
+#: ekos/scheduler/scheduler.cpp:1911
#, kde-format
msgid "Job '%1' is scheduled to start at %2 where its altitude is %3 degrees."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1905
+#: ekos/scheduler/scheduler.cpp:1922
#, kde-format
msgid "Warning: job '%1' has no night time with an altitude above %2 degrees during the next 24 hours, marking invalid."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1908
+#: ekos/scheduler/scheduler.cpp:1925
#, kde-format
msgid "Warning: job '%1' cannot rise to an altitude above %2 degrees in the next 24 hours, marking invalid."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1911
+#: ekos/scheduler/scheduler.cpp:1928
#, kde-format
msgid "Warning: job '%1' cannot be scheduled with an altitude above %2 degrees with minimum moon separation of %3 degrees in the next 24 hours, marking invalid."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1934
+#: ekos/scheduler/scheduler.cpp:1951
#, kde-format
msgid "%1 Transit time is %2"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1943
+#: ekos/scheduler/scheduler.cpp:1960
#, kde-format
msgid "%1 Observation time is %2 adjusted for %3 minute."
msgid_plural "%1 Observation time is %2 adjusted for %3 minutes."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1949
+#: ekos/scheduler/scheduler.cpp:1966
#, kde-format
msgid "%1 culminates during the day and cannot be scheduled for observation."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1955
+#: ekos/scheduler/scheduler.cpp:1972
#, kde-format
msgid "Observation time for %1 already passed."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1979
+#: ekos/scheduler/scheduler.cpp:1996
#, kde-format
msgid "Weather conditions are OK."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1983
+#: ekos/scheduler/scheduler.cpp:2000
#, kde-format
msgid "Warning: weather conditions are in the WARNING zone."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1987
+#: ekos/scheduler/scheduler.cpp:2004
#, kde-format
msgid "Caution: weather conditions are in the DANGER zone!"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:1994
+#: ekos/scheduler/scheduler.cpp:2011
#, kde-format
msgid "Warning: Ekos did not receive any weather updates for the last %1 minutes."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2015
+#: ekos/scheduler/scheduler.cpp:2032
#, kde-format
msgid "Weather conditions in warning zone"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2023
+#: ekos/scheduler/scheduler.cpp:2040
#, kde-format
msgid "Weather conditions are critical. Observatory shutdown is imminent"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2039
+#: ekos/scheduler/scheduler.cpp:2056
#, kde-format
msgid "Starting shutdown procedure due to severe weather."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2172
+#: ekos/scheduler/scheduler.cpp:2192
#, kde-format
msgid "Job '%1' target altitude is %3 degrees at %2 (score %4)."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2256
+#: ekos/scheduler/scheduler.cpp:2276
#, kde-format
msgid "Job '%1' target is %3 degrees from Moon (score %2)."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2274
+#: ekos/scheduler/scheduler.cpp:2294
#, kde-format
msgid "Astronomical twilight rise is at %1, set is at %2, and current time is %3"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2302
+#: ekos/scheduler/scheduler.cpp:2322
#, kde-format
msgid "Ekos job started (%1)"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2345
+#: ekos/scheduler/scheduler.cpp:2365
#, kde-format
msgid "Ekos started."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2351
+#: ekos/scheduler/scheduler.cpp:2371
#, kde-format
msgid "Ekos failed to start."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2358
+#: ekos/scheduler/scheduler.cpp:2378
#, kde-format
msgid "Ekos timed out."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2371
+#: ekos/scheduler/scheduler.cpp:2391
#, kde-format
msgid "Ekos stopped."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2426
+#: ekos/scheduler/scheduler.cpp:2446
#, kde-format
msgid "INDI devices connected."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2434 ekos/scheduler/scheduler.cpp:2448
+#: ekos/scheduler/scheduler.cpp:2454 ekos/scheduler/scheduler.cpp:2468
#, kde-format
msgid "One or more INDI devices failed to connect. Retrying..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2439
+#: ekos/scheduler/scheduler.cpp:2459
#, kde-format
msgid "INDI devices failed to connect. Check INDI control panel for details."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2453
+#: ekos/scheduler/scheduler.cpp:2473
#, kde-format
msgid "INDI devices connection timed out. Check INDI control panel for details."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2467
+#: ekos/scheduler/scheduler.cpp:2487
#, kde-format
msgid "INDI devices disconnected."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2542
+#: ekos/scheduler/scheduler.cpp:2562
#, kde-format
msgid "Observatory is in the startup process"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2553
+#: ekos/scheduler/scheduler.cpp:2573
#, kde-format
msgid "Ekos is already started, skipping startup script..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2652
+#: ekos/scheduler/scheduler.cpp:2672
#, kde-format
msgid "Observatory is in the shutdown process"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2675
+#: ekos/scheduler/scheduler.cpp:2695
#, kde-format
msgid "Warming up CCD..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2809
+#: ekos/scheduler/scheduler.cpp:2829
#, kde-format
msgid "park/unpark wait procedure failed, aborting..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2820
+#: ekos/scheduler/scheduler.cpp:2840
#, kde-format
msgid "Executing script %1..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2850
+#: ekos/scheduler/scheduler.cpp:2870
#, kde-format
msgid "Startup script failed, aborting..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2855
+#: ekos/scheduler/scheduler.cpp:2875
#, kde-format
msgid "Shutdown script failed, aborting..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2894
+#: ekos/scheduler/scheduler.cpp:2914
#, kde-format
msgid "Shutdown complete."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2896
+#: ekos/scheduler/scheduler.cpp:2916
#, kde-format
msgid "Shutdown procedure failed, aborting..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:2985
+#: ekos/scheduler/scheduler.cpp:3005
#, kde-format
msgid "Job '%1' reached completion time %2, stopping."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3008
+#: ekos/scheduler/scheduler.cpp:3028
#, kde-format
msgid "Job '%1' current altitude (%2 degrees) crossed minimum constraint altitude (%3 degrees), marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3034
+#: ekos/scheduler/scheduler.cpp:3054
#, kde-format
msgid "Job '%2' current moon separation (%1 degrees) is lower than minimum constraint (%3 degrees), marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3055
+#: ekos/scheduler/scheduler.cpp:3075
#, kde-format
msgid "Job '%3' is now approaching astronomical twilight rise limit at %1 (%2 minutes safety margin), marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3089
+#: ekos/scheduler/scheduler.cpp:3109
#, kde-format
msgid "Warning: job '%1' lost connection to INDI while slewing, marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3100
+#: ekos/scheduler/scheduler.cpp:3120
#, kde-format
msgid "Job '%1' slew is complete."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3106
+#: ekos/scheduler/scheduler.cpp:3126
#, kde-format
msgid "Warning: job '%1' slew failed, marking terminated due to errors."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3113
+#: ekos/scheduler/scheduler.cpp:3133
#, kde-format
msgid "Warning: job '%1' found not slewing, restarting."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3127
+#: ekos/scheduler/scheduler.cpp:3147
#, kde-format
msgid "Warning: job '%1' lost connection to INDI server while focusing, marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3140
+#: ekos/scheduler/scheduler.cpp:3160
#, kde-format
msgid "Job '%1' focusing is complete."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3150
+#: ekos/scheduler/scheduler.cpp:3170
#, kde-format
msgid "Warning: job '%1' focusing failed."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3154
+#: ekos/scheduler/scheduler.cpp:3174
#, kde-format
msgid "Job '%1' is restarting its focusing procedure."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3162
+#: ekos/scheduler/scheduler.cpp:3182
#, kde-format
msgid "Warning: job '%1' focusing procedure failed, marking terminated due to errors."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3187
+#: ekos/scheduler/scheduler.cpp:3207
#, kde-format
msgid "Warning: job '%1' lost connection to INDI server while aligning, marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3198
+#: ekos/scheduler/scheduler.cpp:3218
#, kde-format
msgid "Job '%1' alignment is complete."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3206
+#: ekos/scheduler/scheduler.cpp:3226
#, kde-format
msgid "Warning: job '%1' alignment failed."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3212
+#: ekos/scheduler/scheduler.cpp:3232
#, kde-format
msgid "Warning: job '%1' forcing mount model reset after failing alignment #%2."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3215 ekos/scheduler/scheduler.cpp:3311
+#: ekos/scheduler/scheduler.cpp:3235 ekos/scheduler/scheduler.cpp:3331
#, kde-format
msgid "Restarting %1 alignment procedure..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3220
+#: ekos/scheduler/scheduler.cpp:3240
#, kde-format
msgid "Warning: job '%1' alignment procedure failed, aborting job."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3245
+#: ekos/scheduler/scheduler.cpp:3265
#, kde-format
msgid "Warning: job '%1' lost connection to INDI server while reslewing, marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3251
+#: ekos/scheduler/scheduler.cpp:3271
#, kde-format
msgid "Job '%1' repositioning is complete."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3257
+#: ekos/scheduler/scheduler.cpp:3277
#, kde-format
msgid "Warning: job '%1' repositioning failed, marking terminated due to errors."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3264
+#: ekos/scheduler/scheduler.cpp:3284
#, kde-format
msgid "Warning: job '%1' found not repositioning, restarting."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3280
+#: ekos/scheduler/scheduler.cpp:3300
#, kde-format
msgid "Warning: job '%1' lost connection to INDI server while guiding, marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3291
+#: ekos/scheduler/scheduler.cpp:3311
#, kde-format
msgid "Job '%1' guiding is in progress."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3302
+#: ekos/scheduler/scheduler.cpp:3322
#, kde-format
msgid "Warning: job '%1' guiding failed."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3304
+#: ekos/scheduler/scheduler.cpp:3324
#, kde-format
msgid "Warning: job '%1' calibration failed."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3320
+#: ekos/scheduler/scheduler.cpp:3340
#, kde-format
msgid "Job '%1' is guiding, and is restarting its guiding procedure."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3326
+#: ekos/scheduler/scheduler.cpp:3346
#, kde-format
msgid "Warning: job '%1' guiding procedure failed, marking terminated due to errors."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3341
+#: ekos/scheduler/scheduler.cpp:3361
#, kde-format
msgid "Warning: job '%1' lost connection to INDI server while capturing, marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3347
+#: ekos/scheduler/scheduler.cpp:3367
#, kde-format
msgid "Warning: job '%1' failed to capture target (%2)."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3362
+#: ekos/scheduler/scheduler.cpp:3382
#, kde-format
msgid "Job '%1' is capturing, and is restarting its guiding procedure."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3370
+#: ekos/scheduler/scheduler.cpp:3390
#, kde-format
msgid "Warning: job '%1' failed its capture procedure, restarting capture."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3376
+#: ekos/scheduler/scheduler.cpp:3396
#, kde-format
msgid "Warning: job '%1' failed its capture procedure, marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3385
+#: ekos/scheduler/scheduler.cpp:3405
#, kde-format
msgid "Ekos job (%1) - Capture finished"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3430
+#: ekos/scheduler/scheduler.cpp:3450
#, kde-format
msgid "Job '%1' is proceeding directly to capture stage because only calibration frames are pending."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3536
+#: ekos/scheduler/scheduler.cpp:3556
#, kde-format
msgid "Open Ekos Scheduler List"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3815
+#: ekos/scheduler/scheduler.cpp:3835
#, kde-format
msgid "Save Ekos Scheduler List"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3833
+#: ekos/scheduler/scheduler.cpp:3853
#, kde-format
msgid "Failed to save scheduler list"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3954
+#: ekos/scheduler/scheduler.cpp:3974
#, kde-format
msgid "Scheduler list saved to %1"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3965
+#: ekos/scheduler/scheduler.cpp:3985
#, kde-format
msgid "Warning: job '%1' found mount parked unexpectedly, attempting to unpark."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:3981
+#: ekos/scheduler/scheduler.cpp:4001
#, kde-format
msgid "Job '%1' is slewing to target."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4022
+#: ekos/scheduler/scheduler.cpp:4042
#, kde-format
msgid "Warning: job '%1' is unable to proceed with autofocus, not supported."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4075
+#: ekos/scheduler/scheduler.cpp:4095
#, kde-format
msgid "Job '%1' is focusing."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4099
+#: ekos/scheduler/scheduler.cpp:4119
#, kde-format
msgid "Job '%1' is terminated due to errors."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4108
+#: ekos/scheduler/scheduler.cpp:4128
#, kde-format
msgid "Job '%1' is aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4125
+#: ekos/scheduler/scheduler.cpp:4145
#, kde-format
msgid "Job '%1' is complete."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4149
+#: ekos/scheduler/scheduler.cpp:4169
#, kde-format
msgid "Job '%1' is complete after #%2 batch."
msgid_plural "Job '%1' is complete after #%2 batches."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4180
+#: ekos/scheduler/scheduler.cpp:4206
#, kde-format
msgid "Job '%1' is repeating, #%2 batch remaining."
msgid_plural "Job '%1' is repeating, #%2 batches remaining."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4195
+#: ekos/scheduler/scheduler.cpp:4221
#, kde-format
msgid "Job '%1' is repeating, looping indefinitely."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4211
+#: ekos/scheduler/scheduler.cpp:4237
#, kde-format
msgid "Job '%1' stopping, reached completion time with #%2 batch done."
msgid_plural "Job '%1' stopping, reached completion time with #%2 batches done."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4225
+#: ekos/scheduler/scheduler.cpp:4251
#, kde-format
msgid "Job '%1' completed #%2 batch before completion time, restarted."
msgid_plural "Job '%1' completed #%2 batches before completion time, restarted."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4264
+#: ekos/scheduler/scheduler.cpp:4290
#, kde-format
msgid "Job '%1' is plate solving capture %2."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4274
+#: ekos/scheduler/scheduler.cpp:4300
#, kde-format
msgid "Job '%1' is capturing and plate solving."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4296
+#: ekos/scheduler/scheduler.cpp:4322
#, kde-format
msgid "Starting guiding procedure for %1 ..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4341
+#: ekos/scheduler/scheduler.cpp:4367
#, kde-format
msgid "Ekos job (%1) - Capture started"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4344
+#: ekos/scheduler/scheduler.cpp:4370
#, kde-format
msgid "Job '%1' capture is in progress (batch #%2)..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4346
+#: ekos/scheduler/scheduler.cpp:4372
#, kde-format
msgid "Job '%1' capture is in progress..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4426
+#: ekos/scheduler/scheduler.cpp:4452
#, kde-format
msgid "Warning: job '%1' has inaccessible sequence '%2', marking invalid."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4487
+#: ekos/scheduler/scheduler.cpp:4533
#, kde-format
msgid "Job '%1' %2x%3\" %4"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4638
+#: ekos/scheduler/scheduler.cpp:4694
#, kde-format
msgid "Warning: job '%1' will be looping until Scheduler is stopped manually."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4646
+#: ekos/scheduler/scheduler.cpp:4702
#, kde-format
msgid "Job '%1' will run for %2."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4654
+#: ekos/scheduler/scheduler.cpp:4710
#, kde-format
msgid "Job '%1' will run for %2 if started now."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4660
+#: ekos/scheduler/scheduler.cpp:4716
#, kde-format
msgid "Job '%1' will not run, complete with %2/%3 captures."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4702
+#: ekos/scheduler/scheduler.cpp:4758
#, kde-format
msgid "Parking mount in progress..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4707
+#: ekos/scheduler/scheduler.cpp:4763
#, kde-format
msgid "Parking mount..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4719
+#: ekos/scheduler/scheduler.cpp:4775
#, kde-format
msgid "Mount already parked."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4742
+#: ekos/scheduler/scheduler.cpp:4801
+#, kde-format
+msgid "Mount already unparked."
+msgstr ""
+
+#. +> trunk5
+#: ekos/scheduler/scheduler.cpp:4864
#, kde-format
-msgid "Unparking mount in progress..."
+msgid "Mount unparked."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4746
+#: ekos/scheduler/scheduler.cpp:4883
#, kde-format
-msgid "Unparking mount..."
+msgid "Warning: mount unpark operation timed out on attempt %1/%2. Restarting operation..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4758
+#: ekos/scheduler/scheduler.cpp:4888
#, kde-format
-msgid "Mount already unparked."
+msgid "Warning: mount unpark operation timed out on last attempt."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4791
+#: ekos/scheduler/scheduler.cpp:4901
#, kde-format
-msgid "Mount unparked."
+msgid "Warning: mount park operation timed out on attempt %1/%2. Restarting operation..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4806 ekos/scheduler/scheduler.cpp:4953
-#: ekos/scheduler/scheduler.cpp:5089
+#: ekos/scheduler/scheduler.cpp:4906
#, kde-format
-msgid "Operation timeout. Restarting operation..."
+msgid "Warning: mount park operation timed out on last attempt."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4819 ekos/scheduler/scheduler.cpp:4834
+#: ekos/scheduler/scheduler.cpp:4917 ekos/scheduler/scheduler.cpp:4932
#, kde-format
msgid "Mount unparking error."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4824 ekos/scheduler/scheduler.cpp:4829
+#: ekos/scheduler/scheduler.cpp:4922 ekos/scheduler/scheduler.cpp:4927
#, kde-format
msgid "Mount parking error."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4880
+#: ekos/scheduler/scheduler.cpp:4979
#, kde-format
msgid "Dome already parked."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4900
+#: ekos/scheduler/scheduler.cpp:4999
#, kde-format
msgid "Unparking dome..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4906
+#: ekos/scheduler/scheduler.cpp:5005
#, kde-format
msgid "Dome already unparked."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4941
+#: ekos/scheduler/scheduler.cpp:5040
#, kde-format
msgid "Dome unparked."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4966
+#: ekos/scheduler/scheduler.cpp:5052 ekos/scheduler/scheduler.cpp:5188
+#, kde-format
+msgid "Operation timeout. Restarting operation..."
+msgstr ""
+
+#. +> trunk5
+#: ekos/scheduler/scheduler.cpp:5065
#, kde-format
msgid "Dome parking error."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:4971
+#: ekos/scheduler/scheduler.cpp:5070
#, kde-format
msgid "Dome unparking error."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5011
+#: ekos/scheduler/scheduler.cpp:5110
#, kde-format
msgid "Parking Cap..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5017
+#: ekos/scheduler/scheduler.cpp:5116
#, kde-format
msgid "Cap already parked."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5037
+#: ekos/scheduler/scheduler.cpp:5136
#, kde-format
msgid "Unparking cap..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5043
+#: ekos/scheduler/scheduler.cpp:5142
#, kde-format
msgid "Cap already unparked."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5067
+#: ekos/scheduler/scheduler.cpp:5166
#, kde-format
msgid "Cap parked."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5077
+#: ekos/scheduler/scheduler.cpp:5176
#, kde-format
msgid "Cap unparked."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5102
+#: ekos/scheduler/scheduler.cpp:5201
#, kde-format
msgid "Cap parking error."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5107
+#: ekos/scheduler/scheduler.cpp:5206
#, kde-format
msgid "Cap unparking error."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5153
+#: ekos/scheduler/scheduler.cpp:5252
#, kde-format
msgid "Weather information is pending..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5165
+#: ekos/scheduler/scheduler.cpp:5264
#, kde-format
msgid "Job '%1' suffers from bad weather, marking aborted."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5260
+#: ekos/scheduler/scheduler.cpp:5359
#, kde-format
msgid "Do you want to keep the existing jobs in the mosaic schedule?"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5274
+#: ekos/scheduler/scheduler.cpp:5373
#, kde-format
msgid "Mosaic file %1 saved successfully."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5278
+#: ekos/scheduler/scheduler.cpp:5377
#, kde-format
msgid "Error saving mosaic file %1. Please reload job."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5386
+#: ekos/scheduler/scheduler.cpp:5485
#, kde-format
msgid "Turning off astronomial twilight check may cause the observatory to run during daylight. This can cause irreversible damage to your equipment!"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5388
+#: ekos/scheduler/scheduler.cpp:5487
#, kde-format
msgid "Astronomial Twilight Warning"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5402
+#: ekos/scheduler/scheduler.cpp:5501
#, kde-format
msgid "Manual startup procedure completed successfully."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5404
+#: ekos/scheduler/scheduler.cpp:5503
#, kde-format
msgid "Manual startup procedure terminated due to errors."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5418
+#: ekos/scheduler/scheduler.cpp:5517
#, kde-format
msgid "Cannot run startup procedure while INDI devices are not online."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5423
+#: ekos/scheduler/scheduler.cpp:5522
#, kde-format
msgid "Are you sure you want to execute the startup procedure manually?"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5425
+#: ekos/scheduler/scheduler.cpp:5524
#, kde-format
msgid "Warning: executing startup procedure manually..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5473
+#: ekos/scheduler/scheduler.cpp:5572
#, kde-format
msgid "Startup procedure terminated."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5486
+#: ekos/scheduler/scheduler.cpp:5585
#, kde-format
msgid "Manual shutdown procedure completed successfully."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5492
+#: ekos/scheduler/scheduler.cpp:5591
#, kde-format
msgid "Manual shutdown procedure terminated due to errors."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5505
+#: ekos/scheduler/scheduler.cpp:5604
#, kde-format
msgid "Are you sure you want to execute the shutdown procedure manually?"
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5507
+#: ekos/scheduler/scheduler.cpp:5606
#, kde-format
msgid "Warning: executing shutdown procedure manually..."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5558
+#: ekos/scheduler/scheduler.cpp:5657
#, kde-format
msgid "Shutdown procedure terminated."
msgstr ""
#. +> trunk5
-#: ekos/scheduler/scheduler.cpp:5587
+#: ekos/scheduler/scheduler.cpp:5686
#, kde-format
msgid "Unable to open sequence queue file '%1'"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:38
#, kde-format
msgid "Object && Sequence Selection"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:71 ekos/scheduler/scheduler.ui:205
#: indi/customdrivers.ui:120
#, kde-format
msgid "*"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:107
#, kde-format
msgid "Target coordinates in J2000 Epoch"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:110
#, kde-format
msgid "J2000:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, FITSLabel)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:152
#, kde-format
msgid "Select optional FITS file to be used for alignment. When using FITS, specify the object or the estimated coordinates which are used to slew the mount."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, FITSLabel)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:155
#, kde-format
msgid "FITS File:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, sequenceLabel)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:192
#, kde-format
msgid "Ekos Sequence File"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, sequenceLabel)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:195
#, kde-format
msgid "Sequence:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, loadSequenceB)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:233
#, kde-format
msgid "Load the image sequence queue."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:245
#, kde-format
msgid "Priority:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, prioritySpin)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:252
#, kde-format
msgid "Assigned priority to each job with 1 being the highest priority and 20 being the lowest priority"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_9)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:271
#, kde-format
msgid "Ekos Device Profile"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_4)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:290
#, kde-format
msgid "Select which steps to execute before starting the capture process."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:293
#, kde-format
msgid "Steps:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, trackStepCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:302
#, kde-format
msgid "Slew to the target and track it before proceeding to the next step."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, trackStepCheck)
#. i18n: ectx: property (text), widget (QCheckBox, CheckTrack)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:305 tools/argsettrack.ui:38
#, kde-format
msgid "Track"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, focusStepCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:318
#, kde-format
msgid "Perform autofocusing before proceeding to the next step."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, alignStepCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:334
#, kde-format
msgid "Perform alignment using astrometry solver before proceeding to the next step."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, guideStepCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:350
#, kde-format
msgid "Perform calibration and autoguiding before proceeding to the next step."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, mosaicB)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:535
#, kde-format
msgid "Create mosaic job. You must add a job before creating a mosaic job."
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. i18n: ectx: property (text), widget (QTreeWidget, clientTreeWidget)
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:651 indi/customdrivers.ui:95
#: indi/drivermanager.ui:327 oal/observeradd.ui:53 tools/observinglist.cpp:97
#: tools/observinglist.cpp:101
#, kde-format
msgid "Name"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:667
#, kde-format
msgid "Captures"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:672
#, kde-format
msgid "Score"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:677
#, kde-format
msgid "Start Time"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:682
#, kde-format
msgid "End Time"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:687
#, kde-format
msgid "Est. Duration"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, pauseB)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:752
#, kde-format
msgid "Pause Scheduler"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, startupGroup)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:812
#, kde-format
msgid "Job Startup Conditions"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, asapConditionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:838
#, kde-format
msgid "Start the observation job as soon as all the constraints, if any, are met. The best candidate target shall be imaged first."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, asapConditionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:841
#, kde-format
msgid "ASAP"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, culminationConditionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:861
#, kde-format
msgid "Start the observation job when the object reaches culmination adjusted for the offset value in minutes. By default, the observation job runs 60 minutes prior to culmination."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, culminationConditionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:864
#, kde-format
msgid "Cu&lmination Offset"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, culminationOffset)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:874
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Offset in minutes to start imaging before or after culmination time.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, startupTimeConditionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:913
#, kde-format
msgid "start the job on the specified date and time"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, startupTimeConditionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:916
#, kde-format
msgid "On"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, contraintsGroup)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:954
#, kde-format
msgid "Job Constraints"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, altConstraintCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:980
#, kde-format
msgid "The object's altitude must remain equal or higher than the given value."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, altConstraintCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:983
#, kde-format
msgid "Alt > "
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1006 ekos/scheduler/scheduler.ui:1036
#, kde-format
msgid "°"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, moonSeparationCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1013
#, kde-format
msgid "The moon separation must remain equal to or higher than the given value."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, moonSeparationCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1016
#, kde-format
msgid "Moon > "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, twilightCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1050
#, kde-format
msgid "Jobs are only executed during astronomical twilight darkness period."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, twilightCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1053
#, kde-format
msgid "Twilight"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, weatherCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1066
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Weather conditions must remain safe. When weather conditions become dangerous, shutdown procedure is initiated.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, completionGroup)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1116
#, kde-format
msgid "Job Completion Conditions"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, sequenceCompletionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1137
#, kde-format
msgid "The observation job is completed when the sequence is complete."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, sequenceCompletionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1140
#, kde-format
msgid "Se&quence completion"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, repeatCompletionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1155
#, kde-format
msgid "Repeat for"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, repeatsSpin)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1165
#, kde-format
msgid "Restart job until it is executed this many times."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1178
#, kde-format
msgid "runs"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, loopCompletionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1200
#, kde-format
msgid "Restart the sequence job indefinitely."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, loopCompletionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1203
#, kde-format
msgid "Repeat until ter&minated"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, timeCompletionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1218
#, kde-format
msgid "Terminate the job on the given date and time."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, timeCompletionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1221
#, kde-format
msgid "Repeat until"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1269
#, kde-format
msgid ""
"<html><head/><body>"
"<p>One-time startup procedure to be executed before starting Ekos. The script is executed <span style=\" font-weight:600; text-decoration: underline;\">before</span> the startup procedures (e.g. unpark scope), if selected, are executed.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1272
#, kde-format
msgid "Observatory Startup Procedure"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, unparkDomeCheck)
#. i18n: ectx: property (toolTip), widget (QCheckBox, parkDomeCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1301 ekos/scheduler/scheduler.ui:1494
#, kde-format
msgid "Park dome to home position"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, unparkDomeCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1304
#, kde-format
msgid "UnPark Dome"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, unparkMountCheck)
#. i18n: ectx: property (toolTip), widget (QCheckBox, parkMountCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1317 ekos/scheduler/scheduler.ui:1478
#, kde-format
msgid "Park telescope to home position."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, unparkMountCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1320
#, kde-format
msgid "UnPark Mount"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, uncapCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1330
#, kde-format
msgid "Open dust cover"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, uncapCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1333
#, kde-format
msgid "UnCap"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QGroupBox, groupBox_10)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1417
#, kde-format
msgid ""
"<html><head/><body>"
"<p>One-time shutdown procedure to be executed after all scheduler jobs are completed. The script is executed <span style=\" font-weight:600; text-decoration: underline;\">after</span> the shutdown procedures (e.g. parking), if selected, are completed.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_10)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1420
#, kde-format
msgid "Observatory Shutdown Procedure"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, warmCCDCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1449
#, kde-format
msgid "Turn off CCD cooler."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, warmCCDCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1452
#, kde-format
msgid "Warm CCD"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, capCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1462
#, kde-format
msgid "Close dust cover"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, capCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1465
#, kde-format
msgid "Cap"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:105
#, kde-format
msgid "Ekos job failed (%1)"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:159
#, kde-format
msgid ""
"Current status of job '%1', managed by the Scheduler.\n"
"If invalid, the Scheduler was not able to find a proper observation time for the target.\n"
"If aborted, the Scheduler missed the scheduled time or encountered transitory issues and will reschedule the job.\n"
"If complete, the Scheduler verified that all sequence captures requested were stored, including repeats."
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:171
#, kde-format
msgid ""
"Startup time for job '%1', as estimated by the Scheduler.\n"
"Fixed time from user or culmination time is marked with a chronometer symbol. "
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:181
#, kde-format
msgid ""
"Completion time for job '%1', as estimated by the Scheduler.\n"
"Can be specified by the user to limit duration of looping jobs.\n"
"Fixed time from user is marked with a chronometer symbol. "
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:192
#, kde-format
msgid ""
"Count of captures stored for job '%1', based on its sequence job.\n"
"This is a summary, additional specific frame types may be required to complete the job."
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:202
#, kde-format
msgid ""
"Current score for job '%1', from its altitude, moon separation and sky darkness.\n"
"Negative if adequate altitude is not achieved yet or if there is no proper observation time today.\n"
"The Scheduler will refresh scores when picking a new candidate job."
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:288
#, kde-format
msgid ""
"Duration job '%1' will take to complete when started, as estimated by the Scheduler.\n"
"Depends on the actions to be run, and the sequence job to be processed."
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:343
#, kde-format
msgid "Evaluating"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:344
#, kde-format
msgid "Scheduled"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:345
#, kde-format
msgid "Running"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:346
#, kde-format
msgid "Invalid"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:350 ekos/scheduler/schedulerjob.cpp:379
#: fitsviewer/fitshistogram.cpp:813 indi/indigroup.cpp:37
#: skycomponents/constellationboundarylines.cpp:286
#, kde-format
msgid "Unknown"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:366
#, kde-format
msgid "Slew complete"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:370
#, kde-format
msgid "Focus complete"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:372
#, kde-format
msgid "Align complete"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:373
#, kde-format
msgid "Repositioning"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:374
#, kde-format
msgid "Repositioning complete"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:377
#, kde-format
msgid "Guiding complete"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:175
#, kde-format
msgid "Could not open file %1. Error %2"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:177 fitsviewer/fitsdata.cpp:190
#: fitsviewer/fitsdata.cpp:201 fitsviewer/fitsdata.cpp:210
#: fitsviewer/fitsdata.cpp:254 fitsviewer/fitsdata.cpp:267
#: fitsviewer/fitsdata.cpp:307
#, kde-format
msgid "FITS Open"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:188
#, kde-format
msgid "Could not locate image HDU. Error %1"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:199
#, kde-format
msgid "FITS file open error (fits_get_img_param): %1"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:208
#, kde-format
msgid "1D FITS images are not supported in KStars."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:252
#, kde-format
msgid "Bit depth %1 is not supported."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:265
#, kde-format
msgid "Image has invalid dimensions %1x%2"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:305 fitsviewer/fitsdata.cpp:3624
#, kde-format
msgid "Error reading image: %1"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:341
#, kde-format
msgid "Saving compressed files is not supported."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:2662 fitsviewer/fitsdata.cpp:2669
#: fitsviewer/fitsdata.cpp:2726 fitsviewer/fitsdata.cpp:2733
#: fitsviewer/fitsdata.cpp:2798 fitsviewer/fitsdata.cpp:2835
#, kde-format
msgid "No world coordinate systems found."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:3567
#, kde-format
msgid "Only 8 and 16 bits bayered images supported."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:3567 fitsviewer/fitsdata.cpp:3584
#: fitsviewer/fitsdata.cpp:3624 fitsviewer/fitsdata.cpp:3653
#: fitsviewer/fitsdata.cpp:3676 fitsviewer/fitsdata.cpp:3690
#: fitsviewer/fitsdata.cpp:3728 fitsviewer/fitsdata.cpp:3751
#: fitsviewer/fitsdata.cpp:3765
#, kde-format
msgid "Debayer error"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:3584
#, kde-format
msgid "Unsupported bayer pattern %1."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:3653 fitsviewer/fitsdata.cpp:3690
#: fitsviewer/fitsdata.cpp:3728 fitsviewer/fitsdata.cpp:3765
#, kde-format
msgid "Unable to allocate memory for temporary bayer buffer."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:3676 fitsviewer/fitsdata.cpp:3751
#, kde-format
msgid "Debayer failed (%1)"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdebayer.cpp:54
#, kde-format
msgid "Processing..."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdebayer.cpp:65
#, kde-format
msgid "Debayer failed."
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, FITSDebayerDialog)
#. +> trunk5
#: fitsviewer/fitsdebayer.ui:14
#, kde-format
msgid "Image Debayering"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, filterCombo)
#. +> trunk5
#: fitsviewer/fitsdebayer.ui:30
#, kde-format
msgid "RGGB"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, filterCombo)
#. +> trunk5
#: fitsviewer/fitsdebayer.ui:35
#, kde-format
msgid "GBRG"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, filterCombo)
#. +> trunk5
#: fitsviewer/fitsdebayer.ui:40
#, kde-format
msgid "GRBG"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, filterCombo)
#. +> trunk5
#: fitsviewer/fitsdebayer.ui:45
#, kde-format
msgid "BGGR"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: fitsviewer/fitsdebayer.ui:53
#, kde-format
msgid "Method:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, methodCombo)
#. +> trunk5
#: fitsviewer/fitsdebayer.ui:61
#, kde-format
msgid "Nearest"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, methodCombo)
#. +> trunk5
#: fitsviewer/fitsdebayer.ui:66
#, kde-format
msgid "Simple"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, methodCombo)
#. +> trunk5
#: fitsviewer/fitsdebayer.ui:71
#, kde-format
msgid "BILinear"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, methodCombo)
#. +> trunk5
#: fitsviewer/fitsdebayer.ui:76
#, kde-format
msgid "HQLinear"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, methodCombo)
#. +> trunk5
#: fitsviewer/fitsdebayer.ui:81
#, kde-format
msgid "VNG"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: fitsviewer/fitsdebayer.ui:89
#, kde-format
msgid "X Offset:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: fitsviewer/fitsdebayer.ui:106
#, kde-format
msgid "Y Offset:"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, statusEdit)
#. +> trunk5
#: fitsviewer/fitsdebayer.ui:130 fitsviewer/fitsviewer.cpp:401
#: fitsviewer/fitsviewer.cpp:904
#, kde-format
msgid "Ready."
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, fitsHeaderDialog)
#. +> trunk5
#: fitsviewer/fitsheaderdialog.ui:14 fitsviewer/fitsviewer.cpp:139
#, kde-format
msgid "FITS Header"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, tableWidget)
#. +> trunk5
#: fitsviewer/fitsheaderdialog.ui:48
#, kde-format
msgid "Keyword"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, tableWidget)
#. +> trunk5
#: fitsviewer/fitsheaderdialog.ui:53
#, kde-format
msgid "Value"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, tableWidget)
#. +> trunk5
#: fitsviewer/fitsheaderdialog.ui:58
#, kde-format
msgid "Comment"
msgstr ""
#. +> trunk5
#: fitsviewer/fitshistogram.cpp:276 fitsviewer/fitshistogram.cpp:427
#, kde-format
msgid "Intensity"
msgstr ""
#. +> trunk5
#: fitsviewer/fitshistogram.cpp:277 fitsviewer/fitshistogram.cpp:428
#, kde-format
msgid "Frequency"
msgstr ""
#. +> trunk5
#: fitsviewer/fitshistogram.cpp:795
#, kde-format
msgid "Auto Scale"
msgstr ""
#. +> trunk5
#: fitsviewer/fitshistogram.cpp:798
#, kde-format
msgid "Linear Scale"
msgstr ""
#. +> trunk5
#: fitsviewer/fitshistogram.cpp:801
#, kde-format
msgid "Logarithmic Scale"
msgstr ""
#. +> trunk5
#: fitsviewer/fitshistogram.cpp:804
#, kde-format
msgid "Square Root Scale"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, FITSHistogramUI)
#. +> trunk5
#: fitsviewer/fitshistogramui.ui:32 fitsviewer/fitsviewer.cpp:120
#, kde-format
msgid "Histogram"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, minLabel)
#. +> trunk5
#: fitsviewer/fitshistogramui.ui:67
#, kde-format
msgid "Min."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, maxLabel)
#. +> trunk5
#: fitsviewer/fitshistogramui.ui:74
#, kde-format
msgid "Max."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, maxLabel_2)
#. i18n: ectx: property (text), widget (QLabel, meanLabel_2)
#. +> trunk5
#: fitsviewer/fitshistogramui.ui:120 fitsviewer/fitsviewer.cpp:47
#: fitsviewer/statform.ui:121
#, kde-format
msgid "Median"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, intensityLabel)
#. +> trunk5
#: fitsviewer/fitshistogramui.ui:140
#, kde-format
msgid "Intensity:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, frequencyLabel)
#. +> trunk5
#: fitsviewer/fitshistogramui.ui:147
#, kde-format
msgid "Frequency:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, minLabel_2)
#. +> trunk5
#: fitsviewer/fitshistogramui.ui:154
#, kde-format
msgid "Mean"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, FITSScaleGroup)
#. +> trunk5
#: fitsviewer/fitshistogramui.ui:181
#, kde-format
msgid "FITS Scale"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, linearR)
#. +> trunk5
#: fitsviewer/fitshistogramui.ui:187
#, kde-format
msgid "L&inear"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, logR)
#. +> trunk5
#: fitsviewer/fitshistogramui.ui:197
#, kde-format
msgid "&Logarithmic"
msgstr ""
#. +> trunk5
#: fitsviewer/fitslabel.cpp:188
#, kde-format
msgctxt "Half Flux Radius"
msgid "HFR: %1"
msgstr ""
#. +> trunk5
#: fitsviewer/fitslabel.cpp:233 tools/whatsinteresting/wiview.cpp:323
#, kde-format
msgid "Continue Slew"
msgstr ""
#. +> trunk5
#: fitsviewer/fitstab.cpp:52
#, kde-format
msgid "Save Changes to FITS?"
msgstr ""
#. +> trunk5
#: fitsviewer/fitstab.cpp:53
#, kde-format
msgid "The current FITS file has unsaved changes. Would you like to save before closing it?"
msgstr ""
#. +> trunk5
#: fitsviewer/fitstab.cpp:234
#, kde-format
msgid "Save FITS"
msgstr ""
#. +> trunk5
#: fitsviewer/fitstab.cpp:272
#, kde-format
msgid "FITS file save error: %1"
msgstr ""
#. +> trunk5
#: fitsviewer/fitstab.cpp:272
#, kde-format
msgid "FITS Save"
msgstr ""
#. i18n("File saved."), 3);
#. +> trunk5
#: fitsviewer/fitstab.cpp:278
#, kde-format
msgid "File saved to %1"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:197
#, kde-format
msgid "Please hold while loading FITS file..."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:198
#, kde-format
msgid "Loading FITS"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:412
#, kde-format
msgid "Image is saturated."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:583
#, kde-format
msgid "Cannot zoom in further due to active limited resources mode."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1361
#, kde-format
msgid "Finding stars..."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1366
#, kde-format
msgid "1 star detected."
msgid_plural "%1 stars detected."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1584
#, kde-format
msgid "Zoom In"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1587
#, kde-format
msgid "Zoom Out"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1590
#, kde-format
msgid "Default Zoom"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1593
#, kde-format
msgid "Zoom to Fit"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1598 fitsviewer/fitsviewer.cpp:185
#, kde-format
msgid "Show Cross Hairs"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1602 fitsviewer/fitsviewer.cpp:191
#, kde-format
msgid "Show Pixel Gridlines"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1607 fitsviewer/fitsview.cpp:1716
#, kde-format
msgid "Detect Stars in Image"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1613
#, kde-format
msgid "View Star Profile"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1623 fitsviewer/fitsviewer.cpp:197
#: fitsviewer/fitsviewer.cpp:775
#, kde-format
msgid "Show Equatorial Gridlines"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1629 fitsviewer/fitsviewer.cpp:204
#: fitsviewer/fitsviewer.cpp:777
#, kde-format
msgid "Show Objects in Image"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1635
#, kde-format
msgid "Center Telescope"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AutoStretch)
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:46 fitsviewer/opsfits.ui:126
#, kde-format
msgid "Auto Stretch"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:46
#, kde-format
msgid "High Contrast"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:46
#, kde-format
msgid "Equalize"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:47
#, kde-format
msgid "High Pass"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:47 fitsviewer/fitsviewer.cpp:103
#, kde-format
msgid "Rotate Right"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:48 fitsviewer/fitsviewer.cpp:107
#, kde-format
msgid "Rotate Left"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:48 fitsviewer/fitsviewer.cpp:111
#, kde-format
msgid "Flip Horizontal"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:48 fitsviewer/fitsviewer.cpp:116
#, kde-format
msgid "Flip Vertical"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:145
#, kde-format
msgid "Debayer..."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:149
#, kde-format
msgid "Auto stretch"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, statForm)
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:180 fitsviewer/statform.ui:14
#, kde-format
msgid "Statistics"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:211 fitsviewer/fitsviewer.cpp:787
#, kde-format
msgid ""
"Center Telescope\n"
"*No Telescopes Detected*"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:218
#, kde-format
msgid "Zoom To Fit"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:224
#, kde-format
msgid "View 3D Graph"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:230 fitsviewer/fitsviewer.cpp:877
#, kde-format
msgid "Mark Stars"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:250
#, kde-format
msgid "KStars FITS Viewer"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:363
#, kde-format
msgid "Calibrate"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:492
#, kde-format
msgid "%1 star detected."
msgid_plural "%1 stars detected."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:524
#, kde-format
msgid "Open FITS Image"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:782
#, kde-format
msgid ""
"Center Telescope\n"
"*Ready*"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:793
#, kde-format
msgid ""
"Show Equatorial Gridlines\n"
"*No WCS Info*"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:795
#, kde-format
msgid ""
"Center Telescope\n"
"*No WCS Info*"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:797
#, kde-format
msgid ""
"Show Objects in Image\n"
"*No WCS Info*"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:882
#, kde-format
msgid "Unmark Stars"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:898
#, kde-format
msgid "Processing %1..."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, FITSViewerGroup)
#. +> trunk5
#: fitsviewer/opsfits.ui:37
#, kde-format
msgid "Look && Feel"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_useFITSViewer)
#. +> trunk5
#: fitsviewer/opsfits.ui:43
#, kde-format
msgid "Automatically display received images in the FITS Viewer"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_useFITSViewer)
#. +> trunk5
#: fitsviewer/opsfits.ui:46
#, kde-format
msgid "Use FITS Viewer"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_singlePreviewFITS)
#. i18n: ectx: whatsthis, entry (singlePreviewFITS), group (FITSViewer)
#. +> trunk5
#: fitsviewer/opsfits.ui:53 kstars.kcfg:1376
#, kde-format
msgid "Display all captured FITS images in a single tab instead of multiple tabs per image."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_singlePreviewFITS)
#. +> trunk5
#: fitsviewer/opsfits.ui:62
#, kde-format
msgid "Single Preview Tab"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_singleWindowCapturedFITS)
#. +> trunk5
#: fitsviewer/opsfits.ui:72
#, kde-format
msgid "Display captured FITS images from all cameras in a single FITS Viewer window instead of a dedicated window to each camera."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_singleWindowCapturedFITS)
#. +> trunk5
#: fitsviewer/opsfits.ui:78
#, kde-format
msgid "Single Window Capture"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_singleWindowOpenedFITS)
#. +> trunk5
#: fitsviewer/opsfits.ui:88
#, kde-format
msgid "Display opened FITS images in a single FITS Viewer window instead of a dedicated window to each file."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_singleWindowOpenedFITS)
#. +> trunk5
#: fitsviewer/opsfits.ui:94
#, kde-format
msgid "Single Window Open"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_independentWindowFITS)
#. +> trunk5
#: fitsviewer/opsfits.ui:104
#, kde-format
msgid "Make FITS Viewer window independent from KStars"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: fitsviewer/opsfits.ui:117
#, kde-format
msgid "Processing"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AutoStretch)
#. +> trunk5
#: fitsviewer/opsfits.ui:123
#, kde-format
msgid "Always apply auto stretch to images in FITS Viewer"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_LimitedResourcesMode)
#. +> trunk5
#: fitsviewer/opsfits.ui:133
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Enable limited resource mode to turn off any resource-intensive operations:</p>"
"<ul style=\"margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;\">"
"<li style=\" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Auto Debayer</span>: Bayered images will not be debayered. Only grayscale images are shown.</li>"
"<li style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Auto WCS</span>: World Coordinate System data will not be processed. WCS maps sky coordinates to image coordinates. Equatorial grid lines, object identification, and telescope slew within an image are disabled.</li>"
"<li style=\" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">3D Cube</span>: RGB images will not be processed. Only grayscale images are shown.</li>"
"</ul>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_LimitedResourcesMode)
#. +> trunk5
#: fitsviewer/opsfits.ui:136
#, kde-format
msgid "Limited Resources Mode"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AutoDebayer)
#. +> trunk5
#: fitsviewer/opsfits.ui:143
#, kde-format
msgid "Automatically debayer captured image if it contains a bayer pattern"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AutoDebayer)
#. +> trunk5
#: fitsviewer/opsfits.ui:146
#, kde-format
msgid "Auto Debayer"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AutoWCS)
#. +> trunk5
#: fitsviewer/opsfits.ui:156
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Automatically load World-Coordinate-System (WCS) data when opening a FITS file.</p>"
"<p><span style=\" font-weight:600;\">Warning: Only enable this option on very fast machines as it can lead to unpredictable behavior resulting in crashes on slower machines.</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AutoWCS)
#. +> trunk5
#: fitsviewer/opsfits.ui:159
#, kde-format
msgid "Auto WCS"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_Auto3DCube)
#. +> trunk5
#: fitsviewer/opsfits.ui:166
#, kde-format
msgid "Process 3D (RGB) FITS images. If unchecked, only first channel is processed."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Auto3DCube)
#. +> trunk5
#: fitsviewer/opsfits.ui:169
#, kde-format
msgid "3D Cube"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, widthLabel)
#. +> trunk5
#: fitsviewer/statform.ui:20
#, kde-format
msgid "Width:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, heightLabel)
#. +> trunk5
#: fitsviewer/statform.ui:34
#, kde-format
msgid "Height:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, minLabel)
#. +> trunk5
#: fitsviewer/statform.ui:48
#, kde-format
msgid "Min:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, maxLabel)
#. +> trunk5
#: fitsviewer/statform.ui:62
#, kde-format
msgid "Max:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, bitPixLabel)
#. +> trunk5
#: fitsviewer/statform.ui:76
#, kde-format
msgid "Bitpix:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, stdDevLabel)
#. +> trunk5
#: fitsviewer/statform.ui:90
#, kde-format
msgid "Standard Deviation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stdDevLabel)
#. +> trunk5
#: fitsviewer/statform.ui:93
#, kde-format
msgid "Std. dev:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, meanLabel)
#. +> trunk5
#: fitsviewer/statform.ui:107
#, kde-format
msgid "Mean:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, HFRLabel)
#. +> trunk5
#: fitsviewer/statform.ui:135
#, kde-format
msgid "Half-Flux Radius"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, HFRLabel)
#. +> trunk5
#: fitsviewer/statform.ui:138
#, kde-format
msgctxt "Half Flux Radius"
msgid "HFR:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, HFRLabel_2)
#. +> trunk5
#: fitsviewer/statform.ui:152
#, kde-format
msgid "Signal to Noise Ratio"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, HFRLabel_2)
#. +> trunk5
#: fitsviewer/statform.ui:155
#, kde-format
msgctxt "Half Flux Radius"
msgid "SNR:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, displayGroup)
#. +> trunk5
#: hips/hipsmanager.cpp:96 indi/opsindi.ui:363
#, kde-format
msgid "Display"
msgstr ""
#. +> trunk5
#: hips/hipsmanager.cpp:100
#, kde-format
msgid "Cache"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab1)
#. +> trunk5
#: hips/hipsmanager.cpp:104 tools/altvstime.ui:46
#, kde-format
msgid "Sources"
msgstr ""
#. +> trunk5
#: hips/opships.cpp:65
#, kde-format
msgid "HiPS Update"
msgstr ""
#. +> trunk5
#: hips/opships.cpp:65
#, kde-format
msgid "Downloading HiPS sources..."
msgstr ""
#. +> trunk5
#: hips/opships.cpp:138
#, kde-format
msgid "Error downloading HiPS sources: %1"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_4)
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_HIPSNetCache)
#. +> trunk5
#: hips/opshipscache.ui:17 hips/opshipscache.ui:27
#, kde-format
msgid "Cache space on hard disk used to store HiPS images."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: hips/opshipscache.ui:20
#, kde-format
msgid "Disk"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: hips/opshipscache.ui:43 hips/opshipscache.ui:89
#, kde-format
msgid "MB"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_HIPSMemoryCache)
#. +> trunk5
#: hips/opshipscache.ui:63 hips/opshipscache.ui:73
#, kde-format
msgid "Cache space in RAM used to store HiPS images."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: hips/opshipscache.ui:66
#, kde-format
msgid "Memory:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HIPSShowGrid)
#. +> trunk5
#: hips/opshipsdisplay.ui:17
#, kde-format
msgid "Show HiPS Grid"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HIPSBiLinearInterpolation)
#. +> trunk5
#: hips/opshipsdisplay.ui:24
#, kde-format
msgid "Linear Interpolation"
msgstr ""
#. +> trunk5
#: indi/clientmanagerlite.cpp:152 indi/clientmanagerlite.cpp:159
#: indi/clientmanagerlite.cpp:166 indi/clientmanagerlite.cpp:173
#, kde-format
msgid "Could not connect to the Web Manager"
msgstr ""
#. +> trunk5
#: indi/clientmanagerlite.cpp:190 indi/clientmanagerlite.cpp:222
#: indi/clientmanagerlite.cpp:230
#, kde-format
msgid "Invalid response from Web Manager"
msgstr ""
#. +> trunk5
#: indi/clientmanagerlite.cpp:241
#, kde-format
msgid "Web Manager Status: Online"
msgstr ""
#. +> trunk5
#: indi/clientmanagerlite.cpp:243
#, kde-format
msgid "Active Profile: %1"
msgstr ""
#. +> trunk5
#: indi/clientmanagerlite.cpp:248
#, kde-format
msgid "Web Manager Status: Offline"
msgstr ""
#. +> trunk5
#: indi/clientmanagerlite.cpp:259 kstarslite/qml/indi/INDIControlPanel.qml:128
#, kde-format, kde-kuit-format
msgid "Web Manager Status:"
msgstr ""
#. +> trunk5
#: indi/clientmanagerlite.cpp:819
#, kde-format
msgid "JPEG (*.jpeg);;JPG (*.jpg);;PNG (*.png);;BMP (*.bmp)"
msgstr ""
#. +> trunk5
#: indi/clientmanagerlite.cpp:1119
#, kde-format
msgid "Unable to find dcraw and cjpeg. Please install the required tools to convert CR2 to JPEG."
msgstr ""
#. +> trunk5
#: indi/customdrivers.cpp:104
#, kde-format
msgid "Label already exists. Label must be unique."
msgstr ""
#. +> trunk5
#: indi/customdrivers.cpp:119
#, kde-format
msgid "Failed to add new driver. Is the label unique?"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: indi/customdrivers.ui:55
#, kde-format
msgid "Driver"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: indi/customdrivers.ui:75
#, kde-format
msgid "Family"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: indi/customdrivers.ui:85
#, kde-format
msgid "Executable"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: indi/customdrivers.ui:110 tools/flagmanager.cpp:78
#, kde-format
msgid "Label"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, addDriverB)
#. i18n: ectx: property (text), widget (QPushButton, NewEyepiece)
#. +> trunk5
#: indi/customdrivers.ui:167 oal/equipmentwriter.ui:419
#, kde-format
msgid "Add New"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: indi/customdrivers.ui:200
#, kde-format
msgid ""
"<html><head/><body>"
"<p>To create an <span style=\" font-weight:600;\">Alias</span> from an existing driver, select an existing driver and then only change the <span style=\" font-weight:600;\">Label </span>then press<span style=\" font-weight:600;\"> Add.</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: indi/customdrivers.ui:236
#, kde-format
msgid ""
"<html><head/><body>"
"<p>KStars must be restarted for new drivers to take effect.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, DriverManager)
#. +> trunk5
#: indi/drivermanager.cpp:98 indi/drivermanager.ui:14 indi/indidriver.cpp:100
#, kde-format, kde-kuit-format
msgid "Device Manager"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:279
#, kde-format
msgid "Driver %1 is already running, do you want to restart it?"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:342 indi/indidriver.cpp:320
#, kde-format, kde-kuit-format
msgid "Cannot start INDI server: port error."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:428
#, kde-format
msgid "Connection to INDI server locally on port %1 failed."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:596 indi/indidriver.cpp:302
#, kde-format, kde-kuit-format
msgid "Invalid port entry: %1"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:633
#, kde-format
msgid "Connection to INDI host at %1 on port %2 lost. Server disconnected."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:656
#, kde-format
msgid "Connection to INDI host at %1 on port %2 encountered an error: %3."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:708
#, kde-format
msgid "Invalid host port %1"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:739
#, kde-format
msgid "Connected to INDI server"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:752
#, kde-format
msgid "Connection to INDI server at host %1 with port %2 failed."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:955 indi/indidriver.cpp:498
#, kde-format, kde-kuit-format
msgid ""
"Unable to find INDI Drivers directory: %1\n"
"Please make sure to set the correct path in KStars configuration"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:995 indi/indidriver.cpp:540
#, kde-format, kde-kuit-format
msgid "Failed to open INDI Driver file: %1"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, driverComboBox)
#. i18n: ectx: property (text), widget (QPushButton, NoneButton)
#. +> trunk5
#: indi/drivermanager.cpp:1284 indi/indidriver.cpp:747 kstarsactions.cpp:1639
#: kstarsinit.cpp:697 kstarsinit.cpp:698 oal/equipmentwriter.ui:197
#: oal/log.cpp:337 tools/exporteyepieceview.cpp:68 tools/eyepiecefield.cpp:112
#: tools/obslistwizard.ui:183
#, kde-format, kde-kuit-format
msgid "None"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:1361 indi/indidriver.cpp:808
#, kde-format, kde-kuit-format
msgid "Add Host"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:1372 indi/indidriver.cpp:824
#, kde-format, kde-kuit-format
msgid "Error: the port number is invalid."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:1385 indi/indidriver.cpp:834
#, kde-format, kde-kuit-format
msgid "Host: %1 Port: %2 already exists."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:1410 indi/indidriver.cpp:855
#, kde-format, kde-kuit-format
msgid "Modify Host"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:1455 indi/indidriver.cpp:902
#, kde-format, kde-kuit-format
msgid "You need to disconnect the client before removing it."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:1460 indi/indidriver.cpp:907
#, kde-format, kde-kuit-format
msgid "Are you sure you want to remove the %1 client?"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:1487 indi/indidriver.cpp:932
#, kde-format, kde-kuit-format
msgid ""
"Unable to write to file 'indihosts.xml'\n"
"Any changes to INDI hosts configurations will not be saved."
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, LocalTab)
#. +> trunk5
#: indi/drivermanager.ui:39
#, kde-format
msgid "Local/Server"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, localTreeWidget)
#. +> trunk5
#: indi/drivermanager.ui:61
#, kde-format
msgid "Device"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, localTreeWidget)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: indi/drivermanager.ui:71 indi/drivermanager.ui:129
#, kde-format
msgid "Mode"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, localTreeWidget)
#. +> trunk5
#: indi/drivermanager.ui:76
#, kde-format
msgid "Version"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, localTreeWidget)
#. i18n: ectx: property (text), widget (QTreeWidget, clientTreeWidget)
#. +> trunk5
#: indi/drivermanager.ui:81 indi/drivermanager.ui:332
#, kde-format
msgid "Port"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, serverLogBox)
#. +> trunk5
#: indi/drivermanager.ui:95
#, kde-format
msgid "Server Log"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, serverR)
#. +> trunk5
#: indi/drivermanager.ui:169
#, kde-format
msgid "Server"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, runServiceB)
#. +> trunk5
#: indi/drivermanager.ui:209
#, kde-format
msgid "Run Service"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, stopServiceB)
#. +> trunk5
#: indi/drivermanager.ui:216
#, kde-format
msgid "Stop Service"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, h)
#. +> trunk5
#: indi/drivermanager.ui:276
#, kde-format
msgid "Hosts"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, addB)
#. i18n: ectx: property (text), widget (QPushButton, addButton)
#. +> trunk5
#: indi/drivermanager.ui:297
#: kstarslite/qml/dialogs/helpers/DetailsAddLink.qml:95
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:382 tools/flagmanager.ui:133
#, kde-format, kde-kuit-format
msgid "Add"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, modifyB)
#. +> trunk5
#: indi/drivermanager.ui:304
#, kde-format
msgid "Modify..."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5
#: indi/drivermanager.ui:340
#, kde-format
msgid "Connection"
msgstr ""
#. +> trunk5
#: indi/guimanager.cpp:64
#, kde-format
msgid "INDI Control Panel"
msgstr ""
#. +> trunk5
#: indi/guimanager.cpp:137
#, kde-format
msgid "No INDI devices currently running. To run devices, please select devices from the Device Manager in the devices menu."
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1083
#, kde-format
msgid "Video Recording Stopped"
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1088
#, kde-format
msgid "Video Recording Started"
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1306
#, kde-format
msgid "%1 file saved to %2"
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1311
#, kde-format
msgid "Image file is received"
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1343
#, kde-format
msgid "Cannot open %1: %2"
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1366
#, kde-format
msgid "Cannot unpack_thumb %1: %2"
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1378
#, kde-format
msgid "Cannot write %s %1: %2"
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1446
#, kde-format
msgid "%1 Preview"
msgstr ""
#. +> trunk5
#: indi/indidevice.cpp:284
#, kde-format
msgctxt "INDI message shown in status bar"
msgid "%1"
msgstr ""
#. +> trunk5
#: indi/indidevice.cpp:287
#, kde-format
msgctxt "Message shown in INDI control panel"
msgid "%1"
msgstr ""
#. +> trunk5
#: indi/indidome.cpp:105
#, kde-format
msgid "Dome parking is in progress"
msgstr ""
#. +> trunk5
#: indi/indidome.cpp:110
#, kde-format
msgid "Dome unparking is in progress"
msgstr ""
#. +> trunk5
#: indi/indidome.cpp:115
#, kde-format
msgid "Dome parked"
msgstr ""
#. +> trunk5
#: indi/indidome.cpp:127
#, kde-format
msgid "Dome unparked"
msgstr ""
#. +> trunk5
#: indi/indielement.cpp:353
#, kde-format
msgid "INDI DATA STREAM"
msgstr ""
#. +> trunk5
#: indi/indielement.cpp:630
#, kde-format
msgid "Cannot open file %1 for reading"
msgstr ""
#. +> trunk5
#: indi/indielement.cpp:639
#, kde-format
msgid "Not enough memory for file %1"
msgstr ""
#. +> trunk5
#: indi/indilistener.cpp:471
#, kde-format
msgid "INDI Server Message"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_useTimeUpdate)
#. +> trunk5
#: indi/indiproperty.cpp:234 indi/opsindi.ui:214 tools/observinglist.cpp:103
#, kde-format
msgid "Time"
msgstr ""
#. +> trunk5
#: indi/indiproperty.cpp:315
#, kde-format
msgid "Enable binary data transfer from this property to KStars and vice-versa."
msgstr ""
#. +> trunk5
#: indi/indiproperty.cpp:322
#, kde-format
msgid "Upload"
msgstr ""
#. +> trunk5
#: indi/indistd.cpp:228
#, kde-format
msgid "GPS Location"
msgstr ""
#. +> trunk5
#: indi/indistd.cpp:230
#, kde-format
msgid "Mount Location"
msgstr ""
#. +> trunk5
#: indi/indistd.cpp:410
#, kde-format
msgid "Data file saved to %1"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:178
#, kde-format
msgid "Mount is slewing to target location"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:182
#, kde-format
msgid "Mount arrived at target location"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:249
#, kde-format
msgid "Mount parking failed"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:254
#, kde-format
msgid "Mount parking is in progress"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:260
#, kde-format
msgid "Mount unparking is in progress"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:265
#, kde-format
msgid "Mount parked"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:280
#, kde-format
msgid "Mount unparked"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:297
#, kde-format
msgid "Mount motion was aborted"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:321
#, kde-format
msgid "Mount is manually moving"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:327
#, kde-format
msgid "Mount motion stopped"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:611
#, kde-format
msgid "Requested altitude %1 is outside the specified altitude limit boundary (%2,%3)."
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:614 indi/inditelescope.cpp:623
#, kde-format
msgid "Telescope Motion"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:622
#, kde-format
msgid "Requested altitude is below the horizon. Are you sure you want to proceed?"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:1093
#, kde-format
msgid "Parked"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:1097
#, kde-format
msgid "Parking"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:1105
#, kde-format
msgid "Moving %1"
msgstr ""
#. +> trunk5
#: indi/indiwebmanager.cpp:200
#, kde-format
msgid "Driver %1 failed to start on the remote INDI server."
msgstr ""
#. +> trunk5
#: indi/opsindi.cpp:42
#, kde-format
msgid "Internal or external INDI server?"
msgstr ""
#. +> trunk5
#: indi/opsindi.cpp:44
#, kde-format
msgid "Internal or external INDI drivers?"
msgstr ""
#. +> trunk5
#: indi/opsindi.cpp:83 indi/opsindi.cpp:103
#, kde-format
msgid "You need to restart KStars for this change to take effect."
msgstr ""
#. +> trunk5
#: indi/opsindi.cpp:89
#, kde-format
msgid "FITS Default Directory"
msgstr ""
#. +> trunk5
#: indi/opsindi.cpp:97
#, kde-format
msgid "INDI Drivers Directory"
msgstr ""
#. +> trunk5
#: indi/opsindi.cpp:125
#, kde-format
msgid "%1 is not a valid INDI server binary."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, videoLabel_2)
#. i18n: ectx: property (toolTip), widget (QLabel, videoLabel_3)
#. +> trunk5
#: indi/opsindi.ui:47 indi/opsindi.ui:78
#, kde-format
msgid "Default INDI video port"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, videoLabel_2)
#. +> trunk5
#: indi/opsindi.ui:50
#, kde-format
msgid "INDI Server:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, videoLabel_3)
#. +> trunk5
#: indi/opsindi.ui:81
#, kde-format
msgid "INDI Drivers XML Directory:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, fitsLabel)
#. +> trunk5
#: indi/opsindi.ui:127
#, kde-format
msgid "Specify where new FITS images are saved once captured and downloaded"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, fitsLabel)
#. +> trunk5
#: indi/opsindi.ui:130
#, kde-format
msgid "Default FITS directory:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QGroupBox, autoGroup)
#. +> trunk5
#: indi/opsindi.ui:174
#, kde-format
msgid "Select time and location synchronization settings between KStars and INDI Devices"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, autoGroup)
#. +> trunk5
#: indi/opsindi.ui:177
#, kde-format
msgid "Time && Location Updates"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_useKStarsSource)
#. +> trunk5
#: indi/opsindi.ui:185
#, kde-format
msgid ""
"<html><head/><body>"
"<p>KStars is the master source for time and location settings. All INDI devices time and locations settings are synchronized to KStars settings.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_useKStarsSource)
#. +> trunk5
#: indi/opsindi.ui:188
#, kde-format
msgid "KStars Updates All Devices"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_useTimeUpdate)
#. +> trunk5
#: indi/opsindi.ui:208
#, kde-format
msgid "Enable time synchronization upon connection between KStars and INDI"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_useTimeUpdate)
#. +> trunk5
#: indi/opsindi.ui:211
#, kde-format
msgid "Synchronize KStars date and time automatically from the update source."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_useMountSource)
#. +> trunk5
#: indi/opsindi.ui:224
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Mount handset is the master source of time and location settings. KStars time and location settings are synchronized with controller settings.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_useMountSource)
#. +> trunk5
#: indi/opsindi.ui:227
#, kde-format
msgid "Mount Updates KStars"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_useGeographicUpdate)
#. +> trunk5
#: indi/opsindi.ui:234
#, kde-format
msgid "Enable geographic location synchronization upon connection between KStars and INDI"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_useGeographicUpdate)
#. +> trunk5
#: indi/opsindi.ui:237
#, kde-format
msgid "Synchronize KStars location settings from the update source"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_useGeographicUpdate)
#. +> trunk5
#: indi/opsindi.ui:240
#, kde-format
msgid "Location"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_useGPSSource)
#. +> trunk5
#: indi/opsindi.ui:250
#, kde-format
msgid ""
"<html><head/><body>"
"<p>GPS driver is the master source of time and location settings. KStars time and location settings are synchronized with GPS settings.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_useGPSSource)
#. +> trunk5
#: indi/opsindi.ui:253
#, kde-format
msgid "GPS Updates KStars"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QGroupBox, groupBox)
#. +> trunk5
#: indi/opsindi.ui:278
#, kde-format
msgid "Specify range of ports that INDI Server will bind to when starting new drivers"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: indi/opsindi.ui:281 kstarslite/qml/indi/INDIControlPanel.qml:192
#, kde-format, kde-kuit-format
msgid "Server Port"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: indi/opsindi.ui:304 tools/obslistwizard.ui:757
#, kde-format
msgid "From:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: indi/opsindi.ui:311 tools/obslistwizard.ui:771
#, kde-format
msgid "To:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_showTargetCrosshair)
#. +> trunk5
#: indi/opsindi.ui:369
#, kde-format
msgid "Display the telescope position on the sky map"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QCheckBox, kcfg_showTargetCrosshair)
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_showTargetCrosshair)
#. +> trunk5
#: indi/opsindi.ui:372 indi/opsindi.ui:375
#, kde-format
msgid "Display a telescope marker on the sky map in order to track the telescope motion across the sky."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_showTargetCrosshair)
#. +> trunk5
#: indi/opsindi.ui:378
#, kde-format
msgid "&Telescope crosshair"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_messageNotificationINDI)
#. +> trunk5
#: indi/opsindi.ui:414
#, kde-format
msgid "Show INDI messages as desktop notifications instead of dialogs"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_messageNotificationINDI)
#. +> trunk5
#: indi/opsindi.ui:417
#, kde-format
msgid "Message notifications"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, showLogsB)
#. +> trunk5
#: indi/opsindi.ui:440
#, kde-format
msgid "Show INDI Logs"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, recordingOptions)
#. +> trunk5
#: indi/recordingoptions.ui:14
#, kde-format
msgid "Recording Options"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, recordDurationR)
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, durationSpin)
#. +> trunk5
#: indi/recordingoptions.ui:37 indi/recordingoptions.ui:47
#, kde-format
msgid "Record stream for specified duration in seconds"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: indi/recordingoptions.ui:65
#, kde-format
msgid "Record:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_2)
#. i18n: ectx: property (toolTip), widget (QLineEdit, recordDirectoryEdit)
#. +> trunk5
#: indi/recordingoptions.ui:91 indi/recordingoptions.ui:115
#, kde-format
msgid ""
"<html><head/><body>\n"
"<p>Set SER video <b>remote</b> directory name. If INDI server is running locally, then a local directory can be selected. However, if you are connected to a remote INDI server, then the directory must be a valid directory on the remote file system where it is saved.</p>"
"\n"
"<p>Record directories may contain some patterns to make them dynamic:</p>"
"\n"
"<ul>\n"
"<li><b>_D_</b> for the date in YYYY-MM-DD.</li>"
"\n"
"<li><b>_H_</b> for time in HH:MM:SS.</li>"
"\n"
"<li><b>_T_</b> for ISO8601 time stamp.</li>"
"\n"
"<li><b>_F_</b> for filter name, if any.</li>"
"\n"
"</ul>"
"\n"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, selectDirB)
#. +> trunk5
#: indi/recordingoptions.ui:134
#, kde-format
msgid "Play/Pause"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, recordFilenameEdit)
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. +> trunk5
#: indi/recordingoptions.ui:154 indi/recordingoptions.ui:212
#, kde-format
msgid ""
"<html><head/><body>\n"
"<p>Set SER video file name. Record files may contain some patterns to make them dynamic:</p>"
"\n"
"<ul>\n"
"<li><b>_D_</b> for the date in YYYY-MM-DD.</li>"
"\n"
"<li><b>_H_</b> for time in HH:MM:SS.</li>"
"\n"
"<li><b>_T_</b> for ISO8601 time stamp.</li>"
"\n"
"<li><b>_F_</b> for filter name, if any.</li>"
"\n"
"</ul>"
"\n"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, recordFramesR)
#. i18n: ectx: property (toolTip), widget (QSpinBox, framesSpin)
#. +> trunk5
#: indi/recordingoptions.ui:163 indi/recordingoptions.ui:173
#, kde-format
msgid "Record stream until this many frames are captured"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, recordFramesR)
#. +> trunk5
#: indi/recordingoptions.ui:166
#, kde-format
msgid "Frames"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, recordUntilStoppedR)
#. +> trunk5
#: indi/recordingoptions.ui:191
#, kde-format
msgid "Record stream until manually stopped"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, recordUntilStoppedR)
#. +> trunk5
#: indi/recordingoptions.ui:194
#, kde-format
msgid "Until Stopped"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: indi/recordingoptions.ui:215
#, kde-format
msgid "File name"
msgstr ""
#. +> trunk5
#: indi/servermanager.cpp:90
#, kde-format
msgid "Error making FIFO file %1: %2."
msgstr ""
#. +> trunk5
#: indi/servermanager.cpp:129
#, kde-format
msgid "INDI server failed to start: %1"
msgstr ""
#. +> trunk5
#: indi/servermanager.cpp:202
#, kde-format
msgid "Driver %1 was not found on the system. Please make sure the package that provides the '%1' binary is installed."
msgstr ""
#. +> trunk5
#: indi/servermanager.cpp:319
#, kde-format
msgid "KStars detected INDI driver %1 crashed. Please check INDI server log in the Device Manager."
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, streamForm)
#. +> trunk5
#: indi/streamform.ui:20
#, kde-format
msgid "Video Stream"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, recordB)
#. +> trunk5
#: indi/streamform.ui:58 indi/streamwg.cpp:192 indi/streamwg.cpp:202
#, kde-format
msgid "Start recording"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, optionsB)
#. +> trunk5
#: indi/streamform.ui:86
#, kde-format
msgid "Recording options"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, resetFrameB)
#. +> trunk5
#: indi/streamform.ui:114
#, kde-format
msgid "Reset frame"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: indi/streamform.ui:169
#, kde-format
msgid "FPS:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, instFPS)
#. +> trunk5
#: indi/streamform.ui:182
#, kde-format
msgid "Instant FPS"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, avgFPS)
#. +> trunk5
#: indi/streamform.ui:210
#, kde-format
msgid "Average FPS"
msgstr ""
#. +> trunk5
#: indi/streamwg.cpp:58
#, kde-format
msgid "SER Record Directory"
msgstr ""
#. +> trunk5
#: indi/streamwg.cpp:87
#, kde-format
msgid "%1 Live Video"
msgstr ""
#. +> trunk5
#: indi/streamwg.cpp:187 indi/streamwg.cpp:228
#, kde-format
msgid "Stop recording"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, telescopeWizard)
#. +> trunk5
#: indi/telescopewizard.ui:31
#, kde-format
msgid "Telescope Wizard"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, cancelB)
#. +> trunk5
#: indi/telescopewizard.ui:64
#, kde-format
msgid "&Cancel"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, backB)
#. +> trunk5
#: indi/telescopewizard.ui:90
#, kde-format
msgid "&Back"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, nextB)
#. +> trunk5
#: indi/telescopewizard.ui:97
#, kde-format
msgid "&Next"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, intoPageLabel)
#. +> trunk5
#: indi/telescopewizard.ui:163
#, kde-format
msgid ""
"Welcome to the <b>KStars Telescope Setup Wizard</b>\n"
"<br>"
"<br>"
"\n"
"This Wizard will help you to connect to your telescope and control it from KStars. You will be asked to verify some basic information.\n"
"<br>"
"\n"
"<br>"
"You can get extended information on telescope support in KStars by pressing the <tt>help</tt> button at any point during the Wizard.\n"
"<br>"
"<br>"
"\n"
"Please click next to continue."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, modelPageLabel)
#. +> trunk5
#: indi/telescopewizard.ui:199
#, kde-format
msgid ""
"<h3>1. Telescope Model</h3>"
"\n"
"\n"
"Please select your telescope model from the list below. Click next after selecting a model."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: indi/telescopewizard.ui:274
#, kde-format
msgid ""
"<b>Tip</b>\n"
"<br>"
"Some non-Meade telescopes support a subset of the LX200 command set. Select <tt>LX200 Basic</tt> to control such devices."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, telescopePageInfo)
#. +> trunk5
#: indi/telescopewizard.ui:313
#, kde-format
msgid ""
"<h3>2. Align Your Telescope</h3>"
"\n"
"\n"
"You need to align your telescope before you can control it properly from KStars. Please refer to your telescope manual for alignment instructions.\n"
"<br>"
"<br>"
"\n"
"After a successful alignment, connect your telescope's RS232 interface to your computer's serial or USB port.\n"
"<br>"
"<br>"
"<br>"
"Click next to continue."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, localPageLabel)
#. +> trunk5
#: indi/telescopewizard.ui:347
#, kde-format
msgid ""
"<h3>3. Verify Local Settings</h3>"
"\n"
"\n"
"Verify if the following time, date, and location settings are correct. If any of the settings are incorrect, you can correct them via the <tt>Set time</tt> and <tt>Set Location</tt> buttons.\n"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, locationLabel)
#. +> trunk5
#: indi/telescopewizard.ui:410
#, kde-format
msgid "<b>Location</b>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, timeLabel)
#. +> trunk5
#: indi/telescopewizard.ui:453
#, kde-format
msgid "<b>Time</b>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, dateLabel)
#. +> trunk5
#: indi/telescopewizard.ui:460
#, kde-format
msgid "<b>Date</b>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, setTimeB)
#. +> trunk5
#: indi/telescopewizard.ui:477
#, kde-format
msgid "Set Time..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, setLocationB)
#. +> trunk5
#: indi/telescopewizard.ui:484
#, kde-format
msgid "Set Location..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, portPageLabel)
#. +> trunk5
#: indi/telescopewizard.ui:538
#, kde-format
msgid ""
"<h3>4. Determine Connection Port</h3>"
"\n"
"\n"
"Enter the port number your telescope is connected to. If you only have one serial port in your computer, the port is usually <tt>/dev/ttyUSB0</tt>\n"
"<br>"
"<br>"
"If you are unsure about the port number, you can leave the field empty and KStars will try to scan the ports for attached telescopes. Beware that the autoscan process might take a few minutes to complete. "
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, portLabel)
#. +> trunk5
#: indi/telescopewizard.ui:575
#, kde-format
msgid "<b>Port:</b>"
msgstr ""
#. +> trunk5
#: indi/telescopewizardprocess.cpp:106
#, kde-format
msgid "Are you sure you want to cancel?"
msgstr ""
#. +> trunk5
#: indi/telescopewizardprocess.cpp:220
#, kde-format
msgid ""
"Please wait while KStars scan communication ports for attached telescopes.\n"
"This process might take few minutes to complete."
msgstr ""
#. +> trunk5
#: indi/telescopewizardprocess.cpp:222 indi/telescopewizardprocess.cpp:229
#: kstarslite/qml/dialogs/helpers/DetailsAddLink.qml:112
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:446
#: kstarslite/qml/dialogs/helpers/LocationLoading.qml:52
#: kstarslite/qml/modules/tutorial/TutorialExitPopup.qml:41
#, kde-format, kde-kuit-format
msgid "Cancel"
msgstr ""
#. +> trunk5
#: indi/telescopewizardprocess.cpp:228
#, kde-format
msgid "Please wait while KStars tries to connect to your telescope..."
msgstr ""
#. +> trunk5
#: indi/telescopewizardprocess.cpp:343
#, kde-format
msgid "Sorry. KStars failed to detect any attached telescopes, please check your settings and try again."
msgstr ""
#. +> trunk5
#: indi/telescopewizardprocess.cpp:357
#, kde-format
msgid "Telescope Wizard completed successfully."
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:99
#, kde-format
msgid "Rise time: %1"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:100
#, kde-format
msgctxt "the time at which an object falls below the horizon"
msgid "Set time: %1"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:103
#, kde-format
msgid "No rise time: Circumpolar"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:103
#, kde-format
msgid "No set time: Circumpolar"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:105
#, kde-format
msgid "No rise time: Never rises"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:105
#, kde-format
msgid "No set time: Never rises"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:115
#, kde-format
msgid "Transit time: %1"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:145 kspopupmenu.cpp:322 skymapevents.cpp:728
#, kde-format
msgid "Empty sky"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:146 kspopupmenu.cpp:225 kspopupmenu.cpp:517
#, kde-format
msgctxt "Sloan Digital Sky Survey"
msgid "Show SDSS Image"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:147 kspopupmenu.cpp:226 kspopupmenu.cpp:518
#, kde-format
msgctxt "Digitized Sky Survey"
msgid "Show DSS Image"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:217 kspopupmenu.cpp:318 kstarsinit.cpp:817
#: kstarslite/dialogs/detaildialoglite.cpp:79 kstarsliteinit.cpp:63
#: printing/detailstable.cpp:87 printing/pwizobjectselection.cpp:114
#: skycomponents/starcomponent.cpp:514 skyobjects/starobject.cpp:558
#: tools/observinglist.cpp:543
#, kde-format
msgid "star"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:217
#, kde-format
msgid "%1<sup>m</sup>, %2"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:243
#, kde-format
msgid "Solar system object"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:268
#, kde-format
msgid "satellite"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:273
#, kde-format
msgid "Velocity: %1 km/s"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:274
#, kde-format
msgid "Altitude: %1 km"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:275
#, kde-format
msgid "Range: %1 km"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:280 kspopupmenu.cpp:345
#, kde-format
msgid "Center && Track"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:283 kspopupmenu.cpp:355
#, kde-format
msgid "Angular Distance To... ["
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:284 kspopupmenu.cpp:356
#, kde-format
msgid "Starhop from here to... "
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:288 kspopupmenu.cpp:369
#, kde-format
msgid "Remove Label"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:290 kspopupmenu.cpp:373
#, kde-format
msgid "Attach Label"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:308
#, kde-format
msgid "supernova"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:341
#, kde-format
msgid "Select this object"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:360 tools/obslistpopupmenu.cpp:60
#, kde-format
msgctxt "Show Detailed Information Dialog"
msgid "Details"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:362
#, kde-format
msgid "Copy Coordinates"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:380
#, kde-format
msgid "Remove From Observing WishList"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:382
#, kde-format
msgid "Add to Observing WishList"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:389
#, kde-format
msgid "Remove Trail"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:391
#, kde-format
msgid "Add Trail"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:394
#, kde-format
msgid "Simulate eyepiece view"
msgstr ""
#. i18n( "Print Xplanet view" ) );
#. +> trunk5
#: kspopupmenu.cpp:403
#, kde-format
msgid "View in XPlanet"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:410
#, kde-format
msgid "View in What's Interesting"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:424
#, kde-format
msgid "Add flag..."
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:430
#, kde-format
msgid "Edit flag"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:431
#, kde-format
msgid "Delete flag"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:439
#, kde-format
msgid "Edit flag..."
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:440
#, kde-format
msgid "Delete flag..."
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:497
#, kde-format
msgid "Image Resources"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:512
#, kde-format
msgid "Remove From Local Catalog"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:531
#, kde-format
msgid "Information Resources"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:619
#, kde-format
msgid "Slew && Set As Parking Position"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:629
#, kde-format
msgid "Center Crosshair"
msgstr ""
#. +> trunk5
#: kstars.cpp:71 kstarslite/qml/dialogs/AboutDialog.qml:35 main.cpp:97
#, kde-format, kde-kuit-format
msgid "KStars"
msgstr ""
#. +> trunk5
#: kstars.cpp:337 kstarsactions.cpp:1434 skymap.cpp:384
#, kde-format
msgid "Stop &Tracking"
msgstr ""
#. +> trunk5
#: kstars.cpp:345 kstarsactions.cpp:1571 kstarsinit.cpp:252
#, kde-format
msgid "Switch to star globe view (Equatorial &Coordinates)"
msgstr ""
#. +> trunk5
#: kstars.cpp:346 kstarsactions.cpp:1562 kstarsinit.cpp:253
#, kde-format
msgid "Switch to horizonal view (Horizontal &Coordinates)"
msgstr ""
#. i18n: ectx: label, entry (PositionTimeBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:9
#, kde-format
msgid "Position of the time InfoBox."
msgstr ""
#. i18n: ectx: whatsthis, entry (PositionTimeBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:10
#, kde-format
msgid "The screen coordinates of the Time InfoBox."
msgstr ""
#. i18n: ectx: label, entry (PositionFocusBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:14
#, kde-format
msgid "Position of the focus InfoBox."
msgstr ""
#. i18n: ectx: whatsthis, entry (PositionFocusBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:15
#, kde-format
msgid "The screen coordinates of the Focus InfoBox."
msgstr ""
#. i18n: ectx: label, entry (PositionGeoBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:19
#, kde-format
msgid "Position of the geographic InfoBox."
msgstr ""
#. i18n: ectx: whatsthis, entry (PositionGeoBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:20
#, kde-format
msgid "The screen coordinates of the Geographic Location InfoBox."
msgstr ""
#. i18n: ectx: label, entry (ShadeTimeBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:24
#, kde-format
msgid "Is the time InfoBox in the \"shaded\" state?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShadeTimeBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:25
#, kde-format
msgid "If true, the Time InfoBox will show only its top line of data."
msgstr ""
#. i18n: ectx: label, entry (ShadeFocusBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:29
#, kde-format
msgid "Is the focus InfoBox in the \"shaded\" state?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShadeFocusBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:30
#, kde-format
msgid "If true, the Focus InfoBox will show only its top line of data."
msgstr ""
#. i18n: ectx: label, entry (ShadeGeoBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:34
#, kde-format
msgid "Is the geographic InfoBox in the \"shaded\" state?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShadeGeoBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:35
#, kde-format
msgid "If true, the Geographic Location InfoBox will show only its top line of data."
msgstr ""
#. i18n: ectx: label, entry (ShowInfoBoxes), group (GUI)
#. +> trunk5
#: kstars.kcfg:39
#, kde-format
msgid "Meta-option to toggle display of all InfoBoxes"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowInfoBoxes), group (GUI)
#. +> trunk5
#: kstars.kcfg:40
#, kde-format
msgid "Toggles display of all three InfoBoxes."
msgstr ""
#. i18n: ectx: label, entry (ShowTimeBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:44
#, kde-format
msgid "Display the time InfoBox?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowTimeBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:45
#, kde-format
msgid "Toggles display of the Time InfoBox."
msgstr ""
#. i18n: ectx: label, entry (ShowFocusBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:49
#, kde-format
msgid "Display the focus InfoBox?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowFocusBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:50
#, kde-format
msgid "Toggles display of the Focus InfoBox."
msgstr ""
#. i18n: ectx: label, entry (ShowGeoBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:54
#, kde-format
msgid "Display the geographic InfoBox?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowGeoBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:55
#, kde-format
msgid "Toggles display of the Geographic Location InfoBox."
msgstr ""
#. i18n: ectx: label, entry (StickyTimeBox), group (GUI)
#. i18n: ectx: label, entry (StickyFocusBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:59 kstars.kcfg:66
#, kde-format
msgid "Time InfoBox anchor flag"
msgstr ""
#. i18n: ectx: whatsthis, entry (StickyTimeBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:60
#, kde-format
msgid "Is the Time InfoBox anchored to a window edge? 0 = not anchored; 1 = anchored to right edge; 2 = anchored to bottom edge; 3 = anchored to bottom and right edges."
msgstr ""
#. i18n: ectx: whatsthis, entry (StickyFocusBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:67
#, kde-format
msgid "Is the Focus InfoBox anchored to a window edge? 0 = not anchored; 1 = anchored to right edge; 2 = anchored to bottom edge; 3 = anchored to bottom and right edges."
msgstr ""
#. i18n: ectx: label, entry (StickyGeoBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:73
#, kde-format
msgid "Geographic InfoBox anchor flag"
msgstr ""
#. i18n: ectx: whatsthis, entry (StickyGeoBox), group (GUI)
#. +> trunk5
#: kstars.kcfg:74
#, kde-format
msgid "Is the Geographic Location InfoBox anchored to a window edge? 0 = not anchored; 1 = anchored to right edge; 2 = anchored to bottom edge; 3 = anchored to bottom and right edges."
msgstr ""
#. i18n: ectx: label, entry (ShowStatusBar), group (GUI)
#. +> trunk5
#: kstars.kcfg:80
#, kde-format
msgid "Display the statusbar?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowStatusBar), group (GUI)
#. +> trunk5
#: kstars.kcfg:81
#, kde-format
msgid "Toggle display of the status bar."
msgstr ""
#. i18n: ectx: label, entry (ShowAltAzField), group (GUI)
#. +> trunk5
#: kstars.kcfg:85
#, kde-format
msgid "Display Alt/Az coordinates in the statusbar?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowAltAzField), group (GUI)
#. +> trunk5
#: kstars.kcfg:86
#, kde-format
msgid "Toggle display of the Horizontal coordinates of the mouse cursor in the status bar."
msgstr ""
#. i18n: ectx: label, entry (ShowRADecField), group (GUI)
#. +> trunk5
#: kstars.kcfg:90
#, kde-format
msgid "Display RA/Dec coordinates in the statusbar?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowRADecField), group (GUI)
#. +> trunk5
#: kstars.kcfg:91
#, kde-format
msgid "Toggle display of the Equatorial coordinates of the mouse cursor at the current epoch in the status bar."
msgstr ""
#. i18n: ectx: label, entry (ShowJ2000RADecField), group (GUI)
#. +> trunk5
#: kstars.kcfg:95
#, kde-format
msgid "Display J2000.0 RA/Dec coordinates in the statusbar?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowJ2000RADecField), group (GUI)
#. +> trunk5
#: kstars.kcfg:96
#, kde-format
msgid "Toggle display of the Equatorial coordinates of the mouse cursor at the standard epoch in the status bar."
msgstr ""
#. i18n: ectx: label, entry (ShowSensorFOV), group (GUI)
#. +> trunk5
#: kstars.kcfg:100
#, kde-format
msgid "Display CCD sensor angular size on the sky map?"
msgstr ""
#. i18n: ectx: label, entry (WindowWidth), group (GUI)
#. +> trunk5
#: kstars.kcfg:104
#, kde-format
msgid "Width of main window, in pixels"
msgstr ""
#. i18n: ectx: label, entry (WindowHeight), group (GUI)
#. +> trunk5
#: kstars.kcfg:108
#, kde-format
msgid "Height of main window, in pixels"
msgstr ""
#. i18n: ectx: label, entry (RunStartupWizard), group (GUI)
#. +> trunk5
#: kstars.kcfg:112
#, kde-format
msgid "Run Startup Wizard when KStars launches?"
msgstr ""
#. i18n: ectx: label, entry (CurrentTheme), group (GUI)
#. +> trunk5
#: kstars.kcfg:116
#, kde-format
msgid "Current application theme"
msgstr ""
#. i18n: ectx: label, entry (CatalogFile), group (Catalogs)
#. +> trunk5
#: kstars.kcfg:123
#, kde-format
msgid "Filenames of defined custom object catalogs."
msgstr ""
#. i18n: ectx: whatsthis, entry (CatalogFile), group (Catalogs)
#. +> trunk5
#: kstars.kcfg:124
#, kde-format
msgid "List of the filenames of custom object catalogs."
msgstr ""
#. i18n: ectx: label, entry (ShowCatalog), group (Catalogs)
#. +> trunk5
#: kstars.kcfg:127
#, kde-format
msgid "List of toggles for displaying custom object catalogs."
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowCatalog), group (Catalogs)
#. +> trunk5
#: kstars.kcfg:128
#, kde-format
msgid "List of integers toggling display of each custom object catalog (any nonzero value indicates the objects in that catalog will be displayed)."
msgstr ""
#. i18n: ectx: label, entry (ShowCatalogNames), group (Catalogs)
#. +> trunk5
#: kstars.kcfg:131
#, kde-format
msgid "List for displaying custom object catalogs."
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowCatalogNames), group (Catalogs)
#. +> trunk5
#: kstars.kcfg:132
#, kde-format
msgid "List of names for which custom catalogs are to be displayed."
msgstr ""
#. i18n: ectx: label, entry (ResolveNamesOnline), group (Catalogs)
#. +> trunk5
#: kstars.kcfg:135
#, kde-format
msgid "Resolve names using online services."
msgstr ""
#. i18n: ectx: whatsthis, entry (ResolveNamesOnline), group (Catalogs)
#. +> trunk5
#: kstars.kcfg:136
#, kde-format
msgid "Names of objects entered into the find dialog are resolved using online services and stored in the database. This option also toggles the display of such resolved objects on the sky map."
msgstr ""
#. i18n: ectx: label, entry (INDIWindowWidth), group (indi)
#. +> trunk5
#: kstars.kcfg:143
#, kde-format
msgid "INDI window width"
msgstr ""
#. i18n: ectx: label, entry (INDIWindowHeight), group (indi)
#. +> trunk5
#: kstars.kcfg:147
#, kde-format
msgid "INDI window height"
msgstr ""
#. i18n: ectx: label, entry (useGeographicUpdate), group (indi)
#. +> trunk5
#: kstars.kcfg:151
#, kde-format
msgid "Automatically updates geographic location?"
msgstr ""
#. i18n: ectx: label, entry (useTimeUpdate), group (indi)
#. +> trunk5
#: kstars.kcfg:155
#, kde-format
msgid "Automatically updates time and date?"
msgstr ""
#. i18n: ectx: label, entry (independentWindowINDI), group (indi)
#. +> trunk5
#: kstars.kcfg:159
#, kde-format
msgid "Make INDI Control Panel window independent of KStars main window"
msgstr ""
#. i18n: ectx: label, entry (showTargetCrosshair), group (indi)
#. +> trunk5
#: kstars.kcfg:163
#, kde-format
msgid "Draw crosshairs at telescope position in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (showTargetCrosshair), group (indi)
#. +> trunk5
#: kstars.kcfg:164
#, kde-format
msgid "Toggle display of crosshairs centered at telescope's pointed position in the KStars sky map."
msgstr ""
#. i18n: ectx: label, entry (showINDIMessages), group (indi)
#. +> trunk5
#: kstars.kcfg:168
#, kde-format
msgid "Display INDI messages in the statusbar?"
msgstr ""
#. i18n: ectx: whatsthis, entry (showINDIMessages), group (indi)
#. +> trunk5
#: kstars.kcfg:169
#, kde-format
msgid "Toggle display of INDI messages in the KStars statusbar."
msgstr ""
#. i18n: ectx: label, entry (messageNotificationINDI), group (indi)
#. +> trunk5
#: kstars.kcfg:173
#, kde-format
msgid "INDI message notifications"
msgstr ""
#. i18n: ectx: whatsthis, entry (messageNotificationINDI), group (indi)
#. +> trunk5
#: kstars.kcfg:174
#, kde-format
msgid "Show INDI messages as desktop notifications instead of dialogs."
msgstr ""
#. i18n: ectx: label, entry (useKStarsSource), group (indi)
#. +> trunk5
#: kstars.kcfg:178
#, kde-format
msgid "Use KStars time and location for synchronization?"
msgstr ""
#. i18n: ectx: label, entry (useMountSource), group (indi)
#. +> trunk5
#: kstars.kcfg:182
#, kde-format
msgid "Use mount time and location for synchronization?"
msgstr ""
#. i18n: ectx: label, entry (useGPSSource), group (indi)
#. +> trunk5
#: kstars.kcfg:186
#, kde-format
msgid "Use GPS time and location for synchronization?"
msgstr ""
#. i18n: ectx: label, entry (fitsDir), group (indi)
#. +> trunk5
#: kstars.kcfg:190
#, kde-format
msgid "FITS Default directory"
msgstr ""
#. i18n: ectx: whatsthis, entry (fitsDir), group (indi)
#. +> trunk5
#: kstars.kcfg:191
#, kde-format
msgid "The default location of saved FITS files"
msgstr ""
#. i18n: ectx: label, entry (serverPortStart), group (indi)
#. +> trunk5
#: kstars.kcfg:195
#, kde-format
msgid "INDI Server Start Port"
msgstr ""
#. i18n: ectx: whatsthis, entry (serverPortStart), group (indi)
#. +> trunk5
#: kstars.kcfg:196
#, kde-format
msgid "INDI server will attempt to bind with ports starting from this port"
msgstr ""
#. i18n: ectx: label, entry (serverPortEnd), group (indi)
#. +> trunk5
#: kstars.kcfg:200
#, kde-format
msgid "INDI Server Final Port"
msgstr ""
#. i18n: ectx: whatsthis, entry (serverPortEnd), group (indi)
#. +> trunk5
#: kstars.kcfg:201
#, kde-format
msgid "INDI server will attempt to bind with ports ending with this port"
msgstr ""
#. i18n: ectx: label, entry (filterAlias), group (indi)
#. +> trunk5
#: kstars.kcfg:205
#, kde-format
msgid "Aliases for filter wheel slots."
msgstr ""
#. i18n: ectx: whatsthis, entry (filterAlias), group (indi)
#. +> trunk5
#: kstars.kcfg:206
#, kde-format
msgid "List of the aliases for filter wheel slots."
msgstr ""
#. i18n: ectx: label, entry (indiServer), group (indi)
#. i18n: ectx: whatsthis, entry (indiServer), group (indi)
#. +> trunk5
#: kstars.kcfg:209 kstars.kcfg:210
#, kde-format
msgid "PATH to indiserver binary"
msgstr ""
#. i18n: ectx: label, entry (indiServerIsInternal), group (indi)
#. +> trunk5
#: kstars.kcfg:214
#, kde-format
msgid "Internal or External INDI Server?"
msgstr ""
#. i18n: ectx: label, entry (indiDriversDir), group (indi)
#. i18n: ectx: whatsthis, entry (indiDriversDir), group (indi)
#. +> trunk5
#: kstars.kcfg:218 kstars.kcfg:219
#, kde-format
msgid "PATH to indi drivers directory"
msgstr ""
#. i18n: ectx: label, entry (indiDriversAreInternal), group (indi)
#. i18n: ectx: label, entry (AstrometrySolverIsInternal), group (Align)
#. +> trunk5
#: kstars.kcfg:223 kstars.kcfg:1860
#, kde-format
msgid "Internal or External Astrometry Solver?"
msgstr ""
#. i18n: ectx: label, entry (streamWindowWidth), group (indi)
#. +> trunk5
#: kstars.kcfg:227
#, kde-format
msgid "Video streaming window width"
msgstr ""
#. i18n: ectx: label, entry (streamWindowHeight), group (indi)
#. +> trunk5
#: kstars.kcfg:231
#, kde-format
msgid "Video streaming window height"
msgstr ""
#. i18n: ectx: label, entry (INDIMountLogging), group (indi)
#. +> trunk5
#: kstars.kcfg:235
#, kde-format
msgid "Enable INDI Mount logging"
msgstr ""
#. i18n: ectx: label, entry (INDIFocuserLogging), group (indi)
#. +> trunk5
#: kstars.kcfg:239
#, kde-format
msgid "Enable INDI Focuser logging"
msgstr ""
#. i18n: ectx: label, entry (INDICCDLogging), group (indi)
#. +> trunk5
#: kstars.kcfg:243
#, kde-format
msgid "Enable INDI CCD logging"
msgstr ""
#. i18n: ectx: label, entry (INDIFilterWheelLogging), group (indi)
#. +> trunk5
#: kstars.kcfg:247
#, kde-format
msgid "Enable INDI Filter Wheel logging"
msgstr ""
#. i18n: ectx: label, entry (INDIDomeLogging), group (indi)
#. +> trunk5
#: kstars.kcfg:251
#, kde-format
msgid "Enable INDI Dome logging"
msgstr ""
#. i18n: ectx: label, entry (INDIDetectorLogging), group (indi)
#. +> trunk5
#: kstars.kcfg:255
#, kde-format
msgid "Enable INDI Detector logging"
msgstr ""
#. i18n: ectx: label, entry (INDIWeatherLogging), group (indi)
#. +> trunk5
#: kstars.kcfg:259
#, kde-format
msgid "Enable INDI Weather logging"
msgstr ""
#. i18n: ectx: label, entry (INDIAuxiliaryLogging), group (indi)
#. +> trunk5
#: kstars.kcfg:263
#, kde-format
msgid "Enable INDI Auxiliary logging"
msgstr ""
#. i18n: ectx: label, entry (INDIRotatorLogging), group (indi)
#. +> trunk5
#: kstars.kcfg:267
#, kde-format
msgid "Enable INDI Rotator logging"
msgstr ""
#. i18n: ectx: label, entry (INDIGPSLogging), group (indi)
#. +> trunk5
#: kstars.kcfg:271
#, kde-format
msgid "Enable INDI GPS logging"
msgstr ""
#. i18n: ectx: label, entry (INDIAOLogging), group (indi)
#. +> trunk5
#: kstars.kcfg:275
#, kde-format
msgid "Enable INDI Adaptive Optics logging"
msgstr ""
#. i18n: ectx: label, entry (CityName), group (Location)
#. +> trunk5
#: kstars.kcfg:282
#, kde-format
msgid "City name of geographic location."
msgstr ""
#. i18n: ectx: whatsthis, entry (CityName), group (Location)
#. +> trunk5
#: kstars.kcfg:283
#, kde-format
msgid "The City name of the current geographic location."
msgstr ""
#. i18n: ectx: label, entry (ProvinceName), group (Location)
#. +> trunk5
#: kstars.kcfg:287
#, kde-format
msgid "Province name of geographic location."
msgstr ""
#. i18n: ectx: whatsthis, entry (ProvinceName), group (Location)
#. +> trunk5
#: kstars.kcfg:288
#, kde-format
msgid "The Province name of the current geographic location. This is the name of the state for locations in the U. S."
msgstr ""
#. i18n: ectx: label, entry (CountryName), group (Location)
#. +> trunk5
#: kstars.kcfg:292
#, kde-format
msgid "Country name of geographic location."
msgstr ""
#. i18n: ectx: whatsthis, entry (CountryName), group (Location)
#. +> trunk5
#: kstars.kcfg:293
#, kde-format
msgid "The Country name of the current geographic location."
msgstr ""
#. i18n: ectx: label, entry (Longitude), group (Location)
#. +> trunk5
#: kstars.kcfg:297
#, kde-format
msgid "Geographic Longitude, in degrees."
msgstr ""
#. i18n: ectx: whatsthis, entry (Longitude), group (Location)
#. +> trunk5
#: kstars.kcfg:298
#, kde-format
msgid "The longitude of the current geographic location, in decimal degrees."
msgstr ""
#. i18n: ectx: label, entry (Latitude), group (Location)
#. +> trunk5
#: kstars.kcfg:302
#, kde-format
msgid "Geographic Latitude, in degrees."
msgstr ""
#. i18n: ectx: whatsthis, entry (Latitude), group (Location)
#. +> trunk5
#: kstars.kcfg:303
#, kde-format
msgid "The latitude of the current geographic location, in decimal degrees."
msgstr ""
#. i18n: ectx: label, entry (Elevation), group (Location)
#. +> trunk5
#: kstars.kcfg:307
#, kde-format
msgid "Elevation above sea level of geographic location, in meters."
msgstr ""
#. i18n: ectx: label, entry (TimeZone), group (Location)
#. +> trunk5
#: kstars.kcfg:311
#, kde-format
msgid "Time Zone offset of geographic location, in hours."
msgstr ""
#. i18n: ectx: label, entry (DST), group (Location)
#. +> trunk5
#: kstars.kcfg:315
#, kde-format
msgid "Two-letter code for daylight savings time rule used by geographic location."
msgstr ""
#. i18n: ectx: whatsthis, entry (DST), group (Location)
#. +> trunk5
#: kstars.kcfg:316
#, kde-format
msgid "Two-letter code that determines the dates on which daylight savings time begins and ends (you can view the rules by pressing the \"Explain DST Rules\" button in the Geographic Location window)."
msgstr ""
#. i18n: ectx: label, entry (UseAnimatedSlewing), group (View)
#. +> trunk5
#: kstars.kcfg:323
#, kde-format
msgid "Use animated slewing effects when changing focus position?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseAnimatedSlewing), group (View)
#. +> trunk5
#: kstars.kcfg:324
#, kde-format
msgid "If true, focus changes will cause the sky to visibly spin to the new position. Otherwise, the display will \"snap\" instantly to the new position."
msgstr ""
#. i18n: ectx: label, entry (FOVNames), group (View)
#. +> trunk5
#: kstars.kcfg:328
#, kde-format
msgid "Name of selected FOV indicators"
msgstr ""
#. i18n: ectx: whatsthis, entry (FOVNames), group (View)
#. +> trunk5
#: kstars.kcfg:329
#, kde-format
msgid "The names of the currently selected field-of-view indicators. The list of defined FOV indicator names is listed in the \"Settings|FOV Symbols\" menu."
msgstr ""
#. i18n: ectx: label, entry (FadePlanetTrails), group (View)
#. +> trunk5
#: kstars.kcfg:333
#, kde-format
msgid "Fade planet trails to background color?"
msgstr ""
#. i18n: ectx: whatsthis, entry (FadePlanetTrails), group (View)
#. +> trunk5
#: kstars.kcfg:334
#, kde-format
msgid "If true, trails attached to solar system bodies will fade into the background sky color."
msgstr ""
#. i18n: ectx: label, entry (FocusRA), group (View)
#. +> trunk5
#: kstars.kcfg:338
#, kde-format
msgid "Right Ascension of focus position"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusRA), group (View)
#. +> trunk5
#: kstars.kcfg:339
#, kde-format
msgid "The right ascension of the initial focus position of the sky map, in decimal hours. This value is volatile; it is reset whenever the program shuts down."
msgstr ""
#. i18n: ectx: label, entry (FocusDec), group (View)
#. +> trunk5
#: kstars.kcfg:343
#, kde-format
msgid "Declination of focus position"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusDec), group (View)
#. +> trunk5
#: kstars.kcfg:344
#, kde-format
msgid "The declination of the initial focus position of the sky map, in decimal degrees. This value is volatile; it is reset whenever the program shuts down."
msgstr ""
#. i18n: ectx: label, entry (FocusObject), group (View)
#. +> trunk5
#: kstars.kcfg:348
#, kde-format
msgid "Name of focused object"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusObject), group (View)
#. +> trunk5
#: kstars.kcfg:349
#, kde-format
msgid "The name of the object that should be centered and tracked on startup. If no object should be centered, set to \"nothing\". This value is volatile; it is reset whenever the program shuts down."
msgstr ""
#. i18n: ectx: label, entry (IsTracking), group (View)
#. +> trunk5
#: kstars.kcfg:353
#, kde-format
msgid "Is tracking engaged?"
msgstr ""
#. i18n: ectx: whatsthis, entry (IsTracking), group (View)
#. +> trunk5
#: kstars.kcfg:354
#, kde-format
msgid "True if the skymap should track on its initial position on startup. This value is volatile; it is reset whenever the program shuts down."
msgstr ""
#. i18n: ectx: label, entry (HideOnSlew), group (View)
#. +> trunk5
#: kstars.kcfg:358
#, kde-format
msgid "Hide objects while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideOnSlew), group (View)
#. +> trunk5
#: kstars.kcfg:359
#, kde-format
msgid "Toggle whether KStars should hide some objects while the display is moving, for smoother motion."
msgstr ""
#. i18n: ectx: label, entry (HideCBounds), group (View)
#. +> trunk5
#: kstars.kcfg:363
#, kde-format
msgid "Hide constellation boundaries while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideCBounds), group (View)
#. +> trunk5
#: kstars.kcfg:364
#, kde-format
msgid "Toggle whether constellation boundaries are hidden while the display is in motion."
msgstr ""
#. i18n: ectx: label, entry (HideCLines), group (View)
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_HideCLines)
#. +> trunk5
#: kstars.kcfg:368 options/opsadvanced.ui:636
#, kde-format
msgid "Hide constellation lines while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideCLines), group (View)
#. +> trunk5
#: kstars.kcfg:369
#, kde-format
msgid "Toggle whether constellation lines are hidden while the display is in motion."
msgstr ""
#. i18n: ectx: label, entry (SkyCulture), group (View)
#. +> trunk5
#: kstars.kcfg:373
#, kde-format
msgid "Sky culture"
msgstr ""
#. i18n: ectx: whatsthis, entry (SkyCulture), group (View)
#. +> trunk5
#: kstars.kcfg:374
#, kde-format
msgid "Choose sky culture."
msgstr ""
#. i18n: ectx: label, entry (HideCNames), group (View)
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_HideCNames)
#. +> trunk5
#: kstars.kcfg:378 options/opsadvanced.ui:610
#, kde-format
msgid "Hide constellation names while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideCNames), group (View)
#. +> trunk5
#: kstars.kcfg:379
#, kde-format
msgid "Toggle whether constellation names are hidden while the display is in motion."
msgstr ""
#. i18n: ectx: label, entry (HideGrids), group (View)
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_HideGrids)
#. +> trunk5
#: kstars.kcfg:383 options/opsadvanced.ui:676
#, kde-format
msgid "Hide coordinate grids while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideGrids), group (View)
#. +> trunk5
#: kstars.kcfg:384
#, kde-format
msgid "Toggle whether the coordinate grids are hidden while the display is in motion."
msgstr ""
#. i18n: ectx: label, entry (HideMilkyWay), group (View)
#. +> trunk5
#: kstars.kcfg:388
#, kde-format
msgid "Hide Milky Way contour while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideMilkyWay), group (View)
#. +> trunk5
#: kstars.kcfg:389
#, kde-format
msgid "Toggle whether the Milky Way contour is hidden while the display is in motion."
msgstr ""
#. i18n: ectx: label, entry (HideIC), group (View)
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_HideIC)
#. +> trunk5
#: kstars.kcfg:393 options/opsadvanced.ui:649
#, kde-format
msgid "Hide IC objects while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideIC), group (View)
#. +> trunk5
#: kstars.kcfg:394
#, kde-format
msgid "Toggle whether IC objects are hidden while the display is in motion."
msgstr ""
#. i18n: ectx: label, entry (HideMessier), group (View)
#. +> trunk5
#: kstars.kcfg:398
#, kde-format
msgid "Hide Messier objects while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideMessier), group (View)
#. +> trunk5
#: kstars.kcfg:399
#, kde-format
msgid "Toggle whether Messier objects are hidden while the display is in motion."
msgstr ""
#. i18n: ectx: label, entry (HideNGC), group (View)
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_HideNGC)
#. +> trunk5
#: kstars.kcfg:403 options/opsadvanced.ui:623
#, kde-format
msgid "Hide NGC objects while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideNGC), group (View)
#. +> trunk5
#: kstars.kcfg:404
#, kde-format
msgid "Toggle whether NGC objects are hidden while the display is in motion."
msgstr ""
#. i18n: ectx: label, entry (HideOther), group (View)
#. +> trunk5
#: kstars.kcfg:408
#, kde-format
msgid "Hide extra objects while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideOther), group (View)
#. +> trunk5
#: kstars.kcfg:409
#, kde-format
msgid "Toggle whether extra objects are hidden while the display is in motion."
msgstr ""
#. i18n: ectx: label, entry (HidePlanets), group (View)
#. +> trunk5
#: kstars.kcfg:413
#, kde-format
msgid "Hide solar system objects while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HidePlanets), group (View)
#. +> trunk5
#: kstars.kcfg:414
#, kde-format
msgid "Toggle whether solar system objects are hidden while the display is in motion."
msgstr ""
#. i18n: ectx: label, entry (HideStars), group (View)
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_HideStars)
#. +> trunk5
#: kstars.kcfg:418 options/opsadvanced.ui:531
#, kde-format
msgid "Hide faint stars while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideStars), group (View)
#. +> trunk5
#: kstars.kcfg:419
#, kde-format
msgid "Toggle whether faint stars are hidden while the display is in motion."
msgstr ""
#. i18n: ectx: label, entry (HideLabels), group (View)
#. +> trunk5
#: kstars.kcfg:423
#, kde-format
msgid "Hide object name labels while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideLabels), group (View)
#. +> trunk5
#: kstars.kcfg:424
#, kde-format
msgid "Toggle whether name labels are hidden while the display is in motion."
msgstr ""
#. i18n: ectx: label, entry (ShowAsteroids), group (View)
#. +> trunk5
#: kstars.kcfg:428
#, kde-format
msgid "Draw asteroids in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowAsteroids), group (View)
#. +> trunk5
#: kstars.kcfg:429
#, kde-format
msgid "Toggle whether asteroids are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowAsteroidNames), group (View)
#. +> trunk5
#: kstars.kcfg:433
#, kde-format
msgid "Label asteroid names in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowAsteroidNames), group (View)
#. +> trunk5
#: kstars.kcfg:434
#, kde-format
msgid "Toggle whether asteroid name labels are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowComets), group (View)
#. +> trunk5
#: kstars.kcfg:438
#, kde-format
msgid "Draw comets in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowComets), group (View)
#. +> trunk5
#: kstars.kcfg:439
#, kde-format
msgid "Toggle whether comets are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowCometComas), group (View)
#. +> trunk5
#: kstars.kcfg:443
#, kde-format
msgid "Draw comet comas in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowCometComas), group (View)
#. +> trunk5
#: kstars.kcfg:444
#, kde-format
msgid "Toggle whether comet comas are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowCometNames), group (View)
#. +> trunk5
#: kstars.kcfg:448
#, kde-format
msgid "Label comet names in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowCometNames), group (View)
#. +> trunk5
#: kstars.kcfg:449
#, kde-format
msgid "Toggle whether comet name labels are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowSupernovae), group (View)
#. +> trunk5
#: kstars.kcfg:453
#, kde-format
msgid "Draw supernovae in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSupernovae), group (View)
#. +> trunk5
#: kstars.kcfg:454
#, kde-format
msgid "Toggle whether supernovae are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowSupernovaNames), group (View)
#. +> trunk5
#: kstars.kcfg:458
#, kde-format
msgid "Label Supernova Names in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSupernovaNames), group (View)
#. +> trunk5
#: kstars.kcfg:459
#, kde-format
msgid "Toggle whether supernova name labels are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (MagnitudeLimitShowSupernovae), group (View)
#. +> trunk5
#: kstars.kcfg:463
#, kde-format
msgid "Set magnitude limit for supernovae to be shown on the skymap"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagnitudeLimitShowSupernovae), group (View)
#. +> trunk5
#: kstars.kcfg:464
#, kde-format
msgid "Set magnitude limit for supernovae to be shown on the skymap."
msgstr ""
#. i18n: ectx: label, entry (ShowSupernovaAlerts), group (View)
#. +> trunk5
#: kstars.kcfg:468
#, kde-format
msgid "Show supernova alerts?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSupernovaAlerts), group (View)
#. +> trunk5
#: kstars.kcfg:469
#, kde-format
msgid "Toggle supernova alerts."
msgstr ""
#. i18n: ectx: label, entry (MagnitudeLimitAlertSupernovae), group (View)
#. +> trunk5
#: kstars.kcfg:473
#, kde-format
msgid "Set magnitude limit for supernovae to be alerted"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagnitudeLimitAlertSupernovae), group (View)
#. +> trunk5
#: kstars.kcfg:474
#, kde-format
msgid "Set magnitude limit for supernovae to be alerted."
msgstr ""
#. i18n: ectx: label, entry (ShowCBounds), group (View)
#. +> trunk5
#: kstars.kcfg:478
#, kde-format
msgid "Draw constellation boundaries in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowCBounds), group (View)
#. +> trunk5
#: kstars.kcfg:479
#, kde-format
msgid "Toggle whether constellation boundaries are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowHighlightedCBound), group (View)
#. +> trunk5
#: kstars.kcfg:483
#, kde-format
msgid "Highlight the central constellation boundary in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowHighlightedCBound), group (View)
#. +> trunk5
#: kstars.kcfg:484
#, kde-format
msgid "Toggle whether constellation boundary containing the central focus point is highlighted in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowCLines), group (View)
#. +> trunk5
#: kstars.kcfg:488
#, kde-format
msgid "Draw constellation lines in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowCLines), group (View)
#. +> trunk5
#: kstars.kcfg:489
#, kde-format
msgid "Toggle whether constellation lines are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowConstellationArt), group (View)
#. +> trunk5
#: kstars.kcfg:493
#, kde-format
msgid "Draw constellation art in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowConstellationArt), group (View)
#. +> trunk5
#: kstars.kcfg:494
#, kde-format
msgid "Toggle whether constellation art drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowCNames), group (View)
#. +> trunk5
#: kstars.kcfg:498
#, kde-format
msgid "Draw constellation names in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowCNames), group (View)
#. +> trunk5
#: kstars.kcfg:499
#, kde-format
msgid "Toggle whether constellation name labels are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowDeepSky), group (View)
#. +> trunk5
#: kstars.kcfg:503
#, kde-format
msgid "Draw \"deep sky\" objects in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowDeepSky), group (View)
#. +> trunk5
#: kstars.kcfg:504
#, kde-format
msgid "Toggle whether deep-sky objects are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowEcliptic), group (View)
#. +> trunk5
#: kstars.kcfg:508
#, kde-format
msgid "Draw ecliptic line in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowEcliptic), group (View)
#. +> trunk5
#: kstars.kcfg:509
#, kde-format
msgid "Toggle whether the ecliptic line is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowEquator), group (View)
#. +> trunk5
#: kstars.kcfg:513
#, kde-format
msgid "Draw equator line in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowEquator), group (View)
#. +> trunk5
#: kstars.kcfg:514
#, kde-format
msgid "Toggle whether the equator line is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (AutoSelectGrid), group (View)
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AutoSelectGrid)
#. +> trunk5
#: kstars.kcfg:518 options/opsguides.ui:265
#, kde-format
msgid "Draw grids according to active coordinate system?"
msgstr ""
#. i18n: ectx: whatsthis, entry (AutoSelectGrid), group (View)
#. +> trunk5
#: kstars.kcfg:519
#, kde-format
msgid "Coordinate grids will automatically change according to active coordinate system."
msgstr ""
#. i18n: ectx: label, entry (ShowEquatorialGrid), group (View)
#. +> trunk5
#: kstars.kcfg:523
#, kde-format
msgid "Draw equatorial coordinate grid in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowEquatorialGrid), group (View)
#. +> trunk5
#: kstars.kcfg:524
#, kde-format
msgid "Toggle whether the equatorial coordinate grid is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowHorizontalGrid), group (View)
#. +> trunk5
#: kstars.kcfg:528
#, kde-format
msgid "Draw horizontal coordinate grid in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowHorizontalGrid), group (View)
#. +> trunk5
#: kstars.kcfg:529
#, kde-format
msgid "Toggle whether the horizontal coordinate grid is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowLocalMeridian), group (View)
#. +> trunk5
#: kstars.kcfg:533
#, kde-format
msgid "Draw local meridian line in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowLocalMeridian), group (View)
#. +> trunk5
#: kstars.kcfg:534
#, kde-format
msgid "Toggle whether the local meridian line is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowGround), group (View)
#. +> trunk5
#: kstars.kcfg:538
#, kde-format
msgid "Draw opaque ground in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowGround), group (View)
#. +> trunk5
#: kstars.kcfg:539
#, kde-format
msgid "Toggle whether the region below the horizon is opaque."
msgstr ""
#. i18n: ectx: label, entry (ShowHorizon), group (View)
#. +> trunk5
#: kstars.kcfg:543
#, kde-format
msgid "Draw horizon line in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowHorizon), group (View)
#. +> trunk5
#: kstars.kcfg:544
#, kde-format
msgid "Toggle whether the horizon line is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowFlags), group (View)
#. +> trunk5
#: kstars.kcfg:548
#, kde-format
msgid "Draw flags in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowFlags), group (View)
#. +> trunk5
#: kstars.kcfg:549
#, kde-format
msgid "Toggle whether flags are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowIC), group (View)
#. +> trunk5
#: kstars.kcfg:553
#, kde-format
msgid "Draw IC objects in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowIC), group (View)
#. +> trunk5
#: kstars.kcfg:554
#, kde-format
msgid "Toggle whether IC objects are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowNGC), group (View)
#. +> trunk5
#: kstars.kcfg:558
#, kde-format
msgid "Draw NGC objects in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowNGC), group (View)
#. +> trunk5
#: kstars.kcfg:559
#, kde-format
msgid "Toggle whether NGC objects are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowMessier), group (View)
#. +> trunk5
#: kstars.kcfg:563
#, kde-format
msgid "Draw Messier objects in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowMessier), group (View)
#. +> trunk5
#: kstars.kcfg:564
#, kde-format
msgid "Toggle whether Messier objects are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowMessierImages), group (View)
#. +> trunk5
#: kstars.kcfg:568
#, kde-format
msgid "Draw Messier object images in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowMessierImages), group (View)
#. +> trunk5
#: kstars.kcfg:569
#, kde-format
msgid "Toggle whether Messier objects are rendered as images in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowOther), group (View)
#. +> trunk5
#: kstars.kcfg:573
#, kde-format
msgid "Draw extra deep-sky objects in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowOther), group (View)
#. +> trunk5
#: kstars.kcfg:574
#, kde-format
msgid "Toggle whether extra objects are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowMilkyWay), group (View)
#. +> trunk5
#: kstars.kcfg:578
#, kde-format
msgid "Draw Milky Way contour in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowMilkyWay), group (View)
#. +> trunk5
#: kstars.kcfg:579
#, kde-format
msgid "Toggle whether the Milky Way contour is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (FillMilkyWay), group (View)
#. +> trunk5
#: kstars.kcfg:583
#, kde-format
msgid "Fill Milky Way contour? (false means use outline only)"
msgstr ""
#. i18n: ectx: whatsthis, entry (FillMilkyWay), group (View)
#. +> trunk5
#: kstars.kcfg:584
#, kde-format
msgid "Toggle whether the Milky Way contour is filled. When this option is false, the Milky Way is shown as an outline."
msgstr ""
#. i18n: ectx: label, entry (ShowSolarSystem), group (View)
#. +> trunk5
#: kstars.kcfg:588
#, kde-format
msgid "Meta-option for all planets in the sky map."
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSolarSystem), group (View)
#. +> trunk5
#: kstars.kcfg:589
#, kde-format
msgid "Meta-option to control whether all major planets (and the Sun and Moon) are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowPlanetImages), group (View)
#. +> trunk5
#: kstars.kcfg:593
#, kde-format
msgid "Draw planets as images in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowPlanetImages), group (View)
#. +> trunk5
#: kstars.kcfg:594
#, kde-format
msgid "Toggle whether major planets (and the Sun and Moon) are rendered as images in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowPlanetNames), group (View)
#. +> trunk5
#: kstars.kcfg:598
#, kde-format
msgid "Label planet names in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowPlanetNames), group (View)
#. +> trunk5
#: kstars.kcfg:599
#, kde-format
msgid "Toggle whether major planets (and the Sun and Moon) are labeled in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowSun), group (View)
#. +> trunk5
#: kstars.kcfg:603
#, kde-format
msgid "Draw Sun in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSun), group (View)
#. +> trunk5
#: kstars.kcfg:604
#, kde-format
msgid "Toggle whether the Sun is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowMoon), group (View)
#. +> trunk5
#: kstars.kcfg:608
#, kde-format
msgid "Draw Moon in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowMoon), group (View)
#. +> trunk5
#: kstars.kcfg:609
#, kde-format
msgid "Toggle whether the Moon is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowMercury), group (View)
#. +> trunk5
#: kstars.kcfg:613
#, kde-format
msgid "Draw Mercury in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowMercury), group (View)
#. +> trunk5
#: kstars.kcfg:614
#, kde-format
msgid "Toggle whether Mercury is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowVenus), group (View)
#. +> trunk5
#: kstars.kcfg:618
#, kde-format
msgid "Draw Venus in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowVenus), group (View)
#. +> trunk5
#: kstars.kcfg:619
#, kde-format
msgid "Toggle whether Venus is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowMars), group (View)
#. +> trunk5
#: kstars.kcfg:623
#, kde-format
msgid "Draw Mars in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowMars), group (View)
#. +> trunk5
#: kstars.kcfg:624
#, kde-format
msgid "Toggle whether Mars is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowJupiter), group (View)
#. +> trunk5
#: kstars.kcfg:628
#, kde-format
msgid "Draw Jupiter in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowJupiter), group (View)
#. +> trunk5
#: kstars.kcfg:629
#, kde-format
msgid "Toggle whether Jupiter is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowSaturn), group (View)
#. +> trunk5
#: kstars.kcfg:633
#, kde-format
msgid "Draw Saturn in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSaturn), group (View)
#. +> trunk5
#: kstars.kcfg:634
#, kde-format
msgid "Toggle whether Saturn is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowUranus), group (View)
#. +> trunk5
#: kstars.kcfg:638
#, kde-format
msgid "Draw Uranus in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowUranus), group (View)
#. +> trunk5
#: kstars.kcfg:639
#, kde-format
msgid "Toggle whether Uranus is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowNeptune), group (View)
#. +> trunk5
#: kstars.kcfg:643
#, kde-format
msgid "Draw Neptune in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowNeptune), group (View)
#. +> trunk5
#: kstars.kcfg:644
#, kde-format
msgid "Toggle whether Neptune is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowPluto), group (View)
#. +> trunk5
#: kstars.kcfg:648
#, kde-format
msgid "Draw Pluto in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowPluto), group (View)
#. +> trunk5
#: kstars.kcfg:649
#, kde-format
msgid "Toggle whether Pluto is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowStars), group (View)
#. +> trunk5
#: kstars.kcfg:653
#, kde-format
msgid "Draw stars in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowStars), group (View)
#. +> trunk5
#: kstars.kcfg:654
#, kde-format
msgid "Toggle whether stars are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowStarMagnitudes), group (View)
#. +> trunk5
#: kstars.kcfg:658
#, kde-format
msgid "Label star magnitudes in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowStarMagnitudes), group (View)
#. +> trunk5
#: kstars.kcfg:659
#, kde-format
msgid "Toggle whether star magnitude (brightness) labels are shown in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowStarNames), group (View)
#. +> trunk5
#: kstars.kcfg:663
#, kde-format
msgid "Label star names in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowStarNames), group (View)
#. +> trunk5
#: kstars.kcfg:664
#, kde-format
msgid "Toggle whether star name labels are shown in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowDeepSkyMagnitudes), group (View)
#. +> trunk5
#: kstars.kcfg:668
#, kde-format
msgid "Label deep-sky object magnitudes in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowDeepSkyMagnitudes), group (View)
#. +> trunk5
#: kstars.kcfg:669
#, kde-format
msgid "Toggle whether deep-sky object magnitude (brightness) labels are shown in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowDeepSkyNames), group (View)
#. +> trunk5
#: kstars.kcfg:673
#, kde-format
msgid "Label deep-sky objects in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowDeepSkyNames), group (View)
#. +> trunk5
#: kstars.kcfg:674
#, kde-format
msgid "Toggle whether deep-sky object name labels are shown in the sky map."
msgstr ""
#. i18n: ectx: label, entry (SlewTimeScale), group (View)
#. +> trunk5
#: kstars.kcfg:678
#, kde-format
msgid "Minimum timescale for forced-slewing mode"
msgstr ""
#. i18n: ectx: whatsthis, entry (SlewTimeScale), group (View)
#. +> trunk5
#: kstars.kcfg:679
#, kde-format
msgid "The timescale above which slewing mode is forced on at all times."
msgstr ""
#. i18n: ectx: label, entry (BoxBGMode), group (View)
#. +> trunk5
#: kstars.kcfg:683
#, kde-format
msgid "InfoBoxes Background fill mode"
msgstr ""
#. i18n: ectx: whatsthis, entry (BoxBGMode), group (View)
#. +> trunk5
#: kstars.kcfg:684
#, kde-format
msgid "The background fill mode for the on-screen information boxes: 0=\"no BG\"; 1=\"semi-transparent BG\"; 2=\"opaque BG\""
msgstr ""
#. i18n: ectx: label, entry (Projection), group (View)
#. +> trunk5
#: kstars.kcfg:688
#, kde-format
msgid "Mapping projection algorithm"
msgstr ""
#. i18n: ectx: whatsthis, entry (Projection), group (View)
#. +> trunk5
#: kstars.kcfg:689
#, kde-format
msgid "Algorithm for the mapping projection."
msgstr ""
#. i18n: ectx: label, entry (UseAbbrevConstellNames), group (View)
#. +> trunk5
#: kstars.kcfg:693
#, kde-format
msgid "Use abbreviated constellation names?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseAbbrevConstellNames), group (View)
#. +> trunk5
#: kstars.kcfg:694
#, kde-format
msgid "Use official IAU abbreviations for constellation names."
msgstr ""
#. i18n: ectx: label, entry (UseLatinConstellNames), group (View)
#. +> trunk5
#: kstars.kcfg:698
#, kde-format
msgid "Use Latin constellation names?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseLatinConstellNames), group (View)
#. +> trunk5
#: kstars.kcfg:699
#, kde-format
msgid "Use Latin constellation names."
msgstr ""
#. i18n: ectx: label, entry (UseLocalConstellNames), group (View)
#. +> trunk5
#: kstars.kcfg:703
#, kde-format
msgid "Use localized constellation names?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseLocalConstellNames), group (View)
#. +> trunk5
#: kstars.kcfg:704
#, kde-format
msgid "Use localized constellation names (if localized names are not available, default to Latin names)."
msgstr ""
#. i18n: ectx: label, entry (UseAltAz), group (View)
#. +> trunk5
#: kstars.kcfg:708
#, kde-format
msgid "Use horizontal coordinate system?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseAltAz), group (View)
#. +> trunk5
#: kstars.kcfg:709
#, kde-format
msgid "Display the sky with horizontal coordinates (when false, equatorial coordinates will be used)."
msgstr ""
#. i18n: ectx: label, entry (UseAutoLabel), group (View)
#. +> trunk5
#: kstars.kcfg:713
#, kde-format
msgid "Automatically label focused object?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseAutoLabel), group (View)
#. +> trunk5
#: kstars.kcfg:714
#, kde-format
msgid "Toggle whether a centered object automatically gets a name label attached."
msgstr ""
#. i18n: ectx: label, entry (UseAutoTrail), group (View)
#. +> trunk5
#: kstars.kcfg:718 tools/scriptbuilder.cpp:696
#, kde-format
msgid "Automatically add trail to centered solar system body?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseAutoTrail), group (View)
#. +> trunk5
#: kstars.kcfg:719
#, kde-format
msgid "Toggle whether a centered solar system object automatically gets a trail attached, as long as it remains centered."
msgstr ""
#. i18n: ectx: label, entry (UseHoverLabel), group (View)
#. +> trunk5
#: kstars.kcfg:723
#, kde-format
msgid "Add temporary label on mouse hover?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseHoverLabel), group (View)
#. +> trunk5
#: kstars.kcfg:724
#, kde-format
msgid "Toggle whether the object under the mouse cursor gets a transient name label."
msgstr ""
#. i18n: ectx: label, entry (UseRefraction), group (View)
#. +> trunk5
#: kstars.kcfg:728
#, kde-format
msgid "Correct positions for atmospheric refraction?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseRefraction), group (View)
#. +> trunk5
#: kstars.kcfg:729
#, kde-format
msgid "Toggle whether object positions are corrected for the effects of atmospheric refraction (only applies when horizontal coordinates are used)."
msgstr ""
#. i18n: ectx: label, entry (UseRelativistic), group (View)
#. +> trunk5
#: kstars.kcfg:733
#, kde-format
msgid "Apply relativistic corrections due to the bending of light in sun's gravitational field"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseRelativistic), group (View)
#. +> trunk5
#: kstars.kcfg:734
#, kde-format
msgid "Toggle whether corrections due to bending of light around the sun are taken into account"
msgstr ""
#. i18n: ectx: label, entry (UseAntialias), group (View)
#. +> trunk5
#: kstars.kcfg:738
#, kde-format
msgid "Use antialiasing when drawing the screen?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseAntialias), group (View)
#. +> trunk5
#: kstars.kcfg:739
#, kde-format
msgid "Toggle whether the sky is rendered using antialiasing. Lines and shapes are smoother with antialiasing, but rendering the screen will take more time."
msgstr ""
#. i18n: ectx: label, entry (ZoomFactor), group (View)
#. +> trunk5
#: kstars.kcfg:743
#, kde-format
msgid "Zoom Factor, in pixels per radian"
msgstr ""
#. i18n: ectx: whatsthis, entry (ZoomFactor), group (View)
#. +> trunk5
#: kstars.kcfg:744
#, kde-format
msgid "The zoom level, measured in pixels per radian."
msgstr ""
#. i18n: ectx: label, entry (ZoomScrollFactor), group (View)
#. +> trunk5
#: kstars.kcfg:750
#, kde-format
msgid "Zoom scroll sensitivity."
msgstr ""
#. i18n: ectx: whatsthis, entry (ZoomScrollFactor), group (View)
#. +> trunk5
#: kstars.kcfg:751
#, kde-format
msgid "When zooming in or out, change zoom speed factor by this multiplier."
msgstr ""
#. i18n: ectx: label, entry (MagLimitAsteroid), group (View)
#. +> trunk5
#: kstars.kcfg:757
#, kde-format
msgid "Faint limit for asteroids"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagLimitAsteroid), group (View)
#. +> trunk5
#: kstars.kcfg:758
#, kde-format
msgid "The faint magnitude limit for drawing asteroids."
msgstr ""
#. i18n: ectx: label, entry (MagLimitAsteroidDownload), group (View)
#. +> trunk5
#: kstars.kcfg:762
#, kde-format
msgid "Maximum magnitude for asteroids to be downloaded from JPL."
msgstr ""
#. i18n: ectx: whatsthis, entry (MagLimitAsteroidDownload), group (View)
#. +> trunk5
#: kstars.kcfg:763
#, kde-format
msgid "The maximum magnitude (visibility) to filter the asteroid data download from JPL."
msgstr ""
#. i18n: ectx: label, entry (AsteroidLabelDensity), group (View)
#. +> trunk5
#: kstars.kcfg:767
#, kde-format
msgid "Label density for asteroid names"
msgstr ""
#. i18n: ectx: whatsthis, entry (AsteroidLabelDensity), group (View)
#. +> trunk5
#: kstars.kcfg:768
#, kde-format
msgid "Controls the relative number of asteroid name labels drawn in the map."
msgstr ""
#. i18n: ectx: label, entry (MagLimitDrawDeepSky), group (View)
#. +> trunk5
#: kstars.kcfg:772
#, kde-format
msgid "Faint limit for deep-sky objects"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagLimitDrawDeepSky), group (View)
#. +> trunk5
#: kstars.kcfg:773
#, kde-format
msgid "The faint magnitude limit for drawing deep-sky objects, when fully zoomed in."
msgstr ""
#. i18n: ectx: label, entry (MagLimitDrawDeepSkyZoomOut), group (View)
#. +> trunk5
#: kstars.kcfg:777
#, kde-format
msgid "Faint limit for deep-sky objects when zoomed out"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagLimitDrawDeepSkyZoomOut), group (View)
#. +> trunk5
#: kstars.kcfg:778
#, kde-format
msgid "The faint magnitude limit for drawing deep-sky objects, when fully zoomed out."
msgstr ""
#. i18n: ectx: label, entry (ShowUnknownMagObjects), group (View)
#. +> trunk5
#: kstars.kcfg:782
#, kde-format
msgid "Show deep-sky objects of unknown magnitude"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowUnknownMagObjects), group (View)
#. +> trunk5
#: kstars.kcfg:783
#, kde-format
msgid "When enabled, objects whose magnitudes are unknown, or not available to KStars, are drawn irrespective of the faint limits set."
msgstr ""
#. i18n: ectx: label, entry (MagLimitDrawStar), group (View)
#. +> trunk5
#: kstars.kcfg:788
#, kde-format
msgid "Faint limit for stars"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagLimitDrawStar), group (View)
#. +> trunk5
#: kstars.kcfg:789
#, kde-format
msgid "The faint magnitude limit for drawing stars, when fully zoomed in."
msgstr ""
#. i18n: ectx: label, entry (StarDensity), group (View)
#. +> trunk5
#: kstars.kcfg:793
#, kde-format
msgid "Density of stars in the field of view"
msgstr ""
#. i18n: ectx: whatsthis, entry (StarDensity), group (View)
#. +> trunk5
#: kstars.kcfg:794
#, kde-format
msgid "Sets the density of stars in the field of view"
msgstr ""
#. i18n: ectx: label, entry (MagLimitDrawStarZoomOut), group (View)
#. +> trunk5
#: kstars.kcfg:799
#, kde-format
msgid "Faint limit for stars when zoomed out"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagLimitDrawStarZoomOut), group (View)
#. +> trunk5
#: kstars.kcfg:800
#, kde-format
msgid "The faint magnitude limit for drawing stars, when fully zoomed out."
msgstr ""
#. i18n: ectx: label, entry (MagLimitHideStar), group (View)
#. +> trunk5
#: kstars.kcfg:805
#, kde-format
msgid "Faint limit for stars when slewing"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagLimitHideStar), group (View)
#. +> trunk5
#: kstars.kcfg:806
#, kde-format
msgid "The faint magnitude limit for drawing stars, when the map is in motion (only applicable if faint stars are set to be hidden while the map is in motion)."
msgstr ""
#. i18n: ectx: label, entry (StarLabelDensity), group (View)
#. +> trunk5
#: kstars.kcfg:810
#, kde-format
msgid "Relative density for star name labels and/or magnitudes"
msgstr ""
#. i18n: ectx: whatsthis, entry (StarLabelDensity), group (View)
#. +> trunk5
#: kstars.kcfg:811
#, kde-format
msgid "The relative density for drawing star name and magnitude labels."
msgstr ""
#. i18n: ectx: label, entry (DeepSkyLabelDensity), group (View)
#. +> trunk5
#: kstars.kcfg:815
#, kde-format
msgid "Relative density for deep-sky object name labels and/or magnitudes"
msgstr ""
#. i18n: ectx: whatsthis, entry (DeepSkyLabelDensity), group (View)
#. +> trunk5
#: kstars.kcfg:816
#, kde-format
msgid "The relative density for drawing deep-sky object name and magnitude labels."
msgstr ""
#. i18n: ectx: label, entry (DeepSkyLongLabels), group (View)
#. +> trunk5
#: kstars.kcfg:820
#, kde-format
msgid "Show long names in deep-sky object name labels?"
msgstr ""
#. i18n: ectx: whatsthis, entry (DeepSkyLongLabels), group (View)
#. +> trunk5
#: kstars.kcfg:821
#, kde-format
msgid "If true, long names (common names) for deep-sky objects are shown in the labels."
msgstr ""
#. i18n: ectx: label, entry (MaxRadCometName), group (View)
#. +> trunk5
#: kstars.kcfg:825
#, kde-format
msgid "Maximum distance from Sun for labeling comets, in AU"
msgstr ""
#. i18n: ectx: whatsthis, entry (MaxRadCometName), group (View)
#. +> trunk5
#: kstars.kcfg:826
#, kde-format
msgid "The maximum solar distance for drawing comets."
msgstr ""
#. i18n: ectx: label, entry (UseGL), group (View)
#. +> trunk5
#: kstars.kcfg:830
#, kde-format
msgid "Switch to OpenGL backend"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseGL), group (View)
#. +> trunk5
#: kstars.kcfg:831
#, kde-format
msgid "Use experimental OpenGL backend (deprecated)."
msgstr ""
#. i18n: ectx: label, entry (RunClock), group (View)
#. +> trunk5
#: kstars.kcfg:835
#, kde-format
msgid "Run clock"
msgstr ""
#. i18n: ectx: whatsthis, entry (RunClock), group (View)
#. +> trunk5
#: kstars.kcfg:836
#, kde-format
msgid "The state of the clock (running or not)"
msgstr ""
#. i18n: ectx: label, entry (ObsListSymbol), group (ObservingList)
#. +> trunk5
#: kstars.kcfg:842
#, kde-format
msgid "Use symbols to label observing list objects"
msgstr ""
#. i18n: ectx: whatsthis, entry (ObsListSymbol), group (ObservingList)
#. +> trunk5
#: kstars.kcfg:843
#, kde-format
msgid "Objects in the observing list will be highlighted with a symbol in the map."
msgstr ""
#. i18n: ectx: label, entry (ObsListText), group (ObservingList)
#. +> trunk5
#: kstars.kcfg:847
#, kde-format
msgid "Use text to label observing list objects"
msgstr ""
#. i18n: ectx: whatsthis, entry (ObsListText), group (ObservingList)
#. +> trunk5
#: kstars.kcfg:848
#, kde-format
msgid "Objects in the observing list will be highlighted with a colored name label in the map."
msgstr ""
#. i18n: ectx: label, entry (ObsListPreferDSS), group (ObservingList)
#. +> trunk5
#: kstars.kcfg:852
#, kde-format
msgid "Prefer Digitized Sky Survey imagery in the observing list"
msgstr ""
#. i18n: ectx: whatsthis, entry (ObsListPreferDSS), group (ObservingList)
#. +> trunk5
#: kstars.kcfg:853
#, kde-format
msgid "The observing list will prefer DSS imagery while downloading imagery."
msgstr ""
#. i18n: ectx: label, entry (ObsListPreferSDSS), group (ObservingList)
#. +> trunk5
#: kstars.kcfg:857
#, kde-format
msgid "Prefer Sloan Digital Sky Survey imagery in the observing list"
msgstr ""
#. i18n: ectx: whatsthis, entry (ObsListPreferSDSS), group (ObservingList)
#. +> trunk5
#: kstars.kcfg:858
#, kde-format
msgid "The observing list will prefer SDSS imagery while downloading imagery."
msgstr ""
#. i18n: ectx: label, entry (ObsListDemoteHole), group (ObservingList)
#. +> trunk5
#: kstars.kcfg:862
#, kde-format
msgid "While sorting by percentage altitude in the observing list, demote objects present in the Dobsonian hole"
msgstr ""
#. i18n: ectx: whatsthis, entry (ObsListDemoteHole), group (ObservingList)
#. +> trunk5
#: kstars.kcfg:863
#, kde-format
msgid "Check this if you use a large Dobsonian telescope. Sorting by percentage current altitude is an easy way of determining what objects are well-placed for observation. However, when using a large Dobsonian telescope, objects close to the zenith are hard to observe. Since tracking there corresponds to a rotation in azimuth, it is both counterintuitive and requires the observer to frequently move the ladder. The region around the zenith where this is particularly frustrating is called the Dobsonian hole. This checkbox makes the observing list consider objects present in the hole as unfit for observation."
msgstr ""
#. i18n: ectx: label, entry (ObsListHoleSize), group (ObservingList)
#. +> trunk5
#: kstars.kcfg:867
#, kde-format
msgid "This is the angular distance from the zenith, in degrees, below which you can easily point your telescope."
msgstr ""
#. i18n: ectx: whatsthis, entry (ObsListHoleSize), group (ObservingList)
#. +> trunk5
#: kstars.kcfg:868
#, kde-format
msgid "This specifies the angular radius of the Dobsonian hole, i.e. the region where a large Dobsonian telescope cannot be pointed easily."
msgstr ""
#. i18n: ectx: label, entry (ColorSchemeFile), group (Colors)
#. i18n: ectx: whatsthis, entry (ColorSchemeFile), group (Colors)
#. +> trunk5
#: kstars.kcfg:874 kstars.kcfg:875
#, kde-format
msgid "The name of the color scheme"
msgstr ""
#. i18n: ectx: label, entry (StarColorMode), group (Colors)
#. +> trunk5
#: kstars.kcfg:879
#, kde-format
msgid "Mode for rendering stars"
msgstr ""
#. i18n: ectx: whatsthis, entry (StarColorMode), group (Colors)
#. +> trunk5
#: kstars.kcfg:880
#, kde-format
msgid "The method for rendering stars: 0=\"realistic colors\"; 1=\"solid red\"; 2=\"solid black\"; 3=\"solid white\"; 4=\"solid real colors\""
msgstr ""
#. i18n: ectx: label, entry (StarColorIntensity), group (Colors)
#. +> trunk5
#: kstars.kcfg:885
#, kde-format
msgid "Saturation level of star colors"
msgstr ""
#. i18n: ectx: whatsthis, entry (StarColorIntensity), group (Colors)
#. +> trunk5
#: kstars.kcfg:886
#, kde-format
msgid "The color saturation level of stars (only applicable when using \"realistic colors\" mode)."
msgstr ""
#. i18n: ectx: label, entry (AngularRulerColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:891
#, kde-format
msgid "Color of angular distance ruler"
msgstr ""
#. i18n: ectx: whatsthis, entry (AngularRulerColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:892
#, kde-format
msgid "The color for the angular-distance measurement ruler."
msgstr ""
#. i18n: ectx: label, entry (BoxBGColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:896
#, kde-format
msgid "Background color of InfoBoxes"
msgstr ""
#. i18n: ectx: whatsthis, entry (BoxBGColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:897
#, kde-format
msgid "The background color of the on-screen information boxes."
msgstr ""
#. i18n: ectx: label, entry (BoxGrabColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:901
#, kde-format
msgid "Text color of InfoBoxes when grabbed with mouse"
msgstr ""
#. i18n: ectx: whatsthis, entry (BoxGrabColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:902
#, kde-format
msgid "The text color for the on-screen information boxes, when activated by a mouse click."
msgstr ""
#. i18n: ectx: label, entry (BoxTextColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:906
#, kde-format
msgid "Text color of InfoBoxes"
msgstr ""
#. i18n: ectx: whatsthis, entry (BoxTextColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:907
#, kde-format
msgid "The normal text color of the on-screen information boxes."
msgstr ""
#. i18n: ectx: label, entry (CBoundColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:911
#, kde-format
msgid "Color of constellation boundaries"
msgstr ""
#. i18n: ectx: whatsthis, entry (CBoundColor), group (Colors)
#. i18n: ectx: whatsthis, entry (CBoundHighColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:912 kstars.kcfg:917
#, kde-format
msgid "The color for the constellation boundary lines."
msgstr ""
#. i18n: ectx: label, entry (CBoundHighColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:916
#, kde-format
msgid "Color of highlighted constellation boundary"
msgstr ""
#. i18n: ectx: label, entry (CLineColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:921
#, kde-format
msgid "Color of constellation lines"
msgstr ""
#. i18n: ectx: whatsthis, entry (CLineColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:922
#, kde-format
msgid "The color for the constellation figure lines."
msgstr ""
#. i18n: ectx: label, entry (CNameColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:926
#, kde-format
msgid "Color of constellation names"
msgstr ""
#. i18n: ectx: whatsthis, entry (CNameColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:927
#, kde-format
msgid "The color for the constellation names."
msgstr ""
#. i18n: ectx: label, entry (CompassColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:931
#, kde-format
msgid "Color of cardinal compass labels along horizon"
msgstr ""
#. i18n: ectx: whatsthis, entry (CompassColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:932
#, kde-format
msgid "The color for the cardinal compass point labels."
msgstr ""
#. i18n: ectx: label, entry (EclipticColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:936
#, kde-format
msgid "Color of ecliptic line"
msgstr ""
#. i18n: ectx: whatsthis, entry (EclipticColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:937
#, kde-format
msgid "The color for the ecliptic line."
msgstr ""
#. i18n: ectx: label, entry (EquatorColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:941
#, kde-format
msgid "Color of equator line"
msgstr ""
#. i18n: ectx: whatsthis, entry (EquatorColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:942
#, kde-format
msgid "The color for the equator line."
msgstr ""
#. i18n: ectx: label, entry (EquatorialGridColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:946
#, kde-format
msgid "Color of equatorial coordinate grid lines"
msgstr ""
#. i18n: ectx: whatsthis, entry (EquatorialGridColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:947
#, kde-format
msgid "The color for the equatorial coordinate grid lines."
msgstr ""
#. i18n: ectx: label, entry (HorizontalGridColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:951
#, kde-format
msgid "Color of horizontal coordinate grid lines"
msgstr ""
#. i18n: ectx: whatsthis, entry (HorizontalGridColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:952
#, kde-format
msgid "The color for the horizontal coordinate grid lines."
msgstr ""
#. i18n: ectx: label, entry (SpecialObjectColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:956
#, kde-format
msgid "Color of objects with extra links available"
msgstr ""
#. i18n: ectx: whatsthis, entry (SpecialObjectColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:957
#, kde-format
msgid "The color for objects which have extra URL links available."
msgstr ""
#. i18n: ectx: label, entry (HorizonColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:961
#, kde-format
msgid "Color of horizon line"
msgstr ""
#. i18n: ectx: whatsthis, entry (HorizonColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:962
#, kde-format
msgid "The color for the horizon line and opaque ground."
msgstr ""
#. i18n: ectx: label, entry (LocalMeridianColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:966
#, kde-format
msgid "Color of local meridian line"
msgstr ""
#. i18n: ectx: whatsthis, entry (LocalMeridianColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:967
#, kde-format
msgid "The color for the local meridian line."
msgstr ""
#. i18n: ectx: label, entry (MessierColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:971
#, kde-format
msgid "Color of Messier objects"
msgstr ""
#. i18n: ectx: whatsthis, entry (MessierColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:972
#, kde-format
msgid "The color for Messier object symbols."
msgstr ""
#. i18n: ectx: label, entry (NGCColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:976
#, kde-format
msgid "Color of NGC objects"
msgstr ""
#. i18n: ectx: whatsthis, entry (NGCColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:977
#, kde-format
msgid "The color for NGC object symbols."
msgstr ""
#. i18n: ectx: label, entry (ICColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:981
#, kde-format
msgid "Color of IC objects"
msgstr ""
#. i18n: ectx: whatsthis, entry (ICColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:982
#, kde-format
msgid "The color for IC object symbols."
msgstr ""
#. i18n: ectx: label, entry (MilkyWayWColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:986
#, kde-format
msgid "Color of Milky Way contour"
msgstr ""
#. i18n: ectx: whatsthis, entry (MilkyWayWColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:987
#, kde-format
msgid "The color for the Milky Way contour."
msgstr ""
#. i18n: ectx: label, entry (StarNameColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:991
#, kde-format
msgid "Color of star name labels"
msgstr ""
#. i18n: ectx: whatsthis, entry (StarNameColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:992
#, kde-format
msgid "The color for star name labels."
msgstr ""
#. i18n: ectx: label, entry (DeepSkyNameColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:996
#, kde-format
msgid "Color of deep-sky object name labels"
msgstr ""
#. i18n: ectx: whatsthis, entry (DeepSkyNameColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:997
#, kde-format
msgid "The color for deep-sky object name labels."
msgstr ""
#. i18n: ectx: label, entry (PlanetNameColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1001
#, kde-format
msgid "Color of planet name labels"
msgstr ""
#. i18n: ectx: whatsthis, entry (PlanetNameColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1002
#, kde-format
msgid "The color for solar system object labels."
msgstr ""
#. i18n: ectx: label, entry (PlanetTrailColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1006
#, kde-format
msgid "Color of planet trails"
msgstr ""
#. i18n: ectx: whatsthis, entry (PlanetTrailColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1007
#, kde-format
msgid "The color for solar system object trails."
msgstr ""
#. i18n: ectx: label, entry (SkyColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1011
#, kde-format
msgid "Color of sky"
msgstr ""
#. i18n: ectx: whatsthis, entry (SkyColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1012
#, kde-format
msgid "The color for the sky background."
msgstr ""
#. i18n: ectx: label, entry (ArtificialHorizonColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1016
#, kde-format
msgid "Color Artificial Horizon"
msgstr ""
#. i18n: ectx: whatsthis, entry (ArtificialHorizonColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1017
#, kde-format
msgid "The color for the artificial horizon region."
msgstr ""
#. i18n: ectx: label, entry (TelescopeTargetColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1021
#, kde-format
msgid "Color of telescope symbols"
msgstr ""
#. i18n: ectx: whatsthis, entry (TelescopeTargetColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1022
#, kde-format
msgid "The color for telescope target symbols."
msgstr ""
#. i18n: ectx: label, entry (VisibleSatColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1026
#, kde-format
msgid "Color of visible satellites"
msgstr ""
#. i18n: ectx: whatsthis, entry (VisibleSatColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1027
#, kde-format
msgid "Color of visible satellites."
msgstr ""
#. i18n: ectx: label, entry (SatColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1031
#, kde-format
msgid "Color of invisible satellites"
msgstr ""
#. i18n: ectx: whatsthis, entry (SatColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1032
#, kde-format
msgid "Color of invisible satellites."
msgstr ""
#. i18n: ectx: label, entry (SatLabelColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1036
#, kde-format
msgid "Color of satellites labels"
msgstr ""
#. i18n: ectx: whatsthis, entry (SatLabelColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1037
#, kde-format
msgid "Color of satellites labels."
msgstr ""
#. i18n: ectx: label, entry (SupernovaColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1041
#, kde-format
msgid "Color of supernovae"
msgstr ""
#. i18n: ectx: whatsthis, entry (SupernovaColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1042
#, kde-format
msgid "Color of supernova"
msgstr ""
#. i18n: ectx: label, entry (UserLabelColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1046
#, kde-format
msgid "Color of user-added labels"
msgstr ""
#. i18n: ectx: whatsthis, entry (UserLabelColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1047
#, kde-format
msgid "The color for user-added object labels."
msgstr ""
#. i18n: ectx: label, entry (RAGuideColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1051
#, kde-format
msgid "Color of RA Guide Error"
msgstr ""
#. i18n: ectx: whatsthis, entry (RAGuideColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1052
#, kde-format
msgid "The color for RA Guide Error bar in Ekos guide module."
msgstr ""
#. i18n: ectx: label, entry (DEGuideColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1056
#, kde-format
msgid "Color of DEC Guide Error"
msgstr ""
#. i18n: ectx: whatsthis, entry (DEGuideColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1057
#, kde-format
msgid "The color for DEC Guide Error bar in Ekos guide module."
msgstr ""
#. i18n: ectx: label, entry (SolverFOVColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1061
#, kde-format
msgid "Color of solver FOV box"
msgstr ""
#. i18n: ectx: whatsthis, entry (SolverFOVColor), group (Colors)
#. +> trunk5
#: kstars.kcfg:1062
#, kde-format
msgid "The color for solver FOV box in Ekos alignment module."
msgstr ""
#. i18n: ectx: label, entry (xplanetIsInternal), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1068 xplanet/opsxplanet.cpp:29
#, kde-format
msgid "Internal or External XPlanet?"
msgstr ""
#. i18n: ectx: label, entry (XplanetPath), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1072
#, kde-format
msgid "Path to xplanet binary"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetPath), group (Xplanet)
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_XplanetPath)
#. +> trunk5
#: kstars.kcfg:1073 xplanet/opsxplanet.ui:148
#, kde-format
msgid "Xplanet binary path"
msgstr ""
#. i18n: ectx: label, entry (XplanetTitle), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1077
#, kde-format
msgid "Window title"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetTitle), group (Xplanet)
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_XplanetTitle)
#. +> trunk5
#: kstars.kcfg:1078 xplanet/opsxplanet.ui:53
#, kde-format
msgid "Set the window’s title."
msgstr ""
#. i18n: ectx: label, entry (XplanetWidth), group (Xplanet)
#. i18n: ectx: whatsthis, entry (XplanetWidth), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1082 kstars.kcfg:1083
#, kde-format
msgid "Width of xplanet window"
msgstr ""
#. i18n: ectx: label, entry (XplanetHeight), group (Xplanet)
#. i18n: ectx: whatsthis, entry (XplanetHeight), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1087 kstars.kcfg:1088
#, kde-format
msgid "Height of xplanet window"
msgstr ""
#. i18n: ectx: label, entry (XplanetLabel), group (Xplanet)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_XplanetLabel)
#. +> trunk5
#: kstars.kcfg:1092 xplanet/opsxplanet.ui:674
#, kde-format
msgid "Show label"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetLabel), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1093
#, kde-format
msgid "If true, display a label in the upper right corner."
msgstr ""
#. i18n: ectx: label, entry (XplanetLabelLocalTime), group (Xplanet)
#. i18n: ectx: label, entry (XplanetLabelGMT), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1097 kstars.kcfg:1102
#, kde-format
msgid "Show GMT label"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetLabelLocalTime), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1098
#, kde-format
msgid "Show local time."
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetLabelGMT), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1103
#, kde-format
msgid "Show GMT instead of local time."
msgstr ""
#. i18n: ectx: label, entry (XplanetLabelString), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1107
#, kde-format
msgid "Planet string"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetLabelString), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1108
#, kde-format, no-c-format
msgid "Specify the text of the first line of the label. By default, it says something like \"Looking at Earth\". Any instances of %t will be replaced by the target name, and any instances of %o will be replaced by the origin name."
msgstr ""
#. i18n: ectx: label, entry (XplanetFontSize), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1112
#, kde-format
msgid "Font Size"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetFontSize), group (Xplanet)
#. i18n: ectx: property (whatsThis), widget (QSpinBox, kcfg_XplanetFontSize)
#. +> trunk5
#: kstars.kcfg:1113 xplanet/opsxplanet.ui:549
#, kde-format
msgid "Specify the point size."
msgstr ""
#. i18n: ectx: label, entry (XplanetColor), group (Xplanet)
#. i18n: ectx: property (toolTip), widget (KColorButton, kcfg_XplanetColor)
#. +> trunk5
#: kstars.kcfg:1117 xplanet/opsxplanet.ui:563
#, kde-format
msgid "Label color"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetColor), group (Xplanet)
#. i18n: ectx: property (whatsThis), widget (KColorButton, kcfg_XplanetColor)
#. +> trunk5
#: kstars.kcfg:1118 xplanet/opsxplanet.ui:566
#, kde-format
msgid "Set the color for the label."
msgstr ""
#. i18n: ectx: label, entry (XplanetDateFormat), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1122
#, kde-format
msgid "Date format"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetDateFormat), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1123
#, kde-format, no-c-format
msgid "Specify the format for the date/time label. This format string is passed to strftime(3). The default is \"%c %Z\", which shows the date, time, and time zone in the locale’s appropriate date and time representation."
msgstr ""
#. i18n: ectx: label, entry (XplanetLabelTL), group (Xplanet)
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_XplanetLabelTL)
#. +> trunk5
#: kstars.kcfg:1127 xplanet/opsxplanet.ui:580
#, kde-format
msgid "Top left"
msgstr ""
#. i18n: ectx: label, entry (XplanetLabelTR), group (Xplanet)
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_XplanetLabelTR)
#. +> trunk5
#: kstars.kcfg:1131 xplanet/opsxplanet.ui:604
#, kde-format
msgid "Top right"
msgstr ""
#. i18n: ectx: label, entry (XplanetLabelBR), group (Xplanet)
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_XplanetLabelBR)
#. +> trunk5
#: kstars.kcfg:1135 xplanet/opsxplanet.ui:614
#, kde-format
msgid "Bottom right"
msgstr ""
#. i18n: ectx: label, entry (XplanetLabelBL), group (Xplanet)
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_XplanetLabelBL)
#. +> trunk5
#: kstars.kcfg:1139 xplanet/opsxplanet.ui:590
#, kde-format
msgid "Bottom left"
msgstr ""
#. i18n: ectx: label, entry (XplanetGlare), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1143
#, kde-format
msgid "Sun Glare"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetGlare), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1144
#, kde-format
msgid "Draw a glare around the sun with a radius of the specified value larger than the Sun. The default value is 28."
msgstr ""
#. i18n: ectx: label, entry (XplanetRandom), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1148
#, kde-format
msgid "Random latitude and longitude"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetRandom), group (Xplanet)
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_XplanetRandom)
#. +> trunk5
#: kstars.kcfg:1149 xplanet/opsxplanet.ui:832
#, kde-format
msgid "Place the observer above a random latitude and longitude"
msgstr ""
#. i18n: ectx: label, entry (XplanetLatLong), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1153
#, kde-format
msgid "Latitude-Longitude"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetLatLong), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1154
#, kde-format
msgid "Place the observer above the specified longitude and latitude"
msgstr ""
#. i18n: ectx: label, entry (XplanetLatitude), group (Xplanet)
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_XplanetLatitude)
#. +> trunk5
#: kstars.kcfg:1158 xplanet/opsxplanet.ui:784
#, kde-format
msgid "Latitude in degrees"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetLatitude), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1159
#, kde-format
msgid "Render the target body as seen from above the specified latitude (in degrees). The default value is 0."
msgstr ""
#. i18n: ectx: label, entry (XplanetLongitude), group (Xplanet)
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_XplanetLongitude)
#. +> trunk5
#: kstars.kcfg:1163 xplanet/opsxplanet.ui:807
#, kde-format
msgid "Longitude in degrees"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetLongitude), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1164
#, kde-format
msgid "Place the observer above the specified longitude (in degrees). Longitude is positive going east, negative going west (for the earth and moon), so for example Los Angeles is at -118 or 242. The default value is 0."
msgstr ""
#. i18n: ectx: label, entry (XplanetProjection), group (Xplanet)
#. i18n: ectx: attribute (title), widget (QWidget, XplanetTabProjection)
#. +> trunk5
#: kstars.kcfg:1168 xplanet/opsxplanet.ui:855
#, kde-format
msgid "Projection"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetProjection), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1169
#, kde-format
msgid "The default is no projection. Multiple bodies will not be shown if this option is specified, although shadows will still be drawn."
msgstr ""
#. i18n: ectx: label, entry (XplanetWait), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1173
#, kde-format
msgid "Update view"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetWait), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1174
#, kde-format
msgid "If true, update view."
msgstr ""
#. i18n: ectx: label, entry (XplanetWaitValue), group (Xplanet)
#. i18n: ectx: whatsthis, entry (XplanetWaitValue), group (Xplanet)
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_XplanetWaitValue)
#. i18n: ectx: property (whatsThis), widget (QSpinBox, kcfg_XplanetWaitValue)
#. +> trunk5
#: kstars.kcfg:1178 kstars.kcfg:1179 xplanet/opsxplanet.ui:236
#: xplanet/opsxplanet.ui:239
#, kde-format
msgid "Number of seconds to wait before updating"
msgstr ""
#. i18n: ectx: label, entry (XplanetBackground), group (Xplanet)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_XplanetBackground)
#. +> trunk5
#: kstars.kcfg:1183 xplanet/opsxplanet.ui:914
#, kde-format
msgid "Use background"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetBackground), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1184
#, kde-format
msgid "Use a file as the background image, with the planet to be superimposed upon it. This option is only meaningful with the -projection option. A color may also be supplied."
msgstr ""
#. i18n: ectx: label, entry (XplanetBackgroundImage), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1188
#, kde-format
msgid "Use background image"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetBackgroundImage), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1189
#, kde-format
msgid "Use a file as the background image."
msgstr ""
#. i18n: ectx: label, entry (XplanetBackgroundImagePath), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1193
#, kde-format
msgid "Background image path"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetBackgroundImagePath), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1194
#, kde-format
msgid "The path of the background image."
msgstr ""
#. i18n: ectx: label, entry (XplanetBackgroundColor), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1198
#, kde-format
msgid "Use background color"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetBackgroundColor), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1199
#, kde-format
msgid "Use a color as the background."
msgstr ""
#. i18n: ectx: label, entry (XplanetBackgroundColorValue), group (Xplanet)
#. i18n: ectx: property (toolTip), widget (KColorButton, kcfg_XplanetBackgroundColorValue)
#. +> trunk5
#: kstars.kcfg:1203 xplanet/opsxplanet.ui:957
#, kde-format
msgid "Background color"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetBackgroundColorValue), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1204
#, kde-format
msgid "The color of the background."
msgstr ""
#. i18n: ectx: label, entry (XplanetMagnitude), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1208
#, kde-format
msgid "Base magnitude"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetMagnitude), group (Xplanet)
#. i18n: ectx: property (whatsThis), widget (QSpinBox, kcfg_XplanetMagnitude)
#. +> trunk5
#: kstars.kcfg:1209 xplanet/opsxplanet.ui:297
#, kde-format
msgid "A star of the specified magnitude will have a pixel brightness of 1. The default value is 10. Stars will be drawn more brightly if this number is larger."
msgstr ""
#. i18n: ectx: label, entry (XplanetArcFile), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1213
#, kde-format
msgid "Arc file"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetArcFile), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1214
#, kde-format
msgid "If checked, use an arc file to be plotted against the background stars."
msgstr ""
#. i18n: ectx: label, entry (XplanetArcFilePath), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1218
#, kde-format
msgid "Path to arc file"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetArcFilePath), group (Xplanet)
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_XplanetArcFilePath)
#. +> trunk5
#: kstars.kcfg:1219 xplanet/opsxplanet.ui:342
#, kde-format
msgid "Specify an arc file to be plotted against the background stars."
msgstr ""
#. i18n: ectx: label, entry (XplanetConfigFile), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1223
#, kde-format
msgid "Config file"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetConfigFile), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1224
#, kde-format
msgid "If checked, use a config file."
msgstr ""
#. i18n: ectx: label, entry (XplanetConfigFilePath), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1228
#, kde-format
msgid "Path to config file"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetConfigFilePath), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1229
#, kde-format
msgid "Use the specified configuration file."
msgstr ""
#. i18n: ectx: label, entry (XplanetFOV), group (Xplanet)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_XplanetFOV)
#. +> trunk5
#: kstars.kcfg:1233 xplanet/opsxplanet.ui:214
#, kde-format
msgid "Use kstars's FOV"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetFOV), group (Xplanet)
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_XplanetFOV)
#. +> trunk5
#: kstars.kcfg:1234 xplanet/opsxplanet.ui:211
#, kde-format
msgid "If checked, use kstars's FOV."
msgstr ""
#. i18n: ectx: label, entry (XplanetMarkerFile), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1238
#, kde-format
msgid "Use marker file"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetMarkerFile), group (Xplanet)
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_XplanetMarkerFile)
#. +> trunk5
#: kstars.kcfg:1239 xplanet/opsxplanet.ui:700
#, kde-format
msgid "If checked, use the specified marker file."
msgstr ""
#. i18n: ectx: label, entry (XplanetMarkerFilePath), group (Xplanet)
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_XplanetMarkerFilePath)
#. +> trunk5
#: kstars.kcfg:1243 xplanet/opsxplanet.ui:710
#, kde-format
msgid "Marker file path"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetMarkerFilePath), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1244
#, kde-format
msgid "Specify a file containing user-defined marker data to display against the background stars."
msgstr ""
#. i18n: ectx: label, entry (XplanetMarkerBounds), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1248
#, kde-format
msgid "Write marker bounds"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetMarkerBounds), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1249
#, kde-format
msgid "If checked, write coordinates of the bounding box for each marker in a file."
msgstr ""
#. i18n: ectx: label, entry (XplanetMarkerBoundsPath), group (Xplanet)
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_XplanetMarkerBoundsPath)
#. +> trunk5
#: kstars.kcfg:1253 xplanet/opsxplanet.ui:733
#, kde-format
msgid "Marker bounds file path"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetMarkerBoundsPath), group (Xplanet)
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_XplanetMarkerBoundsPath)
#. +> trunk5
#: kstars.kcfg:1254 xplanet/opsxplanet.ui:736
#, kde-format
msgid "Write coordinates of the bounding box for each marker to this file."
msgstr ""
#. i18n: ectx: label, entry (XplanetStarmap), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1258
#, kde-format
msgid "Star map"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetStarmap), group (Xplanet)
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_XplanetStarmap)
#. +> trunk5
#: kstars.kcfg:1259 xplanet/opsxplanet.ui:307
#, kde-format
msgid "If checked, use star map file to draw the background stars."
msgstr ""
#. i18n: ectx: label, entry (XplanetStarmapPath), group (Xplanet)
#. i18n: ectx: whatsthis, entry (XplanetStarmapPath), group (Xplanet)
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_XplanetStarmapPath)
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_XplanetStarmapPath)
#. +> trunk5
#: kstars.kcfg:1263 kstars.kcfg:1264 xplanet/opsxplanet.ui:323
#: xplanet/opsxplanet.ui:326
#, kde-format
msgid "Star map file path"
msgstr ""
#. i18n: ectx: label, entry (XplanetQuality), group (Xplanet)
#. +> trunk5
#: kstars.kcfg:1268
#, kde-format
msgid "Output file quality"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetQuality), group (Xplanet)
#. i18n: ectx: property (whatsThis), widget (QSpinBox, kcfg_XplanetQuality)
#. +> trunk5
#: kstars.kcfg:1269 xplanet/opsxplanet.ui:415
#, kde-format
msgid "This option is only used when creating JPEG images. The quality can range from 0 to 100. The default value is 80."
msgstr ""
#. i18n: ectx: label, entry (ShowSatellites), group (Satellites)
#. +> trunk5
#: kstars.kcfg:1275
#, kde-format
msgid "Draw satellites in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSatellites), group (Satellites)
#. i18n: ectx: whatsthis, entry (ShowVisibleSatellites), group (Satellites)
#. +> trunk5
#: kstars.kcfg:1276 kstars.kcfg:1281
#, kde-format
msgid "Toggle whether satellite tracks are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowVisibleSatellites), group (Satellites)
#. +> trunk5
#: kstars.kcfg:1280
#, kde-format
msgid "Draw only visible satellites in the sky map"
msgstr ""
#. i18n: ectx: label, entry (DrawSatellitesLikeStars), group (Satellites)
#. i18n: ectx: whatsthis, entry (DrawSatellitesLikeStars), group (Satellites)
#. +> trunk5
#: kstars.kcfg:1285 kstars.kcfg:1286
#, kde-format
msgid "If selected, satellites will be draw like stars, otherwise, draw satellites as small colored square."
msgstr ""
#. i18n: ectx: label, entry (ShowSatellitesLabels), group (Satellites)
#. +> trunk5
#: kstars.kcfg:1290
#, kde-format
msgid "Draw satellite labels?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSatellitesLabels), group (Satellites)
#. +> trunk5
#: kstars.kcfg:1291
#, kde-format
msgid "Toggle whether satellite labels are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (SelectedSatellites), group (Satellites)
#. +> trunk5
#: kstars.kcfg:1295
#, kde-format
msgid "Selected satellites."
msgstr ""
#. i18n: ectx: whatsthis, entry (SelectedSatellites), group (Satellites)
#. +> trunk5
#: kstars.kcfg:1296
#, kde-format
msgid "List of selected satellites."
msgstr ""
#. i18n: ectx: label, entry (AlwaysRecomputeCoordinates), group (General)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AlwaysRecomputeCoordinates)
#. +> trunk5
#: kstars.kcfg:1301 options/opsadvanced.ui:94
#, kde-format
msgid "Always recompute coordinates"
msgstr ""
#. i18n: ectx: whatsthis, entry (AlwaysRecomputeCoordinates), group (General)
#. +> trunk5
#: kstars.kcfg:1302
#, kde-format
msgid "Checking this option causes recomputation of current equatorial coordinates from catalog coordinates (i.e. application of precession, nutation and aberration corrections) for every redraw of the map. This makes processing slower when there are many stars to handle, but is more likely to be bug free. There are known bugs in the rendering of stars when this recomputation is avoided."
msgstr ""
#. i18n: ectx: label, entry (DefaultDSSImageSize), group (General)
#. +> trunk5
#: kstars.kcfg:1306
#, kde-format
msgid "Default size for DSS images"
msgstr ""
#. i18n: ectx: whatsthis, entry (DefaultDSSImageSize), group (General)
#. +> trunk5
#: kstars.kcfg:1307
#, kde-format
msgid "The default size for DSS images downloaded from the Internet."
msgstr ""
#. i18n: ectx: label, entry (DSSPadding), group (General)
#. +> trunk5
#: kstars.kcfg:1311
#, kde-format
msgid "Additional padding around DSS Images of deep-sky objects"
msgstr ""
#. i18n: ectx: whatsthis, entry (DSSPadding), group (General)
#. +> trunk5
#: kstars.kcfg:1312
#, kde-format
msgid "To include parts of the star field, we add some extra padding around DSS images of deep-sky objects. This option configures the total (both sides) padding added to either dimension of the field."
msgstr ""
#. i18n: ectx: label, entry (VerboseLogging), group (General)
#. +> trunk5
#: kstars.kcfg:1316
#, kde-format
msgid "Enable Verbose Logging"
msgstr ""
#. i18n: ectx: whatsthis, entry (VerboseLogging), group (General)
#. +> trunk5
#: kstars.kcfg:1317
#, kde-format
msgid "Checking this option causes KStars to generate verbose debug information for diagnostic purposes. This may cause slowdown of KStars."
msgstr ""
#. i18n: ectx: label, entry (RegularLogging), group (General)
#. +> trunk5
#: kstars.kcfg:1321
#, kde-format
msgid "Enable Regular Logging"
msgstr ""
#. i18n: ectx: whatsthis, entry (RegularLogging), group (General)
#. +> trunk5
#: kstars.kcfg:1322
#, kde-format
msgid "Checking this option causes KStars to generate regular debug information."
msgstr ""
#. i18n: ectx: label, entry (DisableLogging), group (General)
#. +> trunk5
#: kstars.kcfg:1326
#, kde-format
msgid "Disable Verbose Logging"
msgstr ""
#. i18n: ectx: whatsthis, entry (DisableLogging), group (General)
#. +> trunk5
#: kstars.kcfg:1327
#, kde-format
msgid "Checking this option causes KStars to stop generating ANY debug information."
msgstr ""
#. i18n: ectx: label, entry (LogToDefault), group (General)
#. +> trunk5
#: kstars.kcfg:1331
#, kde-format
msgid "Log debug message to default output"
msgstr ""
#. i18n: ectx: whatsthis, entry (LogToDefault), group (General)
#. +> trunk5
#: kstars.kcfg:1332
#, kde-format
msgid "Checking this option causes KStars log debug messages to the default output used by the platform (e.g. Standard Error)."
msgstr ""
#. i18n: ectx: label, entry (LogToFile), group (General)
#. +> trunk5
#: kstars.kcfg:1336
#, kde-format
msgid "Log debug message to a log file"
msgstr ""
#. i18n: ectx: whatsthis, entry (LogToFile), group (General)
#. +> trunk5
#: kstars.kcfg:1337
#, kde-format
msgid "Checking this option causes KStars log debug messages to a log file as specified."
msgstr ""
#. i18n: ectx: whatsthis, entry (FITSLogging), group (General)
#. +> trunk5
#: kstars.kcfg:1341
#, kde-format
msgid "Log FITS Data activity."
msgstr ""
#. i18n: ectx: whatsthis, entry (INDILogging), group (General)
#. +> trunk5
#: kstars.kcfg:1345
#, kde-format
msgid "Log INDI devices activity."
msgstr ""
#. i18n: ectx: whatsthis, entry (CaptureLogging), group (General)
#. +> trunk5
#: kstars.kcfg:1349
#, kde-format
msgid "Log Ekos Capture Module activity."
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusLogging), group (General)
#. +> trunk5
#: kstars.kcfg:1353
#, kde-format
msgid "Log Ekos Focus Module activity."
msgstr ""
#. i18n: ectx: whatsthis, entry (GuideLogging), group (General)
#. +> trunk5
#: kstars.kcfg:1357
#, kde-format
msgid "Log Ekos Guide Module activity."
msgstr ""
#. i18n: ectx: whatsthis, entry (AlignmentLogging), group (General)
#. +> trunk5
#: kstars.kcfg:1361
#, kde-format
msgid "Log Ekos Alignment Module activity."
msgstr ""
#. i18n: ectx: whatsthis, entry (MountLogging), group (General)
#. +> trunk5
#: kstars.kcfg:1365
#, kde-format
msgid "Log Ekos Mount Module activity."
msgstr ""
#. i18n: ectx: label, entry (useFITSViewer), group (FITSViewer)
#. +> trunk5
#: kstars.kcfg:1371
#, kde-format
msgid "Display every image captured in a FITS Viewer window."
msgstr ""
#. i18n: ectx: label, entry (singlePreviewFITS), group (FITSViewer)
#. +> trunk5
#: kstars.kcfg:1375
#, kde-format
msgid "Preview FITS in a single tab?"
msgstr ""
#. i18n: ectx: label, entry (singleWindowCapturedFITS), group (FITSViewer)
#. +> trunk5
#: kstars.kcfg:1380
#, kde-format
msgid "Display all captured FITS in one window?"
msgstr ""
#. i18n: ectx: whatsthis, entry (singleWindowCapturedFITS), group (FITSViewer)
#. +> trunk5
#: kstars.kcfg:1381
#, kde-format
msgid "Display all captured FITS images in a single FITS Viewer window. By default each camera create its own FITS Viewer instance"
msgstr ""
#. i18n: ectx: label, entry (singleWindowOpenedFITS), group (FITSViewer)
#. +> trunk5
#: kstars.kcfg:1385
#, kde-format
msgid "Display all opened FITS in one window?"
msgstr ""
#. i18n: ectx: whatsthis, entry (singleWindowOpenedFITS), group (FITSViewer)
#. +> trunk5
#: kstars.kcfg:1386
#, kde-format
msgid "Display all opened FITS images in a single FITS Viewer window."
msgstr ""
#. i18n: ectx: label, entry (independentWindowFITS), group (FITSViewer)
#. +> trunk5
#: kstars.kcfg:1390
#, kde-format
msgid "Make FITS Viewer window independent of KStars main window"
msgstr ""
#. i18n: ectx: label, entry (AutoDebayer), group (FITSViewer)
#. +> trunk5
#: kstars.kcfg:1394
#, kde-format
msgid "Automatically debayer a FITS image if it is contains a bayer pattern"
msgstr ""
#. i18n: ectx: label, entry (Auto3DCube), group (FITSViewer)
#. +> trunk5
#: kstars.kcfg:1398
#, kde-format
msgid "Process 3D FITS Cube (RGB). If false, only first channel is processed."
msgstr ""
#. i18n: ectx: label, entry (AutoWCS), group (FITSViewer)
#. +> trunk5
#: kstars.kcfg:1402
#, kde-format
msgid "Automatically process World-Coordinate-System (WCS) data when loading a FITS file."
msgstr ""
#. i18n: ectx: label, entry (LimitedResourcesMode), group (FITSViewer)
#. +> trunk5
#: kstars.kcfg:1406
#, kde-format
msgid "Conserve CPU and memory by disabling all resource-intensive features in FITS Viewer"
msgstr ""
#. i18n: ectx: label, entry (BortleClass), group (WISettings)
#. +> trunk5
#: kstars.kcfg:1412
#, kde-format
msgid "Bortle dark-sky rating"
msgstr ""
#. i18n: ectx: label, entry (TelescopeCheck), group (WISettings)
#. +> trunk5
#: kstars.kcfg:1416
#, kde-format
msgid "Availability of telescope"
msgstr ""
#. i18n: ectx: label, entry (BinocularsCheck), group (WISettings)
#. +> trunk5
#: kstars.kcfg:1420
#, kde-format
msgid "Availability of binoculars"
msgstr ""
#. i18n: ectx: label, entry (BinocularsAperture), group (WISettings)
#. +> trunk5
#: kstars.kcfg:1424
#, kde-format
msgid "Aperture of available binocular"
msgstr ""
#. i18n: ectx: label, entry (ScopeListIndex), group (WISettings)
#. +> trunk5
#: kstars.kcfg:1428
#, kde-format
msgid "Index of selected scope from list of scopes"
msgstr ""
#. i18n: ectx: label, entry (EkosWindowWidth), group (Ekos)
#. +> trunk5
#: kstars.kcfg:1434
#, kde-format
msgid "Ekos window width"
msgstr ""
#. i18n: ectx: label, entry (EkosWindowHeight), group (Ekos)
#. +> trunk5
#: kstars.kcfg:1438
#, kde-format
msgid "Ekos window height"
msgstr ""
#. i18n: ectx: label, entry (EkosLeftIcons), group (Ekos)
#. +> trunk5
#: kstars.kcfg:1446
#, kde-format
msgid "Ekos modules icons are placed to the left of pages"
msgstr ""
#. i18n: ectx: label, entry (RememberCredentials), group (Ekos)
#. +> trunk5
#: kstars.kcfg:1450
#, kde-format
msgid "Remember Ekos Live credentials."
msgstr ""
#. i18n: ectx: label, entry (independentWindowEkos), group (Ekos)
#. +> trunk5
#: kstars.kcfg:1454
#, kde-format
msgid "Make Ekos window independent of KStars main window"
msgstr ""
#. i18n: ectx: label, entry (profile), group (Ekos)
#. +> trunk5
#: kstars.kcfg:1458
#, kde-format
msgid "Ekos drivers profile"
msgstr ""
#. i18n: ectx: label, entry (neverLoadConfig), group (Ekos)
#. +> trunk5
#: kstars.kcfg:1462
#, kde-format
msgid "Never load device configuration?"
msgstr ""
#. i18n: ectx: label, entry (loadConfigOnConnection), group (Ekos)
#. +> trunk5
#: kstars.kcfg:1466
#, kde-format
msgid "Load device configuration upon successful connection?"
msgstr ""
#. i18n: ectx: label, entry (loadDefaultConfig), group (Ekos)
#. +> trunk5
#: kstars.kcfg:1470
#, kde-format
msgid "Always load device default configuration upon successful connection?"
msgstr ""
#. i18n: ectx: label, entry (shutterfulCCDs), group (DarkLibrary)
#. +> trunk5
#: kstars.kcfg:1480
#, kde-format
msgid "List of CCDs with mechanical or electronic shutters."
msgstr ""
#. i18n: ectx: label, entry (shutterlessCCDs), group (DarkLibrary)
#. +> trunk5
#: kstars.kcfg:1483
#, kde-format
msgid "List of CCDs without mechanical or electronic shutters."
msgstr ""
#. i18n: ectx: label, entry (MinimumAltLimit), group (Mount)
#. +> trunk5
#: kstars.kcfg:1488
#, kde-format
msgid "Default minimum mount altitude limit"
msgstr ""
#. i18n: ectx: label, entry (MaximumAltLimit), group (Mount)
#. +> trunk5
#: kstars.kcfg:1493
#, kde-format
msgid "Default maximum mount altitude limit."
msgstr ""
#. i18n: ectx: whatsthis, entry (MaximumAltLimit), group (Mount)
#. +> trunk5
#: kstars.kcfg:1494
#, kde-format
msgid "Maximum telescope altitude limit. If the telescope is above this limit, it will be commanded to stop."
msgstr ""
#. i18n: ectx: label, entry (EnableAltitudeLimits), group (Mount)
#. +> trunk5
#: kstars.kcfg:1498
#, kde-format
msgid "Enable mount altitude limits."
msgstr ""
#. i18n: ectx: label, entry (DefaultCaptureCCD), group (Capture)
#. +> trunk5
#: kstars.kcfg:1504
#, kde-format
msgid "Default capture module CCD."
msgstr ""
#. i18n: ectx: label, entry (DefaultObserver), group (Capture)
#. +> trunk5
#: kstars.kcfg:1507
#, kde-format
msgid "Default observer full name."
msgstr ""
#. i18n: ectx: label, entry (SyncFOVPA), group (Capture)
#. +> trunk5
#: kstars.kcfg:1510
#, kde-format
msgid "Sync FOV indicator Position Angle with Rotator Settings Position Angle"
msgstr ""
#. i18n: ectx: label, entry (PAMultiplier), group (Capture)
#. +> trunk5
#: kstars.kcfg:1514
#, kde-format
msgid "Position angle multiplier"
msgstr ""
#. i18n: ectx: label, entry (PAOffset), group (Capture)
#. +> trunk5
#: kstars.kcfg:1518
#, kde-format
msgid "Position angle offset"
msgstr ""
#. i18n: ectx: label, entry (GuideDeviation), group (Capture)
#. +> trunk5
#: kstars.kcfg:1522
#, kde-format
msgid "Default maximum permittable guide deviation"
msgstr ""
#. i18n: ectx: whatsthis, entry (GuideDeviation), group (Capture)
#. +> trunk5
#: kstars.kcfg:1523
#, kde-format
msgid "If guide deviation exceeds this limit, the exposure will be automatically aborted and only resumed when the deviation is within this limit."
msgstr ""
#. i18n: ectx: label, entry (HFRDeviation), group (Capture)
#. +> trunk5
#: kstars.kcfg:1527
#, kde-format
msgid "Default maximum permittable HFR deviation"
msgstr ""
#. i18n: ectx: whatsthis, entry (HFRDeviation), group (Capture)
#. +> trunk5
#: kstars.kcfg:1528
#, kde-format
msgid "If HFR deviation exceeds this limit, the autofocus routine will be automatically started."
msgstr ""
#. i18n: ectx: label, entry (EnforceGuideDeviation), group (Capture)
#. +> trunk5
#: kstars.kcfg:1532
#, kde-format
msgid "Enforce guiding deviation limit."
msgstr ""
#. i18n: ectx: label, entry (EnforceAutofocus), group (Capture)
#. +> trunk5
#: kstars.kcfg:1536
#, kde-format
msgid "Enforce Autofocus HFR limit."
msgstr ""
#. i18n: ectx: label, entry (EnforceRefocusEveryN), group (Capture)
#. +> trunk5
#: kstars.kcfg:1540
#, kde-format
msgid "Enforce Refocus Every N Minutes."
msgstr ""
#. i18n: ectx: label, entry (RefocusEveryN), group (Capture)
#. +> trunk5
#: kstars.kcfg:1544
#, kde-format
msgid "Number of minute between forced refocus attempts"
msgstr ""
#. i18n: ectx: whatsthis, entry (RefocusEveryN), group (Capture)
#. +> trunk5
#: kstars.kcfg:1545
#, kde-format
msgid "Sets the time interval before forced autofocus attempts during a capture sequence."
msgstr ""
#. i18n: ectx: label, entry (AutoMeridianHours), group (Capture)
#. +> trunk5
#: kstars.kcfg:1549
#, kde-format
msgid "Default hour angle to perform meridian flip"
msgstr ""
#. i18n: ectx: whatsthis, entry (AutoMeridianHours), group (Capture)
#. +> trunk5
#: kstars.kcfg:1550
#, kde-format
msgid "If the target hour angle exceeds this value, Ekos will command a meridian flip and if successful it will resume guiding and capture operations."
msgstr ""
#. i18n: ectx: label, entry (AutoMeridianFlip), group (Capture)
#. +> trunk5
#: kstars.kcfg:1553
#, kde-format
msgid "Flips the mount when reaching the meridian, if supported."
msgstr ""
#. i18n: ectx: label, entry (ResetMountModelAfterMeridian), group (Capture)
#. +> trunk5
#: kstars.kcfg:1557
#, kde-format
msgid "Reset mount model after meridian flip."
msgstr ""
#. i18n: ectx: label, entry (CalibrationADUValue), group (Capture)
#. +> trunk5
#: kstars.kcfg:1561
#, kde-format
msgid "Desired flat field ADU"
msgstr ""
#. i18n: ectx: whatsthis, entry (CalibrationADUValue), group (Capture)
#. +> trunk5
#: kstars.kcfg:1562
#, kde-format
msgid "If set, Ekos will capture a few flat images to determine the optimal exposure time to achieve the desired ADU value."
msgstr ""
#. i18n: ectx: label, entry (CalibrationADUValueTolerance), group (Capture)
#. +> trunk5
#: kstars.kcfg:1566
#, kde-format
msgid "ADU Value tolerance"
msgstr ""
#. i18n: ectx: whatsthis, entry (CalibrationADUValueTolerance), group (Capture)
#. +> trunk5
#: kstars.kcfg:1567
#, kde-format
msgid "Maximum difference between measured and target ADU values to deem the value as acceptable."
msgstr ""
#. i18n: ectx: label, entry (CalibrationFlatSourceIndex), group (Capture)
#. +> trunk5
#: kstars.kcfg:1571
#, kde-format
msgid "Index of flat source option."
msgstr ""
#. i18n: ectx: label, entry (CalibrationFlatDurationIndex), group (Capture)
#. +> trunk5
#: kstars.kcfg:1575
#, kde-format
msgid "Index of flat duration option."
msgstr ""
#. i18n: ectx: label, entry (CalibrationWallAz), group (Capture)
#. +> trunk5
#: kstars.kcfg:1579
#, kde-format
msgid "Azimuth of calibration wall location."
msgstr ""
#. i18n: ectx: label, entry (CalibrationWallAlt), group (Capture)
#. +> trunk5
#: kstars.kcfg:1583
#, kde-format
msgid "Altitude of calibration wall location."
msgstr ""
#. i18n: ectx: label, entry (MaxTemperatureDiff), group (Capture)
#. +> trunk5
#: kstars.kcfg:1587
#, kde-format
msgid "Maximum acceptable difference between requested and measured temperature set point."
msgstr ""
#. i18n: ectx: label, entry (GuidingSettle), group (Capture)
#. +> trunk5
#: kstars.kcfg:1591
#, kde-format
msgid "Wait this many seconds after guiding is resumed before starting capture."
msgstr ""
#. i18n: ectx: label, entry (RememberJobProgress), group (Capture)
#. +> trunk5
#: kstars.kcfg:1595
#, kde-format
msgid "When starting a new capture job, check if files were previously captured and resume capture afterwards."
msgstr ""
#. i18n: ectx: label, entry (FlatSyncFocus), group (Capture)
#. +> trunk5
#: kstars.kcfg:1599
#, kde-format
msgid "Capture flat frames at the same focus position of light frames."
msgstr ""
#. i18n: ectx: label, entry (HFRThresholdPercentage), group (Capture)
#. +> trunk5
#: kstars.kcfg:1603
#, kde-format
msgid "Increase autofocus HFR value by this percentage gain and store it in Capture Module."
msgstr ""
#. i18n: ectx: label, entry (SaveHFRToFile), group (Capture)
#. +> trunk5
#: kstars.kcfg:1607
#, kde-format
msgid "When saving a sequence file, save current HFR threshold value. By default, zero value is used."
msgstr ""
#. i18n: ectx: label, entry (AutoStretch), group (Capture)
#. +> trunk5
#: kstars.kcfg:1619
#, kde-format
msgid "Perform auto stretch on captured images in FITS Viewer."
msgstr ""
#. i18n: ectx: label, entry (useSummaryPreview), group (Capture)
#. +> trunk5
#: kstars.kcfg:1623
#, kde-format
msgid "Display every image captured sequence image in the Ekos summary screen preview window."
msgstr ""
#. i18n: ectx: label, entry (CaptureFormatIndex), group (Capture)
#. +> trunk5
#: kstars.kcfg:1627
#, kde-format
msgid "Index of desired capture format (FITS or Native)."
msgstr ""
#. i18n: ectx: label, entry (CaptureDirectory), group (Capture)
#. +> trunk5
#: kstars.kcfg:1631
#, kde-format
msgid "Path to capture directory to save images."
msgstr ""
#. i18n: ectx: label, entry (DefaultFocusCCD), group (Focus)
#. +> trunk5
#: kstars.kcfg:1637
#, kde-format
msgid "Default focus module CCD."
msgstr ""
#. i18n: ectx: label, entry (DefaultFocusFocuser), group (Focus)
#. +> trunk5
#: kstars.kcfg:1640
#, kde-format
msgid "Default focus module focuser."
msgstr ""
#. i18n: ectx: label, entry (FocusTicks), group (Focus)
#. +> trunk5
#: kstars.kcfg:1643
#, kde-format
msgid "Default Focuser step ticks"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusTicks), group (Focus)
#. +> trunk5
#: kstars.kcfg:1644
#, kde-format
msgid "Step size of the absolute focuser. The step size TICKS should be adjusted so that when the focuser moves TICKS steps, the difference in HFR is more than 0.1 pixels. Lower the value when you are close to optimal focus."
msgstr ""
#. i18n: ectx: label, entry (FocusTolerance), group (Focus)
#. +> trunk5
#: kstars.kcfg:1652
#, kde-format
msgid "Default Focuser tolerance value"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusTolerance), group (Focus)
#. +> trunk5
#: kstars.kcfg:1653
#, kde-format
msgid "The tolerance specifies the percentage difference between the current focusing position and the minimum obtained during the focusing run. Adjustment of this value is necessary to prevent the focusing algorithm from oscillating back and forth."
msgstr ""
#. i18n: ectx: label, entry (FocusMaxTravel), group (Focus)
#. +> trunk5
#: kstars.kcfg:1657
#, kde-format
msgid "Maximum Focus Travel Distance"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusMaxTravel), group (Focus)
#. +> trunk5
#: kstars.kcfg:1658
#, kde-format
msgid "Set the maximum travel distance of an absolute focuser."
msgstr ""
#. i18n: ectx: label, entry (FocusExposure), group (Focus)
#. +> trunk5
#: kstars.kcfg:1662
#, kde-format
msgid "Default Focuser exposure value"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusExposure), group (Focus)
#. +> trunk5
#: kstars.kcfg:1663
#, kde-format
msgid "Specifies exposure value of CCD when performing focusing. Lower this value to avoid saturation of bright stars which adversely affects HFR measurement. Increase the value if no stars are detected."
msgstr ""
#. i18n: ectx: label, entry (FocusBoxSize), group (Focus)
#. +> trunk5
#: kstars.kcfg:1667
#, kde-format
msgid "Default Focuser star selection box size"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusBoxSize), group (Focus)
#. +> trunk5
#: kstars.kcfg:1668
#, kde-format
msgid "Set box size to select a focus star."
msgstr ""
#. i18n: ectx: label, entry (FocusXBin), group (Focus)
#. +> trunk5
#: kstars.kcfg:1672
#, kde-format
msgid "Default CCD X binning in focus mode"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusXBin), group (Focus)
#. +> trunk5
#: kstars.kcfg:1673
#, kde-format
msgid "Set horizontal binning of CCD camera while in focus mode."
msgstr ""
#. i18n: ectx: label, entry (FocusYBin), group (Focus)
#. +> trunk5
#: kstars.kcfg:1677
#, kde-format
msgid "Default CCD Y binning in focus mode"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusYBin), group (Focus)
#. +> trunk5
#: kstars.kcfg:1678
#, kde-format
msgid "Set vertical binning of CCD camera while in focus mode."
msgstr ""
#. i18n: ectx: label, entry (FocusSubFrame), group (Focus)
#. +> trunk5
#: kstars.kcfg:1682
#, kde-format
msgid "Subframe the focus star during the autofocus procedure."
msgstr ""
#. i18n: ectx: label, entry (FocusUseFullField), group (Focus)
#. +> trunk5
#: kstars.kcfg:1686
#, kde-format
msgid "Use full frame field to measure HFR."
msgstr ""
#. i18n: ectx: label, entry (FocusAutoStarEnabled), group (Focus)
#. +> trunk5
#: kstars.kcfg:1690
#, kde-format
msgid "Automatically select a star to focus."
msgstr ""
#. i18n: ectx: label, entry (SuspendGuiding), group (Focus)
#. +> trunk5
#: kstars.kcfg:1694
#, kde-format
msgid "Suspend guiding while autofocus in progress."
msgstr ""
#. i18n: ectx: label, entry (UseFocusDarkFrame), group (Focus)
#. +> trunk5
#: kstars.kcfg:1698
#, kde-format
msgid "Take a dark frame and subtract it before running autofocus operation."
msgstr ""
#. i18n: ectx: label, entry (FocusEffect), group (Focus)
#. +> trunk5
#: kstars.kcfg:1702
#, kde-format
msgid "Image filter to be applied to focus image upon loading."
msgstr ""
#. i18n: ectx: label, entry (FocusThreshold), group (Focus)
#. +> trunk5
#: kstars.kcfg:1706
#, kde-format
msgid "Relative percentage strength of centroid edge pixel strength to average pixel value."
msgstr ""
#. i18n: ectx: label, entry (FocusDetection), group (Focus)
#. +> trunk5
#: kstars.kcfg:1710
#, kde-format
msgid "Star detection algorithm"
msgstr ""
#. i18n: ectx: label, entry (FocusAlgorithm), group (Focus)
#. +> trunk5
#: kstars.kcfg:1714
#, kde-format
msgid "Focus process algorithm"
msgstr ""
#. i18n: ectx: label, entry (FocusFramesCount), group (Focus)
#. +> trunk5
#: kstars.kcfg:1718
#, kde-format
msgid "Number of focus frames to average for HFR calculations."
msgstr ""
#. i18n: ectx: label, entry (DefaultAlignCCD), group (Align)
#. +> trunk5
#: kstars.kcfg:1724
#, kde-format
msgid "Default align module CCD."
msgstr ""
#. i18n: ectx: label, entry (DefaultAlignFW), group (Align)
#. +> trunk5
#: kstars.kcfg:1727
#, kde-format
msgid "Default align module Filter Wheel."
msgstr ""
#. i18n: ectx: label, entry (AlignExposure), group (Align)
#. +> trunk5
#: kstars.kcfg:1730
#, kde-format
msgid "Default alignment exposure value"
msgstr ""
#. i18n: ectx: whatsthis, entry (AlignExposure), group (Align)
#. +> trunk5
#: kstars.kcfg:1731
#, kde-format
msgid "Specifies exposure value of CCD in seconds when performing plate solving."
msgstr ""
#. i18n: ectx: label, entry (SolverBinningIndex), group (Align)
#. +> trunk5
#: kstars.kcfg:1735
#, kde-format
msgid "Default CCD binning index while in alignment mode"
msgstr ""
#. i18n: ectx: whatsthis, entry (SolverBinningIndex), group (Align)
#. +> trunk5
#: kstars.kcfg:1736
#, kde-format
msgid "Set binning index of CCD camera while in alignment mode. Default values 0-3 corresponding to 1x1 to 4x4 binning. 4 is max binning."
msgstr ""
#. i18n: ectx: whatsthis, entry (AstrometrySolverVerbose), group (Align)
#. +> trunk5
#: kstars.kcfg:1740
#, kde-format
msgid "Display detailed verbose messages of the astrometry solver process while in progress."
msgstr ""
#. i18n: ectx: whatsthis, entry (AstrometryUseRotator), group (Align)
#. +> trunk5
#: kstars.kcfg:1744
#, kde-format
msgid "Use rotator when performing load and slew."
msgstr ""
#. i18n: ectx: whatsthis, entry (AstrometryRotatorThreshold), group (Align)
#. +> trunk5
#: kstars.kcfg:1748
#, kde-format
msgid "Threshold between measured and FITS position angles in arcminutes to consider the load and slew operation successful."
msgstr ""
#. i18n: ectx: label, entry (SolverType), group (Align)
#. +> trunk5
#: kstars.kcfg:1752
#, kde-format
msgid "Set solver type (online, offline, remote)."
msgstr ""
#. i18n: ectx: label, entry (SolverScopeType), group (Align)
#. +> trunk5
#: kstars.kcfg:1756
#, kde-format
msgid "Index of telescope type to be used when solving an image. 0 for Primary, 1 for Guide"
msgstr ""
#. i18n: ectx: label, entry (SolverGotoOption), group (Align)
#. +> trunk5
#: kstars.kcfg:1760
#, kde-format
msgid "Action to take if solver if successful (Sync, Slew to Target, or None)"
msgstr ""
#. i18n: ectx: label, entry (AstrometrySolverWCS), group (Align)
#. +> trunk5
#: kstars.kcfg:1764
#, kde-format
msgid "World Coordinate System (WCS). WCS is used to encode RA/DEC coordinates in captured CCD images."
msgstr ""
#. i18n: ectx: label, entry (AstrometrySolverOverlay), group (Align)
#. +> trunk5
#: kstars.kcfg:1768
#, kde-format
msgid "Display received FITS images unto solver FOV rectangle in the sky map."
msgstr ""
#. i18n: ectx: label, entry (AstrometryDifferentialSlewing), group (Align)
#. +> trunk5
#: kstars.kcfg:1772
#, kde-format
msgid "Do not use Sync when Slew to Target is selected. Use differential slewing to correct for discrepancies."
msgstr ""
#. i18n: ectx: label, entry (SolverAccuracyThreshold), group (Align)
#. +> trunk5
#: kstars.kcfg:1776
#, kde-format
msgid "Accuracy threshold in arcseconds between solution and target coordinates."
msgstr ""
#. i18n: ectx: label, entry (LockAlignFilterIndex), group (Align)
#. +> trunk5
#: kstars.kcfg:1780
#, kde-format
msgid "Use specified filter index when performing astrometry regardless of current filter settings."
msgstr ""
#. i18n: ectx: label, entry (AlignDarkFrame), group (Align)
#. +> trunk5
#: kstars.kcfg:1784
#, kde-format
msgid "Take a dark frame and subtract it before running astrometry operation."
msgstr ""
#. i18n: ectx: label, entry (SettlingTime), group (Align)
#. +> trunk5
#: kstars.kcfg:1788
#, kde-format
msgid "Time to wait in milliseconds after telescope slewing is complete before starting the next capture."
msgstr ""
#. i18n: ectx: label, entry (AstrometryUseNoFITS2FITS), group (Align)
#. +> trunk5
#: kstars.kcfg:1792
#, kde-format
msgid "Do not sanitize FITS. This option should only be checked if astrometry.net version is 0.67 or earlier. Uncheck for any versions greater than 0.67."
msgstr ""
#. i18n: ectx: label, entry (AstrometryImageScaleLow), group (Align)
#. +> trunk5
#: kstars.kcfg:1808
#, kde-format
msgid "Lower image scale."
msgstr ""
#. i18n: ectx: label, entry (AstrometryImageScaleHigh), group (Align)
#. +> trunk5
#: kstars.kcfg:1811
#, kde-format
msgid "Upper image scale."
msgstr ""
#. i18n: ectx: label, entry (AstrometryAutoUpdateImageScale), group (Align)
#. +> trunk5
#: kstars.kcfg:1814
#, kde-format
msgid "Automatically update image scale when CCD or Mount parameters are updated."
msgstr ""
#. i18n: ectx: label, entry (AstrometryImageScaleUnits), group (Align)
#. +> trunk5
#: kstars.kcfg:1818
#, kde-format
msgid "Image scale units in arcminutes (aw), degrees (dw), or arcsec per pixel (app)"
msgstr ""
#. i18n: ectx: label, entry (AstrometryDownsample), group (Align)
#. +> trunk5
#: kstars.kcfg:1826
#, kde-format
msgid "Downsample factor"
msgstr ""
#. i18n: ectx: label, entry (AstrometryPositionRA), group (Align)
#. +> trunk5
#: kstars.kcfg:1834
#, kde-format
msgid "User supplied Right Ascension value in degrees to be passed to the solver."
msgstr ""
#. i18n: ectx: label, entry (AstrometryPositionDE), group (Align)
#. +> trunk5
#: kstars.kcfg:1837
#, kde-format
msgid "User supplied declination value in degrees to be passed to the solver."
msgstr ""
#. i18n: ectx: label, entry (AstrometryAutoUpdatePosition), group (Align)
#. +> trunk5
#: kstars.kcfg:1840
#, kde-format
msgid "Automatically update position coordinates when mounts completes slewing."
msgstr ""
#. i18n: ectx: label, entry (AstrometryCustomOptions), group (Align)
#. +> trunk5
#: kstars.kcfg:1852
#, kde-format
msgid "Additional optional astrometry.net options"
msgstr ""
#. i18n: ectx: label, entry (AstrometrySolverBinary), group (Align)
#. +> trunk5
#: kstars.kcfg:1855
#, kde-format
msgid "astrometry.net solve-field binary"
msgstr ""
#. i18n: ectx: whatsthis, entry (AstrometrySolverBinary), group (Align)
#. +> trunk5
#: kstars.kcfg:1856
#, kde-format
msgid "Path to astrometry.net solver location."
msgstr ""
#. i18n: ectx: label, entry (AstrometryWCSInfo), group (Align)
#. +> trunk5
#: kstars.kcfg:1864
#, kde-format
msgid "astrometry.net wcsinfo binary"
msgstr ""
#. i18n: ectx: whatsthis, entry (AstrometryWCSInfo), group (Align)
#. +> trunk5
#: kstars.kcfg:1865
#, kde-format
msgid "Path to astrometry.net wcsinfo location."
msgstr ""
#. i18n: ectx: label, entry (AstrometryConfFile), group (Align)
#. +> trunk5
#: kstars.kcfg:1873
#, kde-format
msgid "astrometry.net configuration file"
msgstr ""
#. i18n: ectx: whatsthis, entry (AstrometryConfFile), group (Align)
#. +> trunk5
#: kstars.kcfg:1874
#, kde-format
msgid "Path to astrometry.net file location."
msgstr ""
#. i18n: ectx: label, entry (AstrometryConfFileIsInternal), group (Align)
#. +> trunk5
#: kstars.kcfg:1878
#, kde-format
msgid "Internal or External Astrometry.net Conf File?"
msgstr ""
#. i18n: ectx: label, entry (AstrometryAPIKey), group (Align)
#. +> trunk5
#: kstars.kcfg:1882
#, kde-format
msgid "astrometry.net API Key"
msgstr ""
#. i18n: ectx: whatsthis, entry (AstrometryAPIKey), group (Align)
#. +> trunk5
#: kstars.kcfg:1883
#, kde-format
msgid "Key to access astrometry.net online web services. You must register with astrometry.net to obtain a key."
msgstr ""
#. i18n: ectx: label, entry (AstrometryAPIURL), group (Align)
#. +> trunk5
#: kstars.kcfg:1887
#, kde-format
msgid "astrometry.net API URL"
msgstr ""
#. i18n: ectx: label, entry (AstrometryUseJPEG), group (Align)
#. +> trunk5
#: kstars.kcfg:1891
#, kde-format
msgid "Use JPEG format, instead of FITS, to upload images to the astrometry.net online service."
msgstr ""
#. i18n: ectx: label, entry (AstrometryTimeout), group (Align)
#. +> trunk5
#: kstars.kcfg:1895
#, kde-format
msgid "Timeout in seconds to wait for astrometry solver to complete."
msgstr ""
#. i18n: ectx: label, entry (DefaultGuideCCD), group (Guide)
#. +> trunk5
#: kstars.kcfg:1901
#, kde-format
msgid "Default guide module CCD."
msgstr ""
#. i18n: ectx: label, entry (DefaultST4Driver), group (Guide)
#. +> trunk5
#: kstars.kcfg:1904
#, kde-format
msgid "Default guide module ST4 Driver."
msgstr ""
#. i18n: ectx: label, entry (GuideExposure), group (Guide)
#. +> trunk5
#: kstars.kcfg:1907
#, kde-format
msgid "Guider exposure duration in seconds."
msgstr ""
#. i18n: ectx: label, entry (GuiderType), group (Guide)
#. +> trunk5
#: kstars.kcfg:1911
#, kde-format
msgid "Which guider process to utilize for guiding (0 Internal Guider, 1 PHD2, 2 lin_guider)"
msgstr ""
#. i18n: ectx: label, entry (GuideAlgorithm), group (Guide)
#. +> trunk5
#: kstars.kcfg:1915
#, kde-format
msgid "Which Algorithm to use track guide square (0 smart, 1 fast, 2 threshold, 3 no threshold)."
msgstr ""
#. i18n: ectx: label, entry (PHD2Host), group (Guide)
#. +> trunk5
#: kstars.kcfg:1919
#, kde-format
msgid "Host name of external PHD2 service"
msgstr ""
#. i18n: ectx: label, entry (PHD2Port), group (Guide)
#. +> trunk5
#: kstars.kcfg:1923
#, kde-format
msgid "PHD2 Event Monitoring Port"
msgstr ""
#. i18n: ectx: label, entry (LinGuiderHost), group (Guide)
#. +> trunk5
#: kstars.kcfg:1927
#, kde-format
msgid "Host name of external lin_guider service"
msgstr ""
#. i18n: ectx: label, entry (LinGuiderPort), group (Guide)
#. +> trunk5
#: kstars.kcfg:1931
#, kde-format
msgid "Lin_guider Event Monitoring Port"
msgstr ""
#. i18n: ectx: label, entry (GuideScopeType), group (Guide)
#. +> trunk5
#: kstars.kcfg:1935
#, kde-format
msgid "Index of telescope type to be used when guiding. 0 for Primary, 1 for Guide"
msgstr ""
#. i18n: ectx: label, entry (CalibrationPulseDuration), group (Guide)
#. +> trunk5
#: kstars.kcfg:1939
#, kde-format
msgid "Pulse duration in milliseconds used for guiding pulses during calibration stage."
msgstr ""
#. i18n: ectx: label, entry (GuideSquareSizeIndex), group (Guide)
#. +> trunk5
#: kstars.kcfg:1943
#, kde-format
msgid "Guide square size index (0 to 4) corresponding to pixel sizes (8 to 128)."
msgstr ""
#. i18n: ectx: label, entry (ImageGuidingEnabled), group (Guide)
#. +> trunk5
#: kstars.kcfg:1947
#, kde-format
msgid "Use Image Guiding algorithms instead of classical centroid guiding."
msgstr ""
#. i18n: ectx: label, entry (GuideRegionAxis), group (Guide)
#. +> trunk5
#: kstars.kcfg:1951
#, kde-format
msgid "Region Axis Index (0 to 4) corresponding to NxN partition size used Image Guiding (64 to 1024)."
msgstr ""
#. i18n: ectx: label, entry (GuideAutoStarEnabled), group (Guide)
#. +> trunk5
#: kstars.kcfg:1955
#, kde-format
msgid "Automatically select calibration star and perform calibration."
msgstr ""
#. i18n: ectx: label, entry (GuideRemoteImagesEnabled), group (Guide)
#. +> trunk5
#: kstars.kcfg:1963
#, kde-format
msgid "When using external guiders, enable reception of remote images in Ekos guide module. By default, remote images are disabled."
msgstr ""
#. i18n: ectx: label, entry (AutoModeIterations), group (Guide)
#. +> trunk5
#: kstars.kcfg:1967
#, kde-format
msgid "Number of automode iterations for calibration process."
msgstr ""
#. i18n: ectx: label, entry (GuideLostStarTimeout), group (Guide)
#. +> trunk5
#: kstars.kcfg:1971
#, kde-format
msgid "When star tracking is lost, wait this many seconds before aborting."
msgstr ""
#. i18n: ectx: label, entry (GuideMaxDeltaRMS), group (Guide)
#. +> trunk5
#: kstars.kcfg:1975
#, kde-format
msgid "Maximum delta RMS permitted while guiding before aborting."
msgstr ""
#. i18n: ectx: label, entry (TwoAxisEnabled), group (Guide)
#. +> trunk5
#: kstars.kcfg:1979
#, kde-format
msgid "Use both axes to perform calibration."
msgstr ""
#. i18n: ectx: label, entry (RapidGuideEnabled), group (Guide)
#. +> trunk5
#: kstars.kcfg:1983
#, kde-format
msgid "Use driver side Rapid Guide to perform guiding."
msgstr ""
#. i18n: ectx: label, entry (GuideDarkFrameEnabled), group (Guide)
#. +> trunk5
#: kstars.kcfg:1987
#, kde-format
msgid "Take dark frame for autoguider images."
msgstr ""
#. i18n: ectx: label, entry (GuideSubframeEnabled), group (Guide)
#. +> trunk5
#: kstars.kcfg:1991
#, kde-format
msgid "Subframe guide image around selected region"
msgstr ""
#. i18n: ectx: label, entry (DitherPixels), group (Guide)
#. +> trunk5
#: kstars.kcfg:1995
#, kde-format
msgid "How many pixels to move between subsequent exposures under auto dithering mode."
msgstr ""
#. i18n: ectx: label, entry (DitherFrames), group (Guide)
#. +> trunk5
#: kstars.kcfg:1999
#, kde-format
msgid "Dither after this many frames."
msgstr ""
#. i18n: ectx: label, entry (DitherThreshold), group (Guide)
#. +> trunk5
#: kstars.kcfg:2007
#, kde-format
msgid "Maximum distance (pixels) for guiding to be considered settled."
msgstr ""
#. i18n: ectx: label, entry (DitherTimeout), group (Guide)
#. +> trunk5
#: kstars.kcfg:2011
#, kde-format
msgid "Time limit (seconds) on dithering to settle down."
msgstr ""
#. i18n: ectx: label, entry (DitherMaxIterations), group (Guide)
#. +> trunk5
#: kstars.kcfg:2015
#, kde-format
msgid "How many dithering attempts to undertake before giving up."
msgstr ""
#. i18n: ectx: label, entry (DitherNoGuidingPulse), group (Guide)
#. +> trunk5
#: kstars.kcfg:2019
#, kde-format
msgid "Pulse length in milliseconds used for non-guiding dither."
msgstr ""
#. i18n: ectx: label, entry (DitherFailAbortsAutoGuide), group (Guide)
#. +> trunk5
#: kstars.kcfg:2023
#, kde-format
msgid "If dithering fails then abort autoguide."
msgstr ""
#. i18n: ectx: label, entry (DitherEnabled), group (Guide)
#. +> trunk5
#: kstars.kcfg:2027
#, kde-format
msgid "Use Auto Dithering when guiding."
msgstr ""
#. i18n: ectx: label, entry (DitherNoGuiding), group (Guide)
#. +> trunk5
#: kstars.kcfg:2031
#, kde-format
msgid "Perform dithering even when not guiding."
msgstr ""
#. i18n: ectx: label, entry (AOLimit), group (Guide)
#. +> trunk5
#: kstars.kcfg:2035
#, kde-format
msgid "The Adaptive Optics unit is utilized if the guiding deviation is less than this limit in arcseconds. Once exceeded, mechanical guiding is utilized."
msgstr ""
#. i18n: ectx: label, entry (RAGuideEnabled), group (Guide)
#. +> trunk5
#: kstars.kcfg:2039
#, kde-format
msgid "Enable autoguiding in the RA axis."
msgstr ""
#. i18n: ectx: label, entry (DECGuideEnabled), group (Guide)
#. +> trunk5
#: kstars.kcfg:2043
#, kde-format
msgid "Enable autoguiding in the DEC axis."
msgstr ""
#. i18n: ectx: label, entry (NorthDECGuideEnabled), group (Guide)
#. +> trunk5
#: kstars.kcfg:2047
#, kde-format
msgid "Enable North autoguiding in the DEC axis."
msgstr ""
#. i18n: ectx: label, entry (SouthDECGuideEnabled), group (Guide)
#. +> trunk5
#: kstars.kcfg:2051
#, kde-format
msgid "Enable South autoguiding in the DEC axis."
msgstr ""
#. i18n: ectx: label, entry (EastRAGuideEnabled), group (Guide)
#. +> trunk5
#: kstars.kcfg:2055
#, kde-format
msgid "Enable East autoguiding in the RA axis."
msgstr ""
#. i18n: ectx: label, entry (WestRAGuideEnabled), group (Guide)
#. +> trunk5
#: kstars.kcfg:2059
#, kde-format
msgid "Enable West autoguiding in the RA axis."
msgstr ""
#. i18n: ectx: label, entry (GuiderAccuracyThreshold), group (Guide)
#. +> trunk5
#: kstars.kcfg:2096
#, kde-format
msgid "Accuracy threshold for the Guide Graphs."
msgstr ""
#. i18n: ectx: label, entry (RADisplayedOnGuideGraph), group (Guide)
#. +> trunk5
#: kstars.kcfg:2100
#, kde-format
msgid "Display the RA Plot on the Guide Drift Graphics."
msgstr ""
#. i18n: ectx: label, entry (DEDisplayedOnGuideGraph), group (Guide)
#. +> trunk5
#: kstars.kcfg:2104
#, kde-format
msgid "Display the DEC Plot on the Guide Drift Graphics."
msgstr ""
#. i18n: ectx: label, entry (RACorrDisplayedOnGuideGraph), group (Guide)
#. +> trunk5
#: kstars.kcfg:2108
#, kde-format
msgid "Display the RA Corrections Plot on the Guide Drift Graphics."
msgstr ""
#. i18n: ectx: label, entry (DECorrDisplayedOnGuideGraph), group (Guide)
#. +> trunk5
#: kstars.kcfg:2112
#, kde-format
msgid "Display the DEC Corrections Plot on the Guide Drift Graphics."
msgstr ""
#. i18n: ectx: whatsthis, entry (SchedulerLogging), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2118
#, kde-format
msgid "Log Ekos Scheduler Module activity."
msgstr ""
#. i18n: ectx: whatsthis, entry (SortSchedulerJobs), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2122
#, kde-format
msgid "Sort scheduler jobs by priority and altitude."
msgstr ""
#. i18n: ectx: label, entry (StopEkosAfterShutdown), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2126
#, kde-format
msgid "After shutdown procedure is successfully executed, shutdown INDI and Ekos."
msgstr ""
#. i18n: ectx: label, entry (ShutdownScriptTerminatesINDI), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2130
#, kde-format
msgid "Whether shutdown script, if exists, terminates INDI server in the process."
msgstr ""
#. i18n: ectx: label, entry (PreemptiveShutdown), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2134
#, kde-format
msgid "Perform pre-emptive shutdown if no jobs are due for a number of hours."
msgstr ""
#. i18n: ectx: label, entry (ResetMountModelOnAlignFail), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2138
#, kde-format
msgid "Reset mount model in case of alignment failure."
msgstr ""
#. i18n: ectx: label, entry (ResetMountModelBeforeJob), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2142
#, kde-format
msgid "Reset mount model before starting each job."
msgstr ""
#. i18n: ectx: label, entry (ResetGuideCalibration), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2146
#, kde-format
msgid "Always Reset guiding calibration before starting each job."
msgstr ""
#. i18n: ectx: label, entry (RealignAfterCalibrationFailure), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2150
#, kde-format
msgid "If guiding calibration fails, run alignment process again before proceeding to recalibration."
msgstr ""
#. i18n: ectx: label, entry (PreemptiveShutdownTime), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2154
#, kde-format
msgid "Maximum number of hours before the next job is due to trigger a pre-emptive shutdown."
msgstr ""
#. i18n: ectx: label, entry (LeadTime), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2158
#, kde-format
msgid "Minimum time between jobs in minutes."
msgstr ""
#. i18n: ectx: label, entry (PreDawnTime), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2162
#, kde-format
msgid "Do not permit jobs to be scheduled or executed past this many minutes before dawn."
msgstr ""
#. i18n: ectx: label, entry (TelescopeFocalLength), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2166
#, kde-format
msgid "Telescope focal length in millimeters."
msgstr ""
#. i18n: ectx: label, entry (CameraPixelWidth), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2170
#, kde-format
msgid "Camera pixel size width in micrometers."
msgstr ""
#. i18n: ectx: label, entry (CameraPixelHeight), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2174
#, kde-format
msgid "Camera pixel size height in micrometers."
msgstr ""
#. i18n: ectx: label, entry (CameraWidth), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2178
#, kde-format
msgid "Camera Width in pixels."
msgstr ""
#. i18n: ectx: label, entry (CameraHeight), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2182
#, kde-format
msgid "Camera Height in pixels."
msgstr ""
#. i18n: ectx: label, entry (CameraRotation), group (Scheduler)
#. +> trunk5
#: kstars.kcfg:2186
#, kde-format
msgid "Position angle of the camera with respect to north."
msgstr ""
#. i18n: ectx: label, entry (LastServer), group (INDI Lite)
#. +> trunk5
#: kstars.kcfg:2192
#, kde-format
msgid "The address of last used server"
msgstr ""
#. i18n: ectx: label, entry (LastServerPort), group (INDI Lite)
#. +> trunk5
#: kstars.kcfg:2195
#, kde-format
msgid "The port of last used server"
msgstr ""
#. i18n: ectx: label, entry (LastWebManagerPort), group (INDI Lite)
#. +> trunk5
#: kstars.kcfg:2199
#, kde-format
msgid "The port of last used Web Manager"
msgstr ""
#. i18n: ectx: label, entry (HIPSMemoryCache), group (HIPS)
#. +> trunk5
#: kstars.kcfg:2205
#, kde-format
msgid "RAM cache size in MB used to store cached HIPS images."
msgstr ""
#. i18n: ectx: label, entry (HIPSNetCache), group (HIPS)
#. +> trunk5
#: kstars.kcfg:2209
#, kde-format
msgid "Hard disk cache size in MB used to store cached HIPS images."
msgstr ""
#. i18n: ectx: label, entry (HIPSSource), group (HIPS)
#. +> trunk5
#: kstars.kcfg:2213
#, kde-format
msgid "HIPS source catalog title."
msgstr ""
#. i18n: ectx: label, entry (HIPSBiLinearInterpolation), group (HIPS)
#. +> trunk5
#: kstars.kcfg:2217
#, kde-format
msgid "Use Bilinear interpolation when rendering HiPS images?"
msgstr ""
#. i18n: ectx: label, entry (HIPSShowGrid), group (HIPS)
#. +> trunk5
#: kstars.kcfg:2221
#, kde-format
msgid "Show HiPS grid on the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowHIPS), group (HIPS)
#. +> trunk5
#: kstars.kcfg:2225
#, kde-format
msgid "Draw HiPS sources in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowHIPS), group (HIPS)
#. +> trunk5
#: kstars.kcfg:2226
#, kde-format
msgid "Toggle whether the HIPS sources are drawn in the sky map."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "C Western"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ANDROMEDA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ANTLIA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "APUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "AQUARIUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "AQUILA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ARA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ARIES"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "AURIGA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:11
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BOOTES"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:12
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CAELUM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:13
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CAMELOPARDALIS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:14
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CANCER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:15
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CANES VENATICI"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:16
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CANIS MAJOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:17
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CANIS MINOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:18
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CAPRICORNUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:19
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CARINA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:20
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CASSIOPEIA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:21
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CENTAURUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:22
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CEPHEUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:23
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CETUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:24
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CHAMAELEON"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:25
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CIRCINUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:26
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "COLUMBA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:27
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "COMA BERENICES"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:28
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CORONA AUSTRALIS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:29
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CORONA BOREALIS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:30
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CORVUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:31
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CRATER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:32
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CRUX"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:33
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CYGNUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:34
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DELPHINUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:35
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DORADO"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:36
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DRACO"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:37
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EQUULEUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:38
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ERIDANUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:39
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FORNAX"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:40
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GEMINI"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:41
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GRUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:42
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HERCULES"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:43
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HOROLOGIUM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:44
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HYDRA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:45
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HYDRUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:46
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "INDUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:47
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LACERTA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:48
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LEO"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:49
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LEO MINOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:50
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LEPUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:51
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LIBRA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:52
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LUPUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:53
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LYNX"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:54
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LYRA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:55
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MENSA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:56
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MICROSCOPIUM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:57
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MONOCEROS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:58
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MUSCA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:59
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "NORMA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:60
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OCTANS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:61
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OPHIUCHUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:62
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ORION"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:63
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PAVO"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:64
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PEGASUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:65
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PERSEUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:66
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PHOENIX"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:67
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PICTOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:68
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PISCES"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:69
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PISCIS AUSTRINUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:70
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PUPPIS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:71
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PYXIS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:72
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "RETICULUM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:73
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SAGITTA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:74
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SAGITTARIUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:75
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SCORPIUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:76
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SCULPTOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:77
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SCUTUM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:78
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SERPENS CAPUT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:79
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SERPENS CAUDA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:80
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SEXTANS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:81
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TAURUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:82
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TELESCOPIUM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:83
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TRIANGULUM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:84
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TRIANGULUM AUSTRALE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:85
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TUCANA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:86
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "URSA MAJOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:87
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "URSA MINOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:88
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "VELA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:89
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "VIRGO"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:90
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "VOLANS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:91
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "VULPECULA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:92
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "C Chinese"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:93 kstars_i18n.cpp:443
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "NORTHERN DIPPER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:94
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CURVED ARRAY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:95
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "COILED THONG"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:96
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WINGS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:97
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CHARIOT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:98
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TAIL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:99
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WINNOWING BASKET"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:100 kstars_i18n.cpp:501
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DIPPER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:101
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DRUM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:102 kstars_i18n.cpp:421
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THREE STEPS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:103
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "IMPERIAL GUARDS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:104
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HORN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:105
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WILLOW"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:106
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "IMPERIAL PASSAGEWAY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:107
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "KITCHEN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:108
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "RIVER TURTLE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:109
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "STOMACH"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:110
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GREAT GENERAL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:111
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WALL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:112
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LEGS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:113
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ROOT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:114
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "RAMPARTS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:115
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FLYING CORRIDOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:116
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OUTER FENCE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:117
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FORD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:118
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SEVEN EXCELLENCIES"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:119
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MARKET"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:120
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FIVE CHARIOTS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:121 kstars_i18n.cpp:346
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ROLLED TONGUE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:122 kstars_i18n.cpp:204
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "NET"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:123 kstars_i18n.cpp:378
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TOILET"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:124
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SCREEN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:125
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SOLDIERS' MARKET"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:126
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SQUARE GRANARY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:127
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THREE STARS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:128
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FOUR CHANNELS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:129
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WELL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:130
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SOUTH RIVER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:131
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "NORTH RIVER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:132
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FIVE FEUDAL KINGS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:133
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ORCHARD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:134
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MEADOWS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:135
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CIRCULAR GRANARY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:136
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PURPLE PALACE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:137
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EXTENDED NET"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:138
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ARSENAL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:139
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HOOK"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:140
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SUPREME PALACE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:141
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "JADE WELL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:142
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LANCE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:143 kstars_i18n.cpp:193
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BOAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:144 kstars_i18n.cpp:340
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MAUSOLEUM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:145 kstars_i18n.cpp:271
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DOG"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:146
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EARTH GOD'S TEMPLE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:147
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BOW AND ARROW"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:148
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PESTLE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:149 kstars_i18n.cpp:304
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MORTAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:150
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ROOFTOP"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:151
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THUNDERBOLT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:152
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CHARIOT YARD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:153
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GOOD GOURD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:154
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ROTTEN GOURD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:155
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ENCAMPMENT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:156
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THUNDER AND LIGHTNING"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:157
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PALACE GATE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:158
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EMPTINESS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:159
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WEAVING GIRL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:160
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GIRL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:161
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OX"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:162
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HEART"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:163
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ROOM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:164
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SPRING"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:165
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ESTABLISHMENT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:166
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FLAIL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:167
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SPEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:168 kstars_i18n.cpp:281
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "RIGHT FLAG"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:169 kstars_i18n.cpp:278
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LEFT FLAG"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:170
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DRUMSTICK"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:171
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BOND"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:172
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WOMAN'S BED"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:173
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WESTERN DOOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:174
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EASTERN DOOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:175
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FARMLAND"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:176
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "STAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:177
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GHOSTS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:178
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "XUANYUAN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:179
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TRIPOD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:180
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "NECK"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:181
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ZAOFU"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:182
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MARKET OFFICER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:183
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "C Egyptian"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:184
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BULL'S FORELEG"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:185
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TWO POLES"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:186
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LION"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:187
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TWO JAWS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:188
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SAH"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:189
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BIRD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:190
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SEK"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:191
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TRIANGLE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:192
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FERRY BOAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:194
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CROCODILE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:195
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SELKIS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:196
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PROW"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:197
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HORUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:198
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SHEEPFOLD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:199
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GIANT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:200
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HIPPOPOTAMUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:201
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FLOCK"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:202
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PAIR OF STARS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:203
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "KHANUWY FISH"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:205
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "JAW"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:206
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MOORING POST"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:207
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "KENEMET"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:208
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CHEMATY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:209
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WATY BEKETY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:210
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SHEEP"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:211
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "STARS OF WATER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:212
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "C Inuit"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:213
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TWO SUNBEAMS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:214
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TWO PLACED FAR APART"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:215
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DOGS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:216
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "COLLARBONES"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:217
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LAMP STAND"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:218
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CARIBOU"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:219
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TWO IN FRONT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:220
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BREASTBONE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:221
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "RUNNERS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:222
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BLUBBER CONTAINER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:223
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THE ONE BEHIND"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:224
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "C Korean"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:225
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HOLY KETTLE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:226
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FARM OF CAPITAL CITY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:227
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DIGNITY OF KING"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:228
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "NOMINATION"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:229
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GATE OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:230
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EQUALITY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:231 kstars_i18n.cpp:232 kstars_i18n.cpp:444
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HELPER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:233
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "POSITION OF HOLY KING"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:234
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "NECK OF DRAGON"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:235
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BEHEADING"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:236
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "JUDGE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:237
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FLUTTERING FLAG"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:238
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "JAVELIN OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:239
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SEAT FOR LONGEVITY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:240
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OAR FOR VISITOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:241
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MILK OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:242
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HOUSE OF QUEEN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:243
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ANCIENT CHARIOT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:244
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CARRIAGE FOR KING"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:245
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GENERAL OF CAVALRY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:246
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CAVALRY OF EMPEROR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:247
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GENERAL OF MOBILE TROOPS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:248
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EAST ROAD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:249
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GATE BOLT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:250
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DOOR LOCK AND KEY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:251
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PENALTY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:252
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ROYAL HALL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:253 kstars_i18n.cpp:430
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CHAMBERLAIN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:254
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SUN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:255
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WEST ROAD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:256
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SEAT OF EMPEROR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:257
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FIVE TROOPS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:258
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "RIVER OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:259
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PRAYER FOR PROGENY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:260
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FISH"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:261
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FORECAST"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:262
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "YARD FOR EMPRESSES"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:263
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HOLY PALACE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:264
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WINNOW"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:265
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OUTER PESTLE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:266
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CHAFF"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:267
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HEAD OF TOWN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:268
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BUILD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:269
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FOWL OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:270
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SHRINE OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:272
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "NORTHEASTERN NATIONS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:273
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OLD FARMER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:274
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SNAPPING TURTLE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:275
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ROAD FOR EMPEROR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:276
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THE WEAVER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:277
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "RIVER ADJOINING TOWER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:279
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DRUM OF RIVER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:280
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DRUMSTICK OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:282
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "COW LEADING MAN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:283
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BANK SPREAD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:284
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BASKET FOR SILKWORM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:285
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OFFICER FOR CART"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:286
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FERRY OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:287
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FRUIT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:288
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SEED"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:289
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "STORAGE FOR LADY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:290
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "COURT LADY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:291
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "JUDGE FAULT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:292
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "AMEND FAULT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:293
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GRANT LIFE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:294
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PUNISH"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:295
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EMPTY HOUSE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:296
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WEEP"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:297
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SOB"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:298
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CASTLE WITH RAMPART"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:299
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HOOK FOR DRESS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:300
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GROOM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:301
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CHARIOTEER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:302
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HUMAN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:303
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "INNER PESTLE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:305
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WAREHOUSE OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:306
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TOMB"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:307
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "COVER OF HOUSE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:308
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BROKEN MORTAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:309
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CLIMBING SERPENT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:310
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PALACE OF EMPEROR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:311
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DETACHED PALACE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:312
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OFFICIAL FOR MATERIALS SUPPLY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:313
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LIGHTNING"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:314
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "RAMPART"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:315
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TROOPS OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:316
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "VILLAGE FOR PATROL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:317
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "NET OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:318
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "STABLE OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:319
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EASTERN WALL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:320 kstars_i18n.cpp:419
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CIVIL ENGINEER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:321
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THUNDERBOLTS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:322
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CLOUDS AND RAIN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:323
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HIGHWAY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:324
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WHIP"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:325
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OFFICER FOR CHARIOT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:326
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SIDE ROAD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:327
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ARMORY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:328
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SOUTHERN GATE OF EMPERATOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:329
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OUTER FOLDING SCREEN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:330
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TOILET OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:331
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ARCHITECT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:332
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EMPERATOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:333
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WATCHTOWER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:334
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LEFT ELM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:335
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "RIGHT ELM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:336
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "STOREHOUSE OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:337
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "STACK OF CEREALS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:338
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SHIP OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:339 kstars_i18n.cpp:381
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "STORE OF WATER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:341
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HEAP OF CORPSES"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:342
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "STOMACH OF TIGER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:343
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "STORE OF MILLET FOR RELIGIOUS SERVICE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:344
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "STOREHOUSE FOR CEREALS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:345
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WHETSTONE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:347
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SHAMAN OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:348
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EAR AND EYE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:349
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MOON"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:350 kstars_i18n.cpp:353
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HILL OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:351
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CONSPIRACY OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:352
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FODDER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:354
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GARAGE FOR CHARIOT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:355
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "POND FOR FISH"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:356 kstars_i18n.cpp:357 kstars_i18n.cpp:358
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PILLAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:359
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PUDDLE OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:360
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "KINGS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:361
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GATEWAY OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:362
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FLAGE OF SAAM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:363
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "VILLAGE OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:364
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BELVEDERE OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:365
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GENERAL OF BORDER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:366
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CELEBRATION OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:367
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FLAG OF EMPEROR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:368
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "NINE TERRITORIES"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:369
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GARDEN OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:370
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SETTLED FLAG"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:371
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FORECAST CALAMITY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:372
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SCOUT OF THREE TROOPS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:373
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SAAM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:374
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EXPEDITIONARY FORCE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:375
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WELL FOR MILITARY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:376
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WELL OF JADE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:377 kstars_i18n.cpp:432
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FOLDING SCREEN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:379
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ARROW"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:380
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PILED BRUSHWOOD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:382
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "NORTHERN RIVER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:383
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FIVE LORDS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:384
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WINE GLASS OF THE SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:385
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EASTERN WELL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:386
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FLOOD CONTROL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:387
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BALANCE OF WATER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:388
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FOUR SPIRITS OF THE RIVER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:389
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SOUTHERN RIVER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:390
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TWIN GATE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:391
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BOW"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:392
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "STAR OF WOLF"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:393
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WILD FOWLS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:394
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MARKET FOR ARMY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:395
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GRANDCHILDREN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:396
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SON"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:397
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GROWN-UP"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:398
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OLD MAN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:399
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BEACON"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:400
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EYE OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:401
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PILE OF DEAD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:402
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GREEN RIDGE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:403
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OUTER KITCHEN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:404
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DOG OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:405
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SPIRIT OF GURYOUNG"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:406
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FLAG OF WINE OFFICER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:407
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OFFICER OF KITCHEN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:408
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EQUALITY AND FAIR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:409
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EMPEROR HEONWON"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:410
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CAPITAL OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:411
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CHIEF OF FARMING"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:412
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OFFICER OF TOMB"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:413
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TOMB OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:414
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WING OF RED BIRD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:415
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EASTERN POTTERY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:416
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CHARIOT OF EMPEROR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:417
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SAND FOR LIFE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:418
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GATEWAY FOR TROOPS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:420
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GUARDIAN KNIGHT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:422
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FIVE FEUDAL LORDS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:423
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SANGJIIN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:424
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LOW FENCE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:425 kstars_i18n.cpp:426
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TALL FENCE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:427
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "NINE LORDS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:428
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DUNG OF TIGER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:429
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CROWN PRINCE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:431
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FIVE EMPERORS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:433 kstars_i18n.cpp:441 kstars_i18n.cpp:442
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THREE MINISTERS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:434
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OFFICER FOR AUDIENCE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:435
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GRAVE FRONT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:436
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OBSERVATORY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:437
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FEMALE OFFICER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:438
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WIDE LODGING AREA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:439
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EIGHT CEREALS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:440
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ADVANCE GUARD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:445
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "VIRTUE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:446
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EMPEROR'S GOD OF WAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:447
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EMPEROR'S GOD OF WEATHER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:448
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "INNER KITCHEN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:449
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FLAP OF FLAG"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:450
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MINISTER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:451
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GENERAL AND MINISTER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:452
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "JAIL OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:453
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SIX DEPARTMENTS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:454
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "INNER STAIRWAY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:455
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SPEAR OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:456
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "COVER FOR EMPEROR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:457
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PLACE FOR FIVE EMPEROR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:458
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "YEARS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:459
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "KITCHEN OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:460
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "NORTH POLE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:461
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WOUND LODGE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:462
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SINGLE-LOG BRIDGE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:463
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "GREAT EMPEROR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:464
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OFFICER FOR OPINION"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:465
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PILLAR OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:466
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SECRETARY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:467
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MAID"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:468
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DESK OF WOMAN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:469
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "JUDGE PRISON"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:470 kstars_i18n.cpp:471
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "PURPLE FENCE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:472
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ORDER OF SKY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:473
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SEVEN MINISTERS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:474
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THREAD STRAW"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:475 kstars_i18n.cpp:476
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MARKET FENCE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:477
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FEUDAL LORD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:478
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SEAT FOR EMPEROR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:479
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ROYAL FAMILY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:480
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HEAD OF FAMILY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:481
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "RECORD OF FAMILY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:482
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OFFICER FOR FAMILY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:483
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TOWER IN MARKET"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:484
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MEASURE CEREAL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:485
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CEREAL MEASURE REGULATION"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:486
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EUNUCH"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:487
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OFFICER FOR CHARIOTS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:488
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MEASURE AMOUNT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:489
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BUTCHERY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:490
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "OFFICER FOR JEWEL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:491
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ROYAL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:492
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LORD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:493
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LEFT EXECUTOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:494
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "RIGHT EXECUTOR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:495
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CROSSBEAM FOR HEO"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:496
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THREADING COINS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:497
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "C Lakota"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:498
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HAND"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:499
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SNAKE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:500
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FIREPLACE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:502
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "RACE TRACK"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:503
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ANIMAL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:504
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ELK"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:505
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SEVEN LITTLE GIRLS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:506
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DRIED WILLOW"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:507
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "SALAMANDER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:508
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TURTLE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:509
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THUNDERBIRD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:510
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BEAR'S LODGE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:511
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "C Maori"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:512
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TAKI-O-AUTAHI"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:513
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TE TAURA-O-TE-WAKA-O-TAMARERETI"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:514
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TAU-TORO"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:515
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THE GREAT BOAT OF TAMA RERETI"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:516
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MATAKAREHU"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:517
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "C Navaro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:518
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MAN WITH FEET APART"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:519
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LIZARD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:520
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DILYEHE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:521
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FIRST BIG ONE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:522
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "RABBIT TRACKS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:523
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FIRST SLIM ONE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:524
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "C Norse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:525
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "AURVANDIL'S TOE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:526
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WOLF'S MOUTH"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:527
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THE FISHERMEN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:528
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "WOMAN'S CART"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:529
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MAN'S CART"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:530
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THE ASAR BATTLEFIELD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:531
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "C Polynesian"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:532
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "BAILER"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:533
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CAT'S CRADLE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:534
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "VOICE OF JOY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:535
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "THE SEVEN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:536
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "MAUI'S FISHHOOK"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:537
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "NAVIGATOR'S TRIANGLE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:538
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "KITE OF KAWELO"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:539
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FRIGATE BIRD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:540
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "CARED FOR BY MOON"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:541
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "DOLPHIN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:542
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "C Tupi-Guarani"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:543
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "EMA (GUIRA-NHANDU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:544
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HOMEM VELHO (TUIVAE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:545
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "ANTA DO NORTE (TAPI'I)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:546
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "VEADO"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:547
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "JOYKEXO"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:548
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "VESPEIRO (EIXU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:549
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "QUEIXADA DA ANTA (TAPI'I RAINHYKA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:550
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "C Tongan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:551
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FATANALUA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:552
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "AE E'UVEA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:553
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "LUA TANGATA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:554
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "KAPAKUA'O'TAFAHI"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:555
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TU'ULALUPE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:556
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TOLOA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:557
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TUINGA IKA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:558
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TOLOALAHI"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:559
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "HOUMATOLOA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:560
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "TOLOATONGA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:561
#, kde-kuit-format
msgctxt "Constellation name (optional)"
msgid "FUNGASIA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:561
#, kde-kuit-format
msgctxt "Sky Culture"
msgid "Western"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:562
#, kde-kuit-format
msgctxt "Sky Culture"
msgid "Chinese"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:563
#, kde-kuit-format
msgctxt "Sky Culture"
msgid "Egyptian"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:564
#, kde-kuit-format
msgctxt "Sky Culture"
msgid "Inuit"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:565
#, kde-kuit-format
msgctxt "Sky Culture"
msgid "Korean"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:566
#, kde-kuit-format
msgctxt "Sky Culture"
msgid "Lakota"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:567
#, kde-kuit-format
msgctxt "Sky Culture"
msgid "Maori"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:568
#, kde-kuit-format
msgctxt "Sky Culture"
msgid "Navaro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:569
#, kde-kuit-format
msgctxt "Sky Culture"
msgid "Norse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:570
#, kde-kuit-format
msgctxt "Sky Culture"
msgid "Polynesian"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:571
#, kde-kuit-format
msgctxt "Sky Culture"
msgid "Tupi-Guarani"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:572
#, kde-kuit-format
msgctxt "Sky Culture"
msgid "Tongan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:573
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "100 Mile House"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:574
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Aabenraa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:575
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Aachen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:576
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Aalborg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:577
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Aarhus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:578
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Abakan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:579
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Abbotsford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:580
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Aberdeen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:581
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Aberdeen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:582
#, kde-kuit-format
msgctxt "City in Scotland United Kingdom"
msgid "Aberdeen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:583
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Aberdeen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:584
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Aberdeen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:585
#, kde-kuit-format
msgctxt "City in Ivory coast"
msgid "Abidjan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:586
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Abilene"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:587
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Abilene"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:588
#, kde-kuit-format
msgctxt "City in Nigeria"
msgid "Abuja"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:589
#, kde-kuit-format
msgctxt "City in Mexico"
msgid "Acapulco"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:590
#, kde-kuit-format
msgctxt "City in Ghana"
msgid "Accra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:591
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Ada"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:592
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Adak"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:593
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Adams"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:594
#, kde-kuit-format
msgctxt "City in Pitcairn Islands"
msgid "Adamstown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:595
#, kde-kuit-format
msgctxt "City in Ethiopia"
msgid "Addis Ababa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:596
#, kde-kuit-format
msgctxt "City in South Australia Australia"
msgid "Adelaide"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:597
#, kde-kuit-format
msgctxt "City in Yemen"
msgid "Aden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:598
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Afton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:599
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Afton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:600
#, kde-kuit-format
msgctxt "City in Niger"
msgid "Agadez"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:601
#, kde-kuit-format
msgctxt "City in Morocco"
msgid "Agadir"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:602
#, kde-kuit-format
msgctxt "City in Guam"
msgid "Agana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:603
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Aginskoe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:604
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Ahwahnee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:605
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Aiken"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:606
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Ainsworth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:607
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Airdrie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:608
#, kde-kuit-format
msgctxt "City in Corse du Sud France"
msgid "Ajaccio"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:609
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Ajo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:610
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Akron"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:611
#, kde-kuit-format
msgctxt "City in Libya"
msgid "Al Jawf"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:612
#, kde-kuit-format
msgctxt "City in Bahrain"
msgid "Al Manamah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:613
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Alameda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:614
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Alamo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:615
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Alamogordo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:616
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Albacete"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:617
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Albany"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:618
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Albany"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:619
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Albany"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:620
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Albion"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:621
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Albuquerque"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:622
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Alcalá de Henares"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:623
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Alcoa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:624
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Aldermaston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:625
#, kde-kuit-format
msgctxt "City in Nunavut Canada"
msgid "Alert"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:626
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Alessandria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:627
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Alexander City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:628
#, kde-kuit-format
msgctxt "City in Egypt"
msgid "Alexandria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:629
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Alexandria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:630
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Alexandria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:631
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Alexis Creek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:632
#, kde-kuit-format
msgctxt "City in Algeria"
msgid "Algiers"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:633
#, kde-kuit-format
msgctxt "City in Canada"
msgid "Algonquin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:634
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Alhambra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:635
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Alicante"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:636
#, kde-kuit-format
msgctxt "City in Northern Territory Australia"
msgid "Alice Springs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:637
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Allegheny Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:638
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Allentown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:639
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Alliance"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:640
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Alma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:641
#, kde-kuit-format
msgctxt "City in Kazakhstan"
msgid "Alma Ata"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:642
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Almería"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:643
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Alonsa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:644
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Alpharetta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:645
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Alpine"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:646
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Altenstadt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:647
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Altoona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:648
#, kde-kuit-format
msgctxt "City in Lithuania"
msgid "Alytus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:649
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Amami Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:650
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Amarillo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:651
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Ambler"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:652
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Amchitka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:653
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "American Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:654
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Ames"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:655
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Amherst"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:656
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Amherst"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:657
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Amherst Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:658
#, kde-kuit-format
msgctxt "City in Somme France"
msgid "Amiens"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:659
#, kde-kuit-format
msgctxt "City in Cape Verde"
msgid "Amilcar Cabral"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:660
#, kde-kuit-format
msgctxt "City in Jordan"
msgid "Amman"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:661
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Amos"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:662
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Amqui"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:663
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Amsterdam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:664
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Anaconda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:665
#, kde-kuit-format
msgctxt "City in Far East Russia"
msgid "Anadyr"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:666
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Anaheim"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:667
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Anahim Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:668
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Anchorage"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:669
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Ancona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:670
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Anderson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:671
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Anderson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:672
#, kde-kuit-format
msgctxt "City in Guam"
msgid "Anderson AFB"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:673
#, kde-kuit-format
msgctxt "City in Gyeongbuk Korea"
msgid "Andong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:674
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Andria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:675
#, kde-kuit-format
msgctxt "City in Palau"
msgid "Angaur Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:676
#, kde-kuit-format
msgctxt "City in Turkey"
msgid "Ankara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:677
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Ann Arbor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:678
#, kde-kuit-format
msgctxt "City in Algeria"
msgid "Annabah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:679
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Annapolis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:680
#, kde-kuit-format
msgctxt "City in Haute-Savoie France"
msgid "Annecy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:681
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Annette Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:682
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Anniston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:683
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Ansbach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:684
#, kde-kuit-format
msgctxt "City in Madagascar"
msgid "Antananarivo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:685
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Antigonish"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:686
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Antlers"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:687
#, kde-kuit-format
msgctxt "City in Chile"
msgid "Antofagasta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:688
#, kde-kuit-format
msgctxt "City in Madagascar"
msgid "Antsirabe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:689
#, kde-kuit-format
msgctxt "City in Belgium"
msgid "Antwerp"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:690
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Anzac"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:691
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Aosta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:692
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Appleton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:693
#, kde-kuit-format
msgctxt "City in Jordan"
msgid "Aqaba"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:694
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Arborg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:695
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Arcade-Arden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:696
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Arcetri"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:697
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Archenhold"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:698
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Ardmore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:699
#, kde-kuit-format
msgctxt "City in Puerto Rico USA"
msgid "Arecibo Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:700
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Arese"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:701
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Arezzo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:702
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Argentia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:703
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Argyle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:704
#, kde-kuit-format
msgctxt "City in Chile"
msgid "Arica"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:705
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Arkadelphia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:706
#, kde-kuit-format
msgctxt "City in North-West Region Russia"
msgid "Arkhangelsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:707
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Arlington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:708
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Arlington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:709
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Arlington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:710
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Arlington Heights"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:711
#, kde-kuit-format
msgctxt "City in Northern Ireland United Kingdom"
msgid "Armagh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:712
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Armour"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:713
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Armstrong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:714
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Arnold's Cove"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:715
#, kde-kuit-format
msgctxt "City in Gran Canaria Spain"
msgid "Arrecife"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:716
#, kde-kuit-format
msgctxt "City in Uganda"
msgid "Arua"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:717
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Arvada"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:718
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Ash Fork"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:719
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Ashern"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:720
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Asheville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:721
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Ashland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:722
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Ashland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:723
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Ashland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:724
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Ashley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:725
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Asiago"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:726
#, kde-kuit-format
msgctxt "City in Eritrea"
msgid "Asmera"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:727
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Aspen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:728
#, kde-kuit-format
msgctxt "City in Eritrea"
msgid "Assab"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:729
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Assiniboia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:730
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Astoria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:731
#, kde-kuit-format
msgctxt "City in Paraguay"
msgid "Asunción"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:732
#, kde-kuit-format
msgctxt "City in Egypt"
msgid "Aswan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:733
#, kde-kuit-format
msgctxt "City in Egypt"
msgid "Asyut"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:734
#, kde-kuit-format
msgctxt "City in Greece"
msgid "Atenas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:735
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Athabasca"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:736
#, kde-kuit-format
msgctxt "City in Greece"
msgid "Athens"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:737
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Athens"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:738
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Athens"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:739
#, kde-kuit-format
msgctxt "City in Leinster Ireland"
msgid "Athlone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:740
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Atikokan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:741
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Atkinson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:742
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Atlanta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:743
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Atlantic City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:744
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Atmore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:745
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Attleboro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:746
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Auburn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:747
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Auburn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:748
#, kde-kuit-format
msgctxt "City in New Zealand"
msgid "Auckland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:749
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Auden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:750
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Augsburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:751
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Augusta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:752
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Augusta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:753
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Augusta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:754
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Aurora"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:755
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Aurora"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:756
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Aurora"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:757
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Austin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:758
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Austin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:759
#, kde-kuit-format
msgctxt "City in New South Wales Australia"
msgid "Avalon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:760
#, kde-kuit-format
msgctxt "City in Victoria Australia"
msgid "Avalon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:761
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Aviano"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:762
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Avon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:763
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Ayase"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:764
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Aztec"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:765
#, kde-kuit-format
msgctxt "City in Palau"
msgid "Babelthuap Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:766
#, kde-kuit-format
msgctxt "City in Philippines"
msgid "Bacolod"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:767
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Badajoz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:768
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Badalona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:769
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Baddeck"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:770
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Baden-Baden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:771
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Badger"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:772
#, kde-kuit-format
msgctxt "City in Guinea Bissau"
msgid "Bafata"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:773
#, kde-kuit-format
msgctxt "City in Iraq"
msgid "Baghdad"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:774
#, kde-kuit-format
msgctxt "City in United Arab Emirates"
msgid "Bahrain"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:775
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Baie Verte"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:776
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Baie-Comeau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:777
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Baie-Saint-Paul"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:778
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Baker"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:779
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Bakersfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:780
#, kde-kuit-format
msgctxt "City in Panama"
msgid "Balboa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:781
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Baldwin Park"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:782
#, kde-kuit-format
msgctxt "City in Indonesia"
msgid "Bali"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:783
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Baltimore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:784
#, kde-kuit-format
msgctxt "City in Mali"
msgid "Bamako"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:785
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Bamberg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:786
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Bancroft"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:787
#, kde-kuit-format
msgctxt "City in Iran"
msgid "Bandar Abbass"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:788
#, kde-kuit-format
msgctxt "City in Iran"
msgid "Bandar Lengeh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:789
#, kde-kuit-format
msgctxt "City in Brunei"
msgid "Bandar Seri Begawan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:790
#, kde-kuit-format
msgctxt "City in Turkey"
msgid "Bandirma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:791
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Banff"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:792
#, kde-kuit-format
msgctxt "City in India"
msgid "Bangalore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:793
#, kde-kuit-format
msgctxt "City in Central African Republic"
msgid "Bangassou"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:794
#, kde-kuit-format
msgctxt "City in Thailand"
msgid "Bangkok"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:795
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Bangor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:796
#, kde-kuit-format
msgctxt "City in Central African Republic"
msgid "Bangui"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:797
#, kde-kuit-format
msgctxt "City in Gambia"
msgid "Banjul"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:798
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Bar Harbor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:799
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Baraboo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:800
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Barcelona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:801
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Bari"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:802
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Barkerville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:803
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Barletta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:804
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Barnaul"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:805
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Barnesville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:806
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Barrage Manic-3"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:807
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Barrage Manic-5"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:808
#, kde-kuit-format
msgctxt "City in Colombia"
msgid "Barranquilla"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:809
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Barre"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:810
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Barrie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:811
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Barron"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:812
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Barrow"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:813
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Barry's Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:814
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Barstow"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:815
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Bartlesville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:816
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Barton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:817
#, kde-kuit-format
msgctxt "City in Iraq"
msgid "Basrah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:818
#, kde-kuit-format
msgctxt "City in Haute-Corse France"
msgid "Bastia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:819
#, kde-kuit-format
msgctxt "City in Equatorial Guinea"
msgid "Bata"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:820
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Batesburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:821
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Bathurst"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:822
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Baton Rouge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:823
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Battle Creek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:824
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Bay Bulls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:825
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Bay City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:826
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Bay St. Louis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:827
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Bayonne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:828
#, kde-kuit-format
msgctxt "City in Pyrénées atlantiques France"
msgid "Bayonne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:829
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Baytown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:830
#, kde-kuit-format
msgctxt "City in Israel"
msgid "Be'er Sheva"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:831
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:832
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Beardmore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:833
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Beatty"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:834
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Beaufort"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:835
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Beaumont"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:836
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Beaupre"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:837
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Beauval"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:838
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Beaver"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:839
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Beaverlodge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:840
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Beavermouth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:841
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Beaverton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:842
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Beckley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:843
#, kde-kuit-format
msgctxt "City in China"
msgid "Beijing"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:844
#, kde-kuit-format
msgctxt "City in Mozambique"
msgid "Beira"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:845
#, kde-kuit-format
msgctxt "City in Lebanon"
msgid "Beirut"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:846
#, kde-kuit-format
msgctxt "City in Portugal"
msgid "Beja"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:847
#, kde-kuit-format
msgctxt "City in Brazil"
msgid "Belem"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:848
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Belen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:849
#, kde-kuit-format
msgctxt "City in Northern Ireland United Kingdom"
msgid "Belfast"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:850
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Belgorod"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:851
#, kde-kuit-format
msgctxt "City in Yugoslavia"
msgid "Belgrade"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:852
#, kde-kuit-format
msgctxt "City in Belize"
msgid "Belize City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:853
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Belleterre"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:854
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Belleville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:855
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Belleville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:856
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Bellevue"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:857
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Bellevue"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:858
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Bellflower"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:859
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Bellingham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:860
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Bellows Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:861
#, kde-kuit-format
msgctxt "City in Morocco"
msgid "Ben Guerir"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:862
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Bend"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:863
#, kde-kuit-format
msgctxt "City in Somalia"
msgid "Bender Cassim"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:864
#, kde-kuit-format
msgctxt "City in Victoria Australia"
msgid "Bendigo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:865
#, kde-kuit-format
msgctxt "City in Libya"
msgid "Benghazi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:866
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Bennington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:867
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Benton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:868
#, kde-kuit-format
msgctxt "City in Somalia"
msgid "Berbera"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:869
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Bergamo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:870
#, kde-kuit-format
msgctxt "City in Norway"
msgid "Bergen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:871
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Bergisch-Gladbach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:872
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Berkeley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:873
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Berlin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:874
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Berlin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:875
#, kde-kuit-format
msgctxt "City in Switzerland"
msgid "Bern"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:876
#, kde-kuit-format
msgctxt "City in Doubs France"
msgid "Besançon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:877
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Bethel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:878
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Bethesda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:879
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Bethlehem"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:880
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Bettendorf"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:881
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Bettles Field"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:882
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Biddeford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:883
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Big Bear Solar Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:884
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Big Delta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:885
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Big Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:886
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Big River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:887
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Biggar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:888
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Bila Tserkva"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:889
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Bilbao"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:890
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Billings"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:891
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Biloxi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:892
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Binghamton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:893
#, kde-kuit-format
msgctxt "City in Central African Republic"
msgid "Birao"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:894
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Birmingham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:895
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Birmingham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:896
#, kde-kuit-format
msgctxt "City in Far East Russia"
msgid "Birobidzhan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:897
#, kde-kuit-format
msgctxt "City in Iran"
msgid "Biruni"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:898
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Bismarck"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:899
#, kde-kuit-format
msgctxt "City in Guinea Bissau"
msgid "Bissau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:900
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Bissett"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:901
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Bitburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:902
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Blaavands huk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:903
#, kde-kuit-format
msgctxt "City in New Zealand"
msgid "Black Birch"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:904
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Blackpool"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:905
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Blackwell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:906
#, kde-kuit-format
msgctxt "City in Malawi"
msgid "Blantyre"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:907
#, kde-kuit-format
msgctxt "City in Switzerland"
msgid "Bleien"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:908
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Blind River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:909
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Bloomfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:910
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Bloomington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:911
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Bloomington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:912
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Bloomington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:913
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Blue River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:914
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Bluefield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:915
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Bluff"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:916
#, kde-kuit-format
msgctxt "City in Israel"
msgid "Bnei Brak"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:917
#, kde-kuit-format
msgctxt "City in Burkina Faso"
msgid "Bobo-Dioulasso"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:918
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Boca Raton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:919
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Bochum"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:920
#, kde-kuit-format
msgctxt "City in Norway"
msgid "Bodo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:921
#, kde-kuit-format
msgctxt "City in Chungbuk Korea"
msgid "Boeun"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:922
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Bogalusa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:923
#, kde-kuit-format
msgctxt "City in Colombia"
msgid "Bogotá"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:924
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Boise"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:925
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Boise City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:926
#, kde-kuit-format
msgctxt "City in Ghana"
msgid "Bolgatanga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:927
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Bologna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:928
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Bolzano"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:929
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Bonavista"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:930
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Bonn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:931
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Bonnyville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:932
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Boone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:933
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Booneville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:934
#, kde-kuit-format
msgctxt "City in Gironde France"
msgid "Bordeaux"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:935
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Bordentown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:936
#, kde-kuit-format
msgctxt "City in Puerto Rico USA"
msgid "Borinquen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:937
#, kde-kuit-format
msgctxt "City in Poland"
msgid "Borowiec"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:938
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Boscobel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:939
#, kde-kuit-format
msgctxt "City in Indonesia"
msgid "Bosscha"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:940
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Bossier City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:941
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Boston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:942
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Boston Bar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:943
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Bottrop"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:944
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Boulder"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:945
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Boulder City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:946
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Boulder Creek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:947
#, kde-kuit-format
msgctxt "City in Pas-de-Calais France"
msgid "Boulogne-sur-mer"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:948
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Bountiful"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:949
#, kde-kuit-format
msgctxt "City in Cher France"
msgid "Bourges"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:950
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Bowie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:951
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Bowling Green"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:952
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Bowman"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:953
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Bowmanville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:954
#, kde-kuit-format
msgctxt "City in South Africa"
msgid "Boyden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:955
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Bozeman"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:956
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Bracebridge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:957
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Bradford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:958
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Brampton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:959
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Brandon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:960
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Brandon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:961
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Brantford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:962
#, kde-kuit-format
msgctxt "City in Brazil"
msgid "Brasilia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:963
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Bratsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:964
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Brattleboro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:965
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Braunschweig"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:966
#, kde-kuit-format
msgctxt "City in Congo"
msgid "Brazzaville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:967
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Bremen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:968
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Bremerhaven"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:969
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Bremerton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:970
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Brent"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:971
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Brera"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:972
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Brescia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:973
#, kde-kuit-format
msgctxt "City in Finistère France"
msgid "Brest"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:974
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Bridgeport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:975
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Bridgeton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:976
#, kde-kuit-format
msgctxt "City in Barbados"
msgid "Bridgetown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:977
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Brilliant"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:978
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Brindisi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:979
#, kde-kuit-format
msgctxt "City in Queensland Australia"
msgid "Brisbane"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:980
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Bristol"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:981
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Bristol"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:982
#, kde-kuit-format
msgctxt "City in Rhode Island USA"
msgid "Bristol"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:983
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Bristol"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:984
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Bristol"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:985
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Brize Norton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:986
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Brockton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:987
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Brockville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:988
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Broken Arrow"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:989
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Brookings"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:990
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Brookings"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:991
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Brookline"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:992
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Brooklyn Park"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:993
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Brooks"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:994
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "Brookside Park"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:995
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Brownsville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:996
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Brunswick"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:997
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Brunswick"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:998
#, kde-kuit-format
msgctxt "City in Brabant Belgium"
msgid "Brussels"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:999
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Bryansk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1000
#, kde-kuit-format
msgctxt "City in Jeonbuk Korea"
msgid "Buan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1001
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Buchans"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1002
#, kde-kuit-format
msgctxt "City in Romania"
msgid "Bucharest"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1003
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Buckeburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1004
#, kde-kuit-format
msgctxt "City in Pest Hungary"
msgid "Budapest"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1005
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Buena Park"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1006
#, kde-kuit-format
msgctxt "City in Argentina"
msgid "Buenos Aires"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1007
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Buffalo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1008
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Buffalo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1009
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Buffalo Narrows"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1010
#, kde-kuit-format
msgctxt "City in Burundi"
msgid "Bujumburo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1011
#, kde-kuit-format
msgctxt "City in Rwanda"
msgid "Bukavu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1012
#, kde-kuit-format
msgctxt "City in Zimbabwe"
msgid "Bulawayo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1013
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Burbank"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1014
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Burgeo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1015
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Burgos"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1016
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Burlington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1017
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Burlington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1018
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Burlington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1019
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Burlington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1020
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Burlington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1021
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Burlington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1022
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Burns"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1023
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Burns Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1024
#, kde-kuit-format
msgctxt "City in Burundi"
msgid "Bururi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1025
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Burwash"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1026
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Busan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1027
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Butte"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1028
#, kde-kuit-format
msgctxt "City in Malaysia"
msgid "Butterworth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1029
#, kde-kuit-format
msgctxt "City in Chungnam Korea"
msgid "Buyeo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1030
#, kde-kuit-format
msgctxt "City in Armenia"
msgid "Byurakan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1031
#, kde-kuit-format
msgctxt "City in Békés Hungary"
msgid "Békéscsaba"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1032
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Cabano"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1033
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Cadillac"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1034
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Cadomin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1035
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Cadotte Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1036
#, kde-kuit-format
msgctxt "City in Calvados France"
msgid "Caen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1037
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Cagliari"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1038
#, kde-kuit-format
msgctxt "City in Egypt"
msgid "Cairo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1039
#, kde-kuit-format
msgctxt "City in Pas-de-Calais France"
msgid "Calais"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1040
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Calar Alto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1041
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Caldwell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1042
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Caledonia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1043
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Calgary"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1044
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Caliente"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1045
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Caliper Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1046
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Calling Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1047
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Calvert"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1048
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Cambridge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1049
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Cambridge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1050
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Cambridge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1051
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Camden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1052
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Campbell River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1053
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Campbellton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1054
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Campobasso"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1055
#, kde-kuit-format
msgctxt "City in ACT Australia"
msgid "Canberra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1056
#, kde-kuit-format
msgctxt "City in Alpes Maritimes France"
msgid "Cannes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1057
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Canoga Park"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1058
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Canora"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1059
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Canso"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1060
#, kde-kuit-format
msgctxt "City in China"
msgid "Canton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1061
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Canton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1062
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Cantonsville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1063
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Cap-Chat"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1064
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Cap-aux-Meules"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1065
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Cape Canaveral"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1066
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Cape Girardeau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1067
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Cape May"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1068
#, kde-kuit-format
msgctxt "City in South Africa"
msgid "Cape Town"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1069
#, kde-kuit-format
msgctxt "City in Venezuela"
msgid "Caracas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1070
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Carbonado"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1071
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Carbondale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1072
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Carbonear"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1073
#, kde-kuit-format
msgctxt "City in Wales United Kingdom"
msgid "Cardiff"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1074
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Carleton Place"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1075
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Carlton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1076
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Carlyle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1077
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Carman"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1078
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Carmichael"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1079
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Carrizozo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1080
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Carrollton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1081
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Carson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1082
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Carson City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1083
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Cartagena"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1084
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Cartersville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1085
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Cary"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1086
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Casa Grande"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1087
#, kde-kuit-format
msgctxt "City in Morocco"
msgid "Casablanca"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1088
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Caserta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1089
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Casper"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1090
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Casselman"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1091
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Castellon de la Plana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1092
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Castlegar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1093
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Castlerock"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1094
#, kde-kuit-format
msgctxt "City in St. Lucia"
msgid "Castries"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1095
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Catania"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1096
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Catanzaro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1097
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Cave Creek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1098
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Cavendish"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1099
#, kde-kuit-format
msgctxt "City in French Guiana"
msgid "Cayenne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1100
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Cedar City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1101
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Cedar Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1102
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Cedar Rapids"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1103
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Central Islip"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1104
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Centreville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1105
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Cerritos"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1106
#, kde-kuit-format
msgctxt "City in Chile"
msgid "Cerro Calán"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1107
#, kde-kuit-format
msgctxt "City in Chile"
msgid "Cerro Tololo Int'l Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1108
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Ceuta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1109
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Ch'ongjin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1110
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Chagrin Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1111
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Champaign"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1112
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Chandler"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1113
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Channel-Port aux Basques"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1114
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Chapais"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1115
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Chapel Hill"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1116
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Chapleau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1117
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Chard"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1118
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Charleston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1119
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Charleston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1120
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Charlevoix"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1121
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Charlotte"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1122
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Charlottesville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1123
#, kde-kuit-format
msgctxt "City in Prince Edward Island Canada"
msgid "Charlottetown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1124
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Chatham-Kent"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1125
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Chattanooga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1126
#, kde-kuit-format
msgctxt "City in Volga Region Russia"
msgid "Cheboksary"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1127
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Cheltenham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1128
#, kde-kuit-format
msgctxt "City in Ural Russia"
msgid "Chelyabinsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1129
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Chemnitz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1130
#, kde-kuit-format
msgctxt "City in India"
msgid "Chennai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1131
#, kde-kuit-format
msgctxt "City in Chungbuk Korea"
msgid "Cheongju"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1132
#, kde-kuit-format
msgctxt "City in Gangwon Korea"
msgid "Cheorwon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1133
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Cheraw"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1134
#, kde-kuit-format
msgctxt "City in Manche France"
msgid "Cherbourg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1135
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Cherkasy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1136
#, kde-kuit-format
msgctxt "City in South Region Russia"
msgid "Cherkessk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1137
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Chernihiv"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1138
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Chernivtsi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1139
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Cherokee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1140
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Chesapeake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1141
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Chester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1142
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Chester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1143
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Cheticamp"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1144
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Chetwynd"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1145
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Cheyenne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1146
#, kde-kuit-format
msgctxt "City in Thailand"
msgid "Chiang Mai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1147
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Chibougamau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1148
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Chicago"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1149
#, kde-kuit-format
msgctxt "City in Peru"
msgid "Chiclayo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1150
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Chicopee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1151
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Chignik"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1152
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Chillicothe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1153
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Chillicothe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1154
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Chillicothe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1155
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Chilliwack"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1156
#, kde-kuit-format
msgctxt "City in Zambia"
msgid "Chingola"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1157
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Chino"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1158
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Chino Hills"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1159
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Chinook"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1160
#, kde-kuit-format
msgctxt "City in Somalia"
msgid "Chisimayu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1161
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Chita"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1162
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Chitose"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1163
#, kde-kuit-format
msgctxt "City in Bangladesh"
msgid "Chittagong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1164
#, kde-kuit-format
msgctxt "City in Zimbabwe"
msgid "Chitungwiza"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1165
#, kde-kuit-format
msgctxt "City in New Zealand"
msgid "Christchurch"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1166
#, kde-kuit-format
msgctxt "City in Bornholm Denmark"
msgid "Christiansoe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1167
#, kde-kuit-format
msgctxt "City in Australia"
msgid "Christmas Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1168
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Chula Vista"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1169
#, kde-kuit-format
msgctxt "City in Gangwon Korea"
msgid "Chuncheon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1170
#, kde-kuit-format
msgctxt "City in Chungbuk Korea"
msgid "Chungju"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1171
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Chupungryeong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1172
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Churchill"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1173
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Chute-des-Passes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1174
#, kde-kuit-format
msgctxt "City in Micronesia"
msgid "Chuuk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1175
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Cicero"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1176
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Cincinnati"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1177
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Circle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1178
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Circleville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1179
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Ciudad Real"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1180
#, kde-kuit-format
msgctxt "City in Eure-et-Loir France"
msgid "Civry"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1181
#, kde-kuit-format
msgctxt "City in Nièvre France"
msgid "Clamecy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1182
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Claremont"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1183
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Clarenville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1184
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Claresholm"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1185
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Clark"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1186
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Clark's Harbour"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1187
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Clarksburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1188
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Clarksdale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1189
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Clarksville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1190
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Clayhurst"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1191
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "Claymont"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1192
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Clear"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1193
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Clear Lake City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1194
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Clearlake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1195
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Clearwater"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1196
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Clearwater"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1197
#, kde-kuit-format
msgctxt "City in Puy-de-Dôme France"
msgid "Clermont-Ferrand"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1198
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Cleveland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1199
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Cleveland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1200
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Clifton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1201
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Clinton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1202
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Clinton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1203
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Cloppenburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1204
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Cloud Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1205
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Clova"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1206
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Clovis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1207
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Coaticook"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1208
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Cochrane"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1209
#, kde-kuit-format
msgctxt "City in Turks and Caicos Islands"
msgid "Cockburn Town"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1210
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Cockeysville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1211
#, kde-kuit-format
msgctxt "City in Australia"
msgid "Cocos Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1212
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Cody"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1213
#, kde-kuit-format
msgctxt "City in Portugal"
msgid "Coimbra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1214
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Cold Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1215
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Cold Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1216
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Colinet"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1217
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "College Park"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1218
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Collegedale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1219
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Cologne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1220
#, kde-kuit-format
msgctxt "City in Sri Lanka"
msgid "Colombo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1221
#, kde-kuit-format
msgctxt "City in Panama"
msgid "Colon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1222
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Colorado Springs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1223
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Columbia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1224
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Columbia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1225
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Columbia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1226
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Columbia Station"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1227
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Columbus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1228
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Columbus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1229
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Columbus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1230
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Columbus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1231
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Como"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1232
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Comox"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1233
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Compton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1234
#, kde-kuit-format
msgctxt "City in Guinea"
msgid "Conakry"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1235
#, kde-kuit-format
msgctxt "City in Chile"
msgid "Concepcion"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1236
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Concord"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1237
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Concord"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1238
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Condon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1239
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Consort"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1240
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Conway"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1241
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Conway"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1242
#, kde-kuit-format
msgctxt "City in Australia"
msgid "Coonabarabran"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1243
#, kde-kuit-format
msgctxt "City in Denmark"
msgid "Copenhagen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1244
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Coralville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1245
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Corbin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1246
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Cordova"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1247
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Corinth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1248
#, kde-kuit-format
msgctxt "City in Munster Ireland"
msgid "Cork"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1249
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Corner Brook"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1250
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Corning"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1251
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Cornwall"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1252
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Coronation"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1253
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Corpus Christi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1254
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Cortez"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1255
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Corvallis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1256
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Cosenza"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1257
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Costa Mesa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1258
#, kde-kuit-format
msgctxt "City in Bénin"
msgid "Cotonou"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1259
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Cottbus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1260
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Couer d'Alene"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1261
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Council Bluffs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1262
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Courtenay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1263
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Coventry"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1264
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Covington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1265
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Cranbrook"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1266
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Cranford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1267
#, kde-kuit-format
msgctxt "City in Rhode Island USA"
msgid "Cranston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1268
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Crawford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1269
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Crawford Hill"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1270
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Crestwood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1271
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Crestwood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1272
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Creve Coeur"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1273
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Cripple Creek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1274
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Crocker"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1275
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Crofton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1276
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Crowsnest Pass"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1277
#, kde-kuit-format
msgctxt "City in Philippines"
msgid "Cubi Point"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1278
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Cuenca"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1279
#, kde-kuit-format
msgctxt "City in Australia"
msgid "Culgoora"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1280
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Culver City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1281
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Cumberland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1282
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Cut Bank"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1283
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Cypress River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1284
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Cáceres"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1285
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Cádiz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1286
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Córdoba"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1287
#, kde-kuit-format
msgctxt "City in Bangladesh"
msgid "Dacca"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1288
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Daegu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1289
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Daegwallyeong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1290
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Daejeon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1291
#, kde-kuit-format
msgctxt "City in Senegal"
msgid "Dakar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1292
#, kde-kuit-format
msgctxt "City in Western sahara"
msgid "Dakhla"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1293
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Dallas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1294
#, kde-kuit-format
msgctxt "City in Finland"
msgid "Dalsbruk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1295
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Daly City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1296
#, kde-kuit-format
msgctxt "City in Syria"
msgid "Damascus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1297
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Damecuta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1298
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Danbury"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1299
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Daniel's Harbour"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1300
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Danielson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1301
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Danville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1302
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Danville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1303
#, kde-kuit-format
msgctxt "City in South Korea"
msgid "Danyang"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1304
#, kde-kuit-format
msgctxt "City in Togo"
msgid "Dapaong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1305
#, kde-kuit-format
msgctxt "City in Tanzania"
msgid "Dar es Salaam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1306
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Darmstadt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1307
#, kde-kuit-format
msgctxt "City in Northern Territory Australia"
msgid "Darwin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1308
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Dauphin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1309
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Davenport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1310
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Davidson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1311
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Dawson Creek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1312
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Dayton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1313
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Dayton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1314
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Daytona Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1315
#, kde-kuit-format
msgctxt "City in South Africa"
msgid "De Aar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1316
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "DeMotte"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1317
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Deadhorse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1318
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Deadwood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1319
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Dearborn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1320
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Dearborn Heights"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1321
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Dearborn Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1322
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Death Valley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1323
#, kde-kuit-format
msgctxt "City in Hajdú-Bihar Hungary"
msgid "Debrecen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1324
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Decataur"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1325
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Decimomannu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1326
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Deep River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1327
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Deer Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1328
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Dekalb"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1329
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Del Rio"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1330
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Delavan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1331
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Delhi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1332
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Delta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1333
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Delta Junction"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1334
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Demmitt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1335
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Denali National Park"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1336
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Denton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1337
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Denver"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1338
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Derby"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1339
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Derby"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1340
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Derry"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1341
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Des Moines"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1342
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Des Plaines"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1343
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Desbiens"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1344
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Dessau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1345
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Detroit"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1346
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Devils Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1347
#, kde-kuit-format
msgctxt "City in Saudi Arabia"
msgid "Dhahran"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1348
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Diamond Bar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1349
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Diamond Springs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1350
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Dickinson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1351
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Dickinson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1352
#, kde-kuit-format
msgctxt "City in US Territory"
msgid "Diego Garcia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1353
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Digby"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1354
#, kde-kuit-format
msgctxt "City in Côte d'or France"
msgid "Dijon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1355
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Dillingham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1356
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Dillon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1357
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Dillon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1358
#, kde-kuit-format
msgctxt "City in Turkey"
msgid "Diyarbakir"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1359
#, kde-kuit-format
msgctxt "City in Indonesia"
msgid "Djakarta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1360
#, kde-kuit-format
msgctxt "City in Tunisia"
msgid "Djerba"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1361
#, kde-kuit-format
msgctxt "City in Djibouti"
msgid "Djibouti"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1362
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Dnipropetropsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1363
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Doaktown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1364
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Dodge City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1365
#, kde-kuit-format
msgctxt "City in Tanzania"
msgid "Dodoma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1366
#, kde-kuit-format
msgctxt "City in Qatar"
msgid "Doha"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1367
#, kde-kuit-format
msgctxt "City in Gyengnam Korea"
msgid "Dokdo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1368
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Dolbeau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1369
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Dome Creek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1370
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Dominion Radio Astrophysical Obs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1371
#, kde-kuit-format
msgctxt "City in Ulster Ireland"
msgid "Donegal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1372
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Donets'k"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1373
#, kde-kuit-format
msgctxt "City in Gyeonggi Korea"
msgid "Dongducheon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1374
#, kde-kuit-format
msgctxt "City in Gangwon Korea"
msgid "Donghae"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1375
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Dore Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1376
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Dortmund"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1377
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Dorval-Lodge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1378
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Dothan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1379
#, kde-kuit-format
msgctxt "City in Cameroon"
msgid "Douala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1380
#, kde-kuit-format
msgctxt "City in Isle of Man"
msgid "Douglas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1381
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Dover"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1382
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "Dover"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1383
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Dover"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1384
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Dover"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1385
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Downey"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1386
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Dr. Remeis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1387
#, kde-kuit-format
msgctxt "City in Norway"
msgid "Drammen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1388
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Drayton Valley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1389
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Dresden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1390
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Driftwood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1391
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Drumheller"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1392
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Drummondville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1393
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Druvar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1394
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Dryden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1395
#, kde-kuit-format
msgctxt "City in United Arab Emirates"
msgid "Dubai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1396
#, kde-kuit-format
msgctxt "City in Leinster Ireland"
msgid "Dublin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1397
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Dubreuilville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1398
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Dubrovnik"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1399
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Dubuque"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1400
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Dudinka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1401
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Duisburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1402
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Duluth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1403
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Duncan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1404
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Dundalk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1405
#, kde-kuit-format
msgctxt "City in New Zealand"
msgid "Dunedin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1406
#, kde-kuit-format
msgctxt "City in Pas-de-Calais France"
msgid "Dunkirk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1407
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Dunlap"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1408
#, kde-kuit-format
msgctxt "City in Leinster Ireland"
msgid "Dunsink"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1409
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Durango"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1410
#, kde-kuit-format
msgctxt "City in South Africa"
msgid "Durban"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1411
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Durham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1412
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Dutch Harbor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1413
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Dwingeloo Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1414
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Dyer Observatory"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1415
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Düsseldorf"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1416
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Eagan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1417
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Eagle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1418
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Eagle River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1419
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Ear Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1420
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Earlton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1421
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "East Boston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1422
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "East Brunswick"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1423
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "East Lansing"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1424
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "East Las Vegas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1425
#, kde-kuit-format
msgctxt "City in South Africa"
msgid "East London"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1426
#, kde-kuit-format
msgctxt "City in California USA"
msgid "East Los Angeles"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1427
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "East Orange"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1428
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "East Point"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1429
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "East St. Louis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1430
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "East Stroudsburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1431
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "East Wenatchee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1432
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Eastampton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1433
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Eastport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1434
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Eatonton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1435
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Eau Claire"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1436
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Ebro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1437
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Eddystone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1438
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Edina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1439
#, kde-kuit-format
msgctxt "City in Scotland United Kingdom"
msgid "Edinburgh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1440
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Edmond"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1441
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Edmonds"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1442
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Edmonton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1443
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Edmundston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1444
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Edna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1445
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Edson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1446
#, kde-kuit-format
msgctxt "City in Vanuatu"
msgid "Efate"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1447
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Effelsberg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1448
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Effingham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1449
#, kde-kuit-format
msgctxt "City in Heves Hungary"
msgid "Eger"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1450
#, kde-kuit-format
msgctxt "City in Far East Russia"
msgid "Egvekinot"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1451
#, kde-kuit-format
msgctxt "City in Ural Russia"
msgid "Ekaterinburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1452
#, kde-kuit-format
msgctxt "City in Western sahara"
msgid "El Aaiun"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1453
#, kde-kuit-format
msgctxt "City in California USA"
msgid "El Cajon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1454
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "El Dorado"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1455
#, kde-kuit-format
msgctxt "City in Sudan"
msgid "El Fasher"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1456
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "El Mirage"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1457
#, kde-kuit-format
msgctxt "City in California USA"
msgid "El Monte"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1458
#, kde-kuit-format
msgctxt "City in Sudan"
msgid "El Obeid"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1459
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "El Paso"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1460
#, kde-kuit-format
msgctxt "City in Egypt"
msgid "El fayum"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1461
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Elbow"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1462
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Elche"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1463
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Eldorado"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1464
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Eldridge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1465
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Elgin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1466
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Elizabeth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1467
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Elizabeth City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1468
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Elizabethtown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1469
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Elk City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1470
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Elk Point"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1471
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Elkhart"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1472
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Elkins"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1473
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Elko"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1474
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Elliot Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1475
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Elmira"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1476
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "Elsmere"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1477
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Elva"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1478
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Elverson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1479
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Elyria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1480
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Emerson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1481
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Enfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1482
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Englee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1483
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Englewood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1484
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Enid"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1485
#, kde-kuit-format
msgctxt "City in Uganda"
msgid "Entebbe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1486
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Ephrata"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1487
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Erding"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1488
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Erfurt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1489
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Erickson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1490
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Erie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1491
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Eriksdale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1492
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Erlangen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1493
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Esbjerg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1494
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Escondido"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1495
#, kde-kuit-format
msgctxt "City in Iran"
msgid "Esfahan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1496
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Espanola"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1497
#, kde-kuit-format
msgctxt "City in Finland"
msgid "Espoo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1498
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Essen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1499
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Essex Junction"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1500
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Esterhazy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1501
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Estevan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1502
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Eston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1503
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Euclid"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1504
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Eudora"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1505
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Eugene"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1506
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Eureka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1507
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Eureka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1508
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Eureka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1509
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Evanston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1510
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Evanston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1511
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Evansville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1512
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Everett"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1513
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Evergreen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1514
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Ewa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1515
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Exeter"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1516
#, kde-kuit-format
msgctxt "City in Mauritania"
msgid "F'Dérik"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1517
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Fabra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1518
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Fair Haven"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1519
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Fairbanks"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1520
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Fairfax"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1521
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Fairfax"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1522
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Fairfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1523
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Fairfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1524
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Fairmont"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1525
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Fairmont"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1526
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Fairview"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1527
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Faith"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1528
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Falcon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1529
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Falcon Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1530
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Fall River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1531
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Fallon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1532
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Falmouth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1533
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Fargo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1534
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Farmington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1535
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Farnborough"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1536
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Fayetteville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1537
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Fayetteville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1538
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Ferrara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1539
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Ferriday"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1540
#, kde-kuit-format
msgctxt "City in Morocco"
msgid "Fes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1541
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Finningley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1542
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Fisher"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1543
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Fitchburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1544
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Flagstaff"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1545
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Flint"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1546
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Florala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1547
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Florence"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1548
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Florence"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1549
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Florence"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1550
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Florissant"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1551
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Flower Mound"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1552
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Foggia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1553
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Foleyet"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1554
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Folsom"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1555
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Fond du Lac"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1556
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Ford Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1557
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Forestville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1558
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Forli`"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1559
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Forrest City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1560
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Forsyth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1561
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Fort Collins"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1562
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Fort Dodge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1563
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Fort Frances"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1564
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Fort Greely"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1565
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Fort Lauderdale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1566
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Fort McMurray"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1567
#, kde-kuit-format
msgctxt "City in Northwest Territories Canada"
msgid "Fort McPherson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1568
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Fort Myers"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1569
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Fort Nelson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1570
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Fort Payne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1571
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Fort Qu'Appelle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1572
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Fort Richardson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1573
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Fort Riley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1574
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Fort Salonga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1575
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Fort Saskatchewan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1576
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Fort Scott"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1577
#, kde-kuit-format
msgctxt "City in Northwest Territories Canada"
msgid "Fort Simpson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1578
#, kde-kuit-format
msgctxt "City in Poland"
msgid "Fort Skala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1579
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Fort Smith"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1580
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Fort St. James"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1581
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Fort St. John"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1582
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Fort Wayne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1583
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Fort Worth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1584
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Fort Yukon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1585
#, kde-kuit-format
msgctxt "City in Martinique France"
msgid "Fort-de-France"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1586
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Fountain Valley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1587
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Fox Creek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1588
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Fox Valley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1589
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Framingham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1590
#, kde-kuit-format
msgctxt "City in Gabon"
msgid "Franceville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1591
#, kde-kuit-format
msgctxt "City in Botswana"
msgid "Francistown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1592
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Franeker"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1593
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Frankfort"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1594
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Frankfurt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1595
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Franklin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1596
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Franklin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1597
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Fraser Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1598
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Fraserdale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1599
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Fred Lawrence Whipple Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1600
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Fredericia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1601
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Frederick"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1602
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Fredericksburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1603
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Fredericktown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1604
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Fredericton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1605
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Frederikshavn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1606
#, kde-kuit-format
msgctxt "City in Zealand Denmark"
msgid "Frederiksvaerk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1607
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Freehold"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1608
#, kde-kuit-format
msgctxt "City in Bahamas"
msgid "Freeport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1609
#, kde-kuit-format
msgctxt "City in Sierra Leone"
msgid "Freetown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1610
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Freiburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1611
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Fremont"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1612
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Fremont"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1613
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Fremont Peak Observatory"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1614
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "French River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1615
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Fresno"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1616
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Fruitland Park"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1617
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Fujigane"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1618
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Fukuoka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1619
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Fullerton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1620
#, kde-kuit-format
msgctxt "City in Madeira Portugal"
msgid "Funchal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1621
#, kde-kuit-format
msgctxt "City in Mittelfranken Germany"
msgid "Fürth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1622
#, kde-kuit-format
msgctxt "City in India"
msgid "GMRT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1623
#, kde-kuit-format
msgctxt "City in Tunisia"
msgid "Gabes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1624
#, kde-kuit-format
msgctxt "City in Botswana"
msgid "Gaborone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1625
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Gadsden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1626
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Gainesville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1627
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Gainesville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1628
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Gaithersburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1629
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Galena"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1630
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Gallup"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1631
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Galveston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1632
#, kde-kuit-format
msgctxt "City in Connacht Ireland"
msgid "Galway"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1633
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Gander"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1634
#, kde-kuit-format
msgctxt "City in Incheon Korea"
msgid "Ganghwa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1635
#, kde-kuit-format
msgctxt "City in Gangwon Korea"
msgid "Gangneung"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1636
#, kde-kuit-format
msgctxt "City in Mali"
msgid "Gao"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1637
#, kde-kuit-format
msgctxt "City in Algeria"
msgid "Gardaia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1638
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Garden City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1639
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Garden Grove"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1640
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Garland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1641
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Garland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1642
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Garrison"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1643
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Gars am Inn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1644
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Gary"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1645
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Gaspe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1646
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Gassaway"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1647
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Gastonia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1648
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Gatineau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1649
#, kde-kuit-format
msgctxt "City in India"
msgid "Gauribidanur"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1650
#, kde-kuit-format
msgctxt "City in Niger"
msgid "Gaya"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1651
#, kde-kuit-format
msgctxt "City in Poland"
msgid "Gdansk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1652
#, kde-kuit-format
msgctxt "City in Falster Denmark"
msgid "Gedser"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1653
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Geilenkirchen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1654
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Gelsenkirchen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1655
#, kde-kuit-format
msgctxt "City in Switzerland"
msgid "Geneva"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1656
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Genoa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1657
#, kde-kuit-format
msgctxt "City in Gyeongnam Korea"
msgid "Geochang"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1658
#, kde-kuit-format
msgctxt "City in Gyeongnam Korea"
msgid "Geoje"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1659
#, kde-kuit-format
msgctxt "City in Chungnam Korea"
msgid "Geomsan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1660
#, kde-kuit-format
msgctxt "City in Ascension Island"
msgid "Georgetown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1661
#, kde-kuit-format
msgctxt "City in Cayman Islands"
msgid "Georgetown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1662
#, kde-kuit-format
msgctxt "City in Guyana"
msgid "Georgetown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1663
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "Georgetown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1664
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Gera"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1665
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Geraldton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1666
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Gerona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1667
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Ghost Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1668
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Gibraltar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1669
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Gift Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1670
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Gijón"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1671
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Gila Bend"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1672
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Gillette"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1673
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Gimli"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1674
#, kde-kuit-format
msgctxt "City in Burundi"
msgid "Gitega"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1675
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Gladstone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1676
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Glasgow"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1677
#, kde-kuit-format
msgctxt "City in Scotland United Kingdom"
msgid "Glasgow"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1678
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Glendale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1679
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Glendale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1680
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Glendora"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1681
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Glenns Ferry"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1682
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Glens Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1683
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Glenwood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1684
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Glenwood Springs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1685
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Glovertown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1686
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Goderich"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1687
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Godthaab"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1688
#, kde-kuit-format
msgctxt "City in Greenland"
msgid "Godthåb"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1689
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Gogama"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1690
#, kde-kuit-format
msgctxt "City in Jeonnam Korea"
msgid "Goheung"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1691
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Gold River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1692
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Golden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1693
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Goldfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1694
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Goldsboro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1695
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Goldstone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1696
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Goose Creek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1697
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Gore Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1698
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Gorham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1699
#, kde-kuit-format
msgctxt "City in Switzerland"
msgid "Gornergrat"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1700
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Gorno-Altaysk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1701
#, kde-kuit-format
msgctxt "City in Sweden"
msgid "Gothenburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1702
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Govenlock"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1703
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Granada"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1704
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Granada Hills"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1705
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Granby"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1706
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Grand Bank"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1707
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Grand Bend"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1708
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Grand Falls-Windsor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1709
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Grand Falls/Grand-Sault"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1710
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Grand Forks"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1711
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Grand Forks"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1712
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Grand Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1713
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Grand Junction"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1714
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Grand Prairie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1715
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Grand Rapids"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1716
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Grande Cache"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1717
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Grande Prairie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1718
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Grande-Vallee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1719
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Granger"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1720
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Grangeville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1721
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Granite Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1722
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Grants Pass"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1723
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Grass Valley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1724
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Great Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1725
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Great Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1726
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Greeley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1727
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Green Bank Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1728
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Green Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1729
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Green River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1730
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Green River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1731
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Greenbelt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1732
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Greensboro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1733
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Greenville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1734
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Greenville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1735
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Greenville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1736
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Greenville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1737
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Greenwich"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1738
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Greenwich"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1739
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Greenwood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1740
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Greenwood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1741
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Grenaa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1742
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Grenfell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1743
#, kde-kuit-format
msgctxt "City in Isère France"
msgid "Grenoble"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1744
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Gresham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1745
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Groningen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1746
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Grosseto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1747
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Groton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1748
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Grouard"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1749
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Groveton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1750
#, kde-kuit-format
msgctxt "City in South Region Russia"
msgid "Grozny"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1751
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Guadalajara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1752
#, kde-kuit-format
msgctxt "City in Cuba"
msgid "Guantanamo Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1753
#, kde-kuit-format
msgctxt "City in Guatemala"
msgid "Guatemala City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1754
#, kde-kuit-format
msgctxt "City in Ecuador"
msgid "Guayaquil"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1755
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Guelph"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1756
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Gulfport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1757
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Gulkana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1758
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Gull Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1759
#, kde-kuit-format
msgctxt "City in Gyeongbuk Korea"
msgid "Gumi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1760
#, kde-kuit-format
msgctxt "City in Jeonbuk Korea"
msgid "Gunsan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1761
#, kde-kuit-format
msgctxt "City in India"
msgid "Gurushikhar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1762
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Guthrie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1763
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Guysborough"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1764
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Gwangju"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1765
#, kde-kuit-format
msgctxt "City in Zimbabwe"
msgid "Gweru"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1766
#, kde-kuit-format
msgctxt "City in Győr-Moson-Sopron Hungary"
msgid "Győr"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1767
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Gönsdorf"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1768
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Göttingen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1769
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Gütersloh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1770
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Haapsalu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1771
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Haarlem"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1772
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Haderslev"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1773
#, kde-kuit-format
msgctxt "City in Gyeongnam Korea"
msgid "Hadong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1774
#, kde-kuit-format
msgctxt "City in Jeonnam Korea"
msgid "Haenam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1775
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Hagen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1776
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Hagerstown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1777
#, kde-kuit-format
msgctxt "City in Israel"
msgid "Haifa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1778
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Haiku"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1779
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Hailey"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1780
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Haines"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1781
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Haleakala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1782
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Halifax"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1783
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Halle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1784
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Hamburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1785
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Hamden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1786
#, kde-kuit-format
msgctxt "City in Bermuda"
msgid "Hamilton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1787
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Hamilton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1788
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Hamilton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1789
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Hamm"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1790
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Hammond"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1791
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Hampden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1792
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Hampton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1793
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Hana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1794
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Hancock"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1795
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Hankinson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1796
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Hanna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1797
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Hannah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1798
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Hannibal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1799
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Hannover"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1800
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Hanstholm"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1801
#, kde-kuit-format
msgctxt "City in French Polynesia"
msgid "Hao"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1802
#, kde-kuit-format
msgctxt "City in Gyeongnam Korea"
msgid "Hapcheon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1803
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Happy Valley - Goose Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1804
#, kde-kuit-format
msgctxt "City in Zimbabwe"
msgid "Harare"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1805
#, kde-kuit-format
msgctxt "City in Liberia"
msgid "Harbel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1806
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Harbour Breton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1807
#, kde-kuit-format
msgctxt "City in Liberia"
msgid "Harper"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1808
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Harper Woods"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1809
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Harpers Ferry"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1810
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "Harrington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1811
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Harrisburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1812
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Harrisburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1813
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Harrison"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1814
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Harrisonburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1815
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Hartford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1816
#, kde-kuit-format
msgctxt "City in South Africa"
msgid "Hartrao"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1817
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Harvard Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1818
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Harvey"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1819
#, kde-kuit-format
msgctxt "City in Algeria"
msgid "Hassi Messaoud"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1820
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Hastings"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1821
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Hat Creek Radio Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1822
#, kde-kuit-format
msgctxt "City in Thailand"
msgid "Hat Yai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1823
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Hattiesburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1824
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Hauula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1825
#, kde-kuit-format
msgctxt "City in Cuba"
msgid "Havana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1826
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Havre"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1827
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Hawkesbury"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1828
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Hawthorne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1829
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Hawthorne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1830
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Haystack Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1831
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Hayward"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1832
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Hazard"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1833
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Head-Smashed-In Buffalo Jump"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1834
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Hearst"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1835
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Heidelberg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1836
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Heilbronn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1837
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Helena"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1838
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Helgoland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1839
#, kde-kuit-format
msgctxt "City in Zealand Denmark"
msgid "Helsingoer"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1840
#, kde-kuit-format
msgctxt "City in Finland"
msgid "Helsinki"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1841
#, kde-kuit-format
msgctxt "City in Egypt"
msgid "Helwan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1842
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Henderson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1843
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Henderson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1844
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Hendersonville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1845
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Herndon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1846
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Herne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1847
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Herning"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1848
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Herstmonceux"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1849
#, kde-kuit-format
msgctxt "City in Jeonnam Korea"
msgid "Heuksando"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1850
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Hialeah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1851
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Hickory"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1852
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Hida"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1853
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "High Point"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1854
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "High Prairie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1855
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "High River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1856
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Highland Lakes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1857
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Highmore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1858
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Hill City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1859
#, kde-kuit-format
msgctxt "City in Zealand Denmark"
msgid "Hilleroed"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1860
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Hillsboro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1861
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Hillsboro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1862
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Hilo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1863
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Hinnerup"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1864
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Hinton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1865
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Hjoerring"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1866
#, kde-kuit-format
msgctxt "City in Tasmania Australia"
msgid "Hobart"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1867
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Hobbs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1868
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Hobro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1869
#, kde-kuit-format
msgctxt "City in Zealand Denmark"
msgid "Holbaek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1870
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Holbrook"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1871
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Hollis Hills"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1872
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Holliston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1873
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Holly Springs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1874
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Hollywood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1875
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Hollywood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1876
#, kde-kuit-format
msgctxt "City in Israel"
msgid "Holon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1877
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Holstebro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1878
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Holyoke"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1879
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Holyrood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1880
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Homer"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1881
#, kde-kuit-format
msgctxt "City in China"
msgid "Hong Kong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1882
#, kde-kuit-format
msgctxt "City in Gangwon Korea"
msgid "Hongcheon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1883
#, kde-kuit-format
msgctxt "City in Guadalcanal Solomon Islands"
msgid "Honiara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1884
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Honington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1885
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Honolulu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1886
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Hooker"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1887
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Hooper Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1888
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Hope"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1889
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Hopkinsville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1890
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Hornepayne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1891
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Horsens"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1892
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Hospit. de Llobregat, L'"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1893
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Hot Springs National Park"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1894
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Houma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1895
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Houston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1896
#, kde-kuit-format
msgctxt "City in Angola"
msgid "Huambo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1897
#, kde-kuit-format
msgctxt "City in Peru"
msgid "Huancayo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1898
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Hudson's Hope"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1899
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Huelva"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1900
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Huesca"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1901
#, kde-kuit-format
msgctxt "City in Belgium"
msgid "Humain"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1902
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Humboldt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1903
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Humboldt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1904
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Hungnam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1905
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Huntington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1906
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Huntington Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1907
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Huntington Station"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1908
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Huntsville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1909
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Huntsville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1910
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Hurley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1911
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Huron"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1912
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Hutchinson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1913
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Hutchinson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1914
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Hvar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1915
#, kde-kuit-format
msgctxt "City in Andhra Pradesh India"
msgid "Hyderabad"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1916
#, kde-kuit-format
msgctxt "City in Sweden"
msgid "Hyltebruk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1917
#, kde-kuit-format
msgctxt "City in Nigeria"
msgid "Ibadan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1918
#, kde-kuit-format
msgctxt "City in Gyeonggi Korea"
msgid "Icheon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1919
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Idaho Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1920
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Ignace"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1921
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Ile-a-la-Crosse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1922
#, kde-kuit-format
msgctxt "City in Jeonbuk Korea"
msgid "Imsil"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1923
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Incheon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1924
#, kde-kuit-format
msgctxt "City in Turkey"
msgid "Incirlik"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1925
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Independence"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1926
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Independence"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1927
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Indianapolis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1928
#, kde-kuit-format
msgctxt "City in Marshall Islands"
msgid "Ine"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1929
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Inglewood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1930
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Ingonish"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1931
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Innisfail"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1932
#, kde-kuit-format
msgctxt "City in Austria"
msgid "Innsbruck"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1933
#, kde-kuit-format
msgctxt "City in Northwest Territories Canada"
msgid "Inuvik"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1934
#, kde-kuit-format
msgctxt "City in New Zealand"
msgid "Invercargill"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1935
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Iowa City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1936
#, kde-kuit-format
msgctxt "City in Queensland Australia"
msgid "Ipswich"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1937
#, kde-kuit-format
msgctxt "City in Nunavut Canada"
msgid "Iqaluit"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1938
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Irkutsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1939
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Iron River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1940
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Iroquois Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1941
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Irvine"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1942
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Irving"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1943
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Irvington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1944
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Ischia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1945
#, kde-kuit-format
msgctxt "City in Pakistan"
msgid "Islamabad"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1946
#, kde-kuit-format
msgctxt "City in Turkey"
msgid "Istanbul"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1947
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Istrana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1948
#, kde-kuit-format
msgctxt "City in Brazil"
msgid "Itapetinga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1949
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Ivano-Frankivs'k"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1950
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Ivanovo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1951
#, kde-kuit-format
msgctxt "City in Tenerife Spain"
msgid "Izaña"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1952
#, kde-kuit-format
msgctxt "City in Volga Region Russia"
msgid "Izhevsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1953
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "J. Horrocks"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1954
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Jackson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1955
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Jackson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1956
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Jackson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1957
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Jacksonville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1958
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Jacksonville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1959
#, kde-kuit-format
msgctxt "City in Indonesia"
msgid "Jakarta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1960
#, kde-kuit-format
msgctxt "City in Marshall Islands"
msgid "Jaluit"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1961
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Jamestown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1962
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Janesville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1963
#, kde-kuit-format
msgctxt "City in Jeonnam Korea"
msgid "Jangheung"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1964
#, kde-kuit-format
msgctxt "City in Jeonbuk Korea"
msgid "Jangsu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1965
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Jasper"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1966
#, kde-kuit-format
msgctxt "City in Indonesia"
msgid "Jatiluhur"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1967
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Jaén"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1968
#, kde-kuit-format
msgctxt "City in Chungbuk Korea"
msgid "Jecheon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1969
#, kde-kuit-format
msgctxt "City in Saudi Arabia"
msgid "Jeddah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1970
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Jefferson City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1971
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Jeju"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1972
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Jena"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1973
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Jensen Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1974
#, kde-kuit-format
msgctxt "City in Jeonbuk Korea"
msgid "Jeongeup"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1975
#, kde-kuit-format
msgctxt "City in Jeonbuk Korea"
msgid "Jeonju"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1976
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Jerez de la Frontera"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1977
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Jersey City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1978
#, kde-kuit-format
msgctxt "City in Israel"
msgid "Jerusalem"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1979
#, kde-kuit-format
msgctxt "City in Uganda"
msgid "Jinja"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1980
#, kde-kuit-format
msgctxt "City in Gyeongnam Korea"
msgid "Jinju"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1981
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Jodrell Bank"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1982
#, kde-kuit-format
msgctxt "City in South Africa"
msgid "Johannesburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1983
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Johnson City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1984
#, kde-kuit-format
msgctxt "City in US Territory"
msgid "Johnston Atoll"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1985
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Johnstown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1986
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Joliet"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1987
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Joliette"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1988
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Jonesboro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1989
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Joplin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1990
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Julian"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1991
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Juneau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1992
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Jõgeva"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1993
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Jõhvi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1994
#, kde-kuit-format
msgctxt "City in Afghanistan"
msgid "Kabul"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1995
#, kde-kuit-format
msgctxt "City in Zambia"
msgid "Kabwe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1996
#, kde-kuit-format
msgctxt "City in Nigeria"
msgid "Kaduna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1997
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Kaena Point"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1998
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Kaesong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:1999
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Kahului"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2000
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Kailua Kona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2001
#, kde-kuit-format
msgctxt "City in Tunisia"
msgid "Kairouan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2002
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Kaiserslautern"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2003
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Kaladar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2004
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Kalamazoo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2005
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Kalapana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2006
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Kalaupapa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2007
#, kde-kuit-format
msgctxt "City in North-West Region Russia"
msgid "Kaliningrad"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2008
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Kalispell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2009
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Kallaste"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2010
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Kaluga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2011
#, kde-kuit-format
msgctxt "City in Zealand Denmark"
msgid "Kalundborg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2012
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Kamloops"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2013
#, kde-kuit-format
msgctxt "City in Uganda"
msgid "Kampala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2014
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Kamsack"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2015
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Kamuela"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2016
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Kanab"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2017
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Kaneohe Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2018
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Kankakee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2019
#, kde-kuit-format
msgctxt "City in Guinea"
msgid "Kankan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2020
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Kannapolis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2021
#, kde-kuit-format
msgctxt "City in Nigeria"
msgid "Kano"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2022
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Kansas City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2023
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Kansas City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2024
#, kde-kuit-format
msgctxt "City in Austria"
msgid "Kanzelhoehe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2025
#, kde-kuit-format
msgctxt "City in Senegal"
msgid "Kaolack"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2026
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Kapaa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2027
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Kapalua"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2028
#, kde-kuit-format
msgctxt "City in Somogy Hungary"
msgid "Kaposvár"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2029
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Kapuskasing"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2030
#, kde-kuit-format
msgctxt "City in Pakistan"
msgid "Karachi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2031
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Karlsruhe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2032
#, kde-kuit-format
msgctxt "City in Malawi"
msgid "Karonga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2033
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Kaslo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2034
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Kassel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2035
#, kde-kuit-format
msgctxt "City in Nepal"
msgid "Kathmandu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2036
#, kde-kuit-format
msgctxt "City in Namibia"
msgid "Katima Mulilo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2037
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Kaunakakai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2038
#, kde-kuit-format
msgctxt "City in Lithuania"
msgid "Kaunas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2039
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Kazabazua"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2040
#, kde-kuit-format
msgctxt "City in Volga Region Russia"
msgid "Kazan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2041
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Keahole"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2042
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Kearney"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2043
#, kde-kuit-format
msgctxt "City in Bács-Kiskun Hungary"
msgid "Kecskemét"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2044
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Keene"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2045
#, kde-kuit-format
msgctxt "City in Iceland"
msgid "Keflavik"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2046
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Kehra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2047
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Keila"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2048
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Kekaha"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2049
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Kelowna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2050
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Kelso"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2051
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Kemerovo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2052
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Kenai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2053
#, kde-kuit-format
msgctxt "City in Sierra Leone"
msgid "Kenema"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2054
#, kde-kuit-format
msgctxt "City in Munster Ireland"
msgid "Kenmar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2055
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Kennebunk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2056
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Kenner"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2057
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Kenora"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2058
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Kenosha"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2059
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Kentville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2060
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Kerrobert"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2061
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Ketchikan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2062
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Kettering"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2063
#, kde-kuit-format
msgctxt "City in Far East Russia"
msgid "Khabarovsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2064
#, kde-kuit-format
msgctxt "City in Greece"
msgid "Khaniá"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2065
#, kde-kuit-format
msgctxt "City in Ural Russia"
msgid "Khanty-Mansiysk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2066
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Kharkiv"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2067
#, kde-kuit-format
msgctxt "City in Sudan"
msgid "Khartoum"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2068
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Kherson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2069
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Khmel'nyts'kyi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2070
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Kiel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2071
#, kde-kuit-format
msgctxt "City in Rwanda"
msgid "Kigali"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2072
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Kikino"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2073
#, kde-kuit-format
msgctxt "City in Marshall Islands"
msgid "Kili"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2074
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Kilingi-Nõmme"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2075
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Killarney"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2076
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Kimball"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2077
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Kimch'aek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2078
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Kincardine"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2079
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Kindersley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2080
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "King George"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2081
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "King Salmon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2082
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Kingman"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2083
#, kde-kuit-format
msgctxt "City in Queensland Australia"
msgid "Kings Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2084
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Kingsport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2085
#, kde-kuit-format
msgctxt "City in Jamaica"
msgid "Kingston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2086
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Kingston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2087
#, kde-kuit-format
msgctxt "City in Congo (Democratic Republic)"
msgid "Kinshasa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2088
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Kiosk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2089
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Kirkland Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2090
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Kirovohrad"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2091
#, kde-kuit-format
msgctxt "City in Sweden"
msgid "Kiruna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2092
#, kde-kuit-format
msgctxt "City in Dem rep of Congo"
msgid "Kisangani"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2093
#, kde-kuit-format
msgctxt "City in Somalia"
msgid "Kismayu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2094
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Kiso"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2095
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Kissimmee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2096
#, kde-kuit-format
msgctxt "City in Kenya"
msgid "Kisumu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2097
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Kit Carson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2098
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Kitchener"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2099
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Kitt Peak Nat'l. Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2100
#, kde-kuit-format
msgctxt "City in Zambia"
msgid "Kitwe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2101
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Kiviõli"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2102
#, kde-kuit-format
msgctxt "City in Lithuania"
msgid "Klaipėda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2103
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Klamath Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2104
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Kleena Kleene"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2105
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Knightdale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2106
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Knoxville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2107
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Koblenz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2108
#, kde-kuit-format
msgctxt "City in India"
msgid "Kodaikanal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2109
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Kodiak"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2110
#, kde-kuit-format
msgctxt "City in Zealand Denmark"
msgid "Koege"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2111
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Kohala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2112
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Kohtla-Järve"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2113
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Koko Head"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2114
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Kokomo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2115
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Kolding"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2116
#, kde-kuit-format
msgctxt "City in India"
msgid "Kolkata"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2117
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Koloa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2118
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Kona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2119
#, kde-kuit-format
msgctxt "City in Thailand"
msgid "Korat"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2120
#, kde-kuit-format
msgctxt "City in Zealand Denmark"
msgid "Korsoer"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2121
#, kde-kuit-format
msgctxt "City in Micronesia"
msgid "Kosrae"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2122
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Kostroma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2123
#, kde-kuit-format
msgctxt "City in Malaysia"
msgid "Kota Kinabalu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2124
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Kotzebue"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2125
#, kde-kuit-format
msgctxt "City in South Region Russia"
msgid "Krasnodar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2126
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Krasnoyarsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2127
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Krefeld"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2128
#, kde-kuit-format
msgctxt "City in Norway"
msgid "Kristiansand"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2129
#, kde-kuit-format
msgctxt "City in Malaysia"
msgid "Kuala Lumpur"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2130
#, kde-kuit-format
msgctxt "City in Malaysia"
msgid "Kuching"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2131
#, kde-kuit-format
msgctxt "City in Austria"
msgid "Kuffner"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2132
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Kunda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2133
#, kde-kuit-format
msgctxt "City in Finland"
msgid "Kuopio"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2134
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Kure Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2135
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Kuressaare"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2136
#, kde-kuit-format
msgctxt "City in Ural Russia"
msgid "Kurgan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2137
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Kursk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2138
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Kutina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2139
#, kde-kuit-format
msgctxt "City in Kuwait"
msgid "Kuwait City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2140
#, kde-kuit-format
msgctxt "City in Marshall Islands"
msgid "Kwajalein Atoll"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2141
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Kwasan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2142
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Kyiv"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2143
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Kyle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2144
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Kyoto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2145
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Kyzyl"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2146
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Kärdla"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2147
#, kde-kuit-format
msgctxt "City in Italy"
msgid "L'Aquila"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2148
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "L'Etape"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2149
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "L'viv"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2150
#, kde-kuit-format
msgctxt "City in Spain"
msgid "La Coruña"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2151
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "La Crosse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2152
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "La Grande"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2153
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "La Grange"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2154
#, kde-kuit-format
msgctxt "City in Cuba"
msgid "La Habana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2155
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "La Loche"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2156
#, kde-kuit-format
msgctxt "City in California USA"
msgid "La Mesa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2157
#, kde-kuit-format
msgctxt "City in Canary Islands Spain"
msgid "La Palma Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2158
#, kde-kuit-format
msgctxt "City in Bolivia"
msgid "La Paz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2159
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "La Pocatiere"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2160
#, kde-kuit-format
msgctxt "City in Charente-Maritime France"
msgid "La Rochelle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2161
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "La Sarre"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2162
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "La Scie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2163
#, kde-kuit-format
msgctxt "City in Chile"
msgid "La Silla Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2164
#, kde-kuit-format
msgctxt "City in Italy"
msgid "La Spezia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2165
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "La Tuque"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2166
#, kde-kuit-format
msgctxt "City in California USA"
msgid "La Verne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2167
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "LaPeer"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2168
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Labrieville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2169
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Lac La Biche"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2170
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Lac du Bonnet"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2171
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Lac-Megantic"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2172
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Lachute"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2173
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Laconia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2174
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Lafayette"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2175
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Lafayette"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2176
#, kde-kuit-format
msgctxt "City in Nigeria"
msgid "Lagos"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2177
#, kde-kuit-format
msgctxt "City in Pakistan"
msgid "Lahore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2178
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Lahr"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2179
#, kde-kuit-format
msgctxt "City in Finland"
msgid "Lahti"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2180
#, kde-kuit-format
msgctxt "City in Azores Portugal"
msgid "Lajes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2181
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Lake Charles"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2182
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Lake City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2183
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Lake Louise"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2184
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Lake Oswego"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2185
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Lake Villa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2186
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Lake Village"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2187
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Lakeland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2188
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Lakewood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2189
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Lakewood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2190
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Lakewood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2191
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Lakota"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2192
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Lamar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2193
#, kde-kuit-format
msgctxt "City in Gabon"
msgid "Lambarene"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2194
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Lampedusa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2195
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Lanai City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2196
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Lancaster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2197
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Lancaster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2198
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Lander"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2199
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Lansing"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2200
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Laramie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2201
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Laredo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2202
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Largo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2203
#, kde-kuit-format
msgctxt "City in Chile"
msgid "Las Campanas Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2204
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Las Cruces"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2205
#, kde-kuit-format
msgctxt "City in Gran Canaria Spain"
msgid "Las Palmas de Gran Canaria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2206
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Las Vegas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2207
#, kde-kuit-format
msgctxt "City in ACT Australia"
msgid "Latham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2208
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Latina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2209
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "Laurel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2210
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Laurel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2211
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Laurel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2212
#, kde-kuit-format
msgctxt "City in Switzerland"
msgid "Lausanne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2213
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Laval"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2214
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Lawrence"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2215
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Lawrence"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2216
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Lawton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2217
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Layton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2218
#, kde-kuit-format
msgctxt "City in Seine-maritime France"
msgid "Le Havre"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2219
#, kde-kuit-format
msgctxt "City in Haute-Loire France"
msgid "Le-Puy-en-Velay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2220
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Leader"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2221
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Leamington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2222
#, kde-kuit-format
msgctxt "City in Western Australia Australia"
msgid "Learmonth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2223
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Leavenworth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2224
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Leavenworth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2225
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Lebanon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2226
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Lebanon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2227
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Lebanon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2228
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Lebel-sur-Quevillon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2229
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Lecce"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2230
#, kde-kuit-format
msgctxt "City in Lecco Italy"
msgid "Lecco"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2231
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Leck"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2232
#, kde-kuit-format
msgctxt "City in Lebanon"
msgid "Lee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2233
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Leeds"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2234
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Leeuwarden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2235
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Leganés"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2236
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Leicester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2237
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Leiden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2238
#, kde-kuit-format
msgctxt "City in South Africa"
msgid "Leiden Sur"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2239
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Leipzig"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2240
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Lemmon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2241
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Lemvig"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2242
#, kde-kuit-format
msgctxt "City in Austria"
msgid "Leopold Figl"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2243
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Les Escoumins"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2244
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Lethbridge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2245
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Leverkusen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2246
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "Lewes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2247
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Lewisburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2248
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Lewiston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2249
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Lewiston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2250
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Lewiston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2251
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Lewistown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2252
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Lexington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2253
#, kde-kuit-format
msgctxt "City in Spain"
msgid "León"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2254
#, kde-kuit-format
msgctxt "City in Tibet China"
msgid "Lhasa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2255
#, kde-kuit-format
msgctxt "City in Gabon"
msgid "Libreville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2256
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Lick Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2257
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Lihue"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2258
#, kde-kuit-format
msgctxt "City in Nord France"
msgid "Lille"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2259
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Lillooet"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2260
#, kde-kuit-format
msgctxt "City in Malawi"
msgid "Lilongwe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2261
#, kde-kuit-format
msgctxt "City in Peru"
msgid "Lima"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2262
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Lima"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2263
#, kde-kuit-format
msgctxt "City in Haute-Vienne France"
msgid "Limoges"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2264
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Lincoln"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2265
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Lincoln"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2266
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Lincoln"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2267
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Lindbergh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2268
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Lindenhurst"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2269
#, kde-kuit-format
msgctxt "City in Austria"
msgid "Linz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2270
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Lipetsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2271
#, kde-kuit-format
msgctxt "City in Portugal"
msgid "Lisbon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2272
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Lisbon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2273
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Listowel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2274
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Litchville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2275
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Little Rock"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2276
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Littleton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2277
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Liverpool"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2278
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Liverpool"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2279
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Livingston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2280
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Livingston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2281
#, kde-kuit-format
msgctxt "City in Zambia"
msgid "Livingstone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2282
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Livonia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2283
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Livorno"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2284
#, kde-kuit-format
msgctxt "City in Slovenia"
msgid "Ljubljana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2285
#, kde-kuit-format
msgctxt "City in Venezuela"
msgid "Llano del Hato"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2286
#, kde-kuit-format
msgctxt "City in Botswana"
msgid "Lobatsi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2287
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Lockwood Valley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2288
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Logan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2289
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Logroño"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2290
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Loiano"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2291
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Loksa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2292
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Lolo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2293
#, kde-kuit-format
msgctxt "City in Slovakia"
msgid "Lomnicky stit"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2294
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Lompoc"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2295
#, kde-kuit-format
msgctxt "City in Togo"
msgid "Lomé"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2296
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "London"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2297
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "London"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2298
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Long Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2299
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Longview"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2300
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Longview"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2301
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Lorain"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2302
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Lordsburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2303
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Los Alamos"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2304
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Los Altos Hills"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2305
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Los Angeles"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2306
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Louisbourg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2307
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Louisville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2308
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Louisville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2309
#, kde-kuit-format
msgctxt "City in Egypt"
msgid "Louxor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2310
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Loveland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2311
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Lovelock"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2312
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Lowell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2313
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Lowell Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2314
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Lowther"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2315
#, kde-kuit-format
msgctxt "City in Angola"
msgid "Luanda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2316
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Lubbock"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2317
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Lucca"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2318
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Ludwigshafen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2319
#, kde-kuit-format
msgctxt "City in Angola"
msgid "Luena"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2320
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Lugans'k"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2321
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Lugo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2322
#, kde-kuit-format
msgctxt "City in Sweden"
msgid "Luleå"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2323
#, kde-kuit-format
msgctxt "City in Sweden"
msgid "Lund"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2324
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Lunenburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2325
#, kde-kuit-format
msgctxt "City in Zambia"
msgid "Lusaka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2326
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Luts'k"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2327
#, kde-kuit-format
msgctxt "City in Luxembourg"
msgid "Luxembourg City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2328
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Lynchburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2329
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Lynden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2330
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Lynn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2331
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Lynn Haven"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2332
#, kde-kuit-format
msgctxt "City in Rhône France"
msgid "Lyon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2333
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Lytton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2334
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Lérida"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2335
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Lübeck"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2336
#, kde-kuit-format
msgctxt "City in Pyungbuk Korea"
msgid "Maando"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2337
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Maardu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2338
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Maastricht"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2339
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Mabou"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2340
#, kde-kuit-format
msgctxt "City in China"
msgid "Macao"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2341
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Machern"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2342
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Mackay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2343
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Mackenzie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2344
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Macon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2345
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Madelia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2346
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Madison"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2347
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Madison"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2348
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Madison"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2349
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Madrid"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2350
#, kde-kuit-format
msgctxt "City in Far East Russia"
msgid "Magadan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2351
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Magdalena"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2352
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Magdeburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2353
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Magnolia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2354
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Mahlow"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2355
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Mainz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2356
#, kde-kuit-format
msgctxt "City in Venezuela"
msgid "Maiquetia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2357
#, kde-kuit-format
msgctxt "City in Madagascar"
msgid "Majunga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2358
#, kde-kuit-format
msgctxt "City in Marshall Islands"
msgid "Majuro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2359
#, kde-kuit-format
msgctxt "City in South Region Russia"
msgid "Makhachkala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2360
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Makiivka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2361
#, kde-kuit-format
msgctxt "City in Gabon"
msgid "Makokou"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2362
#, kde-kuit-format
msgctxt "City in Equatorial Guinea"
msgid "Malabo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2363
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Malchin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2364
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Malchow"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2365
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Malden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2366
#, kde-kuit-format
msgctxt "City in Maldives"
msgid "Male"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2367
#, kde-kuit-format
msgctxt "City in Sweden"
msgid "Malmö"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2368
#, kde-kuit-format
msgctxt "City in Marshall Islands"
msgid "Maloelap"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2369
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Malone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2370
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Mammamattawa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2371
#, kde-kuit-format
msgctxt "City in Mayotte France"
msgid "Mamoudzou"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2372
#, kde-kuit-format
msgctxt "City in Nicaragua"
msgid "Managua"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2373
#, kde-kuit-format
msgctxt "City in Brazil"
msgid "Manaus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2374
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Manchester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2375
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Manchester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2376
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Manchester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2377
#, kde-kuit-format
msgctxt "City in Myanmar"
msgid "Mandalay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2378
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Mandan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2379
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Manebach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2380
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Mangum"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2381
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Manhattan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2382
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Manhattan Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2383
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Manigotagan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2384
#, kde-kuit-format
msgctxt "City in Philippines"
msgid "Manila"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2385
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Manitouwadge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2386
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Manitowoc"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2387
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Maniwaki"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2388
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Mannheim"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2389
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Manning"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2390
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Mansfeld"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2391
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Mansfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2392
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Manton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2393
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Mantorville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2394
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Manyberries"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2395
#, kde-kuit-format
msgctxt "City in Swaziland"
msgid "Manzini"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2396
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Maple Creek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2397
#, kde-kuit-format
msgctxt "City in Mozambique"
msgid "Maputo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2398
#, kde-kuit-format
msgctxt "City in Jeju Korea"
msgid "Marado"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2399
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Marathon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2400
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Marbach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2401
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Mariana Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2402
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Marienberg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2403
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Marietta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2404
#, kde-kuit-format
msgctxt "City in Lithuania"
msgid "Marijampolė"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2405
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Marion"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2406
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Markersbach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2407
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Markersdorf"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2408
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Markkleeberg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2409
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Markneukirchen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2410
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Markranstät"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2411
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Marlow"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2412
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Marlton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2413
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Marquette"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2414
#, kde-kuit-format
msgctxt "City in Morocco"
msgid "Marrakech"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2415
#, kde-kuit-format
msgctxt "City in Bouches-du-rhône France"
msgid "Marseille"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2416
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Marshall"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2417
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Martinsburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2418
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Martinsville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2419
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Marystown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2420
#, kde-kuit-format
msgctxt "City in Gyeongnam Korea"
msgid "Masan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2421
#, kde-kuit-format
msgctxt "City in Lesotho"
msgid "Maseru"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2422
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Mashpee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2423
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Mason City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2424
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Massa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2425
#, kde-kuit-format
msgctxt "City in Eritrea"
msgid "Massawa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2426
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Massen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2427
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Matachewan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2428
#, kde-kuit-format
msgctxt "City in Dem rep of Congo"
msgid "Matadi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2429
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Matagami"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2430
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Matane"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2431
#, kde-kuit-format
msgctxt "City in Swaziland"
msgid "Matsapha"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2432
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Mattawa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2433
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Mauldin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2434
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Mauna Kea Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2435
#, kde-kuit-format
msgctxt "City in Puerto Rico USA"
msgid "Mayaguez"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2436
#, kde-kuit-format
msgctxt "City in South Region Russia"
msgid "Maykop"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2437
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Maysville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2438
#, kde-kuit-format
msgctxt "City in Swaziland"
msgid "Mbabane"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2439
#, kde-kuit-format
msgctxt "City in Dem rep of Congo"
msgid "Mbandaka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2440
#, kde-kuit-format
msgctxt "City in Tanzania"
msgid "Mbeya"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2441
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "McAdam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2442
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "McAlester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2443
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "McAllen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2444
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "McBride"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2445
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "McCook"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2446
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "McCormick Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2447
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "McDonald Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2448
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "McGill"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2449
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "McGrath"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2450
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "McKeesport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2451
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "McLennan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2452
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "McLeod Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2453
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "McNary"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2454
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "McNary"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2455
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Meadow Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2456
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Meat Cove"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2457
#, kde-kuit-format
msgctxt "City in Tunisia"
msgid "Medenine"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2458
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Medford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2459
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Medford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2460
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Medicine Hat"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2461
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Medingen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2462
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Meerane"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2463
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Meinersdorf"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2464
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Meiningen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2465
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Meiän"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2466
#, kde-kuit-format
msgctxt "City in Morocco"
msgid "Meknès"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2467
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Melbourne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2468
#, kde-kuit-format
msgctxt "City in Victoria Australia"
msgid "Melbourne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2469
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Melfort"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2470
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Melilla"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2471
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Melita"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2472
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Melksham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2473
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Mellenbach-Glasbach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2474
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Mellensee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2475
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Mellingen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2476
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Melrose Park"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2477
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Memphis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2478
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Mena"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2479
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Mengersgereuth-Hämern"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2480
#, kde-kuit-format
msgctxt "City in Angola"
msgid "Menongue"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2481
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Menteroda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2482
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Meredith"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2483
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Meriden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2484
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Meridian"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2485
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Meridianville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2486
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Merkers"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2487
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Merrimack"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2488
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Merritt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2489
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Merritt Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2490
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Merschwitz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2491
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Merseburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2492
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Merzdorf"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2493
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Mesa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2494
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Mesquite"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2495
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Messina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2496
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Metagama"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2497
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Metairie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2498
#, kde-kuit-format
msgctxt "City in Finland"
msgid "Metsähovi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2499
#, kde-kuit-format
msgctxt "City in Moselle France"
msgid "Metz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2500
#, kde-kuit-format
msgctxt "City in Hauts-de-Seine France"
msgid "Meudon (observatory)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2501
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Meuselbach-Schwarzmühle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2502
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Meuselwitz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2503
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Mexico"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2504
#, kde-kuit-format
msgctxt "City in Mexico"
msgid "Mexico City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2505
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Meyenburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2506
#, kde-kuit-format
msgctxt "City in Swaziland"
msgid "Mhlume"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2507
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Miami"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2508
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Miami Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2509
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Mica Creek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2510
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Michendorf"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2511
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Midas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2512
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Middelburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2513
#, kde-kuit-format
msgctxt "City in Fyn Denmark"
msgid "Middelfart"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2514
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Middlebury"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2515
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Middleton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2516
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "Middletown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2517
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Midland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2518
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Midland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2519
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Midnapore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2520
#, kde-kuit-format
msgctxt "City in US Territory"
msgid "Midway Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2521
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Midwest City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2522
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Mieäste"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2523
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Milan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2524
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Milbank"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2525
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Mildenau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2526
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Milford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2527
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "Milford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2528
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Milford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2529
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Milford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2530
#, kde-kuit-format
msgctxt "City in Marshall Islands"
msgid "Mili"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2531
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Milk River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2532
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Milkau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2533
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Milledgeville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2534
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Miller"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2535
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Millinocket"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2536
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Millville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2537
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Milpitas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2538
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Milwaukee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2539
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Mine Hill"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2540
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Minneapolis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2541
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Minnedosa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2542
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Minnetonka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2543
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Minot"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2544
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Minto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2545
#, kde-kuit-format
msgctxt "City in St-Pierre and Miquelon France"
msgid "Miquelon Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2546
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Miramar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2547
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Miramichi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2548
#, kde-kuit-format
msgctxt "City in Far East Russia"
msgid "Mirnyi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2549
#, kde-kuit-format
msgctxt "City in Gyeongnam Korea"
msgid "Miryang"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2550
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Mishawaka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2551
#, kde-kuit-format
msgctxt "City in Borsod-Abaúj-Zemplén Hungary"
msgid "Miskolc"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2552
#, kde-kuit-format
msgctxt "City in Libya"
msgid "Misratah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2553
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Mississauga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2554
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Missoula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2555
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Mitchell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2556
#, kde-kuit-format
msgctxt "City in Israel"
msgid "Mitzpe Ramon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2557
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Mizusawa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2558
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Mobile"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2559
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Mobridge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2560
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Modena"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2561
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Modesto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2562
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Moenkopi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2563
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Moers"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2564
#, kde-kuit-format
msgctxt "City in Somalia"
msgid "Mogadishu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2565
#, kde-kuit-format
msgctxt "City in Jeonnam Korea"
msgid "Mokpo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2566
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Moline"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2567
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Molokai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2568
#, kde-kuit-format
msgctxt "City in Australia"
msgid "Molonglo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2569
#, kde-kuit-format
msgctxt "City in Kenya"
msgid "Mombasa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2570
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Moncton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2571
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Monroe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2572
#, kde-kuit-format
msgctxt "City in Liberia"
msgid "Monrovia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2573
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Mont-Joli"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2574
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Mont-Laurier"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2575
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Mont-Tremblant"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2576
#, kde-kuit-format
msgctxt "City in Prince Edward Island Canada"
msgid "Montague"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2577
#, kde-kuit-format
msgctxt "City in Monaco"
msgid "Monte Carlo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2578
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Montebello"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2579
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Montebello"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2580
#, kde-kuit-format
msgctxt "City in Jamaica"
msgid "Montego Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2581
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Monterey"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2582
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Monterey Park"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2583
#, kde-kuit-format
msgctxt "City in Uruguay"
msgid "Montevideo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2584
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Montgomery"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2585
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Monticello"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2586
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Monticello"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2587
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Monticello"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2588
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Montmagny"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2589
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Montour Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2590
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Montpelier"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2591
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Montpelier"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2592
#, kde-kuit-format
msgctxt "City in Herault France"
msgid "Montpellier"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2593
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Montreal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2594
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Montreal Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2595
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Montreal River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2596
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Moore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2597
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Moose Jaw"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2598
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Moose River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2599
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Moosomin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2600
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Moosonee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2601
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Morden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2602
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Morehead"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2603
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Morgan City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2604
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Morgantown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2605
#, kde-kuit-format
msgctxt "City in Tanzania"
msgid "Morogoro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2606
#, kde-kuit-format
msgctxt "City in Uganda"
msgid "Moroto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2607
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Morristown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2608
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Morristown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2609
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Morrow"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2610
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Morón"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2611
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Moscow"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2612
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Moscow"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2613
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Moses Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2614
#, kde-kuit-format
msgctxt "City in South Africa"
msgid "Mosselbaai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2615
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Mount Ekar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2616
#, kde-kuit-format
msgctxt "City in Antarctica"
msgid "Mount Erebus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2617
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Mount Evans Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2618
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Mount Forest"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2619
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Mount Graham Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2620
#, kde-kuit-format
msgctxt "City in New Zealand"
msgid "Mount John"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2621
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Mount Lemmon Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2622
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Mount Mario"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2623
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Mount Palomar Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2624
#, kde-kuit-format
msgctxt "City in Australia"
msgid "Mount Pleasant"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2625
#, kde-kuit-format
msgctxt "City in Australia"
msgid "Mount Stromlo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2626
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Mount Vernon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2627
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Mount Wilson Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2628
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Mountain Brook"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2629
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Mountain View"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2630
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Mountain View"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2631
#, kde-kuit-format
msgctxt "City in Ulster Ireland"
msgid "Moville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2632
#, kde-kuit-format
msgctxt "City in Jeonnam Korea"
msgid "Muan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2633
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Mullard"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2634
#, kde-kuit-format
msgctxt "City in India"
msgid "Mumbai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2635
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Muncie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2636
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Muncy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2637
#, kde-kuit-format
msgctxt "City in Gyeongbuk Korea"
msgid "Mungyeong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2638
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Munich"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2639
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Murcia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2640
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Murdochville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2641
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Murfreesboro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2642
#, kde-kuit-format
msgctxt "City in North-West Region Russia"
msgid "Murmansk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2643
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Murray"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2644
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Muskegon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2645
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Muskogee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2646
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Mustvee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2647
#, kde-kuit-format
msgctxt "City in Zimbabwe"
msgid "Mutare"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2648
#, kde-kuit-format
msgctxt "City in Burundi"
msgid "Muyinga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2649
#, kde-kuit-format
msgctxt "City in Tanzania"
msgid "Mwanza"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2650
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Mykolaiv"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2651
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Myrtle Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2652
#, kde-kuit-format
msgctxt "City in Malawi"
msgid "Mzuzu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2653
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Málaga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2654
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Móstoles"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2655
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Mõisaküla"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2656
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Mönchengladbach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2657
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Mülheim"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2658
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Münster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2659
#, kde-kuit-format
msgctxt "City in Chad"
msgid "N'djamina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2660
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Naalehu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2661
#, kde-kuit-format
msgctxt "City in Zealand Denmark"
msgid "Naestved"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2662
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Nagasaki"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2663
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Nagoya"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2664
#, kde-kuit-format
msgctxt "City in India"
msgid "Nagpur"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2665
#, kde-kuit-format
msgctxt "City in India"
msgid "Naini Tal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2666
#, kde-kuit-format
msgctxt "City in Kenya"
msgid "Nairobi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2667
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Nakina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2668
#, kde-kuit-format
msgctxt "City in Lolland Denmark"
msgid "Nakskov"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2669
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Nakusp"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2670
#, kde-kuit-format
msgctxt "City in South Region Russia"
msgid "Nal'chik"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2671
#, kde-kuit-format
msgctxt "City in Gyeongnam Korea"
msgid "Namhae"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2672
#, kde-kuit-format
msgctxt "City in Angola"
msgid "Namibe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2673
#, kde-kuit-format
msgctxt "City in Marshall Islands"
msgid "Namorik"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2674
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Nampa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2675
#, kde-kuit-format
msgctxt "City in Mozambique"
msgid "Nampula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2676
#, kde-kuit-format
msgctxt "City in Jeonbuk Korea"
msgid "Namwon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2677
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Nanaimo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2678
#, kde-kuit-format
msgctxt "City in Cher France"
msgid "Nancay (observatory)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2679
#, kde-kuit-format
msgctxt "City in Fiji"
msgid "Nandi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2680
#, kde-kuit-format
msgctxt "City in Loire-atlantique France"
msgid "Nantes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2681
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Napa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2682
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Naperville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2683
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Napierville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2684
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Naples"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2685
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Naples"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2686
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Narva"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2687
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Narva-Jõesuu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2688
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Nashua"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2689
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Nashville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2690
#, kde-kuit-format
msgctxt "City in Bahamas"
msgid "Nassau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2691
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Nassau Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2692
#, kde-kuit-format
msgctxt "City in Brazil"
msgid "Natal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2693
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Natchez"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2694
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Nazko"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2695
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Našice"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2696
#, kde-kuit-format
msgctxt "City in Zambia"
msgid "Ndola"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2697
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Needles"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2698
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Needles"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2699
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Nelson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2700
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Nenana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2701
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Neponsit"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2702
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Neuss"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2703
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Nevada"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2704
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "New Albany"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2705
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "New Bedford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2706
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "New Britian"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2707
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "New Brunswick"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2708
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "New Carlisle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2709
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "New Carrollton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2710
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "New Castle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2711
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "New Castle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2712
#, kde-kuit-format
msgctxt "City in New South Wales Australia"
msgid "New Castle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2713
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "New Castle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2714
#, kde-kuit-format
msgctxt "City in India"
msgid "New Delhi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2715
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "New Glasgow"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2716
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "New Hampton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2717
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "New Hartford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2718
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "New Haven"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2719
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "New Iberia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2720
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "New London"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2721
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "New Meadows"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2722
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "New Orleans"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2723
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "New Rochelle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2724
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "New Rockford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2725
#, kde-kuit-format
msgctxt "City in California USA"
msgid "New Washoe City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2726
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "New York"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2727
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "Newark"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2728
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Newark"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2729
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Newcastle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2730
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Newell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2731
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Newmarket"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2732
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Newport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2733
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Newport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2734
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Newport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2735
#, kde-kuit-format
msgctxt "City in Rhode Island USA"
msgid "Newport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2736
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Newport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2737
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Newport Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2738
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Newport News"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2739
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Newton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2740
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Newton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2741
#, kde-kuit-format
msgctxt "City in Burundi"
msgid "Ngozi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2742
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Niagara Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2743
#, kde-kuit-format
msgctxt "City in Niger"
msgid "Niamey"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2744
#, kde-kuit-format
msgctxt "City in Alpes Maritimes France"
msgid "Nice"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2745
#, kde-kuit-format
msgctxt "City in Cyprus"
msgid "Nicosia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2746
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Nijmegen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2747
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Nipawin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2748
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Nipigon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2749
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Nitro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2750
#, kde-kuit-format
msgctxt "City in Volga Region Russia"
msgid "Nizhnii Novgorod"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2751
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Nobeyama"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2752
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Nogales"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2753
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Nome"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2754
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Norco"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2755
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Nordegg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2756
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Norfolk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2757
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Norfolk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2758
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Norman"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2759
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "North Battleford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2760
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "North Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2761
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "North Bellmore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2762
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "North Cape May"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2763
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "North Charleston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2764
#, kde-kuit-format
msgctxt "City in California USA"
msgid "North Hollywood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2765
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "North Las Vegas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2766
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "North Liberty Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2767
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "North Little Rock"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2768
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "North Olmstead"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2769
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "North Platte"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2770
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Northfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2771
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Northport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2772
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Northrop Strip"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2773
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Northway"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2774
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Norton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2775
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Norton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2776
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Norwalk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2777
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Norwalk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2778
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Norway"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2779
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Nottingham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2780
#, kde-kuit-format
msgctxt "City in Mauritania"
msgid "Nouakchott"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2781
#, kde-kuit-format
msgctxt "City in New Caledonia France"
msgid "Noumea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2782
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Novara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2783
#, kde-kuit-format
msgctxt "City in North-West Region Russia"
msgid "Novgorod"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2784
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Novi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2785
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Novosibirsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2786
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Nuremberg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2787
#, kde-kuit-format
msgctxt "City in Fyn Denmark"
msgid "Nyborg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2788
#, kde-kuit-format
msgctxt "City in Falster Denmark"
msgid "Nykoebing Falster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2789
#, kde-kuit-format
msgctxt "City in Szabolcs-Szatmár-Bereg Hungary"
msgid "Nyíregyháza"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2790
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Oak Park"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2791
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Oak Point"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2792
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Oak Ridge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2793
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Oak Ridge Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2794
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Oakfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2795
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Oakland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2796
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Oakley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2797
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Oakville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2798
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Oberhausen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2799
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Oberlin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2800
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Oberpfaffenhofen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2801
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Obs. Astronomico de Madrid"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2802
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Obs. Milan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2803
#, kde-kuit-format
msgctxt "City in Alpes de Haute Provence France"
msgid "Observatoire de Haute Provence"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2804
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Ocala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2805
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Ocean City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2806
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Ocean Grove"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2807
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Oceanside"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2808
#, kde-kuit-format
msgctxt "City in Fyn Denmark"
msgid "Odense"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2809
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Odessa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2810
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Odessa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2811
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Offenbach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2812
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Ogallala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2813
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Ogden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2814
#, kde-kuit-format
msgctxt "City in Lecco Italy"
msgid "Oggiono"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2815
#, kde-kuit-format
msgctxt "City in New Zealand"
msgid "Ohakea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2816
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Okayama"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2817
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Okinawa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2818
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Oklahoma City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2819
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Olathe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2820
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Olbia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2821
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Oldenburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2822
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Oldendorf"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2823
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Olds"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2824
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Olean"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2825
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Olympia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2826
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Omaha"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2827
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Omsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2828
#, kde-kuit-format
msgctxt "City in Namibia"
msgid "Ondangwa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2829
#, kde-kuit-format
msgctxt "City in Sweden"
msgid "Onsala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2830
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Ontario"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2831
#, kde-kuit-format
msgctxt "City in Flandre occidentale Belgium"
msgid "Oostende"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2832
#, kde-kuit-format
msgctxt "City in India"
msgid "Ooty"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2833
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Opelika"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2834
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Opheim"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2835
#, kde-kuit-format
msgctxt "City in Portugal"
msgid "Oporto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2836
#, kde-kuit-format
msgctxt "City in Algeria"
msgid "Oran"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2837
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Orange"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2838
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Orange"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2839
#, kde-kuit-format
msgctxt "City in Vaucluse France"
msgid "Orange"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2840
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Orange Park"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2841
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Orangeburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2842
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Orel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2843
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Orem"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2844
#, kde-kuit-format
msgctxt "City in Volga Region Russia"
msgid "Orenburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2845
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Orense"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2846
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Orillia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2847
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Orlando"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2848
#, kde-kuit-format
msgctxt "City in Loiret France"
msgid "Orleans"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2849
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Osaka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2850
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Osborne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2851
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Oshkosh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2852
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Osijek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2853
#, kde-kuit-format
msgctxt "City in Norway"
msgid "Oslo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2854
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Osnabrück"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2855
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Osoyoos"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2856
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Otranto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2857
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Ottawa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2858
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Ottumwa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2859
#, kde-kuit-format
msgctxt "City in Burkina Faso"
msgid "Ouagadougou"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2860
#, kde-kuit-format
msgctxt "City in Morocco"
msgid "Ouarzazate"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2861
#, kde-kuit-format
msgctxt "City in Finland"
msgid "Oulu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2862
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Outlook"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2863
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Overland Park"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2864
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Oviedo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2865
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Owen Sound"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2866
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Owens Valley Radio Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2867
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Owensboro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2868
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Oxford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2869
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Oxford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2870
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Oxford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2871
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Oxnard"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2872
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Oyen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2873
#, kde-kuit-format
msgctxt "City in Far East Russia"
msgid "Oymiakon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2874
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Ozark"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2875
#, kde-kuit-format
msgctxt "City in Korea"
msgid "P'yongyang"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2876
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Paauilo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2877
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Pacific"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2878
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Pacific Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2879
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Paderborn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2880
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Padova"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2881
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Paducah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2882
#, kde-kuit-format
msgctxt "City in US Territory"
msgid "Pagan Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2883
#, kde-kuit-format
msgctxt "City in Samoa"
msgid "Pago Pago"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2884
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Paide"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2885
#, kde-kuit-format
msgctxt "City in Far East Russia"
msgid "Palana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2886
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Paldiski"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2887
#, kde-kuit-format
msgctxt "City in Indonesia"
msgid "Palembang"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2888
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Palencia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2889
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Palermo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2890
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Palm City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2891
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Palma de Mallorca"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2892
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Palmdale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2893
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Palmer"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2894
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Palo Alto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2895
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Pamplona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2896
#, kde-kuit-format
msgctxt "City in Panama"
msgid "Panama City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2897
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Panama City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2898
#, kde-kuit-format
msgctxt "City in Lithuania"
msgid "Panevėžys"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2899
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Pantelleria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2900
#, kde-kuit-format
msgctxt "City in French Polynesia"
msgid "Papeete"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2901
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Paradis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2902
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Paradise"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2903
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Parent"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2904
#, kde-kuit-format
msgctxt "City in Christmas Island Kiribati"
msgid "Paris"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2905
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Paris"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2906
#, kde-kuit-format
msgctxt "City in Paris France"
msgid "Paris"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2907
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Park Rapids"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2908
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Park View"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2909
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Parkersburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2910
#, kde-kuit-format
msgctxt "City in Australia"
msgid "Parkes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2911
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Parma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2912
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Parma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2913
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Parrsboro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2914
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Parry Sound"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2915
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Parsons"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2916
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Pasadena"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2917
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Pasadena"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2918
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Pascagoula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2919
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Paterson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2920
#, kde-kuit-format
msgctxt "City in Pyrénées atlantiques France"
msgid "Pau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2921
#, kde-kuit-format
msgctxt "City in Rhode Island USA"
msgid "Pawtucket"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2922
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Peace River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2923
#, kde-kuit-format
msgctxt "City in Western Australia Australia"
msgid "Pearce"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2924
#, kde-kuit-format
msgctxt "City in Russia"
msgid "Pechory"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2925
#, kde-kuit-format
msgctxt "City in China"
msgid "Peking"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2926
#, kde-kuit-format
msgctxt "City in Mozambique"
msgid "Pemba"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2927
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Pemberton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2928
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Pembina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2929
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Pembroke"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2930
#, kde-kuit-format
msgctxt "City in Malaysia"
msgid "Penang"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2931
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Pendleton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2932
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Pensacola"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2933
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Penticton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2934
#, kde-kuit-format
msgctxt "City in Volga Region Russia"
msgid "Penza"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2935
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Peoria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2936
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Perkins Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2937
#, kde-kuit-format
msgctxt "City in Volga Region Russia"
msgid "Perm"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2938
#, kde-kuit-format
msgctxt "City in Pyrénées Orientales France"
msgid "Perpignan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2939
#, kde-kuit-format
msgctxt "City in Western Australia Australia"
msgid "Perth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2940
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Perth Amboy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2941
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Peru"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2942
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Perugia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2943
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Pesaro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2944
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Pescara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2945
#, kde-kuit-format
msgctxt "City in Pakistan"
msgid "Peshawar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2946
#, kde-kuit-format
msgctxt "City in Israel"
msgid "Petach Tikva"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2947
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Peterbell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2948
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Peterborough"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2949
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Petersburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2950
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Petersburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2951
#, kde-kuit-format
msgctxt "City in Far East Russia"
msgid "Petropavlovsk-Kamchatskiy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2952
#, kde-kuit-format
msgctxt "City in North-West Region Russia"
msgid "Petrozavodsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2953
#, kde-kuit-format
msgctxt "City in Far East Russia"
msgid "Pevek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2954
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Pforzheim"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2955
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Phenix City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2956
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Philadelphia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2957
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Philip"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2958
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Phoenix"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2959
#, kde-kuit-format
msgctxt "City in Thailand"
msgid "Phuket"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2960
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Piacenza"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2961
#, kde-kuit-format
msgctxt "City in Hautes-Pyrénées France"
msgid "Pic du Midi (observatory)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2962
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Picayune"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2963
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Pickle Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2964
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Pico Rivera"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2965
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Pico de Veleta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2966
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Pierce"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2967
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Pierre"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2968
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Pilot Hill"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2969
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Pine Bluff"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2970
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Pine City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2971
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Pine Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2972
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Pisa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2973
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Pittsburgh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2974
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Pittsfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2975
#, kde-kuit-format
msgctxt "City in Poland"
msgid "Piwnice"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2976
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Placerville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2977
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Plainfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2978
#, kde-kuit-format
msgctxt "City in Mauritius"
msgid "Plaisance"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2979
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Plano"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2980
#, kde-kuit-format
msgctxt "City in Hautes Alpes France"
msgid "Plateau de Bure (observatory)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2981
#, kde-kuit-format
msgctxt "City in Alpes Maritimes France"
msgid "Plateau de Calern (observatory)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2982
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Plattsburgh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2983
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Plymouth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2984
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Plymouth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2985
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Plymouth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2986
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Plymouth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2987
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Pocatello"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2988
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Pocomoke City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2989
#, kde-kuit-format
msgctxt "City in Senegal"
msgid "Podor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2990
#, kde-kuit-format
msgctxt "City in Gyeongbuk Korea"
msgid "Pohang"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2991
#, kde-kuit-format
msgctxt "City in Micronesia"
msgid "Pohnpei"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2992
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Point Hope"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2993
#, kde-kuit-format
msgctxt "City in Congo"
msgid "Pointe Noire"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2994
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Pointe au Baril Station"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2995
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Pointe-aux-Anglais"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2996
#, kde-kuit-format
msgctxt "City in Guadeloupe France"
msgid "Pointe-à-Pitre"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2997
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Polson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2998
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Poltava"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:2999
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Pomona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3000
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Pompano Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3001
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Ponca City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3002
#, kde-kuit-format
msgctxt "City in Puerto Rico USA"
msgid "Ponce"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3003
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Pontevedra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3004
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Pontiac"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3005
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Poplar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3006
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Poplar Bluff"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3007
#, kde-kuit-format
msgctxt "City in Finland"
msgid "Pori"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3008
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Port Alberni"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3009
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Port Allen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3010
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Port Arthur"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3011
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Port Colborne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3012
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Port Dover"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3013
#, kde-kuit-format
msgctxt "City in South Africa"
msgid "Port Elizabeth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3014
#, kde-kuit-format
msgctxt "City in Gabon"
msgid "Port Gentil"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3015
#, kde-kuit-format
msgctxt "City in Nigeria"
msgid "Port Harcourt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3016
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Port Hawkesbury"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3017
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Port Huron"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3018
#, kde-kuit-format
msgctxt "City in Papua New Guinea"
msgid "Port Moresby"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3019
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Port Renfrew"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3020
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Port Salerno"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3021
#, kde-kuit-format
msgctxt "City in Sudan"
msgid "Port Soudan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3022
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Port Sulphur"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3023
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Port au Choix"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3024
#, kde-kuit-format
msgctxt "City in Trinidad and Tobago"
msgid "Port of Spain"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3025
#, kde-kuit-format
msgctxt "City in Haiti"
msgid "Port-au-Prince"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3026
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Portage la Prairie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3027
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Portland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3028
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Portland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3029
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Portneuf"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3030
#, kde-kuit-format
msgctxt "City in Bénin"
msgid "Porto Novo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3031
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Portsmouth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3032
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Portsmouth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3033
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Portsmouth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3034
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Portsmouth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3035
#, kde-kuit-format
msgctxt "City in South Africa"
msgid "Potchefstroom"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3036
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Potenza"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3037
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Potomac"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3038
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Potsdam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3039
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Pottstown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3040
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Poughkeepsie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3041
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Powell River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3042
#, kde-kuit-format
msgctxt "City in Poland"
msgid "Poznan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3043
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Požega"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3044
#, kde-kuit-format
msgctxt "City in Czechia"
msgid "Prague"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3045
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Prato"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3046
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Pratt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3047
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Prescott"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3048
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Preston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3049
#, kde-kuit-format
msgctxt "City in South Africa"
msgid "Pretoria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3050
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Primghar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3051
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Prince Albert"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3052
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Prince George"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3053
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Prince Rupert"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3054
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Princeton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3055
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Princeton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3056
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Princeton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3057
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Princeton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3058
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Princeton Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3059
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Procida"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3060
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Proctor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3061
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Prosser"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3062
#, kde-kuit-format
msgctxt "City in Rhode Island USA"
msgid "Providence"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3063
#, kde-kuit-format
msgctxt "City in Far East Russia"
msgid "Provideniya Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3064
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Provo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3065
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Provost"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3066
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Prudhoe Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3067
#, kde-kuit-format
msgctxt "City in North-West Region Russia"
msgid "Pskov"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3068
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Pueblo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3069
#, kde-kuit-format
msgctxt "City in Chile"
msgid "Puerto Montt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3070
#, kde-kuit-format
msgctxt "City in Puerto Rico USA"
msgid "Puerto Real"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3071
#, kde-kuit-format
msgctxt "City in Gran Canaria Spain"
msgid "Puerto del Rosario"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3072
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Pula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3073
#, kde-kuit-format
msgctxt "City in Russia"
msgid "Pulkovo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3074
#, kde-kuit-format
msgctxt "City in Maharashtra India"
msgid "Pune"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3075
#, kde-kuit-format
msgctxt "City in China"
msgid "Purple Mountain"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3076
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Putnam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3077
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Puyallup"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3078
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Pärnu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3079
#, kde-kuit-format
msgctxt "City in Baranya Hungary"
msgid "Pécs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3080
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Põltsamaa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3081
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Põlva"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3082
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Püssi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3083
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Quakertown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3084
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Quebec"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3085
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Quesnel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3086
#, kde-kuit-format
msgctxt "City in Philippines"
msgid "Quezon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3087
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Quincy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3088
#, kde-kuit-format
msgctxt "City in Ecuador"
msgid "Quito"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3089
#, kde-kuit-format
msgctxt "City in Algeria"
msgid "Qustantinah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3090
#, kde-kuit-format
msgctxt "City in Spain"
msgid "R.M. Aller de S. de Compostela"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3091
#, kde-kuit-format
msgctxt "City in Israel"
msgid "Ra'anana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3092
#, kde-kuit-format
msgctxt "City in Morocco"
msgid "Rabat"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3093
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Racine"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3094
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Radisson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3095
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Rainy River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3096
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Rakvere"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3097
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Raleigh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3098
#, kde-kuit-format
msgctxt "City in Israel"
msgid "Ramat Gan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3099
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Ramstein"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3100
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Rancho Palos Verdes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3101
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Randers"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3102
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Randolph"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3103
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Rangeley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3104
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Ranger Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3105
#, kde-kuit-format
msgctxt "City in Myanmar"
msgid "Rangoon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3106
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Rapid City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3107
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Rapla"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3108
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Rastede"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3109
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Ravenna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3110
#, kde-kuit-format
msgctxt "City in Pakistan"
msgid "Rawalpindi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3111
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Rawlins"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3112
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Raymore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3113
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Reading"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3114
#, kde-kuit-format
msgctxt "City in Brazil"
msgid "Recife"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3115
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Recklinghausen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3116
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Red Deer"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3117
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Red Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3118
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Redding"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3119
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Redondo Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3120
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Redwood City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3121
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Regensburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3122
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Reggio di Calabria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3123
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Regina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3124
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Regway"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3125
#, kde-kuit-format
msgctxt "City in Israel"
msgid "Rehovot"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3126
#, kde-kuit-format
msgctxt "City in Marne France"
msgid "Reims"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3127
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Remscheid"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3128
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Renfrew"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3129
#, kde-kuit-format
msgctxt "City in Ille-et-vilaine France"
msgid "Rennes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3130
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Rennie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3131
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Reno"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3132
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Reseda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3133
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Revelstoke"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3134
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Rexburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3135
#, kde-kuit-format
msgctxt "City in Iceland"
msgid "Reykjavik"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3136
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Rhinelander"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3137
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Ribe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3138
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Richardson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3139
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Richibucto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3140
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Richland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3141
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Richmond"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3142
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Richmond"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3143
#, kde-kuit-format
msgctxt "City in New South Wales Australia"
msgid "Richmond"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3144
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Richmond"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3145
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Richmond"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3146
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Rifle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3147
#, kde-kuit-format
msgctxt "City in Latvia"
msgid "Riga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3148
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Rimini"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3149
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Rimouski"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3150
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Ringkoebing"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3151
#, kde-kuit-format
msgctxt "City in Zealand Denmark"
msgid "Ringsted"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3152
#, kde-kuit-format
msgctxt "City in Brazil"
msgid "Rio de Janeiro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3153
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Riverside"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3154
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Riverton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3155
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Riviere-Eternite"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3156
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Riviere-du-Loup"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3157
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Rivne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3158
#, kde-kuit-format
msgctxt "City in Saudi Arabia"
msgid "Riyadh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3159
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Roanoke"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3160
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Roberval"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3161
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Robinson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3162
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Robledo de Chavela"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3163
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Roblin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3164
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Rochdale Lanc"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3165
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Rochebaucourt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3166
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Rochester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3167
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Rochester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3168
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Rochester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3169
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Rochester Hills"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3170
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Rock Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3171
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Rock Hill"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3172
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Rock Springs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3173
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Rockford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3174
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Rockland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3175
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Rockport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3176
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Rockville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3177
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Rockwood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3178
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Rocky Harbour"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3179
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Rocky Mount"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3180
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Rocky Mountain House"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3181
#, kde-kuit-format
msgctxt "City in Bornholm Denmark"
msgid "Roenne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3182
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Rogers"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3183
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Rollet"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3184
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Rome"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3185
#, kde-kuit-format
msgctxt "City in Puerto Rico USA"
msgid "Roosevelt Roads"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3186
#, kde-kuit-format
msgctxt "City in Tenerife Spain"
msgid "Roque de los Muchachos"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3187
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Rosemead"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3188
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Rosetown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3189
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Roseville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3190
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Roseville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3191
#, kde-kuit-format
msgctxt "City in Zealand Denmark"
msgid "Roskilde"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3192
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Rosthern"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3193
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Rostock"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3194
#, kde-kuit-format
msgctxt "City in South Region Russia"
msgid "Rostov na Donu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3195
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Roswell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3196
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Roswell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3197
#, kde-kuit-format
msgctxt "City in US Territory"
msgid "Rota Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3198
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Rotterdam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3199
#, kde-kuit-format
msgctxt "City in Seine-maritime France"
msgid "Rouen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3200
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Roundup"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3201
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Rouyn-Noranda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3202
#, kde-kuit-format
msgctxt "City in Finland"
msgid "Rovaniemi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3203
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Rovinj"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3204
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Rowland Heights"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3205
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Royal Oak"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3206
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Ruby"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3207
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Rugby"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3208
#, kde-kuit-format
msgctxt "City in Rhode Island USA"
msgid "Rumford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3209
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Russell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3210
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Russell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3211
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Ruston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3212
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Rutherford Appleton Lab."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3213
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Rutland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3214
#, kde-kuit-format
msgctxt "City in Burundi"
msgid "Ruyigi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3215
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Ryazan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3216
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Räpina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3217
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Saarbrücken"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3218
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Sabadell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3219
#, kde-kuit-format
msgctxt "City in Ahmadi Kuwait"
msgid "Sabahiya"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3220
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Sable Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3221
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Saco"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3222
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Sacramento"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3223
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Saganaga Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3224
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Saginaw"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3225
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Saginaw"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3226
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Saguenay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3227
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Saint John"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3228
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Saint-Basile-de-Tableau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3229
#, kde-kuit-format
msgctxt "City in Loire France"
msgid "Saint-Etienne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3230
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Saint-Felicien"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3231
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Saint-Georges"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3232
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Saint-Hubert"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3233
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Saint-Hyacinthe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3234
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Saint-Jerome"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3235
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Saint-Michel-des-Saints"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3236
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Saint-Quentin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3237
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Sainte-Adele"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3238
#, kde-kuit-format
msgctxt "City in US Territory"
msgid "Saipan Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3239
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Salaberry-de-Valleyfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3240
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Salamanca"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3241
#, kde-kuit-format
msgctxt "City in Victoria Australia"
msgid "Sale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3242
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Salem"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3243
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Salem"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3244
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Salem"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3245
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Salem"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3246
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Salerno"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3247
#, kde-kuit-format
msgctxt "City in Nógrád Hungary"
msgid "Salgótarján"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3248
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Salina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3249
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Salina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3250
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Salinas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3251
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Salisbury"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3252
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Sallisaw"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3253
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Salmon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3254
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Salmon Arm"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3255
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Salt Lake City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3256
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Salton City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3257
#, kde-kuit-format
msgctxt "City in Austria"
msgid "Salzburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3258
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Salzgitter"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3259
#, kde-kuit-format
msgctxt "City in Volga Region Russia"
msgid "Samara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3260
#, kde-kuit-format
msgctxt "City in Iraq"
msgid "Samarrah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3261
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "San Angelo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3262
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "San Antonio"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3263
#, kde-kuit-format
msgctxt "City in California USA"
msgid "San Bernardino"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3264
#, kde-kuit-format
msgctxt "City in California USA"
msgid "San Diego"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3265
#, kde-kuit-format
msgctxt "City in Spain"
msgid "San Fernando"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3266
#, kde-kuit-format
msgctxt "City in California USA"
msgid "San Francisco"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3267
#, kde-kuit-format
msgctxt "City in Costa Rica"
msgid "San Jose"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3268
#, kde-kuit-format
msgctxt "City in California USA"
msgid "San Jose"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3269
#, kde-kuit-format
msgctxt "City in Puerto Rico USA"
msgid "San Juan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3270
#, kde-kuit-format
msgctxt "City in California USA"
msgid "San Leandro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3271
#, kde-kuit-format
msgctxt "City in California USA"
msgid "San Mateo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3272
#, kde-kuit-format
msgctxt "City in California USA"
msgid "San Pedro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3273
#, kde-kuit-format
msgctxt "City in Mexico"
msgid "San Pedro Martir"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3274
#, kde-kuit-format
msgctxt "City in El Salvador"
msgid "San Salvador"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3275
#, kde-kuit-format
msgctxt "City in Spain"
msgid "San Sebastián"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3276
#, kde-kuit-format
msgctxt "City in Tenerife Spain"
msgid "San Sebastián de la Gomera"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3277
#, kde-kuit-format
msgctxt "City in Gyeongnam Korea"
msgid "Sancheong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3278
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Sanders"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3279
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Sandersville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3280
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Sandhurst Surrey"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3281
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Sandpoint"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3282
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Sanford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3283
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Santa Ana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3284
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Santa Barbara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3285
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Santa Clara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3286
#, kde-kuit-format
msgctxt "City in Bolivia"
msgid "Santa Cruz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3287
#, kde-kuit-format
msgctxt "City in Tenerife Spain"
msgid "Santa Cruz de Tenerife"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3288
#, kde-kuit-format
msgctxt "City in Tenerife Spain"
msgid "Santa Cruz de la Palma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3289
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Santa Fe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3290
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Santa Maria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3291
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Santa Maria Capua Vetere"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3292
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Santa Monica"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3293
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Santa Rosa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3294
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Santa Rosa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3295
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Santander"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3296
#, kde-kuit-format
msgctxt "City in Chile"
msgid "Santiago"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3297
#, kde-kuit-format
msgctxt "City in Dominican Republic"
msgid "Santo Domingo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3298
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Sapporo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3299
#, kde-kuit-format
msgctxt "City in Bosnia and Herzegovina"
msgid "Sarajevo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3300
#, kde-kuit-format
msgctxt "City in Volga Region Russia"
msgid "Saransk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3301
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Sarasota"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3302
#, kde-kuit-format
msgctxt "City in Volga Region Russia"
msgid "Saratov"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3303
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Sargent"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3304
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Sarnia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3305
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Saskatoon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3306
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Sassari"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3307
#, kde-kuit-format
msgctxt "City in Algeria"
msgid "Satif"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3308
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Saue"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3309
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Sault St. Marie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3310
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Sault Ste. Marie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3311
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Savannah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3312
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Savant Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3313
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Savona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3314
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Scarborough"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3315
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Schauinsland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3316
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Schaumburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3317
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Schenectady"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3318
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Schuyler"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3319
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Schwerin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3320
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Scottsdale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3321
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Scranton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3322
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Seabrook"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3323
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "Seaford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3324
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Seal Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3325
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Seattle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3326
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Sebastian"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3327
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Sechelt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3328
#, kde-kuit-format
msgctxt "City in Mali"
msgid "Segou"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3329
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Segovia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3330
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Selma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3331
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Selter"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3332
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Senneterre"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3333
#, kde-kuit-format
msgctxt "City in Jeju Korea"
msgid "Seogwipo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3334
#, kde-kuit-format
msgctxt "City in Jeju Korea"
msgid "Seongsanpo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3335
#, kde-kuit-format
msgctxt "City in Chungnam Korea"
msgid "Seosan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3336
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Seoul"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3337
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Sept-Iles"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3338
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Sevastopol"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3339
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Sevilla"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3340
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Seward"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3341
#, kde-kuit-format
msgctxt "City in Madina Saudi Arabia"
msgid "Sewerqia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3342
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Seymour"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3343
#, kde-kuit-format
msgctxt "City in Tunisia"
msgid "Sfax"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3344
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Shabaqua Corners"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3345
#, kde-kuit-format
msgctxt "City in China"
msgid "Shanghai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3346
#, kde-kuit-format
msgctxt "City in Munster Ireland"
msgid "Shannon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3347
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Shaunavon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3348
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Shawinigan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3349
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Shawnee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3350
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Sheboygan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3351
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Sheet Harbour"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3352
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Sheffield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3353
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Shelby"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3354
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Shelbyville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3355
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Sheldon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3356
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Shell Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3357
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Shemya"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3358
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Sherbrooke"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3359
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Sherbrooke"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3360
#, kde-kuit-format
msgctxt "City in Wyoming USA"
msgid "Sheridan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3361
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Shippagan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3362
#, kde-kuit-format
msgctxt "City in Iran"
msgid "Shiraz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3363
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Shoshone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3364
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Shreveport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3365
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Shungnak"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3366
#, kde-kuit-format
msgctxt "City in Malaysia"
msgid "Sibu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3367
#, kde-kuit-format
msgctxt "City in Australia"
msgid "Siding Spring"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3368
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Siegen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3369
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Siena"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3370
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Sigonella"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3371
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Silkeborg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3372
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Sillamäe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3373
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Silver Dollar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3374
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Silver Spring"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3375
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Simferopol"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3376
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Simi Valley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3377
#, kde-kuit-format
msgctxt "City in Swaziland"
msgid "Simunye"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3378
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Sindi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3379
#, kde-kuit-format
msgctxt "City in Singapore"
msgid "Singapore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3380
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Sinuiju"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3381
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Sioux City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3382
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Sioux Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3383
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Sioux Lookout"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3384
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Sioux Narrows"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3385
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Siracusa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3386
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Sisak"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3387
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Sitka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3388
#, kde-kuit-format
msgctxt "City in Myanmar"
msgid "Sittwe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3389
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Skagen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3390
#, kde-kuit-format
msgctxt "City in Slovakia"
msgid "Skalnate Pleso"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3391
#, kde-kuit-format
msgctxt "City in Norway"
msgid "Skibotn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3392
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Skive"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3393
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Skokie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3394
#, kde-kuit-format
msgctxt "City in Macedonia"
msgid "Skopje"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3395
#, kde-kuit-format
msgctxt "City in Zealand Denmark"
msgid "Slagelse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3396
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Slate Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3397
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Slave Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3398
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Slidell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3399
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Smiths Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3400
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Smoky Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3401
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Smolensk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3402
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Smooth Rock Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3403
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "Smyrna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3404
#, kde-kuit-format
msgctxt "City in South Region Russia"
msgid "Sochi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3405
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Soda Springs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3406
#, kde-kuit-format
msgctxt "City in Denmark"
msgid "Soeborg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3407
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Soenderborg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3408
#, kde-kuit-format
msgctxt "City in Bulgaria"
msgid "Sofia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3409
#, kde-kuit-format
msgctxt "City in Gangwon Korea"
msgid "Sokcho"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3410
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Solingen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3411
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Somerset"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3412
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Somerset"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3413
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Somerville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3414
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Somerville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3415
#, kde-kuit-format
msgctxt "City in Greenland"
msgid "Sondrestrom"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3416
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Sonnenberg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3417
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Sonoma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3418
#, kde-kuit-format
msgctxt "City in Győr-Moson-Sopron Hungary"
msgid "Sopron"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3419
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Soria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3420
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Souris"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3421
#, kde-kuit-format
msgctxt "City in Prince Edward Island Canada"
msgid "Souris"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3422
#, kde-kuit-format
msgctxt "City in Tunisia"
msgid "Sousse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3423
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "South Bend"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3424
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "South Brook"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3425
#, kde-kuit-format
msgctxt "City in California USA"
msgid "South Gate"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3426
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "South Kauai VORTAC"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3427
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Southampton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3428
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Southampton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3429
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Southfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3430
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Southington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3431
#, kde-kuit-format
msgctxt "City in South Africa"
msgid "Soweto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3432
#, kde-kuit-format
msgctxt "City in Angola"
msgid "Soyo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3433
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Sparks"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3434
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Spartanburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3435
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Spenard"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3436
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Spencer"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3437
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Spirit River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3438
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Spiritwood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3439
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Split"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3440
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Spokane"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3441
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Sprague"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3442
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Springdale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3443
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Springfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3444
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Springfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3445
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "Springfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3446
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Springfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3447
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Springfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3448
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Springfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3449
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Spuzzum"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3450
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Squamish"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3451
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "St. Alban's"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3452
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "St. Albans"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3453
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "St. Bride's"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3454
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "St. Catharines"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3455
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "St. Charles"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3456
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "St. Clair Shores"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3457
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "St. Cloud"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3458
#, kde-kuit-format
msgctxt "City in Virgin Islands"
msgid "St. Croix"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3459
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "St. David's"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3460
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "St. George"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3461
#, kde-kuit-format
msgctxt "City in Antigua and Barbuda"
msgid "St. John's"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3462
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "St. John's"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3463
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "St. Joseph"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3464
#, kde-kuit-format
msgctxt "City in Senegal"
msgid "St. Louis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3465
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "St. Louis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3466
#, kde-kuit-format
msgctxt "City in Mexico"
msgid "St. María Tonantzintla"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3467
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "St. Michales"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3468
#, kde-kuit-format
msgctxt "City in Loire-atlantique France"
msgid "St. Nazaire"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3469
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "St. Paul"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3470
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "St. Paul"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3471
#, kde-kuit-format
msgctxt "City in Guernsey United Kingdom"
msgid "St. Peter Port"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3472
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "St. Peter's"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3473
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "St. Petersburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3474
#, kde-kuit-format
msgctxt "City in North-West Region Russia"
msgid "St. Petersburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3475
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "St. Stephen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3476
#, kde-kuit-format
msgctxt "City in Virgin Islands"
msgid "St. Thomas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3477
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "St. Thomas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3478
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "St. Walburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3479
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Stamford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3480
#, kde-kuit-format
msgctxt "City in Falkland Islands"
msgid "Stanley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3481
#, kde-kuit-format
msgctxt "City in Slovakia"
msgid "Stara Lesna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3482
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Staten Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3483
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Statesville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3484
#, kde-kuit-format
msgctxt "City in Norway"
msgid "Stavanger"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3485
#, kde-kuit-format
msgctxt "City in South Region Russia"
msgid "Stavropol'"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3486
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Steamboat Springs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3487
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Steinbach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3488
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Stephenville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3489
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Sterling"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3490
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Sterling"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3491
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Sterling Heights"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3492
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Stettler"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3493
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Steubenville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3494
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Stockert"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3495
#, kde-kuit-format
msgctxt "City in Sweden"
msgid "Stockholm"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3496
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Stockholm"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3497
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Stockton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3498
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Stony Brook"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3499
#, kde-kuit-format
msgctxt "City in Bas-Rhin France"
msgid "Strasbourg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3500
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Stratford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3501
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Stratford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3502
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Struer"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3503
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Sturtevant"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3504
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Stuttgart"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3505
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Sudbury"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3506
#, kde-kuit-format
msgctxt "City in Egypt"
msgid "Suez"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3507
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Suffolk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3508
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Sugadaira"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3509
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Sultan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3510
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Summerford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3511
#, kde-kuit-format
msgctxt "City in Prince Edward Island Canada"
msgid "Summerside"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3512
#, kde-kuit-format
msgctxt "City in South Carolina USA"
msgid "Sumter"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3513
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Sumy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3514
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Sun Valley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3515
#, kde-kuit-format
msgctxt "City in Jeonnam Korea"
msgid "Suncheon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3516
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Sundridge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3517
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Sunnyvale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3518
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Sunrise"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3519
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Superior"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3520
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Surrey"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3521
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Sussex"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3522
#, kde-kuit-format
msgctxt "City in South Africa"
msgid "Sutherland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3523
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Sutton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3524
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Suure-Jaani"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3525
#, kde-kuit-format
msgctxt "City in Gyeonggi Korea"
msgid "Suwon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3526
#, kde-kuit-format
msgctxt "City in Fyn Denmark"
msgid "Svendborg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3527
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Swan Hills"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3528
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Swan River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3529
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Swannanoa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3530
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Swift Current"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3531
#, kde-kuit-format
msgctxt "City in New South Wales Australia"
msgid "Sydney"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3532
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Sydney"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3533
#, kde-kuit-format
msgctxt "City in North-West Region Russia"
msgid "Syktyvkar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3534
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Syracuse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3535
#, kde-kuit-format
msgctxt "City in Csongrád Hungary"
msgid "Szeged"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3536
#, kde-kuit-format
msgctxt "City in Tolna Hungary"
msgid "Szekszárd"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3537
#, kde-kuit-format
msgctxt "City in Jász-Nagykun-Szolnok Hungary"
msgid "Szolnok"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3538
#, kde-kuit-format
msgctxt "City in Vas Hungary"
msgid "Szombathely"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3539
#, kde-kuit-format
msgctxt "City in Fejér Hungary"
msgid "Székesfehérvár"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3540
#, kde-kuit-format
msgctxt "City in Brazil"
msgid "São Paulo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3541
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Taber"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3542
#, kde-kuit-format
msgctxt "City in Iran"
msgid "Tabriz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3543
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Tachie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3544
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Tacoma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3545
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Tadoussac"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3546
#, kde-kuit-format
msgctxt "City in Gangwon Korea"
msgid "Taebaek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3547
#, kde-kuit-format
msgctxt "City in French Polynesia"
msgid "Tahiti"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3548
#, kde-kuit-format
msgctxt "City in Hong Kong"
msgid "Tai Tam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3549
#, kde-kuit-format
msgctxt "City in Taiwan"
msgid "Taipei"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3550
#, kde-kuit-format
msgctxt "City in Ghana"
msgid "Takoradi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3551
#, kde-kuit-format
msgctxt "City in Peru"
msgid "Talara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3552
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Tallahassee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3553
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Tallinn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3554
#, kde-kuit-format
msgctxt "City in Algeria"
msgid "Tamanrasset"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3555
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Tambov"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3556
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "Tampa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3557
#, kde-kuit-format
msgctxt "City in Finland"
msgid "Tampere"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3558
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Tamsalu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3559
#, kde-kuit-format
msgctxt "City in Morocco"
msgid "Tangier"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3560
#, kde-kuit-format
msgctxt "City in Marshall Islands"
msgid "Taora Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3561
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Tapa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3562
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Taranto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3563
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Tarragona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3564
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Tartu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3565
#, kde-kuit-format
msgctxt "City in Uzbekistan"
msgid "Tashkent"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3566
#, kde-kuit-format
msgctxt "City in Komárom-Esztergom Hungary"
msgid "Tatabánya"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3567
#, kde-kuit-format
msgctxt "City in Tunisia"
msgid "Tataouine"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3568
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Taylor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3569
#, kde-kuit-format
msgctxt "City in Honduras"
msgid "Tegucigalpa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3570
#, kde-kuit-format
msgctxt "City in Iran"
msgid "Tehran"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3571
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "Teignmouth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3572
#, kde-kuit-format
msgctxt "City in Israel"
msgid "Tel Aviv"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3573
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Temiskaming Shores"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3574
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Tempe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3575
#, kde-kuit-format
msgctxt "City in Singapore"
msgid "Tengah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3576
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Tenino"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3577
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Tern Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3578
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Terni"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3579
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Ternopil'"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3580
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Terrace Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3581
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Terrassa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3582
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Terre Haute"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3583
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Terrenceville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3584
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Teruel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3585
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Tete Jaune Cache"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3586
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "Texarkana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3587
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Texarkana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3588
#, kde-kuit-format
msgctxt "City in Lesotho"
msgid "Teyateayneng"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3589
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "The Pas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3590
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Thessalon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3591
#, kde-kuit-format
msgctxt "City in Greece"
msgid "Thessaloníki"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3592
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Thetford Mines"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3593
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Thibodaux"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3594
#, kde-kuit-format
msgctxt "City in Senegal"
msgid "Thies"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3595
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Thisted"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3596
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Thomasville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3597
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Thornton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3598
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Thousand Oaks"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3599
#, kde-kuit-format
msgctxt "City in Greenland"
msgid "Thule"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3600
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Thunder Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3601
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Tifton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3602
#, kde-kuit-format
msgctxt "City in Prince Edward Island Canada"
msgid "Tignish"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3603
#, kde-kuit-format
msgctxt "City in Cameroon"
msgid "Tiko"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3604
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Tilburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3605
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Tillson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3606
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Timmins"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3607
#, kde-kuit-format
msgctxt "City in Marshall Islands"
msgid "Tinak"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3608
#, kde-kuit-format
msgctxt "City in Algeria"
msgid "Tindouf"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3609
#, kde-kuit-format
msgctxt "City in US Territory"
msgid "Tinian Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3610
#, kde-kuit-format
msgctxt "City in Algeria"
msgid "Tlemcen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3611
#, kde-kuit-format
msgctxt "City in Madagascar"
msgid "Toamasina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3612
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Tobermory"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3613
#, kde-kuit-format
msgctxt "City in Libya"
msgid "Tobruk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3614
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Toender"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3615
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Tofino"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3616
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Tokyo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3617
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Toledo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3618
#, kde-kuit-format
msgctxt "City in Toledo Spain"
msgid "Toledo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3619
#, kde-kuit-format
msgctxt "City in Madagascar"
msgid "Toliara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3620
#, kde-kuit-format
msgctxt "City in Mali"
msgid "Tombouctou"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3621
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Tombstone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3622
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Tomsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3623
#, kde-kuit-format
msgctxt "City in Gyeongnam Korea"
msgid "Tongyeong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3624
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Topeka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3625
#, kde-kuit-format
msgctxt "City in Finland"
msgid "Tornio"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3626
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Toronto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3627
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Torrance"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3628
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Torrington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3629
#, kde-kuit-format
msgctxt "City in Haute-Garonne France"
msgid "Toulouse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3630
#, kde-kuit-format
msgctxt "City in Indre-et-Loire France"
msgid "Tours"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3631
#, kde-kuit-format
msgctxt "City in Queensland Australia"
msgid "Townsville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3632
#, kde-kuit-format
msgctxt "City in Japan"
msgid "Toyokawa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3633
#, kde-kuit-format
msgctxt "City in Tunisia"
msgid "Tozeur"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3634
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Trapani"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3635
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Traverse City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3636
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Trento"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3637
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Trenton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3638
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Trepassey"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3639
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Treviso"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3640
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Trieste"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3641
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Trinidad"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3642
#, kde-kuit-format
msgctxt "City in Libya"
msgid "Tripoli"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3643
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Trois-Rivieres"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3644
#, kde-kuit-format
msgctxt "City in Norway"
msgid "Tromsø"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3645
#, kde-kuit-format
msgctxt "City in Norway"
msgid "Trondheim"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3646
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Troy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3647
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Troy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3648
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Troy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3649
#, kde-kuit-format
msgctxt "City in Aube France"
msgid "Troyes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3650
#, kde-kuit-format
msgctxt "City in Micronesia"
msgid "Truk Atoll"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3651
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Truro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3652
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Truth or Consequences"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3653
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Tucker"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3654
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Tucson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3655
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Tucumcari"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3656
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Tula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3657
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Tulsa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3658
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Tumbler Ridge"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3659
#, kde-kuit-format
msgctxt "City in Tunisia"
msgid "Tunis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3660
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Tupelo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3661
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Turin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3662
#, kde-kuit-format
msgctxt "City in Finland"
msgid "Turku"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3663
#, kde-kuit-format
msgctxt "City in Alabama USA"
msgid "Tuscaloosa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3664
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Tver'"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3665
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Twin Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3666
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Two Hills"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3667
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Tyler"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3668
#, kde-kuit-format
msgctxt "City in Ural Russia"
msgid "Tyumen'"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3669
#, kde-kuit-format
msgctxt "City in Faroe Islands Denmark"
msgid "Tórshavn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3670
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Tõrva"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3671
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Türi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3672
#, kde-kuit-format
msgctxt "City in Washington, DC USA"
msgid "US Naval Observatory"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3673
#, kde-kuit-format
msgctxt "City in Thailand"
msgid "Ubon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3674
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Ucluelet"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3675
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Udine"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3676
#, kde-kuit-format
msgctxt "City in Thailand"
msgid "Udon-Thani"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3677
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Uelzen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3678
#, kde-kuit-format
msgctxt "City in Volga Region Russia"
msgid "Ufa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3679
#, kde-kuit-format
msgctxt "City in Gyeongbuk Korea"
msgid "Uiseong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3680
#, kde-kuit-format
msgctxt "City in Indonesia"
msgid "Ujung Pandang"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3681
#, kde-kuit-format
msgctxt "City in Belgium"
msgid "Ukkel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3682
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Ulan-Ude"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3683
#, kde-kuit-format
msgctxt "City in Gyeongbuk Korea"
msgid "Uljin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3684
#, kde-kuit-format
msgctxt "City in Gyeongbuk Korea"
msgid "Ulleungdo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3685
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Ulm"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3686
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Ulsan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3687
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Unalaska"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3688
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Uni. de Barcelona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3689
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Union City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3690
#, kde-kuit-format
msgctxt "City in Tennessee USA"
msgid "Union City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3691
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Unity"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3692
#, kde-kuit-format
msgctxt "City in Missouri USA"
msgid "University City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3693
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Upolu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3694
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Upolu Point"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3695
#, kde-kuit-format
msgctxt "City in Sweden"
msgid "Uppsala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3696
#, kde-kuit-format
msgctxt "City in Australia"
msgid "Uppsala Sur"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3697
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Upsala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3698
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Urbana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3699
#, kde-kuit-format
msgctxt "City in Siberia Russia"
msgid "Ust'-Ordynsky"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3700
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Utica"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3701
#, kde-kuit-format
msgctxt "City in Marshall Islands"
msgid "Utirik"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3702
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Utrecht"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3703
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Uzhhorod"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3704
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Vacaville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3705
#, kde-kuit-format
msgctxt "City in India"
msgid "Vainu Bappu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3706
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Val Marie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3707
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Val-d'Or"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3708
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Valdez"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3709
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Valdosta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3710
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Vale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3711
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Valentine"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3712
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Valga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3713
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Valhalla"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3714
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Valladolid"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3715
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Vallee-Jonction"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3716
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Vallejo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3717
#, kde-kuit-format
msgctxt "City in Malta"
msgid "Valletta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3718
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Valleyview"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3719
#, kde-kuit-format
msgctxt "City in Chile"
msgid "Valparaiso"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3720
#, kde-kuit-format
msgctxt "City in Tenerife Spain"
msgid "Valverde"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3721
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Valéncia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3722
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Van Buren"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3723
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Van Nuys"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3724
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Vancouver"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3725
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Vancouver"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3726
#, kde-kuit-format
msgctxt "City in Austria"
msgid "Vandans"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3727
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Vanderhoof"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3728
#, kde-kuit-format
msgctxt "City in Morbihan France"
msgid "Vannes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3729
#, kde-kuit-format
msgctxt "City in Finland"
msgid "Vantaa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3730
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Varaždin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3731
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Varde"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3732
#, kde-kuit-format
msgctxt "City in Poland"
msgid "Varsovia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3733
#, kde-kuit-format
msgctxt "City in Vatican"
msgid "Vaticano"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3734
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Vaughn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3735
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Vegreville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3736
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Vejle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3737
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Venice"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3738
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Venice"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3739
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Ventura"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3740
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Vermilion"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3741
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Vermilion Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3742
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Vermillion"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3743
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Vernal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3744
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Verner"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3745
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Vernon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3746
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Verona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3747
#, kde-kuit-format
msgctxt "City in New Mexico USA"
msgid "Very Large Array"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3748
#, kde-kuit-format
msgctxt "City in Veszprém Hungary"
msgid "Veszprém"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3749
#, kde-kuit-format
msgctxt "City in Jylland Denmark"
msgid "Viborg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3750
#, kde-kuit-format
msgctxt "City in Italy"
msgid "Vicenza"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3751
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Vicksburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3752
#, kde-kuit-format
msgctxt "City in Seychelles"
msgid "Victoria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3753
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Victoria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3754
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Victoria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3755
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Victoriaville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3756
#, kde-kuit-format
msgctxt "City in Austria"
msgid "Vienna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3757
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Vigo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3758
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Viljandi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3759
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Ville-Marie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3760
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Vilna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3761
#, kde-kuit-format
msgctxt "City in Lithuania"
msgid "Vilnius"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3762
#, kde-kuit-format
msgctxt "City in New Jersey USA"
msgid "Vineland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3763
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Vinkovci"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3764
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Vinnytsia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3765
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Virden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3766
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Virginia Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3767
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Virovitica"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3768
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Visalia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3769
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Vitoria-Gasteiz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3770
#, kde-kuit-format
msgctxt "City in South Region Russia"
msgid "Vladikavkaz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3771
#, kde-kuit-format
msgctxt "City in Central Region Russia"
msgid "Vladimir"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3772
#, kde-kuit-format
msgctxt "City in Far East Russia"
msgid "Vladivostok"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3773
#, kde-kuit-format
msgctxt "City in South Region Russia"
msgid "Volgograd"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3774
#, kde-kuit-format
msgctxt "City in North-West Region Russia"
msgid "Vologda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3775
#, kde-kuit-format
msgctxt "City in Austria"
msgid "Vols"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3776
#, kde-kuit-format
msgctxt "City in Zealand Denmark"
msgid "Vordingborg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3777
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Võhma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3778
#, kde-kuit-format
msgctxt "City in Estonia"
msgid "Võru"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3779
#, kde-kuit-format
msgctxt "City in Indiana USA"
msgid "Wabash"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3780
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Waco"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3781
#, kde-kuit-format
msgctxt "City in Sudan"
msgid "Wad Medani"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3782
#, kde-kuit-format
msgctxt "City in Sudan"
msgid "Wadi-Halfa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3783
#, kde-kuit-format
msgctxt "City in Kuwait"
msgid "Wafra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3784
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Wahiawa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3785
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Waialua"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3786
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Waikola"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3787
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Wailuku"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3788
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Waimea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3789
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Wainwright"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3790
#, kde-kuit-format
msgctxt "City in Hawaii USA"
msgid "Waipahu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3791
#, kde-kuit-format
msgctxt "City in US Territory"
msgid "Wake Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3792
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Wakefield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3793
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Waldoboro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3794
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Walker"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3795
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Walla Walla"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3796
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Wallace"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3797
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Wallowa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3798
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Walnut Creek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3799
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Waltham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3800
#, kde-kuit-format
msgctxt "City in Namibia"
msgid "Walvis Bay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3801
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Wandering River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3802
#, kde-kuit-format
msgctxt "City in Jeonnam Korea"
msgid "Wando"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3803
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Warner Robins"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3804
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Warren"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3805
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Warren"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3806
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Warren"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3807
#, kde-kuit-format
msgctxt "City in Poland"
msgid "Warsaw"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3808
#, kde-kuit-format
msgctxt "City in Rhode Island USA"
msgid "Warwick"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3809
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Wasagaming"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3810
#, kde-kuit-format
msgctxt "City in Oregon USA"
msgid "Wasco"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3811
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Waseca"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3812
#, kde-kuit-format
msgctxt "City in DC USA"
msgid "Washington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3813
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Washington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3814
#, kde-kuit-format
msgctxt "City in Quebec Canada"
msgid "Waswanipi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3815
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Waterbury"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3816
#, kde-kuit-format
msgctxt "City in Munster Ireland"
msgid "Waterford"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3817
#, kde-kuit-format
msgctxt "City in Iowa USA"
msgid "Waterloo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3818
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Waterloo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3819
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Watertown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3820
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Watertown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3821
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Waterville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3822
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Watrous"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3823
#, kde-kuit-format
msgctxt "City in Illinois USA"
msgid "Waukegan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3824
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Waukesha"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3825
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Wausau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3826
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Wauwatosa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3827
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Wawa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3828
#, kde-kuit-format
msgctxt "City in Georgia USA"
msgid "Waycross"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3829
#, kde-kuit-format
msgctxt "City in Nebraska USA"
msgid "Wayne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3830
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Waynesboro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3831
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Waynesburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3832
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Weirs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3833
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Weirton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3834
#, kde-kuit-format
msgctxt "City in New Zealand"
msgid "Wellington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3835
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Wells"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3836
#, kde-kuit-format
msgctxt "City in Utah USA"
msgid "Wendover"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3837
#, kde-kuit-format
msgctxt "City in Newfoundland Canada"
msgid "Wesleyville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3838
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "West Allis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3839
#, kde-kuit-format
msgctxt "City in California USA"
msgid "West Covina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3840
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "West Haven"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3841
#, kde-kuit-format
msgctxt "City in California USA"
msgid "West Hills"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3842
#, kde-kuit-format
msgctxt "City in Arkansas USA"
msgid "West Memphis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3843
#, kde-kuit-format
msgctxt "City in Florida USA"
msgid "West Palm Beach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3844
#, kde-kuit-format
msgctxt "City in Maine USA"
msgid "Westbrook"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3845
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Westerbork"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3846
#, kde-kuit-format
msgctxt "City in Rhode Island USA"
msgid "Westerly"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3847
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Westland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3848
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Westlock"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3849
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Westminster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3850
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Westminster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3851
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Westminster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3852
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Westport"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3853
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Wetaskiwin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3854
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Weyburn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3855
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Weymouth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3856
#, kde-kuit-format
msgctxt "City in Maryland USA"
msgid "Wheaton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3857
#, kde-kuit-format
msgctxt "City in West Virginia USA"
msgid "Wheeling"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3858
#, kde-kuit-format
msgctxt "City in New Zealand"
msgid "Whenuapai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3859
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Whidbey Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3860
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Whistler"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3861
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "White Plains"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3862
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "White River"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3863
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Whitecourt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3864
#, kde-kuit-format
msgctxt "City in Yukon Canada"
msgid "Whitehorse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3865
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Whitney"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3866
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Whittier"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3867
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Whycocomagh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3868
#, kde-kuit-format
msgctxt "City in Kansas USA"
msgid "Wichita"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3869
#, kde-kuit-format
msgctxt "City in Texas USA"
msgid "Wichita Falls"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3870
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Wickenburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3871
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Wiesbaden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3872
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Wilcox Solar Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3873
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Wilder"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3874
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Wilkes-Barre"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3875
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Willcox"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3876
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Willemstad"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3877
#, kde-kuit-format
msgctxt "City in British Columbia Canada"
msgid "Williams Lake"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3878
#, kde-kuit-format
msgctxt "City in North Dakota USA"
msgid "Williston"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3879
#, kde-kuit-format
msgctxt "City in Delaware USA"
msgid "Wilmington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3880
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Wilmington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3881
#, kde-kuit-format
msgctxt "City in Idaho USA"
msgid "Winchester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3882
#, kde-kuit-format
msgctxt "City in Kentucky USA"
msgid "Winchester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3883
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Winchester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3884
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Winchester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3885
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Winchester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3886
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Windam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3887
#, kde-kuit-format
msgctxt "City in Namibia"
msgid "Windhoek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3888
#, kde-kuit-format
msgctxt "City in Khomas Hochland Namibia"
msgid "Windhoek"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3889
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Windsor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3890
#, kde-kuit-format
msgctxt "City in Ontario Canada"
msgid "Windsor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3891
#, kde-kuit-format
msgctxt "City in Nevada USA"
msgid "Winnemucca"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3892
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Winner"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3893
#, kde-kuit-format
msgctxt "City in Montana USA"
msgid "Winnett"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3894
#, kde-kuit-format
msgctxt "City in Louisiana USA"
msgid "Winnfield"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3895
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Winnipeg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3896
#, kde-kuit-format
msgctxt "City in Manitoba Canada"
msgid "Winnipegosis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3897
#, kde-kuit-format
msgctxt "City in Minnesota USA"
msgid "Winona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3898
#, kde-kuit-format
msgctxt "City in Mississippi USA"
msgid "Winona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3899
#, kde-kuit-format
msgctxt "City in Vermont USA"
msgid "Winooski"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3900
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Winsted"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3901
#, kde-kuit-format
msgctxt "City in North Carolina USA"
msgid "Winston-Salem"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3902
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Witten"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3903
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Wolfsburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3904
#, kde-kuit-format
msgctxt "City in Netherlands"
msgid "Wolphaartsdijk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3905
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Wolseley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3906
#, kde-kuit-format
msgctxt "City in Gangwon Korea"
msgid "Wonju"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3907
#, kde-kuit-format
msgctxt "City in Korea"
msgid "Wonsan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3908
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Woodland Hills"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3909
#, kde-kuit-format
msgctxt "City in New Brunswick Canada"
msgid "Woodstock"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3910
#, kde-kuit-format
msgctxt "City in New Hampshire USA"
msgid "Woodsville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3911
#, kde-kuit-format
msgctxt "City in Oklahoma USA"
msgid "Woodward"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3912
#, kde-kuit-format
msgctxt "City in Rhode Island USA"
msgid "Woonsocket"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3913
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Woonsocket"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3914
#, kde-kuit-format
msgctxt "City in Massachusetts USA"
msgid "Worcester"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3915
#, kde-kuit-format
msgctxt "City in Alberta Canada"
msgid "Worsley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3916
#, kde-kuit-format
msgctxt "City in Marshall Islands"
msgid "Wotje"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3917
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Wuppertal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3918
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Wurzburg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3919
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Wynnewood"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3920
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Wynyard"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3921
#, kde-kuit-format
msgctxt "City in Michigan USA"
msgid "Wyoming"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3922
#, kde-kuit-format
msgctxt "City in Virginia USA"
msgid "Wytheville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3923
#, kde-kuit-format
msgctxt "City in Washington USA"
msgid "Yakima"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3924
#, kde-kuit-format
msgctxt "City in Alaska USA"
msgid "Yakutat"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3925
#, kde-kuit-format
msgctxt "City in Far East Russia"
msgid "Yakutsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3926
#, kde-kuit-format
msgctxt "City in Connecticut USA"
msgid "Yale Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3927
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Yalta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3928
#, kde-kuit-format
msgctxt "City in Ivory coast"
msgid "Yamoussoukro"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3929
#, kde-kuit-format
msgctxt "City in Gyeonggi Korea"
msgid "Yangpyeong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3930
#, kde-kuit-format
msgctxt "City in South Dakota USA"
msgid "Yankton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3931
#, kde-kuit-format
msgctxt "City in Cameroon"
msgid "Yaounde"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3932
#, kde-kuit-format
msgctxt "City in Micronesia"
msgid "Yap Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3933
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "Yardley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3934
#, kde-kuit-format
msgctxt "City in Nova Scotia Canada"
msgid "Yarmouth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3935
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Yebes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3936
#, kde-kuit-format
msgctxt "City in Liberia"
msgid "Yekepa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3937
#, kde-kuit-format
msgctxt "City in Northwest Territories Canada"
msgid "Yellowknife"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3938
#, kde-kuit-format
msgctxt "City in Gyeongbuk Korea"
msgid "Yeongcheon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3939
#, kde-kuit-format
msgctxt "City in Gyeongbuk Korea"
msgid "Yeongdeok"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3940
#, kde-kuit-format
msgctxt "City in Gyeongbuk Korea"
msgid "Yeongju"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3941
#, kde-kuit-format
msgctxt "City in Gangwon Korea"
msgid "Yeongwol"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3942
#, kde-kuit-format
msgctxt "City in Jeonnam Korea"
msgid "Yeosu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3943
#, kde-kuit-format
msgctxt "City in Wisconsin USA"
msgid "Yerkes Obs."
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3944
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Yonkers"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3945
#, kde-kuit-format
msgctxt "City in United Kingdom"
msgid "York"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3946
#, kde-kuit-format
msgctxt "City in Pennsylvania USA"
msgid "York"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3947
#, kde-kuit-format
msgctxt "City in Saskatchewan Canada"
msgid "Yorkton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3948
#, kde-kuit-format
msgctxt "City in New York USA"
msgid "Yorktown Heights"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3949
#, kde-kuit-format
msgctxt "City in Volga Region Russia"
msgid "Yoshkar Ola"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3950
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Youngstown"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3951
#, kde-kuit-format
msgctxt "City in California USA"
msgid "Yuba City"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3952
#, kde-kuit-format
msgctxt "City in Arizona USA"
msgid "Yuma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3953
#, kde-kuit-format
msgctxt "City in Colorado USA"
msgid "Yuma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3954
#, kde-kuit-format
msgctxt "City in Hambuk Korea"
msgid "Yupojin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3955
#, kde-kuit-format
msgctxt "City in Far East Russia"
msgid "Yuzhno-Sakhalinsk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3956
#, kde-kuit-format
msgctxt "City in Croatia"
msgid "Zadar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3957
#, kde-kuit-format
msgctxt "City in Zala Hungary"
msgid "Zalaegerszeg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3958
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Zamora"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3959
#, kde-kuit-format
msgctxt "City in Ohio USA"
msgid "Zanesville"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3960
#, kde-kuit-format
msgctxt "City in Tanzania"
msgid "Zanzibar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3961
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Zaporizhia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3962
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Zaragoza"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3963
#, kde-kuit-format
msgctxt "City in Tunisia"
msgid "Zarzis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3964
#, kde-kuit-format
msgctxt "City in Wielkopolska Poland"
msgid "Zduny"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3965
#, kde-kuit-format
msgctxt "City in Russia"
msgid "Zelenchukskaya"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3966
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Zhovkva"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3967
#, kde-kuit-format
msgctxt "City in Ukraine"
msgid "Zhytomyr"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3968
#, kde-kuit-format
msgctxt "City in Senegal"
msgid "Ziguinchor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3969
#, kde-kuit-format
msgctxt "City in Switzerland"
msgid "Zimmerwald"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3970
#, kde-kuit-format
msgctxt "City in Malawi"
msgid "Zomba"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3971
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Zorneding"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3972
#, kde-kuit-format
msgctxt "City in Germany"
msgid "Zwickau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3973
#, kde-kuit-format
msgctxt "City in Switzerland"
msgid "Zürich"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3974
#, kde-kuit-format
msgctxt "City in Spain"
msgid "Ávila"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3975
#, kde-kuit-format
msgctxt "City in Lithuania"
msgid "Šiauliai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3976
#, kde-kuit-format
msgctxt "Region/state in Australia"
msgid "ACT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3977
#, kde-kuit-format
msgctxt "Region/state in Kuwait"
msgid "Ahmadi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3978
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Alabama"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3979
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Alaska"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3980
#, kde-kuit-format
msgctxt "Region/state in Canada"
msgid "Alberta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3981
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Alpes Maritimes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3982
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Alpes de Haute Provence"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3983
#, kde-kuit-format
msgctxt "Region/state in India"
msgid "Andhra Pradesh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3984
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Arizona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3985
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Arkansas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3986
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Aube"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3987
#, kde-kuit-format
msgctxt "Region/state in Portugal"
msgid "Azores"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3988
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Baranya"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3989
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Bas-Rhin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3990
#, kde-kuit-format
msgctxt "Region/state in Denmark"
msgid "Bornholm"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3991
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Borsod-Abaúj-Zemplén"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3992
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Bouches-du-rhône"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3993
#, kde-kuit-format
msgctxt "Region/state in Belgium"
msgid "Brabant"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3994
#, kde-kuit-format
msgctxt "Region/state in Canada"
msgid "British Columbia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3995
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Bács-Kiskun"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3996
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Békés"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3997
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "California"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3998
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Calvados"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:3999
#, kde-kuit-format
msgctxt "Region/state in Spain"
msgid "Canary Islands"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4000
#, kde-kuit-format
msgctxt "Region/state in Russia"
msgid "Central Region"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4001
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Charente-Maritime"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4002
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Cher"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4003
#, kde-kuit-format
msgctxt "Region/state in Kiribati"
msgid "Christmas Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4004
#, kde-kuit-format
msgctxt "Region/state in Korea"
msgid "Chungbuk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4005
#, kde-kuit-format
msgctxt "Region/state in Korea"
msgid "Chungnam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4006
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Colorado"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4007
#, kde-kuit-format
msgctxt "Region/state in Ireland"
msgid "Connacht"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4008
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Connecticut"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4009
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Corse du Sud"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4010
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Csongrád"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4011
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Côte d'or"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4012
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "DC"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4013
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Delaware"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4014
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Doubs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4015
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Eure-et-Loir"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4016
#, kde-kuit-format
msgctxt "Region/state in Denmark"
msgid "Falster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4017
#, kde-kuit-format
msgctxt "Region/state in Russia"
msgid "Far East"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4018
#, kde-kuit-format
msgctxt "Region/state in Denmark"
msgid "Faroe Islands"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4019
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Fejér"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4020
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Finistère"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4021
#, kde-kuit-format
msgctxt "Region/state in Belgium"
msgid "Flandre occidentale"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4022
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Florida"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4023
#, kde-kuit-format
msgctxt "Region/state in Denmark"
msgid "Fyn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4024
#, kde-kuit-format
msgctxt "Region/state in Korea"
msgid "Gangwon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4025
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Georgia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4026
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Gironde"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4027
#, kde-kuit-format
msgctxt "Region/state in Spain"
msgid "Gran Canaria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4028
#, kde-kuit-format
msgctxt "Region/state in Solomon Islands"
msgid "Guadalcanal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4029
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Guadeloupe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4030
#, kde-kuit-format
msgctxt "Region/state in United Kingdom"
msgid "Guernsey"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4031
#, kde-kuit-format
msgctxt "Region/state in Korea"
msgid "Gyengnam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4032
#, kde-kuit-format
msgctxt "Region/state in Korea"
msgid "Gyeongbuk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4033
#, kde-kuit-format
msgctxt "Region/state in Korea"
msgid "Gyeonggi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4034
#, kde-kuit-format
msgctxt "Region/state in Korea"
msgid "Gyeongnam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4035
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Győr-Moson-Sopron"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4036
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Hajdú-Bihar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4037
#, kde-kuit-format
msgctxt "Region/state in Korea"
msgid "Hambuk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4038
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Haute-Corse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4039
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Haute-Garonne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4040
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Haute-Loire"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4041
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Haute-Savoie"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4042
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Haute-Vienne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4043
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Hautes Alpes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4044
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Hautes-Pyrénées"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4045
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Hauts-de-Seine"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4046
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Hawaii"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4047
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Herault"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4048
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Heves"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4049
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Idaho"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4050
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Ille-et-vilaine"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4051
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Illinois"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4052
#, kde-kuit-format
msgctxt "Region/state in Korea"
msgid "Incheon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4053
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Indiana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4054
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Indre-et-Loire"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4055
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Iowa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4056
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Isère"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4057
#, kde-kuit-format
msgctxt "Region/state in Korea"
msgid "Jeju"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4058
#, kde-kuit-format
msgctxt "Region/state in Korea"
msgid "Jeonbuk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4059
#, kde-kuit-format
msgctxt "Region/state in Korea"
msgid "Jeonnam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4060
#, kde-kuit-format
msgctxt "Region/state in Denmark"
msgid "Jylland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4061
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Jász-Nagykun-Szolnok"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4062
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Kansas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4063
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Kentucky"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4064
#, kde-kuit-format
msgctxt "Region/state in Namibia"
msgid "Khomas Hochland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4065
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Komárom-Esztergom"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4066
#, kde-kuit-format
msgctxt "Region/state in Italy"
msgid "Lecco"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4067
#, kde-kuit-format
msgctxt "Region/state in Ireland"
msgid "Leinster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4068
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Loire"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4069
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Loire-atlantique"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4070
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Loiret"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4071
#, kde-kuit-format
msgctxt "Region/state in Denmark"
msgid "Lolland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4072
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Louisiana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4073
#, kde-kuit-format
msgctxt "Region/state in Portugal"
msgid "Madeira"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4074
#, kde-kuit-format
msgctxt "Region/state in Saudi Arabia"
msgid "Madina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4075
#, kde-kuit-format
msgctxt "Region/state in India"
msgid "Maharashtra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4076
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Maine"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4077
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Manche"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4078
#, kde-kuit-format
msgctxt "Region/state in Canada"
msgid "Manitoba"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4079
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Marne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4080
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Martinique"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4081
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Maryland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4082
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Massachusetts"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4083
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Mayotte"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4084
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Michigan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4085
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Minnesota"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4086
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Mississippi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4087
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Missouri"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4088
#, kde-kuit-format
msgctxt "Region/state in Germany"
msgid "Mittelfranken"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4089
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Montana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4090
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Morbihan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4091
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Moselle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4092
#, kde-kuit-format
msgctxt "Region/state in Ireland"
msgid "Munster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4093
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Nebraska"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4094
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Nevada"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4095
#, kde-kuit-format
msgctxt "Region/state in Canada"
msgid "New Brunswick"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4096
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "New Caledonia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4097
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "New Hampshire"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4098
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "New Jersey"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4099
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "New Mexico"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4100
#, kde-kuit-format
msgctxt "Region/state in Australia"
msgid "New South Wales"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4101
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "New York"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4102
#, kde-kuit-format
msgctxt "Region/state in Canada"
msgid "Newfoundland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4103
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Nièvre"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4104
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Nord"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4105
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "North Carolina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4106
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "North Dakota"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4107
#, kde-kuit-format
msgctxt "Region/state in Russia"
msgid "North-West Region"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4108
#, kde-kuit-format
msgctxt "Region/state in United Kingdom"
msgid "Northern Ireland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4109
#, kde-kuit-format
msgctxt "Region/state in Australia"
msgid "Northern Territory"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4110
#, kde-kuit-format
msgctxt "Region/state in Canada"
msgid "Northwest Territories"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4111
#, kde-kuit-format
msgctxt "Region/state in Canada"
msgid "Nova Scotia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4112
#, kde-kuit-format
msgctxt "Region/state in Canada"
msgid "Nunavut"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4113
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Nógrád"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4114
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Ohio"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4115
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Oklahoma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4116
#, kde-kuit-format
msgctxt "Region/state in Canada"
msgid "Ontario"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4117
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Oregon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4118
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Paris"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4119
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Pas-de-Calais"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4120
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Pennsylvania"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4121
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Pest"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4122
#, kde-kuit-format
msgctxt "Region/state in Canada"
msgid "Prince Edward Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4123
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Puerto Rico"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4124
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Puy-de-Dôme"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4125
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Pyrénées Orientales"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4126
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Pyrénées atlantiques"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4127
#, kde-kuit-format
msgctxt "Region/state in Korea"
msgid "Pyungbuk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4128
#, kde-kuit-format
msgctxt "Region/state in Canada"
msgid "Quebec"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4129
#, kde-kuit-format
msgctxt "Region/state in Australia"
msgid "Queensland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4130
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Rhode Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4131
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Rhône"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4132
#, kde-kuit-format
msgctxt "Region/state in Canada"
msgid "Saskatchewan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4133
#, kde-kuit-format
msgctxt "Region/state in United Kingdom"
msgid "Scotland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4134
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Seine-maritime"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4135
#, kde-kuit-format
msgctxt "Region/state in Russia"
msgid "Siberia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4136
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Somme"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4137
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Somogy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4138
#, kde-kuit-format
msgctxt "Region/state in Australia"
msgid "South Australia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4139
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "South Carolina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4140
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "South Dakota"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4141
#, kde-kuit-format
msgctxt "Region/state in Russia"
msgid "South Region"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4142
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "St-Pierre and Miquelon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4143
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Szabolcs-Szatmár-Bereg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4144
#, kde-kuit-format
msgctxt "Region/state in Australia"
msgid "Tasmania"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4145
#, kde-kuit-format
msgctxt "Region/state in Spain"
msgid "Tenerife"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4146
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Tennessee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4147
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Texas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4148
#, kde-kuit-format
msgctxt "Region/state in China"
msgid "Tibet"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4149
#, kde-kuit-format
msgctxt "Region/state in Spain"
msgid "Toledo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4150
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Tolna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4151
#, kde-kuit-format
msgctxt "Region/state in Ireland"
msgid "Ulster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4152
#, kde-kuit-format
msgctxt "Region/state in Russia"
msgid "Ural"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4153
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Utah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4154
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Vas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4155
#, kde-kuit-format
msgctxt "Region/state in France"
msgid "Vaucluse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4156
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Vermont"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4157
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Veszprém"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4158
#, kde-kuit-format
msgctxt "Region/state in Australia"
msgid "Victoria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4159
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Virginia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4160
#, kde-kuit-format
msgctxt "Region/state in Russia"
msgid "Volga Region"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4161
#, kde-kuit-format
msgctxt "Region/state in United Kingdom"
msgid "Wales"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4162
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Washington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4163
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Washington, DC"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4164
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "West Virginia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4165
#, kde-kuit-format
msgctxt "Region/state in Australia"
msgid "Western Australia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4166
#, kde-kuit-format
msgctxt "Region/state in Poland"
msgid "Wielkopolska"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4167
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Wisconsin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4168
#, kde-kuit-format
msgctxt "Region/state in USA"
msgid "Wyoming"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4169
#, kde-kuit-format
msgctxt "Region/state in Canada"
msgid "Yukon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4170
#, kde-kuit-format
msgctxt "Region/state in Hungary"
msgid "Zala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4171
#, kde-kuit-format
msgctxt "Region/state in Denmark"
msgid "Zealand"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4172
#, kde-kuit-format
msgctxt "Country name"
msgid "Afghanistan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4173
#, kde-kuit-format
msgctxt "Country name"
msgid "Algeria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4174
#, kde-kuit-format
msgctxt "Country name"
msgid "Angola"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4175
#, kde-kuit-format
msgctxt "Country name"
msgid "Antarctica"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4176
#, kde-kuit-format
msgctxt "Country name"
msgid "Antigua and Barbuda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4177
#, kde-kuit-format
msgctxt "Country name"
msgid "Argentina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4178
#, kde-kuit-format
msgctxt "Country name"
msgid "Armenia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4179
#, kde-kuit-format
msgctxt "Country name"
msgid "Ascension Island"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4180
#, kde-kuit-format
msgctxt "Country name"
msgid "Australia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4181
#, kde-kuit-format
msgctxt "Country name"
msgid "Austria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4182
#, kde-kuit-format
msgctxt "Country name"
msgid "Bahamas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4183
#, kde-kuit-format
msgctxt "Country name"
msgid "Bahrain"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4184
#, kde-kuit-format
msgctxt "Country name"
msgid "Bangladesh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4185
#, kde-kuit-format
msgctxt "Country name"
msgid "Barbados"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4186
#, kde-kuit-format
msgctxt "Country name"
msgid "Belgium"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4187
#, kde-kuit-format
msgctxt "Country name"
msgid "Belize"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4188
#, kde-kuit-format
msgctxt "Country name"
msgid "Bermuda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4189
#, kde-kuit-format
msgctxt "Country name"
msgid "Bolivia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4190
#, kde-kuit-format
msgctxt "Country name"
msgid "Bosnia and Herzegovina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4191
#, kde-kuit-format
msgctxt "Country name"
msgid "Botswana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4192
#, kde-kuit-format
msgctxt "Country name"
msgid "Brazil"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4193
#, kde-kuit-format
msgctxt "Country name"
msgid "Brunei"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4194
#, kde-kuit-format
msgctxt "Country name"
msgid "Bulgaria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4195
#, kde-kuit-format
msgctxt "Country name"
msgid "Burkina Faso"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4196
#, kde-kuit-format
msgctxt "Country name"
msgid "Burundi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4197
#, kde-kuit-format
msgctxt "Country name"
msgid "Bénin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4198
#, kde-kuit-format
msgctxt "Country name"
msgid "Cameroon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4199
#, kde-kuit-format
msgctxt "Country name"
msgid "Canada"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4200
#, kde-kuit-format
msgctxt "Country name"
msgid "Cape Verde"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4201
#, kde-kuit-format
msgctxt "Country name"
msgid "Cayman Islands"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4202
#, kde-kuit-format
msgctxt "Country name"
msgid "Central African Republic"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4203
#, kde-kuit-format
msgctxt "Country name"
msgid "Chad"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4204
#, kde-kuit-format
msgctxt "Country name"
msgid "Chile"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4205
#, kde-kuit-format
msgctxt "Country name"
msgid "China"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4206
#, kde-kuit-format
msgctxt "Country name"
msgid "Colombia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4207
#, kde-kuit-format
msgctxt "Country name"
msgid "Congo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4208
#, kde-kuit-format
msgctxt "Country name"
msgid "Congo (Democratic Republic)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4209
#, kde-kuit-format
msgctxt "Country name"
msgid "Costa Rica"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4210
#, kde-kuit-format
msgctxt "Country name"
msgid "Croatia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4211
#, kde-kuit-format
msgctxt "Country name"
msgid "Cuba"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4212
#, kde-kuit-format
msgctxt "Country name"
msgid "Cyprus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4213
#, kde-kuit-format
msgctxt "Country name"
msgid "Czechia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4214
#, kde-kuit-format
msgctxt "Country name"
msgid "Dem rep of Congo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4215
#, kde-kuit-format
msgctxt "Country name"
msgid "Denmark"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4216
#, kde-kuit-format
msgctxt "Country name"
msgid "Djibouti"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4217
#, kde-kuit-format
msgctxt "Country name"
msgid "Dominican Republic"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4218
#, kde-kuit-format
msgctxt "Country name"
msgid "Ecuador"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4219
#, kde-kuit-format
msgctxt "Country name"
msgid "Egypt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4220
#, kde-kuit-format
msgctxt "Country name"
msgid "El Salvador"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4221
#, kde-kuit-format
msgctxt "Country name"
msgid "Equatorial Guinea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4222
#, kde-kuit-format
msgctxt "Country name"
msgid "Eritrea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4223
#, kde-kuit-format
msgctxt "Country name"
msgid "Estonia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4224
#, kde-kuit-format
msgctxt "Country name"
msgid "Ethiopia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4225
#, kde-kuit-format
msgctxt "Country name"
msgid "Falkland Islands"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4226
#, kde-kuit-format
msgctxt "Country name"
msgid "Fiji"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4227
#, kde-kuit-format
msgctxt "Country name"
msgid "Finland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4228
#, kde-kuit-format
msgctxt "Country name"
msgid "France"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4229
#, kde-kuit-format
msgctxt "Country name"
msgid "French Guiana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4230
#, kde-kuit-format
msgctxt "Country name"
msgid "French Polynesia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4231
#, kde-kuit-format
msgctxt "Country name"
msgid "Gabon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4232
#, kde-kuit-format
msgctxt "Country name"
msgid "Gambia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4233
#, kde-kuit-format
msgctxt "Country name"
msgid "Germany"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4234
#, kde-kuit-format
msgctxt "Country name"
msgid "Ghana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4235
#, kde-kuit-format
msgctxt "Country name"
msgid "Greece"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4236
#, kde-kuit-format
msgctxt "Country name"
msgid "Greenland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4237
#, kde-kuit-format
msgctxt "Country name"
msgid "Guam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4238
#, kde-kuit-format
msgctxt "Country name"
msgid "Guatemala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4239
#, kde-kuit-format
msgctxt "Country name"
msgid "Guinea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4240
#, kde-kuit-format
msgctxt "Country name"
msgid "Guinea Bissau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4241
#, kde-kuit-format
msgctxt "Country name"
msgid "Guyana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4242
#, kde-kuit-format
msgctxt "Country name"
msgid "Haiti"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4243
#, kde-kuit-format
msgctxt "Country name"
msgid "Honduras"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4244
#, kde-kuit-format
msgctxt "Country name"
msgid "Hong Kong"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4245
#, kde-kuit-format
msgctxt "Country name"
msgid "Hungary"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4246
#, kde-kuit-format
msgctxt "Country name"
msgid "Iceland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4247
#, kde-kuit-format
msgctxt "Country name"
msgid "India"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4248
#, kde-kuit-format
msgctxt "Country name"
msgid "Indonesia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4249
#, kde-kuit-format
msgctxt "Country name"
msgid "Iran"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4250
#, kde-kuit-format
msgctxt "Country name"
msgid "Iraq"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4251
#, kde-kuit-format
msgctxt "Country name"
msgid "Ireland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4252
#, kde-kuit-format
msgctxt "Country name"
msgid "Isle of Man"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4253
#, kde-kuit-format
msgctxt "Country name"
msgid "Israel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4254
#, kde-kuit-format
msgctxt "Country name"
msgid "Italy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4255
#, kde-kuit-format
msgctxt "Country name"
msgid "Ivory coast"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4256
#, kde-kuit-format
msgctxt "Country name"
msgid "Jamaica"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4257
#, kde-kuit-format
msgctxt "Country name"
msgid "Japan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4258
#, kde-kuit-format
msgctxt "Country name"
msgid "Jordan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4259
#, kde-kuit-format
msgctxt "Country name"
msgid "Kazakhstan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4260
#, kde-kuit-format
msgctxt "Country name"
msgid "Kenya"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4261
#, kde-kuit-format
msgctxt "Country name"
msgid "Kiribati"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4262
#, kde-kuit-format
msgctxt "Country name"
msgid "Korea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4263
#, kde-kuit-format
msgctxt "Country name"
msgid "Kuwait"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4264
#, kde-kuit-format
msgctxt "Country name"
msgid "Latvia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4265
#, kde-kuit-format
msgctxt "Country name"
msgid "Lebanon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4266
#, kde-kuit-format
msgctxt "Country name"
msgid "Lesotho"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4267
#, kde-kuit-format
msgctxt "Country name"
msgid "Liberia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4268
#, kde-kuit-format
msgctxt "Country name"
msgid "Libya"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4269
#, kde-kuit-format
msgctxt "Country name"
msgid "Lithuania"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4270
#, kde-kuit-format
msgctxt "Country name"
msgid "Luxembourg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4271
#, kde-kuit-format
msgctxt "Country name"
msgid "Macedonia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4272
#, kde-kuit-format
msgctxt "Country name"
msgid "Madagascar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4273
#, kde-kuit-format
msgctxt "Country name"
msgid "Malawi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4274
#, kde-kuit-format
msgctxt "Country name"
msgid "Malaysia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4275
#, kde-kuit-format
msgctxt "Country name"
msgid "Maldives"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4276
#, kde-kuit-format
msgctxt "Country name"
msgid "Mali"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4277
#, kde-kuit-format
msgctxt "Country name"
msgid "Malta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4278
#, kde-kuit-format
msgctxt "Country name"
msgid "Marshall Islands"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4279
#, kde-kuit-format
msgctxt "Country name"
msgid "Mauritania"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4280
#, kde-kuit-format
msgctxt "Country name"
msgid "Mauritius"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4281
#, kde-kuit-format
msgctxt "Country name"
msgid "Mexico"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4282
#, kde-kuit-format
msgctxt "Country name"
msgid "Micronesia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4283
#, kde-kuit-format
msgctxt "Country name"
msgid "Monaco"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4284
#, kde-kuit-format
msgctxt "Country name"
msgid "Morocco"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4285
#, kde-kuit-format
msgctxt "Country name"
msgid "Mozambique"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4286
#, kde-kuit-format
msgctxt "Country name"
msgid "Myanmar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4287
#, kde-kuit-format
msgctxt "Country name"
msgid "Namibia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4288
#, kde-kuit-format
msgctxt "Country name"
msgid "Nepal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4289
#, kde-kuit-format
msgctxt "Country name"
msgid "Netherlands"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4290
#, kde-kuit-format
msgctxt "Country name"
msgid "New Zealand"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4291
#, kde-kuit-format
msgctxt "Country name"
msgid "Nicaragua"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4292
#, kde-kuit-format
msgctxt "Country name"
msgid "Niger"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4293
#, kde-kuit-format
msgctxt "Country name"
msgid "Nigeria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4294
#, kde-kuit-format
msgctxt "Country name"
msgid "Norway"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4295
#, kde-kuit-format
msgctxt "Country name"
msgid "Pakistan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4296
#, kde-kuit-format
msgctxt "Country name"
msgid "Palau"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4297
#, kde-kuit-format
msgctxt "Country name"
msgid "Panama"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4298
#, kde-kuit-format
msgctxt "Country name"
msgid "Papua New Guinea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4299
#, kde-kuit-format
msgctxt "Country name"
msgid "Paraguay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4300
#, kde-kuit-format
msgctxt "Country name"
msgid "Peru"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4301
#, kde-kuit-format
msgctxt "Country name"
msgid "Philippines"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4302
#, kde-kuit-format
msgctxt "Country name"
msgid "Pitcairn Islands"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4303
#, kde-kuit-format
msgctxt "Country name"
msgid "Poland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4304
#, kde-kuit-format
msgctxt "Country name"
msgid "Portugal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4305
#, kde-kuit-format
msgctxt "Country name"
msgid "Qatar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4306
#, kde-kuit-format
msgctxt "Country name"
msgid "Romania"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4307
#, kde-kuit-format
msgctxt "Country name"
msgid "Russia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4308
#, kde-kuit-format
msgctxt "Country name"
msgid "Rwanda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4309
#, kde-kuit-format
msgctxt "Country name"
msgid "Samoa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4310
#, kde-kuit-format
msgctxt "Country name"
msgid "Saudi Arabia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4311
#, kde-kuit-format
msgctxt "Country name"
msgid "Senegal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4312
#, kde-kuit-format
msgctxt "Country name"
msgid "Seychelles"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4313
#, kde-kuit-format
msgctxt "Country name"
msgid "Sierra Leone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4314
#, kde-kuit-format
msgctxt "Country name"
msgid "Singapore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4315
#, kde-kuit-format
msgctxt "Country name"
msgid "Slovakia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4316
#, kde-kuit-format
msgctxt "Country name"
msgid "Slovenia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4317
#, kde-kuit-format
msgctxt "Country name"
msgid "Solomon Islands"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4318
#, kde-kuit-format
msgctxt "Country name"
msgid "Somalia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4319
#, kde-kuit-format
msgctxt "Country name"
msgid "South Africa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4320
#, kde-kuit-format
msgctxt "Country name"
msgid "South Korea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4321
#, kde-kuit-format
msgctxt "Country name"
msgid "Spain"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4322
#, kde-kuit-format
msgctxt "Country name"
msgid "Sri Lanka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4323
#, kde-kuit-format
msgctxt "Country name"
msgid "St. Lucia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4324
#, kde-kuit-format
msgctxt "Country name"
msgid "Sudan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4325
#, kde-kuit-format
msgctxt "Country name"
msgid "Swaziland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4326
#, kde-kuit-format
msgctxt "Country name"
msgid "Sweden"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4327
#, kde-kuit-format
msgctxt "Country name"
msgid "Switzerland"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4328
#, kde-kuit-format
msgctxt "Country name"
msgid "Syria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4329
#, kde-kuit-format
msgctxt "Country name"
msgid "Taiwan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4330
#, kde-kuit-format
msgctxt "Country name"
msgid "Tanzania"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4331
#, kde-kuit-format
msgctxt "Country name"
msgid "Thailand"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4332
#, kde-kuit-format
msgctxt "Country name"
msgid "Togo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4333
#, kde-kuit-format
msgctxt "Country name"
msgid "Trinidad and Tobago"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4334
#, kde-kuit-format
msgctxt "Country name"
msgid "Tunisia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4335
#, kde-kuit-format
msgctxt "Country name"
msgid "Turkey"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4336
#, kde-kuit-format
msgctxt "Country name"
msgid "Turks and Caicos Islands"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4337
#, kde-kuit-format
msgctxt "Country name"
msgid "US Territory"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4338
#, kde-kuit-format
msgctxt "Country name"
msgid "USA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4339
#, kde-kuit-format
msgctxt "Country name"
msgid "Uganda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4340
#, kde-kuit-format
msgctxt "Country name"
msgid "Ukraine"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4341
#, kde-kuit-format
msgctxt "Country name"
msgid "United Arab Emirates"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4342
#, kde-kuit-format
msgctxt "Country name"
msgid "United Kingdom"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4343
#, kde-kuit-format
msgctxt "Country name"
msgid "Uruguay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4344
#, kde-kuit-format
msgctxt "Country name"
msgid "Uzbekistan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4345
#, kde-kuit-format
msgctxt "Country name"
msgid "Vanuatu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4346
#, kde-kuit-format
msgctxt "Country name"
msgid "Vatican"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4347
#, kde-kuit-format
msgctxt "Country name"
msgid "Venezuela"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4348
#, kde-kuit-format
msgctxt "Country name"
msgid "Virgin Islands"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4349
#, kde-kuit-format
msgctxt "Country name"
msgid "Western sahara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4350
#, kde-kuit-format
msgctxt "Country name"
msgid "Yemen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4351
#, kde-kuit-format
msgctxt "Country name"
msgid "Yugoslavia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4352
#, kde-kuit-format
msgctxt "Country name"
msgid "Zambia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4353
#, kde-kuit-format
msgctxt "Country name"
msgid "Zimbabwe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4354
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Comet Impact Scars (HST)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4355
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Galilean Satellites (HST)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4356
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Global Dust Storm (HST)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4357
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Jupiter and Io (HST)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4358
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show APOD Image"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4359
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show APOD Image (Radar)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4360
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show APOD Image (Venera lander)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4361
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show Collage of Saturn and moons"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4362
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4363
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (1995)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4364
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (1996)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4365
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (1998)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4366
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (1999)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4367
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (2001)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4368
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (2002)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4369
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (2003)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4370
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (2004)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4371
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (Aurora)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4372
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (detail)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4373
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (Detail)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4374
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (Hubble V)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4375
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (Hubble X)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4376
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (SN 2004dj)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4377
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST Image (stars in M 31)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4378
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show HST (Rings and Moons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4379
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show KPNO AOP Image"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4380
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show MGS Image"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4381
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show NASA Mosaic"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4382
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show NOAO Image"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4383
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show NOAO Image (Halpha)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4384
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show NOAO Image (Optical)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4385
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show SEDS Image"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4386
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show Spitzer Image"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4387
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show Sun Image"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4388
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show Viking Lander Image"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4389
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Show Voyager 1 Image"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4390
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Total Eclipse Image"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4391
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Triple Eclipse (HST)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4392
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Comet Shoemaker-Levy 9"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4393
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Comet Shoemaker–Levy 9 Wikipedia page"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4394
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Daily Solar Images"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4395
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "NASA Eclipse page"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4396
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "NASA Mars Missions"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4397
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "NASA Science Mariner missions"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4398
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "NASA Solar System Exploration Page"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4399
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "NASA Sun-Earth Days page"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4400
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Nine Planets Page"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4401
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "SEDS Information Page"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4402
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "The Apollo Program"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4403
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "The Cassini Mission"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4404
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "The \"face\" on Mars"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4405
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "The Galileo Mission"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4406
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "The Magellan Mission"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4407
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "The Mariner 10 Mission"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4408
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "The Mars Society"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4409
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "The Voyager Missions"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4410
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "The Whole Mars Catalog"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4411
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Welcome to Mars!"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4412
#, kde-kuit-format
msgctxt "Image/info menu item (should be translated)"
msgid "Wikipedia Page"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4413
#, kde-kuit-format
msgctxt "star name"
msgid "Sirius"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4414
#, kde-kuit-format
msgctxt "star name"
msgid "Canopus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4415
#, kde-kuit-format
msgctxt "star name"
msgid "Arcturus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4416
#, kde-kuit-format
msgctxt "star name"
msgid "Rigel Kentaurus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4417
#, kde-kuit-format
msgctxt "star name"
msgid "Vega"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4418
#, kde-kuit-format
msgctxt "star name"
msgid "Capella"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4419
#, kde-kuit-format
msgctxt "star name"
msgid "Rigel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4420
#, kde-kuit-format
msgctxt "star name"
msgid "Procyon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4421
#, kde-kuit-format
msgctxt "star name"
msgid "Achernar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4422
#, kde-kuit-format
msgctxt "star name"
msgid "Betelgeuse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4423
#, kde-kuit-format
msgctxt "star name"
msgid "Hadar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4424
#, kde-kuit-format
msgctxt "star name"
msgid "Altair"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4425
#, kde-kuit-format
msgctxt "star name"
msgid "Acrux"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4426
#, kde-kuit-format
msgctxt "star name"
msgid "Aldebaran"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4427
#, kde-kuit-format
msgctxt "star name"
msgid "Spica"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4428
#, kde-kuit-format
msgctxt "star name"
msgid "Antares"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4429
#, kde-kuit-format
msgctxt "star name"
msgid "Pollux"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4430
#, kde-kuit-format
msgctxt "star name"
msgid "Fomalhaut"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4431
#, kde-kuit-format
msgctxt "star name"
msgid "Mimosa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4432
#, kde-kuit-format
msgctxt "star name"
msgid "Deneb"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4433
#, kde-kuit-format
msgctxt "star name"
msgid "Regulus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4434
#, kde-kuit-format
msgctxt "star name"
msgid "Adhara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4435
#, kde-kuit-format
msgctxt "star name"
msgid "Castor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4436
#, kde-kuit-format
msgctxt "star name"
msgid "Gacrux"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4437
#, kde-kuit-format
msgctxt "star name"
msgid "Shaula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4438
#, kde-kuit-format
msgctxt "star name"
msgid "Bellatrix"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4439
#, kde-kuit-format
msgctxt "star name"
msgid "Alnath"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4440
#, kde-kuit-format
msgctxt "star name"
msgid "Miaplacidus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4441
#, kde-kuit-format
msgctxt "star name"
msgid "Alnilam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4442
#, kde-kuit-format
msgctxt "star name"
msgid "Al Na'ir"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4443
#, kde-kuit-format
msgctxt "star name"
msgid "Alnitak"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4444
#, kde-kuit-format
msgctxt "star name"
msgid "Regor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4445
#, kde-kuit-format
msgctxt "star name"
msgid "Alioth"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4446
#, kde-kuit-format
msgctxt "star name"
msgid "Mirfak"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4447
#, kde-kuit-format
msgctxt "star name"
msgid "Kaus Australis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4448
#, kde-kuit-format
msgctxt "star name"
msgid "Dubhe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4449
#, kde-kuit-format
msgctxt "star name"
msgid "Wezen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4450
#, kde-kuit-format
msgctxt "star name"
msgid "Alkaid"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4451
#, kde-kuit-format
msgctxt "star name"
msgid "Sargas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4452
#, kde-kuit-format
msgctxt "star name"
msgid "Avior"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4453
#, kde-kuit-format
msgctxt "star name"
msgid "Menkalinan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4454
#, kde-kuit-format
msgctxt "star name"
msgid "Alhena"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4455
#, kde-kuit-format
msgctxt "star name"
msgid "Peacock"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4456 tools/polarishourangle.cpp:40
#, kde-format, kde-kuit-format
msgctxt "star name"
msgid "Polaris"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4457
#, kde-kuit-format
msgctxt "star name"
msgid "Mirzam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4458
#, kde-kuit-format
msgctxt "star name"
msgid "Alphard"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4459
#, kde-kuit-format
msgctxt "star name"
msgid "Hamal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4460
#, kde-kuit-format
msgctxt "star name"
msgid "Al Gieba"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4461
#, kde-kuit-format
msgctxt "star name"
msgid "Diphda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4462
#, kde-kuit-format
msgctxt "star name"
msgid "Nunki"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4463
#, kde-kuit-format
msgctxt "star name"
msgid "Menkent"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4464
#, kde-kuit-format
msgctxt "star name"
msgid "Alpheratz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4465
#, kde-kuit-format
msgctxt "star name"
msgid "Saiph"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4466
#, kde-kuit-format
msgctxt "star name"
msgid "Mirach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4467
#, kde-kuit-format
msgctxt "star name"
msgid "Kocab"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4468
#, kde-kuit-format
msgctxt "star name"
msgid "Rasalhague"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4469
#, kde-kuit-format
msgctxt "star name"
msgid "Algol"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4470
#, kde-kuit-format
msgctxt "star name"
msgid "Almach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4471
#, kde-kuit-format
msgctxt "star name"
msgid "Denebola"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4472
#, kde-kuit-format
msgctxt "star name"
msgid "Tsih"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4473
#, kde-kuit-format
msgctxt "star name"
msgid "Naos"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4474
#, kde-kuit-format
msgctxt "star name"
msgid "Aspidiske"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4475
#, kde-kuit-format
msgctxt "star name"
msgid "Alphecca"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4476
#, kde-kuit-format
msgctxt "star name"
msgid "Mizar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4477
#, kde-kuit-format
msgctxt "star name"
msgid "Sadr"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4478
#, kde-kuit-format
msgctxt "star name"
msgid "Suhail"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4479
#, kde-kuit-format
msgctxt "star name"
msgid "Schedar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4480
#, kde-kuit-format
msgctxt "star name"
msgid "Eltanin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4481
#, kde-kuit-format
msgctxt "star name"
msgid "Mintaka"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4482
#, kde-kuit-format
msgctxt "star name"
msgid "Caph"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4483
#, kde-kuit-format
msgctxt "star name"
msgid "Dschubba"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4484
#, kde-kuit-format
msgctxt "star name"
msgid "Men"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4485
#, kde-kuit-format
msgctxt "star name"
msgid "Merak"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4486
#, kde-kuit-format
msgctxt "star name"
msgid "Pulcherrima"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4487
#, kde-kuit-format
msgctxt "star name"
msgid "Enif"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4488
#, kde-kuit-format
msgctxt "star name"
msgid "Ankaa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4489
#, kde-kuit-format
msgctxt "star name"
msgid "Phecda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4490
#, kde-kuit-format
msgctxt "star name"
msgid "Scheat"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4491
#, kde-kuit-format
msgctxt "star name"
msgid "Aludra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4492
#, kde-kuit-format
msgctxt "star name"
msgid "Alderamin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4493
#, kde-kuit-format
msgctxt "star name"
msgid "Merkab"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4494
#, kde-kuit-format
msgctxt "star name"
msgid "Gienah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4495
#, kde-kuit-format
msgctxt "star name"
msgid "Markab"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4496
#, kde-kuit-format
msgctxt "star name"
msgid "Menkab"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4497
#, kde-kuit-format
msgctxt "star name"
msgid "Zozma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4498
#, kde-kuit-format
msgctxt "star name"
msgid "Graffias"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4499
#, kde-kuit-format
msgctxt "star name"
msgid "Arneb"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4500
#, kde-kuit-format
msgctxt "star name"
msgid "Gienah Corvi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4501
#, kde-kuit-format
msgctxt "star name"
msgid "Zuben el Chamali"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4502
#, kde-kuit-format
msgctxt "star name"
msgid "Unukalhai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4503
#, kde-kuit-format
msgctxt "star name"
msgid "Sheratan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4504
#, kde-kuit-format
msgctxt "star name"
msgid "Phakt"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4505
#, kde-kuit-format
msgctxt "star name"
msgid "Kraz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4506
#, kde-kuit-format
msgctxt "star name"
msgid "Ruchbah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4507
#, kde-kuit-format
msgctxt "star name"
msgid "Muphrid"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4508
#, kde-kuit-format
msgctxt "star name"
msgid "Kabdhilinan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4509
#, kde-kuit-format
msgctxt "star name"
msgid "Lesath"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4510
#, kde-kuit-format
msgctxt "star name"
msgid "Kaus Media"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4511
#, kde-kuit-format
msgctxt "star name"
msgid "Tarazed"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4512
#, kde-kuit-format
msgctxt "star name"
msgid "Yed Prior"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4513
#, kde-kuit-format
msgctxt "star name"
msgid "Na'ir al Saif"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4514
#, kde-kuit-format
msgctxt "star name"
msgid "Zuben El Genubi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4515
#, kde-kuit-format
msgctxt "star name"
msgid "Kelb al Rai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4516
#, kde-kuit-format
msgctxt "star name"
msgid "Cursa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4517
#, kde-kuit-format
msgctxt "star name"
msgid "Kornephoros"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4518
#, kde-kuit-format
msgctxt "star name"
msgid "Ras Algethi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4519
#, kde-kuit-format
msgctxt "star name"
msgid "Rastaban"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4520
#, kde-kuit-format
msgctxt "star name"
msgid "Nihal"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4521
#, kde-kuit-format
msgctxt "star name"
msgid "Kaus Borealis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4522
#, kde-kuit-format
msgctxt "star name"
msgid "Algenib"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4523
#, kde-kuit-format
msgctxt "star name"
msgid "Atik"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4524
#, kde-kuit-format
msgctxt "star name"
msgid "Tchou"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4525
#, kde-kuit-format
msgctxt "star name"
msgid "Alcyone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4526
#, kde-kuit-format
msgctxt "star name"
msgid "Vindemiatrix"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4527
#, kde-kuit-format
msgctxt "star name"
msgid "Deneb Algiedi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4528
#, kde-kuit-format
msgctxt "star name"
msgid "Tejat"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4529
#, kde-kuit-format
msgctxt "star name"
msgid "Acamar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4530
#, kde-kuit-format
msgctxt "star name"
msgid "Gomeisa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4531
#, kde-kuit-format
msgctxt "star name"
msgid "Cor Caroli"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4532
#, kde-kuit-format
msgctxt "star name"
msgid "Al Niyat"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4533
#, kde-kuit-format
msgctxt "star name"
msgid "Sadalsud"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4534
#, kde-kuit-format
msgctxt "star name"
msgid "Matar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4535
#, kde-kuit-format
msgctxt "star name"
msgid "Algorab"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4536
#, kde-kuit-format
msgctxt "star name"
msgid "Sadalmelik"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4537
#, kde-kuit-format
msgctxt "star name"
msgid "Zaurak"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4538
#, kde-kuit-format
msgctxt "star name"
msgid "Al Nasl"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4539
#, kde-kuit-format
msgctxt "star name"
msgid "Pherkab"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4540
#, kde-kuit-format
msgctxt "star name"
msgid "Al Dhanab"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4541
#, kde-kuit-format
msgctxt "star name"
msgid "Furud"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4542
#, kde-kuit-format
msgctxt "star name"
msgid "Minkar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4543
#, kde-kuit-format
msgctxt "star name"
msgid "Maaz"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4544
#, kde-kuit-format
msgctxt "star name"
msgid "Seginus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4545
#, kde-kuit-format
msgctxt "star name"
msgid "Dabih"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4546
#, kde-kuit-format
msgctxt "star name"
msgid "Albireo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4547
#, kde-kuit-format
msgctxt "star name"
msgid "Mebsuta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4548
#, kde-kuit-format
msgctxt "star name"
msgid "Tania Australis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4549
#, kde-kuit-format
msgctxt "star name"
msgid "Altais"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4550
#, kde-kuit-format
msgctxt "star name"
msgid "Al Nair"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4551
#, kde-kuit-format
msgctxt "star name"
msgid "Talitha Borealis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4552
#, kde-kuit-format
msgctxt "star name"
msgid "Sarin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4553
#, kde-kuit-format
msgctxt "star name"
msgid "Wazn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4554
#, kde-kuit-format
msgctxt "star name"
msgid "Kaou Pih"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4555
#, kde-kuit-format
msgctxt "star name"
msgid "Er Rai"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4556
#, kde-kuit-format
msgctxt "star name"
msgid "Yed Posterior"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4557
#, kde-kuit-format
msgctxt "star name"
msgid "Alphirk"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4558
#, kde-kuit-format
msgctxt "star name"
msgid "Sulaphat"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4559
#, kde-kuit-format
msgctxt "star name"
msgid "Skat"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4560
#, kde-kuit-format
msgctxt "star name"
msgid "Edasich"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4561
#, kde-kuit-format
msgctxt "star name"
msgid "Megrez"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4562
#, kde-kuit-format
msgctxt "star name"
msgid "Chertan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4563
#, kde-kuit-format
msgctxt "star name"
msgid "Asmidiske"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4564
#, kde-kuit-format
msgctxt "star name"
msgid "Navi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4565
#, kde-kuit-format
msgctxt "star name"
msgid "Muscida"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4566
#, kde-kuit-format
msgctxt "star name"
msgid "Heze"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4567
#, kde-kuit-format
msgctxt "star name"
msgid "Auva"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4568
#, kde-kuit-format
msgctxt "star name"
msgid "Homan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4569
#, kde-kuit-format
msgctxt "star name"
msgid "Mothallah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4570
#, kde-kuit-format
msgctxt "star name"
msgid "Adhafera"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4571
#, kde-kuit-format
msgctxt "star name"
msgid "Al Thalimain"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4572
#, kde-kuit-format
msgctxt "star name"
msgid "Tania Borealis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4573
#, kde-kuit-format
msgctxt "star name"
msgid "Nekkar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4574
#, kde-kuit-format
msgctxt "star name"
msgid "Alula Borealis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4575
#, kde-kuit-format
msgctxt "star name"
msgid "Wasat"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4576
#, kde-kuit-format
msgctxt "star name"
msgid "Sadalbari"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4577
#, kde-kuit-format
msgctxt "star name"
msgid "Rana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4578
#, kde-kuit-format
msgctxt "star name"
msgid "Tseen Ke"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4579
#, kde-kuit-format
msgctxt "star name"
msgid "Sheliak"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4580
#, kde-kuit-format
msgctxt "star name"
msgid "Baham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4581
#, kde-kuit-format
msgctxt "star name"
msgid "Ain"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4582
#, kde-kuit-format
msgctxt "star name"
msgid "Tarf"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4583
#, kde-kuit-format
msgctxt "star name"
msgid "Schemali"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4584
#, kde-kuit-format
msgctxt "star name"
msgid "Talitha Australis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4585
#, kde-kuit-format
msgctxt "star name"
msgid "Al Giedi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4586
#, kde-kuit-format
msgctxt "star name"
msgid "Zawijah"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4587
#, kde-kuit-format
msgctxt "star name"
msgid "Atlas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4588
#, kde-kuit-format
msgctxt "star name"
msgid "Rotanev"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4589
#, kde-kuit-format
msgctxt "star name"
msgid "Primus Hyadum"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4590
#, kde-kuit-format
msgctxt "star name"
msgid "Chow"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4591
#, kde-kuit-format
msgctxt "star name"
msgid "Nusakan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4592
#, kde-kuit-format
msgctxt "star name"
msgid "Thuban"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4593
#, kde-kuit-format
msgctxt "star name"
msgid "Nashira"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4594
#, kde-kuit-format
msgctxt "star name"
msgid "Sadatoni"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4595
#, kde-kuit-format
msgctxt "star name"
msgid "Marfik"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4596
#, kde-kuit-format
msgctxt "star name"
msgid "Alshain"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4597
#, kde-kuit-format
msgctxt "star name"
msgid "Electra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4598
#, kde-kuit-format
msgctxt "star name"
msgid "Prijipati"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4599
#, kde-kuit-format
msgctxt "star name"
msgid "Grumium"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4600
#, kde-kuit-format
msgctxt "star name"
msgid "Baten"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4601
#, kde-kuit-format
msgctxt "star name"
msgid "Svalocin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4602
#, kde-kuit-format
msgctxt "star name"
msgid "Albali"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4603
#, kde-kuit-format
msgctxt "star name"
msgid "Praecipula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4604
#, kde-kuit-format
msgctxt "star name"
msgid "Sadachbia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4605
#, kde-kuit-format
msgctxt "star name"
msgid "Maia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4606
#, kde-kuit-format
msgctxt "star name"
msgid "Mesarthim"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4607
#, kde-kuit-format
msgctxt "star name"
msgid "Rasalas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4608
#, kde-kuit-format
msgctxt "star name"
msgid "Azha"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4609
#, kde-kuit-format
msgctxt "star name"
msgid "Zuben el Hakrabi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4610
#, kde-kuit-format
msgctxt "star name"
msgid "Kitalpha"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4611
#, kde-kuit-format
msgctxt "star name"
msgid "Asellus Australis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4612
#, kde-kuit-format
msgctxt "star name"
msgid "Menkib"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4613
#, kde-kuit-format
msgctxt "star name"
msgid "Alcor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4614
#, kde-kuit-format
msgctxt "star name"
msgid "Mekbuda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4615
#, kde-kuit-format
msgctxt "star name"
msgid "Dulfim"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4616
#, kde-kuit-format
msgctxt "star name"
msgid "Beid"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4617
#, kde-kuit-format
msgctxt "star name"
msgid "Syrma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4618
#, kde-kuit-format
msgctxt "star name"
msgid "Alkes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4619
#, kde-kuit-format
msgctxt "star name"
msgid "Muliphein"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4620
#, kde-kuit-format
msgctxt "star name"
msgid "Alphekka Meridiana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4621
#, kde-kuit-format
msgctxt "star name"
msgid "Merope"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4622
#, kde-kuit-format
msgctxt "star name"
msgid "Ancha"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4623
#, kde-kuit-format
msgctxt "star name"
msgid "Chara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4624
#, kde-kuit-format
msgctxt "star name"
msgid "Acubens"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4625
#, kde-kuit-format
msgctxt "star name"
msgid "Taygeta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4626
#, kde-kuit-format
msgctxt "star name"
msgid "Alkalurops"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4627
#, kde-kuit-format
msgctxt "star name"
msgid "Botein"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4628
#, kde-kuit-format
msgctxt "star name"
msgid "Minhar al Shuja"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4629
#, kde-kuit-format
msgctxt "star name"
msgid "Cujam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4630
#, kde-kuit-format
msgctxt "star name"
msgid "Dziban"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4631
#, kde-kuit-format
msgctxt "star name"
msgid "Alya"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4632
#, kde-kuit-format
msgctxt "star name"
msgid "Asellus Borealis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4633
#, kde-kuit-format
msgctxt "star name"
msgid "Marsik"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4634
#, kde-kuit-format
msgctxt "star name"
msgid "Pleione"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4635
#, kde-kuit-format
msgctxt "star name"
msgid "Asterope"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4636
#, kde-kuit-format
msgctxt "star name"
msgid "Mira"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4637
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Last Launches"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4638
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "International Space Station"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4639
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Brightest"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4640
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Weather"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4641
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "NOAA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4642
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "GOES"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4643
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Earth Resources"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4644
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Search & Rescue (SARSAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4645
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Disaster Monitoring"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4646
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Tracking and Data Relay Satellite System (TDRSS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4647
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Geostationary"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4648
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Intelsat"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4649
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Gorizont"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4650
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Raduga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4651
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Molniya"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4652
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Iridium"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4653
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Orbcomm"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4654
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Globalstar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4655
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Amateur Radio"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4656
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Experimental"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4657
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Other"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4658
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "GPS Operational"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4659
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Glonass Operational"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4660
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Galileo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4661
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Satellite-Based Augmentation System (WAAS/EGNOS/MSAS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4662
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Navy Navigation Satellite System (NNSS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4663
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Russian LEO Navigation"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4664
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Space & Earth Science"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4665
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Geodetic"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4666
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Engineering"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4667
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Education"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4668
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Miscellaneous Military"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4669
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Radar Calibration"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4670
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "CubeSats"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4671
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Other Miscellaneous"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4672
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Supplemental GPS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4673
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Supplemental GLONASS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4674
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Supplemental METEOSAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4675
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Supplemental INTELSAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4676
#, kde-kuit-format
msgctxt "Satellite group name"
msgid "Supplemental ORBCOMM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4677
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "30 Dor Cluster,Tarantula Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4678
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "47 Tuc Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4679
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Alnilam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4680
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Amas de l'Ecu de Sobieski,Wild Duck Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4681
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Andromeda Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4682
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Antennae Galaxies"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4683
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Barbell Nebula,Cork Nebula,Little Dumbbell Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4684
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Barnard's Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4685
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Barnard's Merope Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4686
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Bear Claw Nebula,Bear-Paw Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4687
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Beehive,Praesepe Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4688
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Black Eye Galaxy,Evil Eye Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4689
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Blinking Planetary"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4690
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Blue Flash Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4691
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Bode's Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4692
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Bow-Tie nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4693
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Box Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4694
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Brocchi's Cluster, Coathanger Asterism"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4695
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Bubble Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4696
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Bug Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4697
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Butterfly Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4698
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "California Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4699
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Carina Nebula,eta Car Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4700
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Caroline's Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4701
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Cat's Eye Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4702
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Centaurus A"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4703
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Checkmark Nebula,Lobster Nebula,Swan Nebula,omega Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4704
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "chi Persei Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4705
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Christmas Tree Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4706
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Cigar Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4707
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Coalsack Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4708
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Cocoon Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4709
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Cocoon Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4710
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Coddington's Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4711
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Coma Pinwheel,Virgo Cluster Pinwheel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4712
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Copeland's Blue Snowball"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4713
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Crescent Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4714
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Delle Caustiche"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4715
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Dumbbell Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4716
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Eagle Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4717
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Eagle Nebula,Star Queen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4718
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Eight-Burst Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4719
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Eskimo Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4720
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Fireworks Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4721
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Flame Nebula,Orion B"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4722
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Flaming Star Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4723
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Fornax A"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4724
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Fornax B"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4725
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Fornax Dwarf Cluster 3"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4726
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Foxhead Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4727
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "gam Cyg"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4728
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Gem A"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4729
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Great Bird Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4730
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Great Orion Nebula,Orion Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4731
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Helix Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4732
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Helix Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4733
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Hercules Globular Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4734
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Herschel's Jewel Box,kappa Crucis Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4735
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Hind's Nebula,Hind's Variable Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4736
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "h Persei Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4737
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Hubble's Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4738
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Iris Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4739
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Jupiter's Ghost Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4740
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Lagoon Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4741
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "lam Cen Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4742
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Large Magellanic Cloud"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4743
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Little Gem"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4744
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Little Gem Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4745
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Little Ghost Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4746
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Lower Sword"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4747
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "M 102"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4748
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Maia Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4749
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Mairan's Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4750
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Medusa Galaxy Merger"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4751
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Melotte 111, Coma Star Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4752
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Merope Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4753
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Mice Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4754
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Miniature Spiral"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4755
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Monkey Head Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4756
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Needle Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4757
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "North America Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4758
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Omega Centauri"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4759
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "omi Per Cloud"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4760
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "omi Vel Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4761
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Owl Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4762
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Owl Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4763
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Pearl Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4764
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Pelican Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4765
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Pencil Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4766
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Perseus A"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4767
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Phantom Streak Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4768
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Pleiades"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4769
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Ptolemy's Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4770
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Red Spider Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4771
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "rho Oph Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4772
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Rim Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4773
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Ring Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4774
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Rosette A"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4775
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Rosette B"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4776
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Rosette Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4777
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Saturn Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4778
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Schmidt's Nova Cygni"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4779
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Sculptor Filament,Silver Coin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4780
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Small Magellanic Cloud"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4781
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Small Sgr Star Cloud"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4782
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "S Nor Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4783
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Sombrero Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4784
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Southern Pinwheel Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4785
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Spindle Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4786
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Sunflower Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4787
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "tet Car Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4788
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "the Guitar"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4789
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "the Running Man Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4790
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "the War and Peace Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4791
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "the Witch Head Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4792
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Toby Jug Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4793
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Triangulum Galaxy,Triangulum Pinwheel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4794
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Trifid Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4795
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Umbrella Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4796
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Upper Sword"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4797
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Veil Nebula"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4798
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Virgo Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4799
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Whale Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4800
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Whirlpool Galaxy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4801
#, kde-kuit-format
msgctxt "object name (optional)"
msgid "Wishing Well Cluster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4803
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pallas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4804
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Juno"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4805
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vesta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4806
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Astraea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4807
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hebe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4808
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Iris"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4809
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Flora"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4810
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Metis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4811
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hygiea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4812
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Parthenope"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4813
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Victoria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4814
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Egeria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4815
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Irene"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4816
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eunomia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4817
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Psyche"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4818
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thetis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4819
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Melpomene"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4820
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fortuna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4821
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Massalia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4822
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lutetia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4823
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kalliope"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4824
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thalia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4825
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Themis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4826
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Phocaea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4827
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Proserpina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4828
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Euterpe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4829
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bellona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4830
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amphitrite"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4831
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Urania"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4832
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Euphrosyne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4833
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pomona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4834
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Polyhymnia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4835
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Circe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4836
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Leukothea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4837
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Atalante"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4838
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fides"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4839
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Leda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4840
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Laetitia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4841
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Harmonia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4842
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Daphne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4843
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Isis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4844
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ariadne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4845
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nysa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4846
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eugenia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4847
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hestia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4848
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aglaja"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4849
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Doris"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4850
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pales"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4851
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Virginia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4852
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nemausa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4853 skycomponents/asteroidscomponent.cpp:139
#, kde-format, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Europa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4854
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kalypso"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4855
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alexandra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4856
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pandora"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4857
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Melete"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4858
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mnemosyne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4859
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Concordia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4860
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Elpis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4861
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Echo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4862
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Danae"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4863
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Erato"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4864
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ausonia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4865
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Angelina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4866
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cybele"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4867
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Maja"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4868
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Asia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4869
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Leto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4870
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hesperia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4871
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Panopaea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4872
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Niobe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4873
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Feronia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4874
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Klytia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4875
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Galatea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4876
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eurydike"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4877
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Freia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4878
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Frigga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4879
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Diana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4880
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eurynome"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4881
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sappho"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4882
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Terpsichore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4883
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alkmene"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4884
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Beatrix"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4885
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Klio"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4886 skycomponents/asteroidscomponent.cpp:139
#, kde-format, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Io"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4887
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Semele"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4888
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sylvia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4889
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thisbe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4890
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Julia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4891
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Antiope"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4892
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aegina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4893
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Undina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4894
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Minerva"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4895
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aurora"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4896
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arethusa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4897
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aegle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4898
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Klotho"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4899
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ianthe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4900
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dike"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4901
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hekate"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4902
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Helena"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4903
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Miriam"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4904
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hera"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4905
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Klymene"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4906
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Artemis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4907
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dione"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4908
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Camilla"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4909
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hecuba"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4910
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Felicitas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4911
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lydia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4912
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ate"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4913
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Iphigenia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4914
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amalthea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4915
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kassandra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4916
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thyra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4917
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sirona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4918
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lomia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4919
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Peitho"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4920
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Althaea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4921
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lachesis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4922
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hermione"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4923
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gerda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4924
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brunhild"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4925
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alkeste"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4926
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Liberatrix"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4927
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Velleda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4928
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Johanna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4929
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nemesis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4930
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Antigone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4931
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Elektra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4932
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4933
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aethra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4934
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cyrene"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4935
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sophrosyne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4936
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hertha"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4937
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Austria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4938
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Meliboea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4939
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tolosa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4940
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Juewa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4941
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Siwa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4942
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lumen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4943
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Polana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4944
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Adria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4945
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vibilia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4946
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Adeona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4947
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lucina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4948
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Protogeneia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4949
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gallia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4950
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Medusa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4951
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nuwa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4952
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Abundantia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4953
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Atala"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4954
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hilda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4955
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bertha"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4956
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Scylla"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4957
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Xanthippe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4958
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dejanira"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4959
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Koronis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4960
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aemilia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4961
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Una"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4962
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Athor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4963
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Laurentia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4964
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Erigone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4965
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eva"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4966
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Loreley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4967
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rhodope"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4968
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Urda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4969
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sibylla"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4970
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zelia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4971
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Maria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4972
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ophelia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4973
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Baucis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4974
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ino"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4975
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Phaedra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4976
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Andromache"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4977
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Iduna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4978
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Irma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4979
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Belisana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4980
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Klytaemnestra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4981
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Garumna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4982
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eucharis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4983
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Elsa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4984
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Istria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4985
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dejopeja"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4986
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eunike"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4987
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Celuta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4988
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lamberta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4989
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Menippe"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4990
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Phthia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4991
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ismene"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4992
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kolga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4993
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nausikaa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4994
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ambrosia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4995
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Prokne"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4996
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eurykleia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4997
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Philomela"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4998
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arete"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:4999
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ampella"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5000
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Byblis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5001
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dynamene"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5002
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Penelope"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5003
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chryseis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5004
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pompeja"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5005
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kallisto"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5006
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Martha"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5007
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hersilia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5008
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hedda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5009
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lacrimosa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5010
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dido"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5011
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Isabella"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5012
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Isolda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5013
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Medea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5014
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lilaea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5015
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aschera"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5016
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oenone"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5017
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kleopatra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5018
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eudora"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5019
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bianca"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5020
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thusnelda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5021
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Stephania"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5022
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eos"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5023
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lucia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5024
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rosa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5025
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oceana"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5026
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Henrietta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5027
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Weringia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5028
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Philosophia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5029
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Adelinda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5030
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Athamantis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5031
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vindobona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5032
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Russia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5033 skycomponents/asteroidscomponent.cpp:140
#, kde-format, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Asterope"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5034
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Barbara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5035
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Carolina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5036
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Honoria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5037
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Coelestina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5038
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hypatia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5039
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Adrastea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5040
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vanadis"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5041
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Germania"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5042
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kriemhild"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5043
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ida"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5044
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sita"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5045
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vera"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5046
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Asporina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5047
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eukrate"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5048
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lameia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5049
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ilse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5050
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bettina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5051
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sophia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5052
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Clementina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5053
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mathilde"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5054
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oppavia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5055
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Walpurga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5056
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Silesia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5057
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tyche"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5058
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aletheia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5059
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Huberta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5060
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Prymno"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5061
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Valda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5062
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dresda"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5063
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Libussa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5064
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Anna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5065
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aline"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5066
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tirza"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5067
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Adorea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5068
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Justitia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5069
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Anahita"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5070
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Penthesilea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5071
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Antonia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5072
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Atropos"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5073
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Philagoria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5074
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sapientia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5075
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Adelheid"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5076
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Elvira"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5077
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Paulina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5078
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thule"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5079
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Philia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5080
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Clorinde"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5081
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Emma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5082
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amalia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5083
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Regina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5084
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Iclea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5085
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nephthys"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5086
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Glauke"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5087
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nenetta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5088
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bruna"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5089
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alice"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5090
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ludovica"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5091
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brasilia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5092
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Felicia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5093
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Theresia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5094
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Caecilia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5095
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Baptistina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5096
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thora"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5097
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Geraldina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5098
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bavaria"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5099
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Clarissa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5100
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Josephina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5101
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Olga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5102
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gordonia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5103
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Unitas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5104
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nike"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5105
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Polyxo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5106
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fraternitas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5107
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Margarita"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5108
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Claudia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5109
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pierretta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5110
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chaldaea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5111
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rosalia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5112
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Goberta"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5113
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Roxane"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5114
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Magdalena"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5115
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Leona"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5116
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Katharina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5117
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Florentina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5118
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Phaeo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5119
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brucia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5120
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bamberga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5121
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Heidelberga"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5122
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tamara"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5123
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Columbia"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5124
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gudrun"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5125
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Svea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5126
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Etheridgea"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5127
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Siri"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5128
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Badenia (1892 A)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5129
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chicago (1892 L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5130
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Roberta (1892 C)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5131
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lacadiera (1892 D)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5132
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Devosa (1892 E)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5133
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Budrosa (1892 F)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5134
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dorothea (1892 G)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5135
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eduarda (1892 H)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5136
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "California (1892 J)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5137
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Endymion (1892 K)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5138
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ostara (1892 N)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5139
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Desiderata (1892 M)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5140
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tercidina (1892 O)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5141
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hermentaria (1892 P)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5142
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pariana (1892 Q)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5143
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "May (1892 R)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5144
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dembowska (1892 T)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5145
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ornamenta (1892 U)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5146
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yrsa (1892 V)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5147
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gisela (1893 B)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5148
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ruperto-Carola (1893 F)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5149
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eleonora (1893 A)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5150
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gabriella (1893 E)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5151
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Liguria (1893 G)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5152
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ninina (1893 J)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5153
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Apollonia (1893 K)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5154
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Georgia (1893 M)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5155
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Carlova (1893 N)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5156
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bononia (1893 P)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5157
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Havnia (1893 R)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5158
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Padua (1893 S)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5159
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Isara (1893 T)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5160
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Corduba (1893 V)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5161
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vincentina (1893 W)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5162
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amicitia (1893 AA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5163
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Haidea (1893 AB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5164
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aeria (1893 AE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5165
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Modestia (1893 AC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5166
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bohemia (1893 AD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5167
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Palma (1893 AH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5168
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Melusina (1893 AJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5169
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Burgundia (1893 AK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5170
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ursula (1893 AL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5171
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Geometria (1893 AM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5172
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Campania (1893 AN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5173
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Holmia (1893 AP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5174
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Huenna (1894 AQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5175
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fiducia (1894 AR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5176
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Myrrha (1894 AS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5177
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dodona (1894 AT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5178
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Janina (1894 AU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5179
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Burdigala (1894 AV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5180
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ilmatar (1894 AX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5181
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Siegena (1894 AY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5182
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aquitania (1894 AZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5183
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Charybdis (1894 BA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5184
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Industria (1894 BB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5185
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alma (1894 BC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5186
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ingeborg (1894 BE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5187
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wilhelmina (1894 BF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5188
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lampetia (1894 BG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5189
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arduina (1894 BH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5190
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Delia (1894 BK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5191
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aeolia (1894 BL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5192
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vienna (1894 BM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5193
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Admete (1894 BN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5194
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Persephone (1895 BP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5195
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ducrosa (1895 BU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5196
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ottilia (1895 BT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5197
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chloe (1895 BW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5198
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cyane (1895 BX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5199
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arsinoe (1895 BY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5200
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thia (1895 BZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5201
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Erna (1895 CB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5202
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arachne (1895 CC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5203
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fama (1895 CD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5204
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aspasia (1895 CE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5205
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chloris (1896 CH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5206
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Xanthe (1896 CJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5207
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Elisabetha (1896 CK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5208
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Edburga (1896 CL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5209
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Liriope (1896 CN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5210
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Palatia (1896 CO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5211
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vaticana (1896 CS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5212
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Suevia (1896 CT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5213
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alemannia (1896 CV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5214
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aurelia (1896 CW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5215
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bertholda (1896 CY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5216
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zahringia (1896 CZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5217
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Berolina (1896 DA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5218
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Diotima (1896 DB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5219
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gratia (1896 DF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5220
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cornelia (1896 DC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5221
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hippo (1897 DH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5222
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Galene (1897 DJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5223
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Monachia (1897 DK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5224
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lotis (1897 DL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5225
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hybris (1897 DM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5226
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nephele (1897 DN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5227
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pythia (1897 DO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5228
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eros (1898 DQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5229
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hungaria (1898 DR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5230
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ella (1898 DS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5231
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Patricia (1898 DT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5232
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rhodia (1898 DP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5233
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zeuxo (1898 DU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5234
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ohio (1898 EB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5235
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Theodora (1898 EC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5236
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bathilde (1898 ED)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5237
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eichsfeldia (1899 EE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5238
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Photographica (1899 EF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5239
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gyptis (1899 EL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5240
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Edna (1899 EX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5241
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aeternitas (1899 ER)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5242
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Valentine (1899 ES)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5243
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Natalie (1899 ET)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5244
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hamburga (1899 EU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5245
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brigitta (1899 EV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5246
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Patientia (1899 EY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5247
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hamiltonia (1899 FD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5248
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tea (1900 FA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5249
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mathesis (1900 FC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5250
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bruchsalia (1900 FG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5251
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Abnoba (1900 FH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5252
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alleghenia (1900 FJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5253
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hercynia (1900 FK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5254
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Signe (1900 FM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5255
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Scania (1900 FN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5256
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Saskia (1900 FP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5257
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eriphyla (1900 FQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5258
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lola (1900 FS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5259
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Megaira (1901 FV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5260
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alekto (1901 FW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5261
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tisiphone (1901 FX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5262
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Laura (1901 FY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5263
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lina (1901 FZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5264
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Argentina (1901 GE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5265
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kilia (1901 GJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5266
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Papagena (1901 GN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5267
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Roma (1901 GP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5268
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nolli (1901 GC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5269
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Prudentia (1901 GD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5270
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ocllo (1901 HN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5271
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hedwig (1901 GQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5272
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Italia (1901 GR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5273
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tergeste (1901 GU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5274
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Caprera (1901 HJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5275
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hansa (1901 GL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5276
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Emita (1902 HP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5277
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Petrina (1902 HT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5278
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Seppina (1902 HU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5279
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pittsburghia (1902 HX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5280
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Genua (1902 HZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5281
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cremona (1902 JB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5282
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Venetia (1902 JL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5283
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kreusa (1902 JG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5284
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Comacina (1902 JM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5285
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Veritas (1902 JP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5286
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Carina (1902 JQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5287
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gismonda (1902 JR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5288
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Griseldis (1902 JS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5289
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Virtus (1902 JV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5290
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eulalia (1902 KG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5291
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gryphia (1902 KH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5292
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Iva (1902 KJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5293
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tokio (1902 KU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5294
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Venusia (1902 KX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5295
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Selinur (1903 LA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5296
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Urhixidur (1903 LB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5297
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sigune (1903 LC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5298
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Evelyn (1903 LF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5299
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cora (1902 LK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5300
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cava (1902 LL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5301
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marion (1903 LN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5302
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Laodica (1903 LO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5303
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Princetonia (1903 LQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5304
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Iolanda (1903 LR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5305
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mabella (1903 LT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5306
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Davida (1903 LU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5307
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Taurinensis (1903 LV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5308
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Centesima (1903 LY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5309
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Armida (1903 MB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5310
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Athalia (1903 ME)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5311
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amherstia (1903 MG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5312
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Edith (1903 MH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5313
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Halawe (1903 MO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5314
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sylvania (1903 MP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5315
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Franziska (1903 MV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5316
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brixia (1904 NB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5317
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Helga (1904 NC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5318
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ada (1904 ND)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5319
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fidelio (1904 NN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5320
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jena (1904 NQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5321
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Euryanthe (1904 NR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5322
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rezia (1904 NS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5323
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Preziosa (1904 NT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5324
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Turandot (1904 NV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5325
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Herculina (1904 NY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5326
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sara (1904 NZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5327
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nassovia (1904 OA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5328
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Montague (1904 OC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5329
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Merapi (1904 OF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5330
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pauly (1904 OG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5331
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Friederike (1904 OK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5332
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pamina (1904 OL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5333
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rosamunde (1904 ON)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5334
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Deborah (1904 OO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5335
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Susanna (1904 OQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5336
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Charlotte (1904 OT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5337
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jetta (1904 OU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5338
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Messalina (1904 OY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5339
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Herodias (1904 PA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5340
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Praxedis (1904 PB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5341
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kressida (1904 PC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5342
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jessonda (1904 PK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5343
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Senta (1904 PL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5344
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ortrud (1904 PM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5345
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sigelinde (1904 PO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5346
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Peraga (1905 PS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5347
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Norma (1905 PT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5348
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Phyllis (1905 PW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5349
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Carmen (1905 QB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5350
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nanon (1905 QD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5351
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Delila (1905 QF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5352
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ingwelde (1905 QG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5353
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Salome (1905 QH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5354
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Suleika (1905 QK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5355
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dudu (1905 QM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5356
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marbachia (1905 QN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5357
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Stereoskopia (1905 QO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5358
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eleutheria (1905 QP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5359
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cheruskia (1905 QS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5360
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Misa (1905 QT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5361
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kythera (1905 QX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5362
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dulcinea (1905 QZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5363
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rebekka (1905 RB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5364
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Recha (1905 RC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5365
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Renate (1905 RE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5366
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Emanuela (1905 RF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5367
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rhea (1905 RH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5368
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Happelia (1905 RZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5369
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sidonia (1905 SD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5370
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Selene (1905 SE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5371
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tauntonia (1905 SH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5372
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Olympia (1906 SO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5373
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Klotilde (1905 SP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5374
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Semiramis (1906 SY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5375
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bilkis (1906 TA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5376
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thekla (1906 TC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5377
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hypsipyle (1906 TF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5378
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Achilles (1906 TG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5379
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Croatia (1906 TM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5380
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tomyris (1906 TO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5381
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Irmgard (1906 TP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5382
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bathseba (1906 TS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5383
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Titania (1906 TT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5384
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Polyxena (1906 TZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5385
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Scheila (1906 UA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5386
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bandusia (1906 UB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5387
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Octavia (1906 UC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5388
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Luisa (1906 UJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5389
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Musa (1906 UM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5390
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nerthus (1906 UN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5391
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marianna (1906 TE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5392
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Timandra (1906 TJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5393
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tekmessa (1906 TK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5394
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Juvisia (1906 UU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5395
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brangane (1906 VB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5396
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jenny (1906 VC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5397
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Adolfine (1906 VD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5398
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fulvia (1906 VF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5399
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Valeria (1906 VL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5400
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Veronika (1906 VN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5401
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ginevra (1906 VP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5402
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pia (1906 VQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5403
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Roswitha (1906 VR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5404
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Elly (1906 VT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5405
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Patroclus (1906 VY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5406
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Elfriede (1906 VZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5407
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Triberga (1906 WC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5408
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Drakonia (1906 WE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5409
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Werdandi (1906 WJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5410
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Esther (1906 WP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5411
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chimaera (1907 XJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5412
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hektor (1907 XM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5413
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Xenia (1907 XN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5414
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Notburga (1907 XO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5415
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Charis (1907 XS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5416
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Christine (1907 XT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5417
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bernardina (1907 XU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5418
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Euphemia (1907 XW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5419
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Philippina (1907 YJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5420
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pyrrha (1907 YX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5421
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zelima (1907 ZM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5422
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ute (1907 ZN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5423
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vundtia (1907 ZS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5424
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Erika (1907 XP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5425
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chrysothemis (1907 YE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5426
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Moira (1907 ZQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5427
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Latona (1907 ZT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5428
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brambilla (1907 ZW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5429
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Clara (1907 ZY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5430
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Scheherezade (1907 ZZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5431
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cosima (1907 AA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5432
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Agrippina (1907 AG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5433
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Adelgunde (1907 AD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5434
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pippa (1907 AE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5435
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Antikleia (1907 AN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5436
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jubilatrix (1907 AU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5437
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Berenike (1907 BK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5438
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zelinda (1908 BM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5439
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Briseis (1907 BF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5440
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Beagle (1908 BU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5441
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gunlod (1908 BV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5442
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Asteria (1908 BW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5443
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nestor (1908 CS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5444
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Crescentia (1908 CC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5445
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cloelia (1908 CL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5446
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Newtonia (1908 CW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5447
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gerlinde (1908 DG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5448
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Judith (1908 DH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5449
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sabine (1908 DK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5450
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Desdemona (1908 DM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5451
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Denise (1908 DN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5452
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kypria (1908 DQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5453
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ottegebe (1908 DR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5454
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Carnegia (1908 DV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5455
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Astarte (1908 DY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5456
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Edda (1908 EA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5457
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rachele (1908 EP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5458
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ludmilla (1908 DU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5459
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Melitta (1909 FN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5460
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aaltje (1909 FR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5461
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fredegundis (1909 FS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5462
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pax (1909 FY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5463
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Genoveva (1909 GW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5464
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gorgo (1909 GZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5465
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lanzia (1909 HC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5466
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hildburg (1909 HD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5467
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hermia (1909 HE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5468
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gersuind (1909 HF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5469
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tinette (1909 HG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5470
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Melanie (1909 HH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5471
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wratislavia (1909 HZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5472
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lehigh (1909 JG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5473
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hippodamia (1901 HD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5474
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zerbinetta (1909 HN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5475
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ekard (1909 JA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5476
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bella (1909 JB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5477
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Leonora (1910 JJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5478
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Galilea (1910 JO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5479
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ernestina (1910 JX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5480
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hela (1910 KD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5481
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Auravictrix (1910 KE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5482
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oriola (1910 KN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5483
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alauda (1910 KQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5484
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Interamnia (1910 KU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5485
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Erminia (1910 KV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5486
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hirundo (1910 KX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5487
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Raphaela (1911 LJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5488
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fringilla (1911 LK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5489
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gertrud (1911 LM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5490
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marmulla (1911 LN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5491
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Boliviana (1911 LO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5492
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Luscinia (1911 LS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5493
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ulula (1911 LW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5494
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Transvaalia (1911 LX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5495
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Berkeley (1911 MD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5496
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wisibada (1911 MJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5497
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Erida (1911 MS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5498
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bohlinia (1911 MW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5499
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tabora (1911 MZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5500
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hammonia (1911 NB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5501
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amanda (1911 ND)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5502
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Joella (1911 NM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5503
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nipponia (1912 NT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5504
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Watsonia (1912 OD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5505
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sorga (1912 OQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5506
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tjilaki (1912 OR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5507
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mocia (1912 PF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5508
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Benda (1912 PH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5509
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marghanna (1912 PY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5510
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Harvard (1912 PZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5511
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arequipa (1912 QB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5512
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alagasta (1913 QO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5513
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mandeville (1913 QR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5514
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cantabia (1913 QS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5515
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Botolphia (1913 QT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5516
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Edisona (1913 QU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5517
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eugenisis (1913 QV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5518
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aguntina (1913 QW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5519
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mauritia (1913 QX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5520
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marlu (1913 QY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5521
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Winchester (1913 QZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5522
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Simeisa (1913 RD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5523
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Malzovia (1913 RF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5524
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Faina (1913 RK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5525
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sulamitis (1913 RL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5526
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tiflis (1913 RM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5527
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Malabar (1906 UT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5528
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Quintilla (1908 CZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5529
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lilliana (1908 DC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5530
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Portlandia (1908 EJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5531
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mancunia (1912 PE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5532
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vinifera (1913 SJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5533
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Massinga (1913 SL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5534
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brendelia (1913 SO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5535
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pulcova (1913 SQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5536
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gedania (1913 SU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5537
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Moguntia (1913 SW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5538
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bondia (1913 SX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5539
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Struveana (1913 SZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5540
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tatjana (1913 TA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5541
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bali (1913 TE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5542
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Libera (1913 TO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5543
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tanete (1913 TR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5544
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Irmintraud (1913 TV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5545
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Armor (1913 TW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5546
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lumiere (1914 TX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5547
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Berbericia (1914 TY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5548
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gutemberga (1914 TZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5549
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Theobalda (1914 UA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5550
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nina (1914 UB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5551
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Armenia (1914 UC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5552
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kartvelia (1914 UF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5553
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Montefiore (1914 UK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5554
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nora (1914 UL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5555
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pickeringia (1914 UM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5556
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zwetana (1914 UN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5557
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bredichina (1914 UO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5558
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Moskva (1914 UQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5559
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hohensteina (1914 UR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5560
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lena (1914 UU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5561
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pretoria (1912 NW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5562
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ani (1914 UV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5563
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Metcalfia (1907 ZC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5564
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arizona (1907 ZD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5565
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Irenaea (1914 VB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5566
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fini (1914 VE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5567
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sarita (1914 VH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5568
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Montana (1914 VR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5569
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ruth (1914 VT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5570
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gudula (1915 WO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5571
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kressmannia (1915 WP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5572
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Helwerthia (1915 WQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5573
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Picka (1915 WS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5574
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hispania (1915 WT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5575
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hormuthia (1915 WW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5576
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gyldenia (1915 WX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5577
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ceraskia (1915 WY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5578
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Merxia (1901 GY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5579
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nauheima (1915 XR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5580
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Adele (1915 XV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5581
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Baumeia (1915 YR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5582
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tauris (1916 YT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5583
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Coppelia (1916 YU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5584
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Juliana (1916 YV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5585
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Annika (1916 YW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5586
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kapteynia (1916 YZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5587
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Barnardiana (1916 ZA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5588
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Adriana (1916 ZB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5589
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fanny (1916 ZC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5590
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sisigambis (1916 ZG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5591
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Anastasia (1916 ZH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5592
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tanina (1916 ZL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5593
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Henrika (1916 ZO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5594
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lindemannia (1916 ZX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5595
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Academia (1916 ZY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5596
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Petropolitana (1916 ZZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5597
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Karin (1916 AB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5598
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Monica (1916 AC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5599
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Burnhamia (1916 AD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5600
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Olivia (1916 AE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5601
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Seraphina (1916 AH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5602
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Valborg (1916 AJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5603
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zenobia (1916 AK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5604
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kerstin (1916 AM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5605
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Leontina (1916 AP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5606
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Naema (1916 AS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5607
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lipperta (1916 AT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5608
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Agnia (1915 XX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5609
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Inna (1915 XS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5610
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ara (1912 NY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5611
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Altona (1916 S24)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5612
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zeissia (1916 S26)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5613
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wladilena (1916 S27)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5614
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nansenia (1916 S28)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5615
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Frostia (1916 S29)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5616
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Newcombia (1916 ZP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5617
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Backlunda (1916 S30)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5618
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Glasenappia (1916 S33)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5619
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "El Djezair (1916 a)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5620
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bouzareah (1916 c)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5621
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ursina (1917 BD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5622
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aida (1917 BE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5623
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Franzia (1917 BF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5624
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Benkoela (1917 BH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5625
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zubaida (1917 BO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5626
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fatme (1917 BQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5627
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kovacia (1917 BS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5628
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lova (1917 BU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5629
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mellena (1917 BV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5630
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Manto (1917 BX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5631
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Holda (1917 BZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5632
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mechthild (1917 CA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5633
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rotraut (1917 CC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5634
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nymphe (1917 CF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5635
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Scott (1917 CH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5636
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Walkure (1915 S7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5637
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ricarda (1917 CJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5638
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Herba (1917 CK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5639
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Athene (1917 CL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5640
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Swetlana (1917 CM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5641
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Priamus (1917 CQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5642
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ulrike (1917 CX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5643
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Washingtonia (1917 b)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5644
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Parysatis (1918 DC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5645
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Erynia (1918 DG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5646
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Waltraut (1918 DK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5647
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gunhild (1918 DQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5648
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Seeligeria (1918 DR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5649
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Leopoldina (1918 DS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5650
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Erda (1918 DT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5651
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Helio (1918 DU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5652
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sphinx (1918 DV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5653
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lysistrata (1918 DZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5654
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hildegard (1918 EA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5655
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jokaste (1918 EB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5656
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rosalinde (1918 EC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5657
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brunsia (1918 EE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5658
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nealley (1918 EM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5659
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rockefellia (1918 EO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5660
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Universitas (1918 ES)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5661
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Repsolda (1918 ET)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5662
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rhoda (1918 EU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5663
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Buda (1918 EX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5664
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ulla (1919 FA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5665
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Anneliese (1919 FB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5666
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Agamemnon (1919 FD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5667
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Maritima (1919 FJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5668
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Otila (1919 FL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5669
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Palisana (1919 FN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5670
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cosette (1918 b)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5671
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "America (1915 S1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5672
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lyka (1915 S4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5673
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Itha (1919 FR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5674
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ilsebill (1918 EQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5675
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rogeria (1919 FT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5676
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jovita (1919 FV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5677
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Herluga (1919 GB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5678
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Toni (1919 GC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5679
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alphonsina (1920 GM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5680
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Imhilde (1920 GN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5681
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ratisbona (1920 GO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5682
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hildrun (1920 GP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5683
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Algunde (1920 GR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5684
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Westphalia (1920 GS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5685
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Whittemora (1920 GU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5686
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hooveria (1920 GV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5687
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thuringia (1920 HK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5688
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kunigunde (1920 HN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5689
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bethgea (1920 HO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5690
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chlosinde (1920 HQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5691
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kordula (1920 HT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5692
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Murray (1920 HV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5693
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Romilda (1920 HW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5694
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Begonia (1920 HX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5695
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hidalgo (1920 HZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5696
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Barcelona (1921 JB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5697
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Poesia (1921 JC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5698
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Monterosa (1921 JD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5699
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jucunda (1921 JE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5700
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hel (1921 JK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5701
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ahrensa (1921 JP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5702
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gaspra (1916 S45)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5703
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Caia (1916 S61)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5704
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Painleva (1921 JT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5705
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Li (1921 JU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5706
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alstede (1921 JV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5707
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Camelia (1921 JX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5708
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Asplinda (1921 KC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5709
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arne (1921 KF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5710
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gunnie (1921 KM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5711
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aslog (1921 KP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5712
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Subamara (1921 KS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5713
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Angelica (1921 KT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5714
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Muschi (1921 KU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5715
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Helionape (1921 KV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5716
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Petunia (1921 KW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5717
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alsatia (1921 LF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5718
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cohnia (1922 LK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5719
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aralia (1922 LR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5720
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lioba (1922 LS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5721
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Perseverantia (1922 LT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5722
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Benjamina (1922 LU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5723
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Philippa (1922 LV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5724
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aidamina (1922 LY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5725
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ilsewa (1922 MC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5726
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Anacostia (1921 W19)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5727
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Martina (1917 S92)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5728
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Franklina (1922 MD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5729
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gunila (1922 ME)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5730
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gretia (1922 MH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5731
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amelia (1922 MQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5732
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wallia (1922 MR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5733
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Appella (1922 MT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5734
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schwassmannia (1922 MW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5735
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yerkes (1922 MZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5736
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "McDonalda (1922 NB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5737
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Swasey (1922 ND)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5738
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Moultona (1923 NJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5739
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Otthild (1923 NL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5740
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sternberga (1923 NP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5741
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hilaritas (1923 NM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5742
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bodea (1923 NU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5743
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zachia (1923 NW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5744
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Piazzia (1923 NZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5745
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gaussia (1923 OA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5746
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Olbersia (1923 OB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5747
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lilofee (1923 OK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5748
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Belopolskya (1923 OS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5749
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arago (1923 OT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5750
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lagrangea (1923 OU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5751
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pawlowia (1923 OX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5752
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "La Paz (1923 PD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5753
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marlene (1923 PF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5754
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tombecka (1924 PQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5755
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Semphyra (1924 PW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5756
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Christa (1924 QF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5757
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Anitra (1924 QG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5758
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jacqueline (1924 QL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5759
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arnolda (1924 QM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5760
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Flammario (1924 RG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5761
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Olympiada (1924 RT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5762
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thomana (1924 RU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5763
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hale (1923 YO13)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5764
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aesculapia (1923 YO11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5765
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lydina (1923 PG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5766
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "La Plata (1924 RK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5767
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vitja (1924 RQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5768
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arctica (1924 RR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5769
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pafuri (1924 SA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5770
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Simona (1924 SM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5771
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amata (1924 SW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5772
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ganymed (1924 TD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5773
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tuckia (1924 TK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5774
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sonneberga (1924 TL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5775
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Klumpkea (1925 BD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5776
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Asta (1925 FA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5777
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amazone (1925 HA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5778
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Beate (1925 HB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5779
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Teutonia (1924 RO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5780
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Edwin (1924 UA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5781
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Geisha (1924 TE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5782
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Feodosia (1924 TP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5783
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gotho (1925 RB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5784
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Merope (1925 SA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5785
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Belgica (1925 VD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5786
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Forsytia (1925 WD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5787
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tynka (1925 WG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5788
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Azalea (1924 QD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5789
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wanda (1925 QB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5790
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Grubba (1925 MA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5791
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mussorgskia (1925 OA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5792
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ljuba (1925 TD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5793
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aquilegia (1925 XA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5794
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aethusa (1926 PA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5795
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lunaria (1926 RG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5796
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nofretete (1926 RK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5797
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Planckia (1927 BC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5798
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tunica (1926 RB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5799
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brita (1924 RE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5800
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Malva (1926 TA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5801
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gellivara (1923 OW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5802
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Beljawskya (1925 BE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5803
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Helina (1926 SC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5804
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mentha (1926 XB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5805
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mimosa (1927 AD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5806
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Reseda (1927 QF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5807
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pirola (1927 UC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5808
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tamariwa (1926 CC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5809
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amaryllis (1927 QH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5810
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nata (1927 QL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5811
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arabis (1927 RD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5812
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mitaka (1927 WA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5813
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tama (1927 WB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5814
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Spiraea (1928 DT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5815
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lilium (1924 PN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5816
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Freda (1925 LA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5817
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Siberia (1926 CB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5818
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tulipa (1926 GS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5819
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Reunerta (1928 OB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5820
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vicia (1928 PC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5821
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hakone (1928 RJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5822
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Figneria (1928 RQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5823
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arnica (1928 SD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5824
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Clematis (1928 SJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5825
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pepita (1928 VA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5826
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fragaria (1929 AB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5827
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cydonia (1929 CW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5828
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lictoria (1929 FB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5829
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Demeter (1929 KA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5830
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tata (1929 CU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5831
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jaroslawa (1928 PD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5832
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Reinmuthia (1927 CO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5833
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Polonia (1928 PE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5834
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Katja (1928 QC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5835
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lorraine (1928 WA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5836
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sabauda (1928 XC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5837
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Catriona (1929 GD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5838
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Reginita (1927 KA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5839
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hanskya (1927 QD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5840
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Euboea (1927 UB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5841
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Natascha (1928 RZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5842
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Neith (1928 SB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5843
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shapleya (1928 ST)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5844
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Stroobantia (1928 TB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5845
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "China (1957 UN1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5846
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Otero (1929 AC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5847
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mimi (1929 AJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5848
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Astrid (1929 EB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5849
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Neujmina (1929 PH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5850
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hollandia (1929 RB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5851
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Colchis (1929 TA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5852
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mercedes (1929 UA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5853
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Raissa (1929 WB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5854
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Attica (1929 WF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5855
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Crimea (1929 YC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5856
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aetolia (1930 BC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5857
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Odysseus (1930 BH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5858
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oda (1930 BJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5859
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Robelmonte (1929 CC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5860
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Biarmia (1929 JF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5861
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Stavropolis (1929 LF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5862
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rarahu (1929 NA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5863
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Volga (1929 PF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5864
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pawona (1930 AD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5865
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Astronomia (1927 CB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5866
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aenna (1928 BD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5867
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arabia (1929 QC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5868
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Luda (1929 QF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5869
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Granada (1929 RD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5870
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Illyria (1929 RL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5871
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thessalia (1929 SF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5872
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Larissa (1930 AC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5873
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Saga (1930 BA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5874
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Imprinetta (1930 HM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5875
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sakuntala (1930 MA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5876
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dubiago (1930 PB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5877
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rusthawelia (1930 TA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5878
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aneas (1930 UA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5879
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Anchises (1930 UB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5880
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marmara (1930 UC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5881
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Margo (1930 UD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5882
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lucidor (1930 VE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5883
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gonnessia (1930 WA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5884
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Irmela (1931 EC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5885
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rita (1931 GE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5886
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lilith (1927 CQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5887
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ilona (1927 EA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5888
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gaea (1926 RE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5889
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Turnera (1929 PL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5890
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Afra (1929 XC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5891
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gothlandia (1930 SB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5892
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Terentia (1930 SG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5893
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alfaterna (1931 CA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5894
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Africa (1931 HB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5895
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aletta (1931 JG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5896
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sheba (1931 KE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5897
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rhodesia (1931 LD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5898
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Geldonia (1931 RF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5899
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Imperatrix (1931 RH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5900
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Strenua (1931 RK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5901
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marina (1931 RL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5902
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nanna (1931 TA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5903
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Renzia (1931 TE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5904
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Numerowia (1931 UH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5905
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ostenia (1931 VT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5906
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Troilus (1931 YA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5907
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pumma (1927 HA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5908
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Morosovia (1931 LB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5909
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bressole (1931 XA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5910
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Francette (1931 XC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5911
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Algeria (1931 XD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5912
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Richilde (1932 AA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5913
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Boyer (1932 BA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5914
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Britta (1932 CJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5915
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Crocus (1932 CU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5916
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tina (1932 LA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5917
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Neckar (1931 TG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5918
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fantasia (1927 SD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5919
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Geranium (1931 TD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5920
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Scabiosa (1931 TU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5921
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tilia (1931 TP1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5922
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cortusa (1931 TF2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5923
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kobresia (1931 TG2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5924
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Elyna (1931 UF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5925
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thais (1931 VX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5926
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Genevieve (1931 XB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5927
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Centenaria (1932 CD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5928
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dysona (1932 EB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5929
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zambesia (1932 HL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5930
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pamela (1932 JE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5931
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Deira (1932 KE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5932
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Calvinia (1932 KF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5933
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chaka (1932 OA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5934
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Memoria (1932 QA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5935
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jugurtha (1932 RO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5936
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rutherfordia (1932 VB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5937
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hedera (1933 BE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5938
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Celestia (1933 DG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5939
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Erfordia (1932 JA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5940
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schilowa (1932 NC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5941
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Normannia (1932 PD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5942
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sicilia (1932 PG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5943
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ogyalla (1933 BT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5944
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Legia (1933 FB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5945
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sniadeckia (1933 FE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5946
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Varsavia (1933 FF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5947
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Letaba (1933 HG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5948
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schweikarda (1911 MV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5949
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tone (1927 BD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5950
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Libya (1930 HJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5951
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rollandia (1930 SH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5952
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Isergina (1931 TN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5953
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Delportia (1932 WC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5954
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cimbria (1932 WG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5955
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ucclia (1933 BA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5956
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dolores (1933 HA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5957
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kenya (1933 LA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5958
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Baillauda (1933 QB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5959
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jeanne (1933 QJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5960
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Utopia (1933 QM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5961
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Komsomolia (1925 SC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5962
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Latvia (1933 OP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5963
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Julietta (1933 QF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5964
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Banachiewicza (1933 QH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5965
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lorcia (1933 QL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5966
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Santa (1933 QM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5967
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kutaissi (1933 QR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5968
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Phryne (1933 RA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5969
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Luce (1933 SH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5970
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Antwerpia (1933 UB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5971
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Deflotte (1933 WD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5972
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Andree (1933 WE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5973
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Quadea (1934 AD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5974
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nocturna (1934 AE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5975
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mertona (1934 BA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5976
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marcelle (1934 CL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5977
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yvonne (1934 EA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5978
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Werra (1924 SV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5979
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Luthera (1928 FP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5980
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arosa (1928 KC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5981
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pongola (1928 OC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5982
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Scythia (1930 OB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5983
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Halleria (1931 EB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5984
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hyperborea (1931 TO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5985
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Villigera (1932 DB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5986
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vassar (1933 OT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5987
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Berna (1933 QG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5988
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bronislawa (1933 SF1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5989
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Silvretta (1935 RC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5990
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Disa (1934 FO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5991
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Impala (1934 JG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5992
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Majuba (1934 JH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5993
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tugela (1934 LD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5994
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Losaka (1934 NS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5995
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Devota (1925 UA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5996
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eliane (1933 FL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5997
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Spiridonia (1925 DB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5998
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Solvejg (1933 QS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:5999
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marconia (1934 AA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6000
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cevenola (1934 DA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6001
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lundmarka (1934 OB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6002
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zeelandia (1934 RW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6003
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gerarda (1934 RA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6004
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Desagneauxa (1934 XB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6005
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yvette (1934 YA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6006
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Edmee (1935 BA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6007
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brabantia (1935 CV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6008
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nicole (1935 FC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6009
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Potomac (1908 CG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6010
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gotha (1929 CY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6011
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Patria (1931 VW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6012
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Michel (1933 FD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6013
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bechuana (1934 LJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6014
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rosselia (1934 TA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6015
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Uzbekistania (1934 TF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6016
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wawel (1935 CE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6017
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Maartje (1935 CU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6018
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Botha (1935 GK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6019
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nyanza (1935 JH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6020
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Khama (1935 ND)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6021
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Prieska (1935 OC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6022
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tarka (1935 OD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6023
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Leuschneria (1935 QA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6024
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Griqua (1935 QG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6025
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Herberta (1935 RA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6026
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Safara (1935 VB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6027
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Henyey (1928 RK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6028
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Piccolo (1932 WA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6029
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Numidia (1935 HD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6030
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ostanina (1935 QB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6031
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Resi (1935 QJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6032
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Haremari (1935 QK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6033
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cincinnati (1935 QN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6034
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alfreda (1935 UB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6035
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lomonosowa (1936 FC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6036
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Volodia (1936 FM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6037
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kniertje (1934 RX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6038
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gelria (1935 MJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6039
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aphrodite (1935 SS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6040
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Onnie (1935 SS1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6041
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Abastumani (1935 TA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6042
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pierre (1936 FO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6043
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Algoa (1936 LK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6044
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aribeda (1936 OB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6045
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Outeniqua (1936 PF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6046
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Umtata (1936 PG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6047
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Donnera (1936 QL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6048
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tirela (1936 WA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6049
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Idelsonia (1936 QA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6050
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ajax (1936 QW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6051
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Komppa (1936 RF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6052
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lindelof (1936 WC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6053
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Trusanda (1936 WF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6054
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Isko (1937 AK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6055
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Margret (1937 AL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6056
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brauna (1937 AM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6057
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Roucarie (1937 CD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6058
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Renauxa (1937 EC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6059
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Walinskia (1937 GH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6060
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Danzig (1929 RF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6061
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Radcliffe (1931 RJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6062
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Esperanto (1936 FQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6063
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jose (1936 QM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6064
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sundmania (1937 AJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6065
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tuorla (1937 GB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6066
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Riviera (1937 GF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6067
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ruvuma (1937 KB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6068
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mombasa (1937 NO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6069
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Luanda (1937 OB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6070
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Geramtina (1937 UC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6071
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Margot (1936 FD1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6072
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Salonta (1936 YA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6073
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Diomedes (1937 PB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6074
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wendeline (1937 TC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6075
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vogtia (1937 TE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6076
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Corvina (1937 YF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6077
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ruppina (1937 YG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6078
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pannonia (1938 AE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6079
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Konkolya (1938 AF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6080
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Utra (1938 BB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6081
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Saldanha (1937 NG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6082
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ankara (1937 PA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6083
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mineura (1937 RC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6084
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Magnya (1937 VA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6085
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jean-Jacques (1937 YL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6086
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zamenhof (1938 CA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6087
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nordenmarkia (1938 CB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6088
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Armisticia (1939 VO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6089
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Autonoma (1938 FA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6090
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mashona (1938 OE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6091
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Linzia (1938 QD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6092
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Carla (1938 SD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6093
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tornio (1938 SL1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6094
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ounas (1938 UT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6095
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bonsdorffia (1938 CC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6096
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Inkeri (1938 DE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6097
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tubingia (1938 DR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6098
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sebastiana (1938 DA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6099
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hakoila (1938 DJ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6100
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Postrema (1938 HC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6101
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Isa (1938 OB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6102
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Boda (1938 WC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6103
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aura (1938 XE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6104
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Attila (1939 GC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6105
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Balduinus (1938 EJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6106
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sigrid (1938 QB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6107
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Helsinki (1938 SW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6108
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tampere (1938 SB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6109
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lahti (1938 SK1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6110
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pori (1938 UF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6111
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Baade (1938 UJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6112
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arenda (1938 WB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6113
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kuopio (1938 XD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6114
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lappeenranta (1939 FM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6115
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Koranna (1939 HH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6116
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Xosa (1939 JC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6117
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Charlois (1939 DC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6118
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oulu (1939 FE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6119
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Henry (1938 BG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6120
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Beograd (1938 FD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6121
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kajaani (1938 UB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6122
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Imatra (1938 UY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6123
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Seinajoki (1938 UB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6124
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Joensuu (1939 SB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6125
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Conrada (1940 CA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6126
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oterma (1938 BC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6127
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hartmut (1938 SH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6128
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Inari (1938 SM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6129
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Saimaa (1939 BD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6130
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nasi (1939 BK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6131
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Paijanne (1939 RC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6132
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Borrelly (1940 UB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6133
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kevola (1938 WK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6134
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Estonia (1939 CK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6135
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schalen (1941 QE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6136
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bourgeois (1941 SJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6137
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vinterhansenia (1941 UK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6138
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thernoe (1941 UW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6139
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Izsak (1941 SG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6140
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nele (1929 CZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6141
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Palomaa (1935 FK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6142
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tito (1937 WD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6143
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bessel (1938 DE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6144
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bauersfelda (1940 AD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6145
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yugoslavia (1940 RE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6146
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dejan (1941 SA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6147
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wingolfia (1942 AA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6148
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Roehla (1942 AD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6149
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jarnefelt (1942 BD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6150
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kustaanheimo (1942 BF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6151
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Strattonia (1942 XB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6152
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fricke (1941 CG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6153
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gondolatsch (1943 EE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6154
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Srbija (1936 TB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6155
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alikoski (1941 HN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6156
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aisleen (1946 QB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6157
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Evita (1948 PA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6158
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brunonia (1948 TX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6159
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cesco (1950 FJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6160
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Posnania (1949 SC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6161
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Meyer (1949 FD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6162
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fabiola (1948 SA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6163
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kirkwood (1951 AT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6164
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Herrick (1948 SB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6165
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Abanderada (1950 LA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6166
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Martir (1950 LY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6167
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Antilochus (1950 SA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6168
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fuji (1927 CR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6169
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Union (1947 RG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6170
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kahrstedt (1933 FS1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6171
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Descamisada (1951 MH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6172
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fanatica (1950 RK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6173
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tsiolkovskaja (1933 NA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6174
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Baize (1951 KA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6175
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mathieu (1951 LA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6176
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Danjon (1949 WA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6177
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Itzigsohn (1951 EV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6178
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Laugier (1949 EB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6179
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Giomus (1950 WA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6180
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Neva (1926 VH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6181
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tombaugh (1931 FH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6182
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Milankovitch (1936 GA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6183
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mavis (1950 RA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6184
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brenda (1951 NL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6185
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Beyer (1950 DJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6186
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hirose (1950 BJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6187
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Smiley (1950 SD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6188
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Goldschmidt (1952 HA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6189
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bardwell (1950 BW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6190
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Filipoff (1950 EA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6191
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alschmitt (1952 FB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6192
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dawn (1948 NF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6193
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Druzhba (1926 TM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6194
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vivian (1948 PL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6195
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rabe (1931 TT1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6196
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "The NORC (1953 RB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6197
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sadeya (1927 AA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6198
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Strobel (1923 OG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6199
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Milet (1952 DA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6200
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Siebohme (1941 DF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6201
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chimay (1929 EC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6202
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bohrmann (1924 QW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6203
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Swings (1936 QO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6204
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ruanda (1935 JF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6205
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bower (1951 RB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6206
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tana (1935 OJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6207
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hill (1951 RU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6208
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rafita (1935 YA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6209
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Waterfield (1933 OJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6210
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rosseland (1939 BG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6211
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Menelaus (1957 MK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6212
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Heckmann (1937 TG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6213
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yakhontovia (1937 RA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6214
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bojeva (1931 TL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6215
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Comas Sola (1929 WG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6216
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Innes (1953 NA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6217
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Punkaharju (1940 YL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6218
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wood (1953 GA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6219
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hoffmann (1923 RB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6220
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "van den Bos (1926 PE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6221
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gaby (1930 DQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6222
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pels (1930 SY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6223
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dagmar (1934 RS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6224
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Minnaert (1934 RZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6225
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gezelle (1935 BD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6226
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Groeneveld (1938 DS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6227
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Simonida (1938 FB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6228
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tycho Brahe (1940 RO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6229
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hveen (1940 YH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6230
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nevanlinna (1941 FR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6231
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Per Brahe (1942 CH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6232
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Steinmetz (1948 WE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6233
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Castafiore (1950 SL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6234
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Iguassu (1951 QE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6235
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "De Sitter (1935 SR1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6236
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Glarona (1965 SC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6237
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Floris-Jan (1930 SO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6238
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mayrhofer (1948 VB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6239
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oort (1956 RB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6240
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Subbotina (1936 QD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6241
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hertzsprung (1935 LA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6242
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kaiser (1934 SB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6243
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Christophe (1934 CS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6244
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Okavango (1953 NJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6245
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kalahari (1924 NC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6246
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Polit (1929 XA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6247
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sandrine (1935 BB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6248
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Angola (1935 KC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6249
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sy (1951 OA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6250
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jens (1950 DP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6251
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wells (1953 TD3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6252
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Klemola (1936 FX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6253
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vladimir (1932 DC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6254
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "CrAO (1930 SK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6255
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Goethe Link (1964 TO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6256
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marceline (1936 UA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6257
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Smuts (1948 PH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6258
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Heike (1943 EY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6259
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zhongolovich (1928 TJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6260
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "ITA (1948 RJ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6261
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Severny (1966 TJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6262
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Giclas (1960 BC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6263
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schaifers (1934 RO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6264
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ferguson (1941 SY1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6265
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brouwer (1963 RF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6266
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mauderli (1966 RA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6267
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Telamon (1949 SB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6268
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Herget (1955 OC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6269
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mieke (1934 JM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6270
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cunningham (1935 FE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6271
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lorbach (1936 VD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6272
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Giacobini (1937 YA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6273
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Naantali (1942 DK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6274
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sandra (1950 GB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6275
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Edmondson (1952 FN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6276
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Russell (1953 TZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6277
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cogshall (1953 VM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6278
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wrubel (1957 XB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6279
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schlesinger (1967 JR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6280
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Makover (1968 BD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6281
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rumpelstilz (1968 HE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6282
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kuiper (2520 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6283
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gehrels (4007 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6284
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alfven (4506 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6285
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kippes (1906 RA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6286
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schneller (1931 TL1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6287
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Albitskij (1935 FJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6288
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Raahe (1948 TL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6289
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chiny (1950 SK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6290
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kiess (1952 OZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6291
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Patsayev (1967 RE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6292
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Finsen (1970 GA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6293
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Woltjer (4010 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6294
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Riga (1966 KB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6295
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Koussevitzky (1950 OE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6296
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Titicaca (1952 SP1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6297
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zhang Heng (1964 TW1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6298
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dirikis (1970 GD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6299
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Prometheus (2522 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6300
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bruwer (4576 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6301
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gilgamesh (4645 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6302
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Imhotep (7589 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6303
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Beethoven (1932 CE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6304
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Liberia (1936 BD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6305
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Katanga (1939 MB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6306
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Laputa (1948 PC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6307
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Haworth (1952 FM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6308
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Klare (1954 QH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6309
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Miller (1955 RC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6310
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kashirina (1966 PH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6311
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mrkos (1969 PC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6312
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shmakova (1969 PN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6313
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Palach (1969 QP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6314
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gajdariya (1970 OE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6315
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ursa (1971 UC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6316
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hus (1971 UY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6317
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Masaryk (1971 UO1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6318
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jarmila (1972 AB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6319
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Susilva (1972 UB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6320
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Helewalda (1972 UC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6321
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Stobbe (1916 CA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6322
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Delvaux (1933 QD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6323
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kresak (1942 AB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6324
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Carpenter (1955 GA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6325
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "McElroy (1957 XE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6326
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lobachevskij (1972 QL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6327
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kovalevskaya (1972 RS2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6328
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Barbarossa (1973 SK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6329
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Komensky (1970 WB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6330
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Deiphobus (1971 EA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6331
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thersites (2008 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6332
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Philoctetes (4596 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6333
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Glaukos (1971 FE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6334
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Astyanax (1971 FF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6335
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Helenos (1971 FG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6336
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Agenor (1971 FH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6337
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kacivelia (1924 RC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6338
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marsden (1971 FC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6339
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hughes (1933 QC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6340
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shao (1940 PC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6341
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rauma (1941 UJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6342
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Virton (1950 TD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6343
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zu Chong-Zhi (1964 VO1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6344
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pakhmutova (1968 BE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6345
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Konoshenkova (1968 CD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6346
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jakoba (1971 UD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6347
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Moravia (1972 AD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6348
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shaposhnikov (1972 HU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6349
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Adzhimushkaj (1972 JL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6350
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Massevitch (1972 JM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6351
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pobeda (1972 RL2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6352
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mikhailov (1972 TZ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6353
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schubart (1973 UD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6354
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Anubis (6534 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6355
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sekanina (1928 SF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6356
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aiguillon (1968 UA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6357
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Demiddelaer (1935 JA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6358
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Suvanto (1936 FP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6359
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lucifer (1964 UA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6360
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lugano (1973 WD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6361
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Locarno (1973 YA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6362
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Loretta (1974 UC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6363
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Whipple (1975 CA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6364
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wild (1931 TN1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6365
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Iso-Heikkila (1935 EA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6366
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hesburgh (1951 JC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6367
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rupertwildt (1951 UK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6368
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kukarkin (1952 PH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6369
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Angara (1970 GF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6370
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chandra (1970 SB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6371
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Guisan (1973 UA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6372
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dufour (1973 WA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6373
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bezovec (1975 CB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6374
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mehltretter (1932 BK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6375
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alain (1935 CG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6376
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shura (1970 QY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6377
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fedynskij (1926 TN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6378
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hopmann (1929 AE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6379
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kaplan (1952 RH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6380
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Adams (1961 UA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6381
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hirayama (1973 DR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6382
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Herschel (1960 OA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6383
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Konstitutsiya (1973 SV4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6384
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Voloshina (1968 UL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6385
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chebyshev (1969 TL4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6386
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tucapel (1971 UH4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6387
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Heinemann (1938 SE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6388
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ukko (1936 FR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6389
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "West (1938 CK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6390
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Asaph (1952 SA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6391
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nortia (1953 LG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6392
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shen Guo (1964 VR1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6393
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ethel (1970 OH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6394
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bistro (1973 WF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6395
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chalonge (1974 HA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6396
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ortutay (1936 TH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6397
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Leningrad (1968 UD1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6398
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chang (1976 UC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6399
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tamriko (1976 UN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6400
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nuki (1976 UO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6401
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Roka (1938 BH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6402
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chiron (1977 UB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6403
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aksnes (1936 DD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6404
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dangreen (1948 AD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6405
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hubble (1955 FT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6406
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Henan (1965 YA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6407
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cetacea (1977 VF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6408
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mizuho (1978 EA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6409
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sampo (1941 HO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6410
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sumiana (1969 UP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6411
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Galle (1953 PV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6412
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Laverna (1960 FL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6413
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Toronto (1963 PD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6414
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gudy (1976 DA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6415
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ilmari (1941 VA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6416
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dhotel (1950 TH2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6417
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tselina (1969 LG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6418
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wallenquist (1976 HA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6419
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Irakli (1976 UD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6420
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Danmark (1978 AC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6421
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Flagstaff (1978 PB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6422
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tyumenia (1967 RM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6423
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vltava (1973 SL2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6424
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nissen (1974 MK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6425
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Karl-Ontjes (2005 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6426
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tanya (1971 KB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6427
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zhukov (1975 TW3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6428
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jugta (1933 OC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6429
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Priscilla (1936 QZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6430
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Swissair (1968 HB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6431
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kemerovo (1970 PE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6432
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Simferopol (1970 QC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6433
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marietta (1975 BC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6434
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Blaauw (1976 UF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6435
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Stentor (1976 UQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6436
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Epeios (1976 UW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6437
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schwambraniya (1977 FX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6438
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hadwiger (1977 VX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6439
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hannibal (1978 WK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6440
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Akiyama (1978 XD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6441
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ashbrook (A924 EF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6442
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tietjen (1933 OS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6443
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Korczak (1971 SP1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6444
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lyalya (1972 RM2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6445
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Young (1956 RJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6446
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Maresjev (1974 QG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6447
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oliver (6551 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6448
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Platzeck (1965 MA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6449
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marjaleena (1940 RJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6450
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fogelin (1942 YA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6451
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Semirot (1953 FH1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6452
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Neufang (1959 OB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6453
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fujian (1964 TV2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6454
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Guangdong (1965 WO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6455
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Orlenok (1976 UL4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6456
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Uppsala (1977 PA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6457
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pyatigoriya (1972 HP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6458
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jackson (1926 KB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6459
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ellicott (1965 BC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6460
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shanghai (1965 YN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6461
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "van Rhijn (1935 SQ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6462
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gabrova (1976 GR3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6463
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Antenor (1977 QH1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6464
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pushkin (1977 QL3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6465
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tianjin (1978 US1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6466
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Carol (1953 GF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6467
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sichuan (1964 VX2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6468
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kerch (1971 LF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6469
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eltigen (1971 SK2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6470
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wotho (1975 AK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6471
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mannucci (1975 LU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6472
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lermontov (1977 ST1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6473
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sarpedon (1977 TL3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6474
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tucson (2528 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6475
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cunitza (1936 QC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6476
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Soyuz-Apollo (1977 OH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6477
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yunnan (1978 UT1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6478
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vittore (A924 GA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6479
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Melnikov (1938 TB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6480
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Paracelsus (1978 RC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6481
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tsai (1978 YA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6482
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alcathous (1979 WM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6483
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tesla (1952 UW1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6484
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hekatostos (1968 BC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6485
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bowell (1979 XH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6486
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kanda (1933 DE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6487
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yamamoto (1942 GA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6488
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Stalingrad (1972 HN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6489
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tikhov (1977 SU1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6490
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Qinghai (1977 VK1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6491
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Viipuri (1939 TA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6492
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Neoptolemus (1975 WM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6493
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shaanxi (1978 UW1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6494
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sabrina (1979 YK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6495
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tchaikovsky (1974 VK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6496
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Szmytowna (1942 VW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6497
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Efremiana (1976 JA2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6498
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yazhi (1980 ED)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6499
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kiso (1976 UV5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6500
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Moreau (1950 DS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6501
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Karolinum (1979 UZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6502
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kevo (1941 FS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6503
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Seili (1942 RM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6504
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Guernica (1977 EH1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6505
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Andronikov (1977 PL1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6506
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Matusovskij (1977 QD1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6507
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kugultinov (1975 BA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6508
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Daghestan (1978 RE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6509
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Stebbins (1953 TG2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6510
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Whitford (1965 WJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6511
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Florya (1972 TL2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6512
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Retsina (1979 FK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6513
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "King (1980 RJ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6514
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Garuda (1957 HJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6515
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schilt (1967 JM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6516
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mr. Spock (1971 QX1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6517
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Olshaniya (1974 SU4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6518
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "El Leoncito (1974 TA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6519
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Duboshin (1976 GU2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6520
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Czechoslovakia (1980 DZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6521
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Blarney (1979 QJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6522
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zverev (1976 SF2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6523
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Janice (1978 VS4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6524
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chernykh (1979 SP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6525
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tololo (1965 QC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6526
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ontake (1977 DS3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6527
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kalm (1940 GH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6528
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Porthan (1943 EP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6529
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Xinjiang (1975 WL1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6530
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bokhan (1977 QA3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6531
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lebedev (1968 UQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6532
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Xizang (1979 SC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6533
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fucik (1974 OS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6534
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vinata (1936 TK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6535
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kurchenko (1970 OG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6536
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kurchatov (1969 RY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6537
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alva (1975 UD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6538
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lavrov (1978 PZ3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6539
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nei Monggol (1978 UV1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6540
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hirons (1979 UJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6541
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Phereclos (1981 AC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6542
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bahner (1929 RE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6543
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cebriones (1977 TJ3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6544
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Seillier (1978 GD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6545
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Interkosmos (1980 YQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6546
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chekhov (1976 GC8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6547
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Proskurin (1977 RA8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6548
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vladvysotskij (1974 QE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6549
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Radek (1975 AA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6550
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Martynov (1977 QG3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6551
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pannekoek (1935 CY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6552
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Heiskanen (1941 ST)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6553
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Landi (1976 AF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6554
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nonie (1977 GA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6555
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schulhof (1943 EC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6556
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nikonov (1974 SN1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6557
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Xi''an (1975 FX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6558
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Suzuki (1955 WB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6559
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nadeev (1973 SZ2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6560
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kochi (1981 CB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6561
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lappajarvi (1938 DV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6562
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Antarctica (1980 TE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6563
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Haug (1973 DH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6564
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Astapovich (1978 QK1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6565
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wil (3537 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6566
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "van de Hulst (6816 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6567
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vibeke (1931 UG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6568
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sharonov (1979 OF13)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6569
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nininger (1979 UD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6570
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shenzhen (1975 FW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6571
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Simonov (1976 KV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6572
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kamenyar (1977 RZ6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6573
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schurer (1977 TZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6574
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bruce Helin (1977 VC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6575
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sootiyo (1981 GJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6576
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bateson (1981 KA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6577
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ulugbek (1977 QX2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6578
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tomeileen (A906 BJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6579
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lederle (1934 CD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6580
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sholokhov (1975 BU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6581
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ioannisiani (1978 RP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6582
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dollfus (1980 RQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6583
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lyot (1981 FE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6584
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wabash (A921 SA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6585
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Somville (1950 TO4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6586
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Palamedes (1966 BA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6587
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Veniakaverin (1977 RC7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6588
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Spellmann (1980 LB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6589
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Clavel (1981 EC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6590
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sterpin (1934 FF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6591
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nordenskiold (1939 BF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6592
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Agematsu (1976 UW15)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6593
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ultrajectum (6545 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6594
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ruby (1979 PB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6595
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Semenov (1972 TF2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6596
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Andersen (1976 JF2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6597
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Guinevere (1928 QB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6598
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bussolini (1976 AG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6599
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kutuzov (1977 NT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6600
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Inge (1981 LF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6601
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tsesevich (1977 QM3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6602
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nummela (1943 EO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6603
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gaviola (1967 JO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6604
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hebei (1975 UJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6605
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pirogov (1976 QG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6606
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bobone (1976 WB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6607
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Orma (1968 SB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6608
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Annagerman (1975 VD2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6609
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Novorossijsk (1976 QF1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6610
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Heidi (1979 DK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6611
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Triglav (1980 PP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6612
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ryba (1980 PV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6613
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Budovicium (1981 QB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6614
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "O''Steen (1981 VG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6615
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cambridge (1980 LD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6616
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fechtig (A905 VA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6617
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Houzeau (1931 VD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6618
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Edebono (1973 DE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6619
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Calpurnia (1980 CF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6620
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Machado (1980 LJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6621
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Libitina (1950 FC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6622
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Leloir (1975 DA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6623
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Houssay (1976 UP20)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6624
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Viljev (1979 FS2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6625
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thomas (1980 OC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6626
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Siegma (1932 CW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6627
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chaliapin (1973 FF1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6628
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Boyarchuk (1977 FZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6629
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Elba (1979 KA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6630
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Madeline (1980 MA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6631
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hannu Olavi (1953 EN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6632
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ladoga (1968 UP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6633
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yesenin (1974 QL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6634
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Saint-Exupery (1975 VW3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6635
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Harimaya-Bashi (1981 SA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6636
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gardner (1980 OH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6637
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dworetsky (1949 PS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6638
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Acamas (1978 TB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6639
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arthur (1980 PN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6640
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Veseli (1980 SO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6641
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lumme (1980 VP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6642
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bologna (1980 XA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6643
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Odessa (1976 GX2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6644
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kathryn (1979 DE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6645
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Plzen (1979 QE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6646
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jiangxi (1975 WO1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6647
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Goto (1981 CA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6648
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bolzano (1981 CM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6649
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Samitchell (1962 RE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6650
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Belnika (1978 PP2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6651
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hermod (1980 TF3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6652
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zhejiang (1980 TY5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6653
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Guizhou (1980 VJ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6654
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "James Bradley (1982 DL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6655
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lassell (1982 DZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6656
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gadolin (1939 SG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6657
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Abetti (1977 EC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6658
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oongaq (1980 WA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6659
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Elinor (1931 EG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6660
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Karen (1949 QD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6661
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Guangxi (1974 XX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6662
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Millis (1981 JX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6663
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wasserman (1982 FG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6664
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bydzovsky (1982 FC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6665
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gramme (1951 TA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6666
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oikawa (1967 UO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6667
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chuvashia (1977 PW1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6668
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pandarus (1982 BC3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6669
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Joan (1935 FF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6670
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brian (1981 AD1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6671
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Douglas (1981 AH1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6672
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Linda Susan (1981 JW1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6673
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tortali (1982 HG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6674
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Halley (1982 HG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6675
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ristiina (1938 DG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6676
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chkalov (1976 YT3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6677
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Christabel (1979 UE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6678
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Albina (1969 TC3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6679
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kalinin (1976 YX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6680
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Batrakov (1978 SZ2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6681
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Borovsky (1980 VW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6682
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ueferji (1981 QS3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6683
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aleksandrov (1978 QB2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6684
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Luxembourg (1938 EA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6685
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mielikki (1938 US)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6686
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Handley (1951 OM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6687
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Orlov (1978 RZ5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6688
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "David Bender (1978 VG3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6689
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Urumqi (1979 UA2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6690
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Barks (1981 QH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6691
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cucula (1982 KJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6692
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Witt (1926 FG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6693
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hasek (1976 GJ3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6694
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kotka (1938 DU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6695
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tsoj (1974 SY4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6696
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Valdivia (1975 XG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6697
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gibson (1981 JG3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6698
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cesky Krumlov (1980 DW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6699
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wu Chien-Shiung (1965 SP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6700
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Crisser (1977 VN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6701
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Idomeneus (1980 GC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6702
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kacha (1980 TU6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6703
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Takenouchi (1967 UM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6704
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tenojoki (1942 TJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6705
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kleczek (1982 QH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6706
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Grinevia (1978 RR5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6707
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tovarishch (1978 RC6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6708
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Valdaj (1977 QV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6709
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Teucer (1981 LK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6710
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Huygens (1935 SU1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6711
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Weisell (1939 BU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6712
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vilho (1940 WG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6713
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yrjo (1941 HF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6714
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Belgrano (1976 HS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6715
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Stremchovi (1980 JA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6716
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zappala (1981 WZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6717
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pien (1982 SO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6718
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ensor (1933 UR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6719
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ahti (1939 UJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6720
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vellamo (1942 CC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6721
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bobhope (1948 PK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6722
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Radishchev (1978 PC4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6723
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Christy Carol (1980 TB4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6724
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sobolev (1978 YQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6725
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Griboedov (1971 TJ2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6726
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Unsold (1950 OD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6727
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ylppo (1942 CJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6728
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "ASP (1959 VF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6729
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Roser (1933 GB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6730
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Laurel (1935 OK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6731
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hardy (1961 TA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6732
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nepryadva (1980 RM2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6733
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Panacea (1980 RX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6734
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shimizu (1932 CB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6735
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tedesco (1981 OG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6736
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Reddish (1981 ES22)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6737
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brno (1981 WT1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6738
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "McGetchin (1980 MD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6739
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Filipenko (1983 AX2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6740
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Peiroos (1975 QD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6741
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Memnon (1981 AE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6742
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Neuvo (1938 DN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6743
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lubos Perek (1972 AR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6744
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zhuhai (1981 UV9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6745
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Millman (1981 YB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6746
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Plaskett (1982 BZ2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6747
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Caltech (1983 AE2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6748
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nekrasov (1975 TT2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6749
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shimoyama (1981 WA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6750
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hoshi-no-ie (1983 JA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6751
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Miahelena (1938 GJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6752
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sawyer Hogg (1980 RR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6753
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Salazar (1980 TU4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6754
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dali (1981 EX18)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6755
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Automedon (1981 JR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6756
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Epstein (1976 GN8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6757
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Harris (1982 BK1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6758
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mayakovsky (1969 UC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6759
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kempchinsky (1980 TK4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6760
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amber (1983 HN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6761
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aristophanes (4006 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6762
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hopi (1980 LB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6763
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rousseau (1974 VQ2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6764
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Perepadin (1977 RB8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6765
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vysheslavia (1979 SV11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6766
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tatsuo (1934 CB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6767
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Scholl (1983 RE2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6768
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Otto (1940 YF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6769
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vladisvyat (1977 SS1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6770
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lautaro (1974 HR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6771
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Muriel (1981 JA3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6772
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Poltava (1981 RW2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6773
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Korhonen (1943 EM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6774
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Michelangelo (1982 BC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6775
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Koncek (1983 YH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6776
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Minsk (1979 QU9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6777
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Candy (1980 VN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6778
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Petrovic (1981 UL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6779
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kulin (1940 AC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6780
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lucubratio (1967 CB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6781
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hainan (1981 UW9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6782
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Higson (1982 QR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6783
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sarastro (1977 TA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6784
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zhangguoxi (1978 TA2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6785
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Evans (1984 CA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6786
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Krat (1937 TO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6787
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alku (1944 BA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6788
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Saltykov (1983 RE3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6789
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alois (1984 AW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6790
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Strugatskia (1977 RE7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6791
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cook (1982 UB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6792
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wren (1982 XC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6793
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Makhaon (1983 PV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6794
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "McFadden (1984 EO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6795
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Horrocks (1984 FG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6796
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Moisseiev (1935 TE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6797
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jinxiuzhonghua (1981 UX9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6798
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oujianquan (1981 XK2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6799
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Herodotus (6550 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6800
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bergholz (1971 MG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6801
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chukokkala (1979 FE2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6802
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Omarkhayyam (1980 RT2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6803
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hergenrother (1940 GF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6804
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Durer (1982 BB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6805
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Morabito (1981 EE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6806
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Baily (1981 PL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6807
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Claytonsmith (1974 OD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6808
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dangrania (1979 RZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6809
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mason-Dixon (1982 BM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6810
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Landgraf (1940 WL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6811
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kostinsky (A921 VA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6812
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Anshan (1981 WD4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6813
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shantou (1980 VL1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6814
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Stellafane (1983 AO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6815
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Buchar (1984 RH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6816
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tosa (1983 CB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6817
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Talbot (1983 HF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6818
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jones (1983 LF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6819
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ellington (1953 EE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6820
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Novikov (1973 SX3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6821
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nostalgia (1980 YH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6822
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Babcock (1955 RS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6823
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lomnicky Stit (1980 XM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6824
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wangshouguan (1979 WO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6825
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Paolicchi (1980 VR1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6826
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chillicothe (1934 AK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6827
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Beruti (1962 FA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6828
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shimanto (1984 WC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6829
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dorsey (1982 KD1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6830
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Maklaj (1978 RY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6831
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Weissman (1981 AD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6832
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Graff (A908 AA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6833
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lupishko (1983 WH1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6834
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Makarenko (1978 TZ6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6835
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Komaki (1934 CX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6836
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Liller (1983 NJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6837
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Forsius (1942 RN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6838
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Irkutsk (1977 RL6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6839
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vampilov (1972 LE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6840
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brest (1974 SL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6841
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Victorplatt (1984 SA5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6842
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Laocoon (1978 VG6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6843
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bidstrup (1976 GQ3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6844
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Farinella (1982 FK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6845
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Martebo (1979 EB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6846
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bus (1982 UM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6847
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brownlee (1984 SZ4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6848
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tvardovskij (1979 SF9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6849
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Miune (1983 WB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6850
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Drukar (1975 TS2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6851
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aaronson (1984 AF1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6852
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Behounek (1984 BT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6853
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "McGlasson (1928 NA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6854
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ferreri (1981 EP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6855
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Patsy (1931 TS2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6856
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pedersen (1984 SN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6857
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Herzberg (1984 CN1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6858
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Paris (1984 KF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6859
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Blixen (1985 HB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6860
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kibi (1977 EJ5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6861
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Avsyuk (1983 CW1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6862
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "TARDIS (1984 JZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6863
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Campins (1985 PW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6864
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Interposita (1985 QD1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6865
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Golay (1985 RT1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6866
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gantrisch (1985 RU1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6867
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Raksha (1978 NT1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6868
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schaber (1980 TG5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6869
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Somov (1981 YR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6870
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Treshnikov (1978 LB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6871
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tarkovskij (1982 YC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6872
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gerla (1951 SD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6873
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Konstantin (1975 VN1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6874
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pokryshkin (1978 EA3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6875
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tolstikov (1984 FT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6876
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Godel (1985 SD1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6877
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Duncombe (1985 QT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6878
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Giacconi (1955 RZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6879
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sinon (1977 DD3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6880
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jitka (1985 UN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6881
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Muazzez (A915 TE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6882
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Omsk (1969 DA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6883
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Abramov (1977 RE6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6884
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Danby (1928 SL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6885
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Guth (1981 JZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6886
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Standish (1984 EB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6887
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hurukawa (1929 BD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6888
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nakano (1984 QC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6889
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kobuchizawa (1986 EE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6890
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Inarradas (1974 SD5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6891
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yashin (1978 TO7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6892
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mentor (1984 HA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6893
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Urgenta (1975 AM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6894
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bulgakov (1982 UL7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6895
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amelin (1977 QK2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6896
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fichte (1972 TD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6897
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dongguan (1978 UF2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6898
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Malaparte (1980 TQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6899
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Petra-Pepi (1985 DQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6900
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Colchagua (1981 NU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6901
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Olegiya (1971 QU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6902
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Huangpu (1964 TR1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6903
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Byrd (1983 AM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6904
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "French (1984 CO1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6905
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vilas (1982 UX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6906
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hooke (1971 UJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6907
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tracie (1983 AS2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6908
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Protesilaos (1973 UF5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6909
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ningbo (1964 VA3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6910
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eurybates (1973 SO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6911
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Link (1981 YS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6912
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sokolsky (1977 QE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6913
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chenqian (1980 RZ2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6914
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Devine (1983 HO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6915
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Talthybius (1985 TC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6916
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ojima (1986 YD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6917
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "ASCII (1936 UB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6918
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wuyeesun (1979 XO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6919
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Milanstefanik (1982 EJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6920
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Putilin (1969 TK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6921
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Carestia (1977 CC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6922
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cyrano (1986 TT5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6923
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Meriones (1985 VO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6924
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kakkuri (1941 UL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6925
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kataev (1978 SD1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6926
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tumilty (1983 AE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6927
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Safronov (1983 WZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6928
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ilinsky (1981 SX7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6929
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fracastoro (1984 HZ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6930
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sigyn (1987 BV1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6931
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "O''Meara (1984 UQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6932
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Davis (1984 WX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6933
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Williams Bay (A922 WC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6934
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Frieden (1953 XL1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6935
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dermott (1986 AD1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6936
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kunming (1978 UO2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6937
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eupraksia (1978 SA3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6938
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lazarev (1978 QX2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6939
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kemstach (1982 YP1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6940
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Welther (A923 NB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6941
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Baumann (1987 MA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6942
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dzus (A908 TC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6943
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Barringer (1982 RU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6944
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sharon (1984 SH5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6945
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Trubetskaya (1970 NB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6946
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1974 FV1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6947
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Polypoites (1985 TL3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6948
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kraft (1984 YC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6949
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pieters (1985 FA2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6950
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Widorn (1982 TU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6951
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Annenskij (1979 YN8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6952
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Maxhell (1981 PQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6953
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "IRAS (1983 QF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6954
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yangzhou (1983 VP7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6955
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hurban (1983 XM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6956
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hancock (1984 DH1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6957
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Trebon (1983 XS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6958
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rokoske (1987 SY3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6959
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Belinskij (1975 VY5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6960
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kiang (1983 NK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6961
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kathleen (1931 FM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6962
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Piironen (1984 AP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6963
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Romanskaya (1936 OH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6964
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Junepatterson (1983 BF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6965
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "DiMaggio (1986 LC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6966
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Monroe (1937 RB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6967
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Piaf (1982 UR7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6968
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Megumi (1987 YC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6969
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vartiovuori (1938 GG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6970
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kieffer (1985 JV1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6971
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chopin (1986 UL1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6972
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yamada (1988 AE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6973
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aivazovskij (1977 RG7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6974
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Leonteus (1985 TE3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6975
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sthenelos (1985 TF3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6976
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lene (1986 XJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6977
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thrasymedes (1985 VS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6978
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tuchkova (1981 TP1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6979
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Karma (1953 TH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6980
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lidaksum (1965 AK1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6981
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chugainov (1975 VG9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6982
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Robinson (1983 AR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6983
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hoshino (1986 WC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6984
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Trelleborg (1986 RL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6985
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "OISCA (1987 DM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6986
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lujiaxi (1966 BZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6987
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Neyachenko (1979 SA10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6988
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sindel (1982 DY1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6989
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Borngen (1987 EW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6990
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Plovdiv (1986 PM4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6991
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Langley (1988 BH4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6992
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mayre (1988 CG3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6993
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Quaide (1988 KJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6994
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Verbano (1972 RQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6995
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Earhart (1987 DE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6996
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pordenone (1987 WB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6997
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wichterle (1982 SN1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6998
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yoritomo (1986 AL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:6999
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Honda (1988 DQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7000
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chao (1987 KE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7001
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kilmartin (A904 PC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7002
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gladys (1988 JD1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7003
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Liszt (1988 SF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7004
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Otomo (1940 QB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7005
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kotogahama (1987 SE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7006
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Radzievskij (1976 SN3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7007
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tret''yakov (1977 SS2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7008
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Edshay (1984 SC5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7009
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Toatenmongakkai (1987 PB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7010
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bretagnon (1932 EO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7011
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Huruhata (1953 GO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7012
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yoshida (1986 CH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7013
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bruckner (1988 RF3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7014
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shekhtelia (1976 YW2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7015
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Voronikhin (1979 YM8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7016
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lise (1983 JM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7017
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Maxine (1983 LM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7018
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Klepesta (1983 VP1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7019
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brorsen (1983 VV1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7020
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Stodola (1984 BL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7021
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Raybatson (1985 CX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7022
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Heimdal (1987 SO3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7023
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wagner (1987 SA7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7024
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shinagawa (1950 JB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7025
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schumann (1964 ED)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7026
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "List''ev (1971 SN1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7027
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Euryalos (1973 SR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7028
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1986 WD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7029
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Miyamotoyohko (1988 DN1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7030
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Erikhog (5142 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7031
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lowengrub (1953 RG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7032
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Crovisier (1981 DP2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7033
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Demophon (1985 TQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7034
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cecilgreen (1986 JV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7035
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Balder (1987 SB5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7036
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Deipylos (1987 YT1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7037
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Euforbo (1989 CG2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7038
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Menestheus (1973 SW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7039
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rostovdon (1981 RD2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7040
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Asuka (1982 XV1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7041
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Polakis (1983 AC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7042
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Podalirius (1985 VK2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7043
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lowe (1986 TL2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7044
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sumiko (1988 BF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7045
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chahine (1989 EB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7046
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nada (1989 EW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7047
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Keats (1977 CZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7048
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hrabal (1981 ST)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7049
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sveta (1982 TH3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7050
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Miles (1983 BE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7051
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Stasik (1988 DR4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7052
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kalchas (1973 SM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7053
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Branham (1976 VA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7054
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vladvasil''ev (1981 SW6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7055
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Weber (1985 JF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7056
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Santini (1989 BE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7057
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Freeman (1989 GK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7058
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "SAF (1940 WA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7059
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Saaremaa (1941 HC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7060
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Riemann (1978 TQ7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7061
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Celsius (1980 FO3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7062
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Semmelweis (1980 PT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7063
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pikulia (1982 SB6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7064
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sudek (1987 DS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7065
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tamashima (1977 DT1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7066
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Breysacher (1981 DH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7067
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shuya (1982 SA13)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7068
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Orosz (1984 JA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7069
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Minitti (1985 CB2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7070
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chernova (1986 RO2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7071
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kiselev (1986 RQ2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7072
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Briggs (1986 TG4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7073
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rosniblett (1987 RT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7074
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sansyu-Asuke (1987 SB2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7075
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shikoku (1988 JM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7076
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Susa (1988 KG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7077
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Damiaan (1989 RE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7078
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "van den Bergh (1973 ST1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7079
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lidov (1979 FV1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7080
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Perun (1984 UG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7081
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Waltari (1940 YE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7082
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Novosibirsk (1976 GQ6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7083
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rubtsov (1988 PU4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7084
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tokyotech (1989 TQ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7085
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Heisei (1989 UK3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7086
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kodaihasu (1989 VH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7087
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Garibaldi (1980 DA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7088
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bata (1980 DE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7089
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bickel (1981 YA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7090
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ries (1982 KB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7091
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Poulydamas (1988 RU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7092
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tiburcio (1989 LX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7093
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kyoto (1989 UW1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7094
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Korinthos (2069 T-2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7095
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pillmore (1981 JC2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7096
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Seifert (1982 OR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7097
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Voigt (1988 JF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7098
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Snelling (1988 PT1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7099
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Geyer (1988 PB2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7100
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Uenohara (1989 WD1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7101
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tsunemori (1987 DP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7102
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Otava (1987 QD1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7103
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kamuimintara (1989 YA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7104
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lecar (1931 GC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7105
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Golden (1949 GH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7106
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arkhipova (1967 DB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7107
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Holeungholee (1978 WU14)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7108
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ortizmoreno (1983 EX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7109
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sykes (1983 WR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7110
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Carolyn (1985 TT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7111
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Phildavis (1986 EO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7112
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sobinov (1987 RX3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7113
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ruriko (1988 XA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7114
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bihoro (1990 DS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7115
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sayama (1990 EL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7116
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Radonezhskij (1987 QQ11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7117
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 AK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7118
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Naitomitsu (1988 TG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7119
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dassanowsky (1988 VS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7120
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shinkoyama (1989 AG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7121
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eurypylos (1989 CJ3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7122
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Elizabethann (1989 KG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7123
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Okamura (1990 DV1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7124
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Petercollins (1990 FV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7125
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gorbatskij (A917 SG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7126
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sinuhe (1939 BM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7127
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Louvre (1971 QW1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7128
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Copland (1985 GM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7129
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Valgrirasp (1987 RR3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7130
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mossotti (1989 BO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7131
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Phoinix (1989 CQ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7132
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Massachusetts (1990 KP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7133
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fanynka (1986 UT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7134
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mika (1987 XD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7135
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Menkaure (1983 RY3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7136
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Piestany (1986 TP6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7137
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Broman (1987 ME1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7138
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yanotoyohiko (1988 CC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7139
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wislicenus (1931 EE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7140
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Meadows (1985 RE4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7141
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pizarro (1988 CT3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7142
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vulkaneifel (1989 GR6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7143
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mamoru (1990 OM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7144
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zadunaisky (1976 DK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7145
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Laplace (1986 RU4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7146
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sumoto (1936 YD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7147
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Falta (1984 SM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7148
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Takuboku (1988 HB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7149
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bortle (1988 LF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7150
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mediolanum (1985 RU3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7151
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Khryses (1988 PY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7152
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Polydoros (1988 RT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7153
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ennomos (1988 TU2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7154
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Iwaizumi (1989 QE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7155
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Toyohiro (1989 SH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7156
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 TS1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7157
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Urey (1989 UL5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7158
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kaneko (1989 WX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7159
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Agelaos (4271 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7160
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Xingmingzhou (1980 XZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7161
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Froeschle (1981 JG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7162
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rovereto (1988 RF5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7163
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tokiwagozen (1989 WV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7164
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 WE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7165
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Panthoos (5010 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7166
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hartley (1988 PH1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7167
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Frankdrake (1989 VM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7168
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Iphidamas (1988 PB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7169
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lykaon (1988 RK1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7170
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Veveri (1989 TG17)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7171
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Asteropaios (1990 VH7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7172
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fay (1985 RZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7173
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dares (1988 QE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7174
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Misenus (1988 RV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7175
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sergestus (1988 RM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7176
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Palinurus (1988 TU1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7177
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Meges (1989 AL2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7178
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thoas (1989 AM2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7179
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 BQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7180
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Medon (1989 CK1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7181
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bickerton (1989 ME)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7182
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Otaynang (1989 UY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7183
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Megantic (1990 DR4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7184
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tutenchamun (3233 T-2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7185
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Badillo (1988 VB3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7186
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Polites (1989 SZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7187
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shcherban'' (1989 UK8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7188
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fukaya (1990 EC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7189
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zykina (1974 VG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7190
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tomoegozen (1986 YA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7191
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thessandrus (1989 AN2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7192
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pardina (1969 GD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7193
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brumberg (1970 PS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7194
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zhoushan (1981 XH2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7195
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rephiltim (1983 AO2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7196
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Texstapa (1984 EA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7197
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Askalaphus (1988 BW1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7198
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kibeshigemaro (1990 FC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7199
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gold (1990 SF2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7200
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wellnitz (1991 NT1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7201
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Niinoama (1991 PA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7202
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kanroku (1977 DR1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7203
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Glia (1983 CF1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7204
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Showa (1990 FT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7205
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Choukyongchol (1991 PM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7206
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kabashima (1986 VG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7207
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Teller (1989 GL5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7208
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eurymedon (9507 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7209
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Roccapalumba (1984 HE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7210
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Agapenor (1985 TG3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7211
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bechmann (1985 VP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7212
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1986 TS6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7213
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Androgeos (1988 BX1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7214
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Halaesus (1988 BY1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7215
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tuttle (1991 US2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7216
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Theotes (1973 SW1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7217
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Colpa (1974 ME)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7218
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arai (1991 XT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7219
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Goetzoertel (1949 QQ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7220
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Manara (1982 FJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7221
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Korsor (1988 EU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7222
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 RA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7223
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bitias (1988 TZ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7224
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 BL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7225
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Achaemenides (1989 CH2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7226
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ilioneus (1989 SC7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7227
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ebilson (1990 SM2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7228
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Baggaley (1990 UG2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7229
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rumoi (1990 VH4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7230
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kida (1990 XH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7231
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Achates (1991 XX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7232
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pholus (1992 AD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7233
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gierasch (1940 GO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7234
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Piemonte (1982 BW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7235
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Donalu (1990 SB4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7236
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1990 UR2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7237
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1990 VO3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7238
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yabuki (1991 CC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7239
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tanakawataru (1992 ET)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7240
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dortmund (1981 RP2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7241
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 CW1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7242
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tsurui (1991 AE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7243
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1941 HA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7244
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ioffe (1980 TL13)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7245
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Verne (1988 JV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7246
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 RL10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7247
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amphilochos (1973 SQ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7248
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ulysses (1986 VG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7249
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Farquhar (1988 NN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7250
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 RS10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7251
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 AU1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7252
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Epeigeus (1989 BB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7253
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Brucegoldberg (1990 XB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7254
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arrius (1991 GY9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7255
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Telephus (1991 KC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7256
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lindstrom (1988 SO1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7257
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pyrrhus (1989 BW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7258
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Orsilocus (1989 CK2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7259
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Krethon (1989 EO11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7260
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1991 AJ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7261
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bentengahama (1991 BQ2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7262
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Onnetoh (1991 CB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7263
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Masayo (1991 CE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7264
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wilkickia (1982 SG4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7265
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Filatov (1982 UB7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7266
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1991 JE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7267
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aoki (1991 LD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7268
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sekiguchi (1992 EL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7269
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1992 QH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7270
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rozhdestvenskij (1975 VD9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7271
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Goncharov (1976 YC2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7272
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1978 CH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7273
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vitagliano (1984 SW5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7274
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hokutosei (1989 AM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7275
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Takachiho (1990 DM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7276
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kameoka (1990 BS1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7277
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eumelos (1990 DK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7278
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lorre (1990 QJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7279
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Couturier (1990 RW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7280
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Andymurray (1991 JZ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7281
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Autumn (1983 HB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7282
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tunguska (1988 PK1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7283
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 TO11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7284
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 YK8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7285
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cherkashin (1990 UQ11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7286
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kiyosato (1991 VK5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7287
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oberkochen (1993 BF2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7288
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rumyantsev (1972 RY3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7289
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cloanthus (1988 TH1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7290
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1992 AJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7291
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1991 VZ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7292
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Durisen (1953 FK1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7293
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lesliegreen (1978 LG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7294
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oshima (1990 VB4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7295
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jimmiller (1991 NK1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7296
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rausudake (1992 CE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7297
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Iwamori (1990 UY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7298
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kuwana (1993 DA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7299
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ingelehmann (1993 GG)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7300
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gyas (1988 RF1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7301
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Deikoon (1988 TA3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7302
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1990 VU1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7303
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mochihito-o (1990 XK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7304
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Traversa (1991 CA2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7305
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amphimachus (1992 HS3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7306
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hildebrand (1977 PO1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7307
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rosstaylor (1985 VF2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7308
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sanenobufukui (1990 XA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7309
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yamamotoshinobu (1991 AB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7310
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eneev (1978 SO4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7311
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1990 TN4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7312
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1991 FV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7313
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kandatai (1991 GG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7314
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1992 OP7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7315
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jurafrance (1989 YF5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7316
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Babel'' (1987 QV10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7317
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 XW1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7318
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shinsengumi (1989 AH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7319
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bradstreet (1990 DB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7320
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Peterson (1991 PQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7321
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1992 SZ14)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7322
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "GOI (1974 SJ3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7323
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1990 HF1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7324
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Josephblack (1993 VM5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7325
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rutger (1975 LR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7326
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 TU5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7327
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kathywhaler (1990 WK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7328
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1992 SX17)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7329
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shouichi (1992 UV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7330
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pindarus (1973 SK1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7331
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Zhvanetskij (1976 GK3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7332
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Khadzhinov (1979 FQ2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7333
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Feliksobolev (1981 TJ4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7334
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Denzilrobert (1983 AN2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7335
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Harryatkinson (1991 PS12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7336
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1992 TH1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7337
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "United Nations (1987 UN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7338
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 RO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7339
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Telford (1991 RO6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7340
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Naotosato (1992 YA3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7341
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ryokan (1982 BQ4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7342
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Parmenides (1989 RS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7343
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Junichi (1992 CE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7344
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Robbia (5182 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7345
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1990 QR11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7346
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 DJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7347
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1993 HV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7348
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gryphon (1990 YH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7349
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Johnfletcher (1991 BY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7350
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kondojiro (1994 EQ3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7351
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Polybius (1983 TR2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7352
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1980 PB3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7353
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chikushi (1989 CV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7354
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Maiztegui (1989 WL7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7355
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Isaosato (1992 UO4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7356
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1993 UN3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7357
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hideo (1994 AX1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7358
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Univermoscow (1969 TX5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7359
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dubinin (1977 AZ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7360
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tunis (1979 KO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7361
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Heinlein (1985 GS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7362
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Walker (1985 JW1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7363
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Vrba (1987 VA1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7364
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tokushima (1988 XU1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7365
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Takashimizuno (1990 HR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7366
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Georgealexander (1991 GQ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7367
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Susono (1993 XX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7368
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tirol (1988 CV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7369
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Isoda (1994 AG3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7370
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Refugium (1987 SZ6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7371
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1987 VT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7372
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Muzzio (1976 AH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7373
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1986 TR6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7374
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kaye (1987 DY4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7375
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tomohiro (1994 JO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7376
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gvishiani (1976 QE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7377
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1992 BN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7378
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kolya (1973 SS4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7379
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nagahama (1992 EL1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7380
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Celentano (1987 HM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7381
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1991 CX5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7382
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1992 EF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7383
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Benzenberg (1992 FB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7384
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1990 VA7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7385
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Masuisakura (1992 DK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7386
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Juanclaria (1969 GC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7387
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Virgiliomarcon (1991 GL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7388
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kukai (1992 CO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7389
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Miyazaki (1990 TW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7390
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lewispearce (1992 OJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7391
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fukui (1993 TP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7392
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Solti (1992 MC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7393
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lewiscarroll (1994 AO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7394
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Laomedon (3104 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7395
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tithonus (3108 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7396
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Toshihanda (1993 XT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7397
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Davidlean (1995 BK3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7398
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nessus (1993 HA2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7399
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kiyose (1993 XE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7400
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hiera (1989 AV2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7401
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Glinos (1990 OJ4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7402
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Longtom (1992 YL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7403
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Haramura (1995 WU41)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7404
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Euneus (1973 SH1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7405
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Semois (1988 SQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7406
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Anticlus (1973 SM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7407
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Gerhard (1977 FS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7408
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dacke (1979 QX3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7409
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nara (1993 CL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7410
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 VW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7411
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hyakutake (1991 XC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7412
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Balindblad (1985 TV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7413
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1994 CO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7414
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Xanthomalitia (1985 QX4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7415
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1984 DE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7416
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ogilsbie (1993 GE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7417
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Changchun (1994 XO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7418
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Prylis (1973 SY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7419
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 WO1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7420
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1992 FJ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7421
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yumi (1993 GH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7422
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1995 SR1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7423
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1983 VH1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7424
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1986 TT6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7425
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Morita (1996 BK2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7426
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dolon (1987 QN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7427
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lagerros (1978 QC3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7428
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kaseda (1995 DK1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7429
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Juzoitami (1997 OX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7430
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1991 OK1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7431
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Williamknight (1991 SK)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7432
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Deliyannis (1957 JP)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7433
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Anius (1973 SD1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7434
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Peterthomas (1989 RB6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7435
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tyndareus (5493 T-2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7436
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Seeberg (1976 DJ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7437
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 TF7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7438
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Agrius (1973 SE1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7439
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Takayuki (1992 UM3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7440
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Wolkenstein (3002 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7441
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eurysaces (4523 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7442
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1992 OZ9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7443
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Asbolus (1995 GO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7444
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Daitarabochi (1994 VC7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7445
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1995 US)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7446
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sano (1990 TM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7447
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "AMOS (1996 AO3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7448
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Keneke (1998 EH12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7449
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eliason (1981 JB2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7450
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 UW2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7451
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1995 UJ4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7452
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sawaishujiro (1995 YK3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7453
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 EU2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7454
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mnesthus (1988 RG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7455
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 UX5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7456
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kawane (1990 AD)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7457
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1993 RX3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7458
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nanyang (1995 VU18)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7459
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Stefanovalentini (1998 DJ11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7460
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rhesus (5191 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7461
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1995 WO8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7462
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 MO19)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7463
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Erichthonios (1996 HU10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7464
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 PS1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7465
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hohmann (1996 FU13)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7466
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lycomedes (6581 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7467
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Nauplius (1973 SO1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7468
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oceax (1973 SP1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7469
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1995 OK8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7470
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 RJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7471
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 SJ4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7472
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thersander (6540 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7473
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eurymachos (6591 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7474
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Antimachos (1973 SS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7475
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1991 EN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7476
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Oileus (6541 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7477
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Al-Biruni (1986 PN4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7478
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Malytheatre (1976 YF3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7479
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sakka (1993 VG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7480
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chariklo (1997 CU26)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7481
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amphiaraos (6629 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7482
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1990 RF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7483
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Peterbluhm (1991 GM10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7484
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hylonome (1995 DW2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7485
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mali Losinj (1998 UT15)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7486
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 TJ14)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7487
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kanetugu (1995 WC4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7488
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Mameta (1996 VB9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7489
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Yanjici (1997 BB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7490
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Phemios (5187 T-2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7491
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kostyukova (1978 QE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7492
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1990 UZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7493
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1990 UB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7494
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1994 LR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7495
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 AO1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7496
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Lorenzalevy (1998 SW60)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7497
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dolios (1973 SL1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7498
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Stenmark (1980 FJ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7499
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1994 CS8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7500
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 JO26)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7501
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Laertes (1973 SA2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7502
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 RN11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7503
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 SL3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7504
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 TS25)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7505
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 YY5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7506
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 VU4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7507
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 XN77)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7508
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 XZ77)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7509
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 XX93)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7510
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 FU34)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7511
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alcinoos (4139 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7512
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Demodokus (4655 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7513
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 RG10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7514
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 RM11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7515
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thersilochos (1990 VL6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7516
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Solikamsk (1992 SU21)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7517
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Boucolion (1993 BD4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7518
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Asios (1993 BZ12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7519
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 BQ2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7520
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 GO24)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7521
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Balios (1997 VV1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7522
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Baton Rouge (1998 SG27)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7523
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Teruhime (1988 VY2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7524
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 TS2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7525
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Echemmon (1990 TV12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7526
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Angel (1992 LF)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7527
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kagayayutaka (1993 SD2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7528
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aretaon (1997 JB16)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7529
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 TT9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7530
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Robertgrimm (1998 SD2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7531
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RM11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7532
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Miroshnikov (1981 RF2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7533
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Imranakperov (1986 RB12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7534
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Actor (1987 YU1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7535
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Koon (1988 QY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7536
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jepejacobsen (1993 OX6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7537
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Prothoon (1996 GE19)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7538
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 QB69)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7539
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Briangrazer (1998 SP36)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7540
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ascanios (2035 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7541
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Peiraios (1973 SL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7542
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 VG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7543
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1991 FY3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7544
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Alkimos (1991 GX1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7545
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 QD2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7546
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eteoneus (1998 TL15)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7547
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 TG16)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7548
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 UF21)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7549
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 VM15)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7550
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WZ5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7551
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 TZ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7552
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eumaios (1973 SF1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7553
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Melanthios (1973 SY1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7554
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Halitherses (1973 SB2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7555
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 UA6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7556
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1991 EJ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7557
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Podarkes (1991 HN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7558
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tigris (1993 BE5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7559
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 SO8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7560
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 TW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7561
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Augeias (1996 TS49)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7562
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Echion (1997 VB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7563
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 VG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7564
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dannymeyer (1998 MJ14)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7565
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Marcallen (1998 MD38)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7566
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 SQ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7567
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 SU52)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7568
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 TU12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7569
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 TP17)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7570
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 UQ16)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7571
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 US24)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7572
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 VU6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7573
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WX9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7574
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 XS31)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7575
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 XO79)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7576
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RV165)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7577
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Antiphos (5159 T-2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7578
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Orestes (1973 SX)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7579
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Savanov (1982 TK1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7580
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 RV12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7581
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Urabe (1992 WF1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7582
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Perimedes (1996 TN49)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7583
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 WW7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7584
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 UZ8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7585
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 UM18)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7586
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 UF31)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7587
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Davewilliams (1998 XG24)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7588
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XR13)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7589
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Neely (1999 XH143)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7590
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XT160)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7591
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1991 RE7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7592
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 XD51)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7593
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XA187)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7594
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AK156)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7595
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1991 RM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7596
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 VS32)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7597
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Beletic (1999 DC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7598
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AR25)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7599
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AK119)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7600
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 CC20)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7601
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Atreus (1973 SU)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7602
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 VY29)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7603
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 WB2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7604
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AA202)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7605
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 FQ48)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7606
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ehdita (1987 RO5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7607
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Paquet (1991 PG7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7608
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 UZ23)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7609
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Babylon (1998 DH34)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7610
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 VU30)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7611
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WX4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7612
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WN11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7613
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 NV27)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7614
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RF56)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7615
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 VW24)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7616
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XH133)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7617
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 YY2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7618
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AA80)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7619
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AT177)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7620
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AG191)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7621
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 CN3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7622
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 JA65)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7623
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tlepolemos (9612 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7624
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Periphas (4168 T-2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7625
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1991 VN4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7626
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1992 QB1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7627
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1993 SB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7628
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1993 SC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7629
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1994 GV9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7630
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1994 JS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7631
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1994 JR1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7632
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1994 TB)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7633
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1995 DA2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7634
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 TL66)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7635
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 TP66)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7636
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 CR29)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7637
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 MA11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7638
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 CM8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7639
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RB101)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7640
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 VQ24)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7641
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 YN12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7642
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 RD12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7643
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1990 BO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7644
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Daitor (1991 VZ5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7645
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1993 XM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7646
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1994 JQ1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7647
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 AL1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7648
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bredthauer (1998 FR10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7649
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 FX68)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7650
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 MQ11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7651
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 VV2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7652
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WR21)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7653
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 NB38)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7654
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 NZ41)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7655
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 SS3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7656
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 GJ127)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7657
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(3560 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7658
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Caniff (4652 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7659
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aisakos (1024 T-1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7660
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pheidippos (1973 SV)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7661
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1978 VF11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7662
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 RY10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7663
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 RH13)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7664
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 RL13)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7665
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1988 SW1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7666
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Charleroi (1989 DL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7667
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 UO5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7668
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hippasos (1991 XG1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7669
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 RD58)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7670
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 YM3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7671
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 NA38)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7672
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RN116)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7673
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RV199)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7674
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 SW7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7675
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XJ156)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7676
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XY187)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7677
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XW211)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7678
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 BA27)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7679
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 OU30)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7680
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Hyperenor (3163 T-1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7681
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Anchialos (5167 T-2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7682
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Dardanos (2140 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7683
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Drymas (4035 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7684
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1987 DQ6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7685
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shimomoto (1990 WN5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7686
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 AY3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7687
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Demoleon (1996 HV9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7688
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QV49)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7689
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QY177)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7690
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Torasan (2000 RR53)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7691
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RL100)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7692
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SC6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7693
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1994 VK8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7694
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 SZ4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7695
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 TO66)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7696
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 EL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7697
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Chaos (1998 WH24)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7698
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 WT4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7699
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 BD5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7700
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 CH67)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7701
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 ST317)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7702
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Jamesalbers (2000 TT58)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7703
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Aigyptios (1973 SU1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7704
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Varuna (2000 WR106)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7705
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1992 UN5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7706
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1995 QZ9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7707
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 RA33)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7708
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 TR66)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7709
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 VF30)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7710
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WG20)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7711
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RC198)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7712
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 TV96)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7713
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XA32)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7714
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XG91)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7715
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XP101)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7716
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XS143)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7717
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XG191)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7718
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XM193)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7719
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 EE36)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7720
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Fountainhills (2000 WE147)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7721
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Polyneikes (2638 T-2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7722
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Tydeus (5151 T-2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7723
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Arkesilaos (1973 SS1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7724
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1985 VY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7725
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 RF33)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7726
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pandion (1996 TC51)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7727
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 TB28)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7728
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 TD28)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7729
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 TM28)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7730
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 VL27)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7731
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WJ5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7732
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WA15)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7733
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 XO89)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7734
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 VQ10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7735
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 VV12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7736
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XM71)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7737
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XK77)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7738
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XO82)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7739
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XQ96)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7740
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XR170)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7741
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XK192)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7742
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XW257)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7743
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AQ14)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7744
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AP21)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7745
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AS25)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7746
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AU31)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7747
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AD75)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7748
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 WD49)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7749
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7750
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Klonios (4572 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7751
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Prothoenor (6020 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7752
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Polyxenos (5030 T-2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7753
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XV83)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7754
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XA160)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7755
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AP33)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7756
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AU57)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7757
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AK95)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7758
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AO100)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7759
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AN146)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7760
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AY182)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7761
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 CS8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7762
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 HM40)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7763
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 PO8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7764
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YH62)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7765
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YH119)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7766
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 AO16)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7767
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Elephenor (9602 P-L)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7768
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Epistrophos (4536 T-2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7769
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Schedios (5146 T-2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7770
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 TX11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7771
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1991 EL)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7772
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Epicles (1994 ES6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7773
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 RW29)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7774
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 UX3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7775
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 KZ3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7776
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 TA28)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7777
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 TV33)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7778
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 UH16)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7779
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 VD30)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7780
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WY8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7781
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 XA13)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7782
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 YP6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7783
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 NB63)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7784
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RU134)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7785
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 VZ52)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7786
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XV80)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7787
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XD94)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7788
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XY101)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7789
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XW167)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7790
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 YO22)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7791
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 YR27)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7792
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AJ87)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7793
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AC115)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7794
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AA160)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7795
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AB175)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7796
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AD177)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7797
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AX193)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7798
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 BU22)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7799
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 OP32)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7800
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 PR25)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7801
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QE42)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7802
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QL63)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7803
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QS104)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7804
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QU167)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7805
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QG173)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7806
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QF198)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7807
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RP100)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7808
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RF103)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7809
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SS165)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7810
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SJ310)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7811
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SH313)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7812
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SY317)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7813
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 WU157)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7814
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YL102)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7815
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YR102)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7816
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 AC25)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7817
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 AN37)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7818
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 BZ)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7819
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 BS15)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7820
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 CH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7821
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 CP11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7822
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 CP18)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7823
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 CE21)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7824
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 CX27)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7825
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 CN33)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7826
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 CB35)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7827
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Kapaneus (4613 T-2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7828
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1995 SM55)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7829
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 RK30)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7830
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 QJ4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7831
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 HJ151)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7832
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RN72)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7833
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RQ116)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7834
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 CK103)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7835
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 JP70)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7836
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RD88)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7837
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 XN9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7838
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 BM50)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7839
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 BC76)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7840
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 GQ21)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7841
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 WB37)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7842
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 SM165)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7843
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 DE9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7844
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 LT32)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7845
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 FD1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7846
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 FL145)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7847
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Baehr (1988 FM1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7848
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Shuji (2000 EE101)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7849
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ixion (2001 KX76)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7850
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1990 YY)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7851
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eurydamas (1994 CR18)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7852
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 BN16)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7853
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 ED6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7854
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 HL14)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7855
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 MO44)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7856
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 JZ78)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7857
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 NE9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7858
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 NH11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7859
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 TD10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7860
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 DZ5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7861
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 FC1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7862
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 OG45)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7863
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QK100)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7864
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RS80)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7865
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RW82)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7866
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RO85)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7867
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Phegeus (3250 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7868
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Idaios (3365 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7869
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Echepolos (4101 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7870
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Peterburgtrista (1978 SX2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7871
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Helicaon (1994 CX13)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7872
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 MU31)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7873
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 OM12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7874
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 NE11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7875
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RK134)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7876
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RS150)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7877
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Elatus (1999 UG5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7878
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 BK16)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7879
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 OP51)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7880
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QA88)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7881
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QL214)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7882
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RS40)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7883
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RQ83)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7884
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RW96)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7885
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RZ96)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7886
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RR97)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7887
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RC100)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7888
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SP25)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7889
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SP93)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7890
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SB132)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7891
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SL174)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7892
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SD234)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7893
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SV289)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7894
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SG348)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7895
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 ST354)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7896
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 WX182)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7897
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 XX37)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7898
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YS11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7899
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YV135)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7900
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 OL31)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7901
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Thereus (2001 PT13)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7902
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 QU277)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7903
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Apisaon (1990 TP12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7904
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1995 QY9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7905
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 CU29)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7906
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 BU48)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7907
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 VG44)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7908
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AA231)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7909
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SA191)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7910
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 WN2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7911
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 CJ28)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7912
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 QE91)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7913
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 RG87)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7914
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 RS25)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7915
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 RV27)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7916
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 TV28)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7917
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 SN165)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7918
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 VQ15)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7919
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XM74)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7920
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XB211)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7921
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XT213)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7922
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XB214)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7923
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XS248)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7924
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AV19)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7925
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 BQ5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7926
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QA157)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7927
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SN209)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7928
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YL101)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7929
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 BQ77)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7930
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 BU80)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7931
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 CN21)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7932
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 CW32)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7933
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 CA39)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7934
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amphios (3040 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7935
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1995 OU2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7936
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 TY68)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7937
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 VR38)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7938
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 XJ5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7939
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rhadamanthus (1999 HX11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7940
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 HB12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7941
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 WS4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7942
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XH162)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7943
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XC210)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7944
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XR213)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7945
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 YC13)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7946
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AN6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7947
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AU45)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7948
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AA113)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7949
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AY161)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7950
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AW183)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7951
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Huya (2000 EB173)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7952
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YQ139)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7953
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 BK9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7954
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 BE24)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7955
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 BB62)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7956
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 DQ10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7957
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 BU1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7958
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 CE13)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7959
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1978 VC7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7960
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 KR16)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7961
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 YO14)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7962
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AB33)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7963
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AS105)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7964
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YP96)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7965
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 BN42)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7966
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 CT13)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7967
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 CS32)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7968
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 DJ26)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7969
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 UR163)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7970
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Typhon (2002 CR46)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7971
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 CQ134)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7972
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 RJ28)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7973
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1991 VD4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7974
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 OX3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7975
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 PV29)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7976
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 RF29)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7977
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 TC36)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7978
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 GN171)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7979
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QS103)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7980
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QN116)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7981
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RU69)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7982
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SO56)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7983
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SG131)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7984
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SL298)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7985
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 TG64)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7986
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1989 WJ2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7987
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1995 TL8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7988
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 JJ10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7989
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Skamander (1997 JG15)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7990
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pelion (1998 QM107)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7991
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RA215)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7992
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Quaoar (2002 LM60)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7993
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QJ12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7994
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QH137)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7995
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QZ165)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7996
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QU176)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7997
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RX25)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7998
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SC17)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:7999
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SU333)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8000
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 TA42)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8001
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 AT33)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8002
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 QQ60)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8003
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 QJ256)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8004
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 QH267)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8005
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 QZ292)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8006
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 HN2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8007
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 HM151)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8008
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ophelestes (1998 MW41)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8009
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Okyrhoe (1998 SG35)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8010
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Cyllarus (1998 TF35)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8011
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Deucalion (1999 HU11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8012
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 PY3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8013
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 VB154)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8014
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XG132)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8015
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AA54)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8016
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 PJ30)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8017
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Bienor (2000 QC243)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8018
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SE310)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8019
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SZ344)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8020
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SX362)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8021
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 WO180)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8022
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 AS9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8023
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 QM73)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8024
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 RP132)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8025
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 TF19)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8026
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 TY229)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8027
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 UC73)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8028
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 AW34)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8029
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 AW197)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8030
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 CU15)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8031
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 CP82)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8032
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Amycus (2002 GB10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8033
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 GK105)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8034
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 TX300)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8035
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 UX25)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8036
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 VE95)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8037
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SK2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8038
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SA92)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8039
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SS161)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8040
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 TD39)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8041
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 UY124)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8042
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 TW240)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8043
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Logos (1997 CQ29)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8044
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Palmys (1998 MK47)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8045
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 TC31)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8046
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 CL158)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8047
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XB257)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8048
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AR184)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8049
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 BQ21)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8050
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 CH105)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8051
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 CM114)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8052
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Echeclus (2000 EC98)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8053
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 EE173)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8054
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 FD8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8055
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 FE8)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8056
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SX186)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8057
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 TB43)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8058
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YN120)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8059
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 BD25)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8060
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 BL41)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8061
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 DH4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8062
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 CC4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8063
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 EH130)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8064
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 FU36)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8065
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Ceto (2003 FX128)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8066
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Archeptolemos (1305 T-3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8067
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 OF4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8068
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Borasisi (1999 RZ253)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8069
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XW261)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8070
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 RH142)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8071
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 VW15)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8072
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 KW2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8073
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WW24)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8074
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WA25)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8075
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WA31)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8076
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WU31)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8077
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 PN34)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8078
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 PK30)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8079
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RQ91)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8080
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SA182)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8081
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 WE132)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8082
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YM5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8083
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 UE188)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8084
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 XW93)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8085
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sila-Nunam (1997 CS29)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8086
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 CP133)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8087
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 CC158)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8088
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 DF9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8089
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RY138)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8090
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 CM105)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8091
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 TY40)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8092
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YW134)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8093
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 FZ173)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8094
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 FM185)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8095
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 FP185)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8096
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Crantor (2002 GO9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8097
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 TC302)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8098
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 VR128)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8099
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 VS2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8100
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 HP151)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8101
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 KR65)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8102
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 VA50)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8103
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WR10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8104
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 OY3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8105
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RY215)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8106
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 OO67)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8107
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QB243)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8108
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 KE76)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8109
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 KK76)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8110
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 KF77)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8111
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Teharonhiawako (2001 QT297)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8112
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 FQ97)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8113
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Sedna (2003 VB12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8114
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Orcus (2004 DW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8115
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2004 GV9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8116
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 HK151)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8117
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 US43)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8118
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RZ215)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8119
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 GX32)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8120
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 GZ32)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8121
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 RA103)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8122
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 VC92)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8123
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 AS2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8124
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 SZ135)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8125
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 BE25)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8126
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 XN72)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8127
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 FC99)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8128
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 AX46)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8129
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1996 TQ66)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8130
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 HT11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8131
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 HC12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8132
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 OY51)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8133
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 OM67)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8134
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 KJ76)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8135
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 KP76)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8136
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 KC77)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8137
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 KN77)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8138
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 KP77)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8139
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 SQ73)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8140
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 UO18)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8141
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 CY224)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8142
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 KX14)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8143
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 PA149)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8144
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 VR130)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8145
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 WC19)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8146
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 CO1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8147
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 FY128)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8148
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 OP32)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8149
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 UR292)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8150
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2004 EW95)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8151
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Salacia (2004 SB60)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8152
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2004 TY364)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8153
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 XX143)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8154
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 WK183)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8155
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 YH140)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8156
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 YJ140)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8157
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 CX154)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8158
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 CC249)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8159
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 XU93)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8160
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 FC128)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8161
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 YL61)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8162
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 CE119)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8163
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 HR11)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8164
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 JG81)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8165
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 FL194)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8166
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 QZ113)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8167
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 XS254)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8168
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 XT254)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8169
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 XH255)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8170
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 FB128)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8171
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 PQ21)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8173
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RH215)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8174
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AX29)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8175
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 BT24)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8176
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 OJ67)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8177
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 KO76)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8178
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 QT322)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8179
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 GG32)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8180
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 PB171)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8181
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Haumea (2003 EL61)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8182
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 LG7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8183
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Eris (2003 UB313)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8184
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 WL7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8185
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Makemake (2005 FY9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8186
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RE215)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8187
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RB216)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8188
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 AJ114)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8189
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 OK67)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8190
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 QM251)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8191
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 QG298)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8192
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 SS317)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8193
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 UY117)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8194
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 US292)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8195
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 YO179)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8196
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2004 UX10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8197
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 RM43)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8198
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 RN43)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8199
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 RR43)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8200
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 SA278)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8201
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 TB190)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8202
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 UJ438)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8203
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2006 RY102)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8204
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RA216)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8205
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 CR105)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8206
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Altjira (2001 UQ18)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8207
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 XA255)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8208
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 VS130)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8209
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 VA131)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8210
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 QZ91)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8211
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 CZ31)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8212
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 BO25)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8213
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2006 JR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8214
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 OL67)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8215
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YB131)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8216
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 KN76)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8217
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 KV76)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8218
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 PD149)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8219
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 RL43)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8220
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 GE147)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8221
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 GP183)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8222
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 FR185)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8223
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Varda (2003 MW12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8224
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2004 PF115)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8225
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1993 FW)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8226
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 WT31)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8227
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 CV118)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8228
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 CG119)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8229
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 CO153)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8230
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 HW11)"
msgstr ""
#. +> trunk5
Index: trunk/l10n-support/templates/summit/messages/extragear-games/knights.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/extragear-games/knights.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/extragear-games/knights.pot (revision 1522564)
@@ -1,1568 +1,1568 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-13 09:01+0200\n"
+"POT-Creation-Date: 2018-08-14 09:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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
#, kde-format
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr ""
#. +> trunk5
#, kde-format
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr ""
#. +> trunk5
#: board.cpp:578
#, kde-format
msgid "Promotion"
msgstr ""
#. +> trunk5
#: board.cpp:582
#, kde-format
msgid "Promote"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupB)
#. +> trunk5
#: clockwidget.ui:17
#, kde-format
msgid "Black"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupW)
#. i18n: ectx: property (text), widget (QRadioButton, colorWhite)
#. +> trunk5
#: clockwidget.ui:44 gamedialog.ui:90
#, kde-format
msgid "White"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, searchDepthLabel)
#. +> trunk5
#: customdifficultydialog.ui:26
#, kde-format
msgid "Search &depth:"
msgstr ""
#. i18n: ectx: property (specialValueText), widget (KPluralHandlingSpinBox, sbSearchDepth)
#. +> trunk5
#: customdifficultydialog.ui:36
#, kde-format
msgctxt "Let the engine determine the search depth"
msgid "Engine default"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, memorySizeLabel)
#. +> trunk5
#: customdifficultydialog.ui:43
#, kde-format
msgid "Memory &size:"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, sbMemorySize)
#. +> trunk5
#: customdifficultydialog.ui:53
#, kde-format
msgctxt "Megabytes"
msgid " MB"
msgstr ""
#. +> trunk5
#: difficultydialog.cpp:39
#, kde-format
msgctxt "Search depth suffix"
msgid " move"
msgid_plural " moves"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: difficultydialog.cpp:50
#, kde-format
msgid "Difficulty Level"
msgstr ""
#. +> trunk5
#: enginesettings.cpp:114
#, kde-format
msgctxt "Protocol name"
msgid "XBoard"
msgstr ""
#. +> trunk5
#: enginesettings.cpp:114
#, kde-format
msgctxt "Protocol name"
msgid "UCI"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, autoDetectButton)
#. +> trunk5
#: enginesettings.ui:19
#, kde-format
msgid "Auto detect"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, addButton)
#. +> trunk5
#: enginesettings.ui:39
#, kde-format
msgid "Add"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, removeButton)
#. +> trunk5
#: enginesettings.ui:46
#, kde-format
msgid "Remove"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, tableWidget)
#. +> trunk5
#: enginesettings.ui:71
#, kde-format
msgid "Name"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, tableWidget)
#. +> trunk5
#: enginesettings.ui:76
#, kde-format
msgid "Command"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, tableWidget)
#. +> trunk5
#: enginesettings.ui:81
#, kde-format
msgid "Protocol"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, tableWidget)
#. +> trunk5
#: enginesettings.ui:86
#, kde-format
msgid "Installed"
msgstr ""
#. +> trunk5
#: gamedialog.cpp:69
#, kde-format
msgid "New Game"
msgstr ""
#. +> trunk5
#: gamedialog.cpp:262
#, kde-format
msgid " minute"
msgid_plural " minutes"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: gamedialog.cpp:263
#, kde-format
msgid " second"
msgid_plural " seconds"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: gamedialog.cpp:264
#, kde-format
msgid " move"
msgid_plural " moves"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: gamedialog.cpp:303
#, kde-format
msgid "Chess Engines"
msgstr ""
#. +> trunk5
#: gamedialog.cpp:354
#, kde-format
msgid "Select a chess engine for the first player."
msgstr ""
#. +> trunk5
#: gamedialog.cpp:360
#, kde-format
msgid "Select a chess engine for the second player."
msgstr ""
#. +> trunk5
#: gamedialog.cpp:365
#, kde-format
msgid "Start the game."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, player1Box)
#. +> trunk5
#: gamedialog.ui:29
#, kde-format
msgid "Player 1"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rbPlayer1Human)
#. +> trunk5
#: gamedialog.ui:35
#, kde-format
msgid "Human (&You)"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rbPlayer1Engine)
#. +> trunk5
#: gamedialog.ui:45
#, kde-format
msgid "&Computer engine"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, colorGroup)
#. +> trunk5
#: gamedialog.ui:78
#, kde-format
msgid "Player 1's Color"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, colorBlack)
#. +> trunk5
#: gamedialog.ui:103
#, kde-format
msgid "B&lack"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, colorRandom)
#. +> trunk5
#: gamedialog.ui:116
#, kde-format
msgid "Choose r&andomly"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, player2Box)
#. +> trunk5
#: gamedialog.ui:129
#, kde-format
msgid "Player 2"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rbPlayer2Human)
#. +> trunk5
#: gamedialog.ui:135
#, kde-format
msgid "H&uman"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rbPlayer2Engine)
#. +> trunk5
#: gamedialog.ui:145
#, kde-format
msgid "Co&mputer engine"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rbPlayer2Server)
#. +> trunk5
#: gamedialog.ui:175 proto/ficsprotocol.cpp:210
#, kde-format
msgid "Chess server"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, cbTimeControl)
#. +> trunk5
#: gamedialog.ui:207
#, kde-format
msgid "&Use Time Control"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lNumberOfMoves)
#. +> trunk5
#: gamedialog.ui:214
#, kde-format
msgid "&Time control period"
msgstr ""
#. i18n: ectx: property (specialValueText), widget (QSpinBox, sbNumberOfMoves)
#. +> trunk5
#: gamedialog.ui:230
#, kde-format
msgctxt "Time control mode"
msgid "Timer Only"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, timeLimitLabel)
#. +> trunk5
#: gamedialog.ui:243
#, kde-format
msgid "&Initial time limit"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, timeIncrementLabel)
#. +> trunk5
#: gamedialog.ui:269
#, kde-format
msgid "I&ncrement per move"
msgstr ""
#. +> trunk5
#: gamemanager.cpp:401
#, kde-format
msgctxt "The player of this color"
msgid "White"
msgstr ""
#. +> trunk5
#: gamemanager.cpp:402
#, kde-format
msgctxt "The player of this color"
msgid "Black"
msgstr ""
#. +> trunk5
#: gamemanager.cpp:512
#, kde-format
msgid "%1 offers you a draw"
msgstr ""
#. +> trunk5
#: gamemanager.cpp:515
#, kde-format
msgid "%2 would like to take back a half move"
msgid_plural "%2 would like to take back %1 half moves"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: gamemanager.cpp:518
#, kde-format
msgid "%1 would like to adjourn the game"
msgstr ""
#. +> trunk5
#: gamemanager.cpp:521
#, kde-format
msgid "%1 would like to abort the game"
msgstr ""
#. +> trunk5
#: gamemanager.cpp:609
#, kde-format
msgctxt "string to be spoken when the opponent castles queenside"
msgid "%1 castles queenside"
msgstr ""
#. +> trunk5
#: gamemanager.cpp:612
#, kde-format
msgctxt "string to be spoken when the opponent castles queenside"
msgid "%1 castles kingside"
msgstr ""
#. +> trunk5
#: gamemanager.cpp:616
#, kde-format
msgctxt "string to be spoken when the opponent makes a normal move"
msgid "%1 to %2"
msgstr ""
#. +> trunk5
#: gamemanager.cpp:627
#, kde-format
msgctxt "Your king is under attack"
msgid "Check"
msgstr ""
#. +> trunk5
#: gamemanager.cpp:629
#, kde-format
msgctxt "Your king is dead"
msgid "Checkmate"
msgstr ""
#. +> trunk5
#: historywidget.cpp:43
#, kde-format
msgid "white"
msgstr ""
#. +> trunk5
#: historywidget.cpp:44
#, kde-format
msgid "black"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, twMoves)
#. +> trunk5
#: historywidget.ui:39 historywidget.ui:44
#, kde-format
msgid "New Column"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, notationLabel)
#. +> trunk5
#: historywidget.ui:57
#, kde-format
msgid "&Notation:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, notationComboBox)
#. +> trunk5
#: historywidget.ui:68
#, kde-format
msgid "Short Algebraic"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, notationComboBox)
#. +> trunk5
#: historywidget.ui:73
#, kde-format
msgid "Long Algebraic"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, notationComboBox)
#. +> trunk5
#: historywidget.ui:78
#, kde-format
msgid "Coordinate"
msgstr ""
#. +> trunk5
#: knights.cpp:94
#, kde-format
msgid "Custom"
msgstr ""
#. +> trunk5
#: knights.cpp:119
#, kde-format
msgid "Clock"
msgstr ""
#. +> trunk5
#: knights.cpp:150
#, kde-format
msgid "Move History"
msgstr ""
#. +> trunk5
-#: knights.cpp:169 knights.cpp:438
+#: knights.cpp:169 knights.cpp:446
#, kde-format
msgid "Resign"
msgstr ""
#. +> trunk5
#: knights.cpp:170
#, kde-format
msgid "Admit your inevitable defeat"
msgstr ""
#. +> trunk5
#: knights.cpp:175
#, kde-format
msgid "Undo"
msgstr ""
#. +> trunk5
#: knights.cpp:176
#, kde-format
msgid "Take back your last move"
msgstr ""
#. +> trunk5
#: knights.cpp:182
#, kde-format
msgid "Redo"
msgstr ""
#. +> trunk5
#: knights.cpp:183
#, kde-format
msgid "Repeat your last move"
msgstr ""
#. +> trunk5
#: knights.cpp:189
#, kde-format
msgid "Offer &Draw"
msgstr ""
#. +> trunk5
#: knights.cpp:190
#, kde-format
msgid "Offer a draw to your opponent"
msgstr ""
#. +> trunk5
#: knights.cpp:195
#, kde-format
msgid "Adjourn"
msgstr ""
#. +> trunk5
#: knights.cpp:196
#, kde-format
msgid "Continue this game at a later time"
msgstr ""
#. +> trunk5
#: knights.cpp:201
#, kde-format
msgid "Abort"
msgstr ""
#. +> trunk5
#: knights.cpp:202
#, kde-format
msgid "End the game immediately"
msgstr ""
#. +> trunk5
#: knights.cpp:206
#, kde-format
msgid "Show Clock"
msgstr ""
#. +> trunk5
#: knights.cpp:212
#, kde-format
msgid "Show History"
msgstr ""
#. +> trunk5
#: knights.cpp:219
#, kde-format
msgid "Show White Console"
msgstr ""
#. +> trunk5
#: knights.cpp:225
#, kde-format
msgid "Show Black Console"
msgstr ""
#. +> trunk5
#: knights.cpp:231
#, kde-format
msgid "Show Chat"
msgstr ""
#. +> trunk5
#: knights.cpp:269
#, kde-format
msgid "Open File"
msgstr ""
#. +> trunk5
-#: knights.cpp:270 knights.cpp:604 knights.cpp:627
+#: knights.cpp:270 knights.cpp:612 knights.cpp:635
#, kde-format
msgid "Portable game notation (*.pgn)"
msgstr ""
#. +> trunk5
-#: knights.cpp:419
+#: knights.cpp:427
#, kde-format
msgid "General"
msgstr ""
#. +> trunk5
-#: knights.cpp:423
+#: knights.cpp:431
#, kde-format
msgid "Computer Engines"
msgstr ""
#. +> trunk5
-#: knights.cpp:428
+#: knights.cpp:436
#, kde-format
msgid "Accessibility"
msgstr ""
#. +> trunk5
-#: knights.cpp:431
+#: knights.cpp:439
#, kde-format
msgid "Theme"
msgstr ""
#. +> trunk5
-#: knights.cpp:438
+#: knights.cpp:446
#, kde-format
msgid "Do you really want to resign?"
msgstr ""
#. +> trunk5
-#: knights.cpp:483
+#: knights.cpp:491
#, kde-format
msgid "Game over"
msgstr ""
#. +> trunk5
-#: knights.cpp:507
+#: knights.cpp:515
#, kde-format
msgid "The game ended in a draw"
msgstr ""
#. +> trunk5
-#: knights.cpp:513
+#: knights.cpp:521
#, kde-format
msgctxt "White as in the player with white pieces"
msgid "The game ended with a victory for <em>White</em>"
msgstr ""
#. +> trunk5
-#: knights.cpp:516
+#: knights.cpp:524
#, kde-format
msgctxt "Black as in the player with black pieces"
msgid "The game ended with a victory for <em>Black</em>"
msgstr ""
#. +> trunk5
-#: knights.cpp:521
+#: knights.cpp:529
#, kde-format
msgctxt "Player name, then <White as in the player with white pieces"
msgid "The game ended with a victory for <em>%1</em>, playing White"
msgstr ""
#. +> trunk5
-#: knights.cpp:524
+#: knights.cpp:532
#, kde-format
msgctxt "Player name, then Black as in the player with black pieces"
msgid "The game ended with a victory for <em>%1</em>, playing Black"
msgstr ""
#. +> trunk5
-#: knights.cpp:570
+#: knights.cpp:578
#, kde-format
msgid "%1 vs. %2"
msgstr ""
#. +> trunk5
-#: knights.cpp:583
+#: knights.cpp:591
#, kde-format
msgid ""
"This will end your game.\n"
"Would you like to save the move history?"
msgstr ""
#. +> trunk5
-#: knights.cpp:603
+#: knights.cpp:611
#, kde-format
msgid "Save"
msgstr ""
#. +> trunk5
-#: knights.cpp:626
+#: knights.cpp:634
#, kde-format
msgid "Save As"
msgstr ""
#. i18n: ectx: label, entry (Theme), group (KGameTheme)
#. +> trunk5
#: knights.kcfg:9
#, kde-format
msgid "Theme file for the board"
msgstr ""
#. i18n: ectx: label, entry (askDiscard), group (Notification Messages)
#. +> trunk5
#: knights.kcfg:15
#, kde-format
msgid "whether to show a confirmation dialog before discarding game history"
msgstr ""
#. i18n: ectx: label, entry (dontAskInternal), group (Notification Messages)
#. +> trunk5
#: knights.kcfg:19
#, kde-format
msgid "internal variable controlling the confirm dialog"
msgstr ""
#. i18n: ectx: label, entry (animationSpeed), group (Preferences)
#. +> trunk5
#: knights.kcfg:31
#, kde-format
msgid "Moves animation speed"
msgstr ""
#. i18n: ectx: label, entry (animateBoard), group (Preferences)
#. +> trunk5
#: knights.kcfg:35
#, kde-format
msgid "whether the Board is animated during rotating and resizing"
msgstr ""
#. i18n: ectx: label, entry (flipBoard), group (Preferences)
#. +> trunk5
#: knights.kcfg:39
#, kde-format
msgid "whether to rotate the board when in local two-player mode"
msgstr ""
#. i18n: ectx: label, entry (borderDisplayType), group (Preferences)
#. +> trunk5
#: knights.kcfg:48
#, kde-format
msgid "chessboard border type"
msgstr ""
#. i18n: ectx: label, entry (showDanger), group (Preferences)
#. +> trunk5
#: knights.kcfg:52
#, kde-format
msgid "show check marker"
msgstr ""
#. i18n: ectx: label, entry (showMarker), group (Preferences)
#. +> trunk5
#: knights.kcfg:56
#, kde-format
msgid "show legal moves marker"
msgstr ""
#. i18n: ectx: label, entry (showMotion), group (Preferences)
#. +> trunk5
#: knights.kcfg:60
#, kde-format
msgid "show opponents move marker"
msgstr ""
#. i18n: ectx: label, entry (showClock), group (Preferences)
#. +> trunk5
#: knights.kcfg:64
#, kde-format
msgid "show clocks when time control is in use"
msgstr ""
#. i18n: ectx: label, entry (showChat), group (Preferences)
#. +> trunk5
#: knights.kcfg:68
#, kde-format
msgid "show chat window, if supported by the protocol"
msgstr ""
#. i18n: ectx: label, entry (showConsole), group (Preferences)
#. +> trunk5
#: knights.kcfg:72
#, kde-format
msgid "show the text console, if supported by the protocol"
msgstr ""
#. i18n: ectx: label, entry (showHistory), group (Preferences)
#. +> trunk5
#: knights.kcfg:76
#, kde-format
msgid "show move history"
msgstr ""
#. i18n: ectx: label, entry (timeLimit), group (Time Control)
#. +> trunk5
#: knights.kcfg:82
#, kde-format
msgid "initial time limit for both players"
msgstr ""
#. i18n: ectx: label, entry (timeIncrement), group (Time Control)
#. +> trunk5
#: knights.kcfg:86
#, kde-format
msgid "time increment per move (for Incremental time control)"
msgstr ""
#. i18n: ectx: label, entry (numberOfMoves), group (Time Control)
#. +> trunk5
#: knights.kcfg:90
#, kde-format
msgid "the number of moves the player has to make in the specified time (for Conventional time control)"
msgstr ""
#. i18n: ectx: label, entry (timeEnabled), group (Time Control)
#. +> trunk5
#: knights.kcfg:94
#, kde-format
msgid "whether time limits are enabled and displayed"
msgstr ""
#. i18n: ectx: label, entry (player1Protocol), group (Protocols)
#. i18n: ectx: label, entry (player2Protocol), group (Protocols)
#. +> trunk5
#: knights.kcfg:104 knights.kcfg:113
#, kde-format
msgid "protocol to be used for player 1"
msgstr ""
#. i18n: ectx: label, entry (color), group (Protocols)
#. +> trunk5
#: knights.kcfg:122
#, kde-format
msgid "the local human player's color in a game against a computer or over the Internet."
msgstr ""
#. i18n: ectx: label, entry (programs), group (Protocols)
#. +> trunk5
#: knights.kcfg:126
#, kde-format
msgid "list of programs to run for playing against the computer"
msgstr ""
#. i18n: ectx: label, entry (player1Program), group (Protocols)
#. +> trunk5
#: knights.kcfg:130
#, kde-format
msgid "the last selected program for player 1"
msgstr ""
#. i18n: ectx: label, entry (player2Program), group (Protocols)
#. +> trunk5
#: knights.kcfg:134
#, kde-format
msgid "the last selected program for player 2"
msgstr ""
#. i18n: ectx: label, entry (computerSearchDepth), group (Protocols)
#. +> trunk5
#: knights.kcfg:138
#, kde-format
msgid "the search depth of computer engines, when the difficulty is set to Configurable"
msgstr ""
#. i18n: ectx: label, entry (computerMemorySize), group (Protocols)
#. +> trunk5
#: knights.kcfg:142
#, kde-format
msgid "the memory size used by computer engines, when the difficulty is set to Configurable"
msgstr ""
#. i18n: ectx: label, entry (servers), group (Protocols)
#. +> trunk5
#: knights.kcfg:146
#, kde-format
msgid "list of servers for playing over the Internet"
msgstr ""
#. i18n: ectx: label, entry (currentServer), group (Protocols)
#. +> trunk5
#: knights.kcfg:150
#, kde-format
msgid "the last selected server"
msgstr ""
#. i18n: ectx: label, entry (ficsUsername), group (Protocols)
#. +> trunk5
#: knights.kcfg:154
#, kde-format
msgid "username for the Free Internet Chess Server"
msgstr ""
#. i18n: ectx: label, entry (guest), group (Protocols)
#. +> trunk5
#: knights.kcfg:158
#, kde-format
msgid "whether to log in as guest"
msgstr ""
#. i18n: ectx: label, entry (autoLogin), group (Protocols)
#. +> trunk5
#: knights.kcfg:162
#, kde-format
msgid "whether to log in to chess server automatically"
msgstr ""
#. i18n: ectx: label, entry (computerDelay), group (Protocols)
#. +> trunk5
#: knights.kcfg:166
#, kde-format
msgid "delay before a computer's move is reported, in milliseconds"
msgstr ""
#. i18n: ectx: label, entry (engineConfigurations), group (Protocols)
#. +> trunk5
#: knights.kcfg:170
#, kde-format
msgid "stored configurations of engine-specific settings"
msgstr ""
#. i18n: ectx: label, entry (speakOpponentsMoves), group (Accessibility)
#. +> trunk5
#: knights.kcfg:176
#, kde-format
msgid "whether opponents' moves are spoken by Jovie"
msgstr ""
#. i18n: ectx: label, entry (allowExternalControl), group (Accessibility)
#. +> trunk5
#: knights.kcfg:180
#, kde-format
msgid "whether commands over D-Bus are accepted"
msgstr ""
#. i18n: ectx: Menu (move)
#. +> trunk5
#: knightsui.rc:22
#, kde-format
msgid "Move"
msgstr ""
#. i18n: ectx: ToolBar (mainToolBar)
#. +> trunk5
#: knightsui.rc:38
#, kde-format
msgid "Main Toolbar"
msgstr ""
#. i18n: ectx: ToolBar (actionsToolbar)
#. +> trunk5
#: knightsui.rc:45
#, kde-format
msgid "Game Actions Toolbar"
msgstr ""
#. i18n: ectx: ToolBar (dockToolBar)
#. +> trunk5
#: knightsui.rc:58
#, kde-format
msgid "Dockable Windows Toolbar"
msgstr ""
#. +> trunk5
#: knightsview.cpp:95
#, kde-format
msgid "Settings changed"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, KnightsView)
#. +> trunk5
#: knightsview_base.ui:14 main.cpp:47
#, kde-format
msgid "Knights"
msgstr ""
#. +> trunk5
#: main.cpp:39
#, kde-format
msgid "KDE Chess Board"
msgstr ""
#. +> trunk5
#: main.cpp:48
#, kde-format
msgid "(C) 2016-2017 Alexander Semke, 2009-2011 Miha Čančula"
msgstr ""
#. +> trunk5
#: main.cpp:49
#, kde-format
msgid "Alexander Semke"
msgstr ""
#. +> trunk5
#: main.cpp:50
#, kde-format
msgid "Miha Čančula"
msgstr ""
#. +> trunk5
#: main.cpp:52
#, kde-format
msgid "Troy Corbin"
msgstr ""
#. +> trunk5
#: main.cpp:52
#, kde-format
msgid "Original Knights for KDE3 and theme author"
msgstr ""
#. +> trunk5
#: main.cpp:54
#, kde-format
msgid "Dave Kaye"
msgstr ""
#. +> trunk5
#: main.cpp:54
#, kde-format
msgid "Help with new theme features and rendering without KGameRenderer"
msgstr ""
#. +> trunk5
#: main.cpp:55
#, kde-format
msgid "Thomas Kamps"
msgstr ""
#. +> trunk5
#: main.cpp:55
#, kde-format
msgid "Clock displaying the remaining time"
msgstr ""
#. +> trunk5
#: main.cpp:64
#, kde-format
msgid "Document to open"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, acceptButton)
#. +> trunk5
#: offerwidget.cpp:37 popup.ui:37 proto/ficsprotocol.cpp:136
#: proto/ficsprotocol.cpp:215
#, kde-format
msgid "Accept"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, declineButton)
#. +> trunk5
#: offerwidget.cpp:40 popup.ui:44 proto/ficsprotocol.cpp:219
#, kde-format
msgid "Decline"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, closeButton)
#. +> trunk5
#: popup.ui:51
#, kde-format
msgid "Close"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, external_box)
#. +> trunk5
#: prefs_access.ui:17
#, kde-format
msgid "External Programs"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_speakOpponentsMoves)
#. +> trunk5
#: prefs_access.ui:23
#, kde-format
msgid "Speak opponent's moves"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_allowExternalControl)
#. +> trunk5
#: prefs_access.ui:30
#, kde-format
msgid "Allow other programs to control Knights"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, animationGroup)
#. +> trunk5
#: prefs_base.ui:17
#, kde-format
msgid "Animations"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, animationSpeedLabel)
#. +> trunk5
#: prefs_base.ui:23
#, kde-format
msgid "Animation &speed:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_animationSpeed)
#. +> trunk5
#: prefs_base.ui:34
#, kde-format
msgid "Instant (no animation)"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_animationSpeed)
#. +> trunk5
#: prefs_base.ui:39
#, kde-format
msgid "Fast"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_animationSpeed)
#. +> trunk5
#: prefs_base.ui:44
#, kde-format
msgid "Normal"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_animationSpeed)
#. +> trunk5
#: prefs_base.ui:49
#, kde-format
msgid "Slow"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_animateBoard)
#. +> trunk5
#: prefs_base.ui:57
#, kde-format
msgid "Animate the board as well"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, appearanceGroup)
#. +> trunk5
#: prefs_base.ui:67
#, kde-format
msgid "Appearance"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, showMarkersForLabel)
#. +> trunk5
#: prefs_base.ui:76
#, kde-format
msgid "Show &markers for:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_showMarker)
#. +> trunk5
#: prefs_base.ui:86
#, kde-format
msgctxt "Option to show markers for"
msgid "Legal moves"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_showMotion)
#. +> trunk5
#: prefs_base.ui:99
#, kde-format
msgctxt "Option to show markers for"
msgid "Opponent's move"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_showDanger)
#. +> trunk5
#: prefs_base.ui:109
#, kde-format
msgctxt "Option to show markers for"
msgid "Check"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: prefs_base.ui:119
#, kde-format
msgid "Border display:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_borderDisplayType)
#. +> trunk5
#: prefs_base.ui:127
#, kde-format
msgid "No borders"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_borderDisplayType)
#. +> trunk5
#: prefs_base.ui:132
#, kde-format
msgid "Only borders"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_borderDisplayType)
#. +> trunk5
#: prefs_base.ui:137
#, kde-format
msgid "Borders and notation"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: prefs_base.ui:148
#, kde-format
msgid "Behavior"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_flipBoard)
#. +> trunk5
#: prefs_base.ui:154
#, kde-format
msgid "Flip the board in local matches between humans"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_askDiscard)
#. +> trunk5
#: prefs_base.ui:161
#, kde-format
msgid "Show confirmation dialog before closing"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, PromotionWidget)
#. +> trunk5
#: promotiondialog.ui:14
#, kde-format
msgid "Pawn Promotion"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: promotiondialog.ui:26
#, kde-format
msgid "Promote pawn to:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioButtonQueen)
#. +> trunk5
#: promotiondialog.ui:47
#, kde-format
msgid "&Queen"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioButtonRook)
#. +> trunk5
#: promotiondialog.ui:60
#, kde-format
msgid "Roo&k"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioButtonBishop)
#. +> trunk5
#: promotiondialog.ui:73
#, kde-format
msgid "Bishop"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioButtonKnight)
#. +> trunk5
#: promotiondialog.ui:86
#, kde-format
msgid "&Knight"
msgstr ""
#. +> trunk5
#: proto/chatwidget.cpp:84
#, kde-format
msgid " says: "
msgstr ""
#. +> trunk5
#: proto/chatwidget.cpp:121
#, kde-format
msgid "You: "
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, sendButton)
#. +> trunk5
#: proto/chatwidget.ui:20
#, kde-format
msgid "Send"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, toolButton)
#. +> trunk5
#: proto/chatwidget.ui:51
#, kde-format
msgid "..."
msgstr ""
#. +> trunk5
#: proto/computerprotocol.cpp:56
#, kde-format
msgid "Program <code>%1</code> could not be started, please check that it is installed."
msgstr ""
#. +> trunk5
#: proto/computerprotocol.cpp:73
#, kde-format
msgid "Console for %1 (%2)"
msgstr ""
#. +> trunk5
#: proto/ficsdialog.cpp:78
#, kde-format
msgid "Session started"
msgstr ""
#. +> trunk5
#: proto/ficsdialog.cpp:92
#, kde-format
msgid "Logging in..."
msgstr ""
#. +> trunk5
#: proto/ficsdialog.cpp:140
#, kde-format
msgctxt "PlayerName (rating)"
msgid "%1 (%2)"
msgstr ""
#. +> trunk5
#: proto/ficsdialog.cpp:219
#, kde-format
msgid "<font color='red'>Error: %1</font>"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, accountTab)
#. +> trunk5
#: proto/ficsdialog.ui:33
#, kde-format
msgid "Account"
msgstr ""
#. i18n: ectx: attribute (toolTip), widget (QWidget, accountTab)
#. +> trunk5
#: proto/ficsdialog.ui:36
#, kde-format
msgid "Log in to the chess server"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, usernameLabel)
#. +> trunk5
#: proto/ficsdialog.ui:55
#, kde-format
msgid "&Username"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, registeredCheckBox)
#. +> trunk5
#: proto/ficsdialog.ui:72
#, kde-format
msgid "This is a registered account"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, passwordLabel)
#. +> trunk5
#: proto/ficsdialog.ui:82
#, kde-format
msgid "&Password"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, rememberCheckBox)
#. +> trunk5
#: proto/ficsdialog.ui:102
#, kde-format
msgid "Log me in automatically"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, logInButton)
#. +> trunk5
#: proto/ficsdialog.ui:109
#, kde-format
msgid "Log in"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, registerButton)
#. +> trunk5
#: proto/ficsdialog.ui:129
#, kde-format
msgid "Create an account"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, joinTab)
#. +> trunk5
#: proto/ficsdialog.ui:153
#, kde-format
msgid "Seek List"
msgstr ""
#. i18n: ectx: attribute (toolTip), widget (QWidget, joinTab)
#. +> trunk5
#: proto/ficsdialog.ui:156
#, kde-format
msgid "Current ads arranged in a list"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, offerTable)
#. +> trunk5
#: proto/ficsdialog.ui:199
#, kde-format
msgid "Player"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, offerTable)
#. +> trunk5
#: proto/ficsdialog.ui:204
#, kde-format
msgid "Rating"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, offerTable)
#. +> trunk5
#: proto/ficsdialog.ui:209
#, kde-format
msgid "Time"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, offerTable)
#. +> trunk5
#: proto/ficsdialog.ui:214
#, kde-format
msgid "Increment"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, offerTable)
#. +> trunk5
#: proto/ficsdialog.ui:219
#, kde-format
msgid "Rated"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, offerTable)
#. +> trunk5
#: proto/ficsdialog.ui:224
#, kde-format
msgid "Variant"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, offerTable)
#. +> trunk5
#: proto/ficsdialog.ui:229
#, kde-format
msgid "Your color"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, graphTab)
#. +> trunk5
#: proto/ficsdialog.ui:238
#, kde-format
msgid "Seek Graph"
msgstr ""
#. i18n: ectx: attribute (toolTip), widget (QWidget, graphTab)
#. +> trunk5
#: proto/ficsdialog.ui:241
#, kde-format
msgid "Current ads arranged by rating and duration"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, challengeTab)
#. +> trunk5
#: proto/ficsdialog.ui:258
#, kde-format
msgid "Challenges"
msgstr ""
#. i18n: ectx: attribute (toolTip), widget (QWidget, challengeTab)
#. +> trunk5
#: proto/ficsdialog.ui:261
#, kde-format
msgid "Post an ad for other players"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, ratedCheckBox)
#. +> trunk5
#: proto/ficsdialog.ui:267
#, kde-format
msgid "Rated match"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, autoCheckBox)
#. +> trunk5
#: proto/ficsdialog.ui:274
#, kde-format
msgid "Automatically start the game"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, seekButton)
#. +> trunk5
#: proto/ficsdialog.ui:281 proto/ficsprotocol.cpp:134
#, kde-format
msgctxt "Start searching for opponents"
msgid "Seek"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, consoleTab)
#. +> trunk5
#: proto/ficsdialog.ui:295
#, kde-format
msgid "Console"
msgstr ""
#. i18n: ectx: attribute (toolTip), widget (QWidget, consoleTab)
#. +> trunk5
#: proto/ficsdialog.ui:298
#, kde-format
msgid "Use custom commands"
msgstr ""
#. +> trunk5
#: proto/ficsprotocol.cpp:135
#, kde-format
msgctxt "Stop searching for opponents"
msgid "Unseek"
msgstr ""
#. +> trunk5
#: proto/ficsprotocol.cpp:137
#, kde-format
msgid "Help"
msgstr ""
#. +> trunk5
#: proto/ficsprotocol.cpp:158
#, kde-format
msgid "Server Console"
msgstr ""
#. +> trunk5
#: proto/ficsprotocol.cpp:171
#, kde-format
msgid "Chat with %1"
msgstr ""
#. +> trunk5
#: proto/ficsprotocol.cpp:204
#, kde-format
msgid "Login failed"
msgstr ""
#. +> trunk5
#: proto/ficsprotocol.cpp:324
#, kde-format
msgid "Invalid Password"
msgstr ""
#. +> trunk5
#: proto/protocol.cpp:78
#, kde-format
msgid "No Error"
msgstr ""
#. +> trunk5
#: proto/protocol.cpp:81
#, kde-format
msgid "User Canceled"
msgstr ""
#. +> trunk5
#: proto/protocol.cpp:84
#, kde-format
msgid "Network Error"
msgstr ""
#. +> trunk5
#: proto/protocol.cpp:87
#, kde-format
msgid "Unknown Error"
msgstr ""
#. +> trunk5
#: proto/protocol.cpp:90
#, kde-format
msgid "Program Error"
msgstr ""
#. +> trunk5
#: proto/seekgraph.cpp:41
#, kde-format
msgid "Time limit [minutes]"
msgstr ""
#. +> trunk5
#: proto/seekgraph.cpp:42
#, kde-format
msgid "Opponent's rating"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/extragear-graphics/digikam.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/extragear-graphics/digikam.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/extragear-graphics/digikam.pot (revision 1522564)
@@ -1,46698 +1,46699 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-13 09:01+0200\n"
+"POT-Creation-Date: 2018-08-14 09:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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
#: core/app/date/ddateedit.cpp:472
#, kde-format
msgid "tomorrow"
msgstr ""
#. +> trunk5
#: core/app/date/ddateedit.cpp:473
#, kde-format
msgid "today"
msgstr ""
#. +> trunk5
#: core/app/date/ddateedit.cpp:474
#, kde-format
msgid "yesterday"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepicker.cpp:123
#, kde-format
msgid "Next year"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepicker.cpp:124
#, kde-format
msgid "Previous year"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepicker.cpp:125
#, kde-format
msgid "Next month"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepicker.cpp:126
#, kde-format
msgid "Previous month"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepicker.cpp:127
#, kde-format
msgid "Select a week"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepicker.cpp:128
#, kde-format
msgid "Select a month"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepicker.cpp:129
#, kde-format
msgid "Select a year"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepicker.cpp:130
#, kde-format
msgid "Select the current day"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepicker.cpp:543
#, kde-format
msgctxt "@action:button"
msgid "Close"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepicker_p.cpp:177
#, kde-format
msgid "Week %1"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepickerpopup.cpp:135
#, kde-format
msgid "&Today"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepickerpopup.cpp:136
#, kde-format
msgid "To&morrow"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepickerpopup.cpp:137
#, kde-format
msgid "Next &Week"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepickerpopup.cpp:138
#, kde-format
msgid "Next M&onth"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepickerpopup.cpp:139
#, kde-format
msgid "Y&esterday"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepickerpopup.cpp:140
#, kde-format
msgid "Last &Monday"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepickerpopup.cpp:141
#, kde-format
msgid "Last &Friday"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepickerpopup.cpp:142
#, kde-format
msgid "Last &Week"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepickerpopup.cpp:143
#, kde-format
msgid "Last M&onth"
msgstr ""
#. +> trunk5
#: core/app/date/ddatepickerpopup.cpp:153
#, kde-format
msgid "No Date"
msgstr ""
#. +> trunk5
#: core/app/date/timelinewidget.cpp:316
#, kde-format
msgctxt ""
"Week #weeknumber - month name - year string\n"
"Start:\tEnd: "
msgid ""
"Week #%1 - %2 %3\n"
"%4\t%5"
msgstr ""
#. +> trunk5
#: core/app/date/timelinewidget.cpp:320
#, kde-format
msgid "Start: "
msgstr ""
#. +> trunk5
#: core/app/date/timelinewidget.cpp:321
#, kde-format
msgid "End: "
msgstr ""
#. +> trunk5
#: core/app/date/timelinewidget.cpp:328
#, kde-format
msgctxt "month-name year-string"
msgid "%1 %2"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/albumdragdrop.cpp:96
#: core/app/dragdrop/albumdragdrop.cpp:201
#: core/app/dragdrop/albumdragdrop.cpp:303
#: core/app/dragdrop/imagedragdrop.cpp:121
#: core/app/dragdrop/importdragdrop.cpp:98 core/app/dragdrop/tagdragdrop.cpp:85
#, kde-format
msgid "&Move Here"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/albumdragdrop.cpp:98
#: core/app/dragdrop/albumdragdrop.cpp:167
#: core/app/dragdrop/albumdragdrop.cpp:211
#: core/app/dragdrop/albumdragdrop.cpp:264
#: core/app/dragdrop/albumdragdrop.cpp:306
#: core/app/dragdrop/imagedragdrop.cpp:88
#: core/app/dragdrop/imagedragdrop.cpp:609
#: core/app/dragdrop/importdragdrop.cpp:64
#: core/app/dragdrop/importdragdrop.cpp:161
#: core/app/dragdrop/tagdragdrop.cpp:88 core/app/dragdrop/tagdragdrop.cpp:194
#: core/app/dragdrop/tagdragdrop.cpp:250
#: core/showfoto/thumbbar/showfotodragdrophandler.cpp:59
#, kde-format
msgid "C&ancel"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/albumdragdrop.cpp:163
#: core/app/dragdrop/albumdragdrop.cpp:207
#: core/app/utils/contextmenuhelper.cpp:240
#, kde-format
msgid "Set as Album Thumbnail"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/albumdragdrop.cpp:202
#: core/app/dragdrop/albumdragdrop.cpp:304
#: core/app/dragdrop/imagedragdrop.cpp:124
#: core/app/dragdrop/importdragdrop.cpp:101
#, kde-format
msgid "&Copy Here"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/albumdragdrop.cpp:261
#: core/app/dragdrop/imagedragdrop.cpp:605
#, kde-format
msgid "Download From Camera"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/albumdragdrop.cpp:262
#: core/app/dragdrop/imagedragdrop.cpp:607
#, kde-format
msgid "Download && Delete From Camera"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/imagedragdrop.cpp:71
#: core/app/dragdrop/importdragdrop.cpp:59
#: core/showfoto/thumbbar/showfotodragdrophandler.cpp:54
#, kde-format
msgctxt "@action:inmenu Group images with this image"
msgid "Group here"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/imagedragdrop.cpp:77
#, kde-format
msgctxt "@action:inmenu Insert dragged images before this image"
msgid "Insert Items here"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/imagedragdrop.cpp:83
#, kde-format
msgctxt "@action:inmenu Group images with this image and move them to its album"
msgid "Group here and move to album"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/imagedragdrop.cpp:166
#, kde-format
msgid "Assign Tag to Dropped Items"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/imagedragdrop.cpp:552
#, kde-format
msgid "Assign Tags to &Selected Items"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/imagedragdrop.cpp:559
#: core/app/views/imagepreviewview.cpp:551
#, kde-format
msgid "Assign Tags to &This Item"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/imagedragdrop.cpp:562
#, kde-format
msgid "Assign Tags to &All Items"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/imagedragdrop.cpp:565
#: core/app/views/imagepreviewview.cpp:553
#, kde-format
msgid "&Cancel"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/imagedragdrop.cpp:603
#, kde-format
msgid "Importing"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/importdragdrop.cpp:157
#, kde-format
msgid "Exporting"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/importdragdrop.cpp:159
#, kde-format
msgid "Upload to Camera"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/tagdragdrop.cpp:86
#, kde-format
msgid "M&erge Here"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/tagdragdrop.cpp:190
#: core/app/utils/contextmenuhelper.cpp:244
#, kde-format
msgid "Set as Tag Thumbnail"
msgstr ""
#. +> trunk5
#: core/app/dragdrop/tagdragdrop.cpp:248
#, kde-format
msgid "Assign Tag(s) '%1' to Items"
msgstr ""
#. +> trunk5
#: core/app/filters/filtersidebarwidget.cpp:127
#, kde-format
msgid "Text Filter"
msgstr ""
#. +> trunk5
#: core/app/filters/filtersidebarwidget.cpp:133
#, kde-format
msgid "MIME Type Filter"
msgstr ""
#. +> trunk5
#: core/app/filters/filtersidebarwidget.cpp:139
#, kde-format
msgid "Geolocation Filter"
msgstr ""
#. +> trunk5
#: core/app/filters/filtersidebarwidget.cpp:152
#, kde-format
msgid "Images Without Tags"
msgstr ""
#. +> trunk5
#: core/app/filters/filtersidebarwidget.cpp:154
#, kde-format
msgid "Show images without a tag."
msgstr ""
#. +> trunk5
#: core/app/filters/filtersidebarwidget.cpp:157
#, kde-format
msgid "Tags Matching Condition"
msgstr ""
#. +> trunk5
#: core/app/filters/filtersidebarwidget.cpp:160
#, kde-format
msgid "Defines in which way the selected tags are combined to filter the images. This also includes the '%1' check box."
msgstr ""
#. +> trunk5
#: core/app/filters/filtersidebarwidget.cpp:165
#: core/utilities/searchwindow/searchgroup.cpp:672
#, kde-format
msgid "OR"
msgstr ""
#. +> trunk5
#: core/app/filters/filtersidebarwidget.cpp:167
#: core/utilities/searchwindow/searchgroup.cpp:668
#, kde-format
msgid "AND"
msgstr ""
#. +> trunk5
#: core/app/filters/filtersidebarwidget.cpp:181
#, kde-format
msgid "Tags Filter"
msgstr ""
#. +> trunk5
#: core/app/filters/filtersidebarwidget.cpp:199
#, kde-format
msgid "Labels Filter"
msgstr ""
#. +> trunk5
#: core/app/filters/tagfilterview.cpp:78
#, kde-format
msgid "Restore Tag Filters"
msgstr ""
#. +> trunk5
#: core/app/filters/tagfilterview.cpp:79
#, kde-format
msgid "On"
msgstr ""
#. +> trunk5
#: core/app/filters/tagfilterview.cpp:80
#, kde-format
msgid "Off"
msgstr ""
#. +> trunk5
#: core/app/filters/tagfilterview.cpp:82
#, kde-format
msgid "Tag Filter Mode"
msgstr ""
#. +> trunk5
#: core/app/filters/tagfilterview.cpp:83
#, kde-format
msgid "Ignore This Tag"
msgstr ""
#. +> trunk5
#: core/app/filters/tagfilterview.cpp:84
#, kde-format
msgid "Must Have This Tag"
msgstr ""
#. +> trunk5
#: core/app/filters/tagfilterview.cpp:85
#, kde-format
msgid "Must Not Have This Tag"
msgstr ""
#. +> trunk5
#: core/app/items/imagecategorydrawer.cpp:250
#: core/app/items/imagecategorydrawer.cpp:332
#: core/app/items/imagecategorydrawer.cpp:349
#: core/utilities/import/items/importcategorydrawer.cpp:195
#: core/utilities/import/items/importcategorydrawer.cpp:216
#: core/utilities/import/items/importcategorydrawer.cpp:225
#, kde-format
msgid "1 Item"
msgid_plural "%1 Items"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/items/imagecategorydrawer.cpp:276
#, kde-format
msgctxt "%1: day of month with two digits, %2: short month name, %3: year"
msgid "Album Date: %2 %3 %4 - 1 Item"
msgid_plural "Album Date: %2 %3 %4 - %1 Items"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/items/imagecategorydrawer.cpp:303
#, kde-format
msgctxt "%2: a tag title; %3: number of subtags"
msgid "%2 including 1 subtag"
msgid_plural "%2 including %1 subtags"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/items/imagecategorydrawer.cpp:307
#, kde-format
msgctxt "%2: the previous string (e.g. 'Foo including 7 subtags'); %1: number of items in tag"
msgid "%2 - 1 Item"
msgid_plural "%2 - %1 Items"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/items/imagecategorydrawer.cpp:312
#, kde-format
msgid "%2 - 1 Item"
msgid_plural "%2 - %1 Items"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/items/imagecategorydrawer.cpp:324
#, kde-format
msgid "Keyword Search - 1 Item"
msgid_plural "Keyword Search - %1 Items"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/items/imagecategorydrawer.cpp:328
#, kde-format
msgid "Advanced Search - 1 Item"
msgid_plural "Advanced Search - %1 Items"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/items/imagecategorydrawer.cpp:340
#, kde-format
msgctxt "Month String - Year String"
msgid "%1 %2"
msgstr ""
#. +> trunk5
#: core/app/items/imagedelegate.cpp:369
#, kde-format
msgid "Reference Image"
msgstr ""
#. +> trunk5
#: core/app/items/imageviewutilities.cpp:195
#, kde-format
msgid "<p>Please select the destination album from the digiKam library to move the selected images into.</p>"
msgstr ""
#. +> trunk5
#: core/app/items/imageviewutilities.cpp:311
#: core/utilities/imageeditor/main/imagewindow.cpp:1082
#: core/utilities/imageeditor/main/imagewindow.cpp:1106
#: core/utilities/imageeditor/main/imagewindow.cpp:1137
#, kde-format
msgid "Album \"%1\""
msgstr ""
#. +> trunk5
#: core/app/items/overlays/facerejectionoverlay.cpp:59
#, kde-format
msgctxt "@info:tooltip"
msgid "If this is not a face, click to reject it."
msgstr ""
#. +> trunk5
#: core/app/items/overlays/groupindicatoroverlay.cpp:125
#, kde-format
msgctxt "@info:tooltip"
msgid "1 grouped item.\n"
msgid_plural "%1 grouped items.\n"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/items/overlays/groupindicatoroverlay.cpp:131
#, kde-format
msgid "Group is open."
msgstr ""
#. +> trunk5
#: core/app/items/overlays/groupindicatoroverlay.cpp:135
#, kde-format
msgid "Group is closed."
msgstr ""
#. +> trunk5
#: core/app/items/overlays/imagecoordinatesoverlay.cpp:102
#: core/showfoto/thumbbar/showfotocoordinatesoverlay.cpp:103
#: core/utilities/import/items/importoverlays.cpp:104
#, kde-format
msgctxt "@info:tooltip"
msgid "This item has geolocation information."
msgstr ""
#. +> trunk5
#: core/app/items/overlays/imagefsoverlay.cpp:58
#, kde-format
msgctxt "@info:tooltip"
msgid "Show Fullscreen"
msgstr ""
#. +> trunk5
#: core/app/items/overlays/imagerotationoverlay.cpp:67
#: core/app/views/imagepreviewview.cpp:161
#: core/utilities/import/items/importoverlays.cpp:435
#: core/utilities/import/views/importpreviewview.cpp:194
#, kde-format
msgctxt "@info:tooltip"
msgid "Rotate Left"
msgstr ""
#. +> trunk5
#: core/app/items/overlays/imagerotationoverlay.cpp:71
#: core/app/views/imagepreviewview.cpp:162
#: core/utilities/import/items/importoverlays.cpp:439
#: core/utilities/import/views/importpreviewview.cpp:195
#, kde-format
msgctxt "@info:tooltip"
msgid "Rotate Right"
msgstr ""
#. +> trunk5
#: core/app/items/overlays/imageselectionoverlay.cpp:57
#, kde-format
msgctxt "@info:tooltip"
msgid "Deselect Item"
msgstr ""
#. +> trunk5
#: core/app/items/overlays/imageselectionoverlay.cpp:58
#, kde-format
msgctxt "@info:tooltip"
msgid "Select Item"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:79
#: core/libs/imageproperties/imagepropertiestab.cpp:271
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:67
#: core/utilities/import/items/importtooltipfiller.cpp:64
#, kde-format
msgid "File Properties"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:84
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:71
#: core/utilities/import/items/importtooltipfiller.cpp:69
#, kde-format
msgctxt "filename"
msgid "Name:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:92 core/app/items/tooltipfiller.cpp:605
#: core/libs/imageproperties/imagedescedittab.cpp:209
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:79
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:178
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:229
#: core/utilities/import/items/importtooltipfiller.cpp:77
#, kde-format
msgid "Date:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:97
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:84
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:200
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:371
#: core/utilities/import/items/importtooltipfiller.cpp:82
#: core/utilities/queuemanager/tools/transform/crop.cpp:117
#, kde-format
msgid "Size:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:99 core/app/items/tooltipfiller.cpp:230
#: core/app/views/tableview/tableview_column_photo.cpp:196
#: core/libs/imageproperties/cameraitempropertiestab.cpp:447
#: core/libs/imageproperties/cameraitempropertiestab.cpp:559
#: core/libs/imageproperties/imagepropertiessidebar.cpp:289
#: core/libs/imageproperties/imagepropertiessidebardb.cpp:581
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:86
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:197
#: core/utilities/import/items/importtooltipfiller.cpp:84
#: core/utilities/import/items/importtooltipfiller.cpp:181
#, kde-format
msgid "%1 (%2)"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:107
#: core/libs/database/utils/dbsettingswidget.cpp:168
#: core/libs/dimg/filters/decorate/bordersettings.cpp:130
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:116
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:92
#: core/utilities/assistants/videoslideshow/wizard/vidslidevideopage.cpp:204
#: core/utilities/assistants/videoslideshow/wizard/vidslidevideopage.cpp:240
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:118
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:118
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:121
#: core/utilities/import/items/importtooltipfiller.cpp:92
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:234
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:197
#, kde-format
msgid "Type:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:115
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:100
#: core/utilities/import/items/importtooltipfiller.cpp:100
#, kde-format
msgctxt "unknown / invalid image dimension"
msgid "Unknown"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:121
#: core/libs/imageproperties/imagepropertiessidebardb.cpp:534
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:106
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:1052
#: core/utilities/import/items/importtooltipfiller.cpp:106
#, kde-format
msgctxt "width x height (megapixels Mpx)"
msgid "%1x%2 (%3Mpx)"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:125
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:110
#: core/utilities/import/items/importtooltipfiller.cpp:110
#, kde-format
msgid "Dimensions:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:133
#, kde-format
msgctxt "unknown / invalid image aspect ratio"
msgid "Unknown"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:136 core/app/items/tooltipfiller.cpp:334
#, kde-format
msgid "Aspect Ratio:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:155
#: core/libs/imageproperties/cameraitempropertiestab.cpp:304
#: core/libs/imageproperties/imagepropertiestab.cpp:367
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:128
#: core/utilities/import/items/importtooltipfiller.cpp:127
#, kde-format
msgid "Photograph Properties"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:170
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:143
#: core/utilities/import/items/importtooltipfiller.cpp:142
#, kde-format
msgid "Make/Model:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:176
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:166
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:149
#: core/utilities/import/items/importtooltipfiller.cpp:148
#, kde-format
msgctxt "camera lens"
msgid "Lens:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:211 core/app/items/tooltipfiller.cpp:216
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:183
#, kde-format
msgctxt "creation date of the image"
msgid "Created:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:238
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:205
#: core/utilities/import/items/importtooltipfiller.cpp:189
#, kde-format
msgid "Aperture/Focal:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:244
#: core/app/views/tableview/tableview_column_photo.cpp:252
#: core/libs/dialogs/imagedialog.cpp:209
#: core/libs/imageproperties/cameraitempropertiestab.cpp:564
#: core/libs/imageproperties/imagepropertiessidebar.cpp:294
#: core/libs/imageproperties/imagepropertiessidebardb.cpp:586
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:211
#: core/utilities/import/items/importtooltipfiller.cpp:195
#: core/utilities/slideshow/slideproperties.cpp:181
#, kde-format
msgid "%1 ISO"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:251
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:218
#: core/utilities/import/items/importtooltipfiller.cpp:202
#, kde-format
msgid "Exposure/Sensitivity:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:278
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:245
#, kde-format
msgid "Mode/Program:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:291
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:258
#: core/utilities/import/items/importtooltipfiller.cpp:215
#, kde-format
msgctxt "camera flash settings"
msgid "Flash:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:303
#: core/showfoto/thumbbar/showfototooltipfiller.cpp:270
#: core/utilities/import/items/importtooltipfiller.cpp:227
#, kde-format
msgid "White Balance:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:323
#: core/libs/imageproperties/cameraitempropertiestab.cpp:346
#: core/libs/imageproperties/imagepropertiestab.cpp:411
#: core/utilities/searchwindow/searchgroup.cpp:141
#, kde-format
msgid "Audio/Video Properties"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:366
#, kde-format
msgid "Duration:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:387
#, kde-format
msgid "Frame Rate:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:387
#: core/libs/imageproperties/imagepropertiestab.cpp:772
#, kde-format
msgid " fps"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:399
#: core/utilities/assistants/videoslideshow/wizard/vidslidevideopage.cpp:175
#, kde-format
msgid "Video Codec:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:420
#, kde-format
msgid "Audio Bit Rate:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:432
#, kde-format
msgid "Audio Channel Type:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:444
#, kde-format
msgid "Audio Codec:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:459
#: core/libs/imageproperties/imagepropertiestab.cpp:448
#, kde-format
msgid "digiKam Properties"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:467
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:207
#, kde-format
msgid "Album:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:481
#, kde-format
msgctxt "title of the file"
msgid "Title:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:495
#, kde-format
msgctxt "caption of the file"
msgid "Caption:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:504
#, kde-format
msgid "Tags:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:553
#, kde-format
msgid "Labels:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:580
#, kde-format
msgid "Album Properties"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:584 core/app/items/tooltipfiller.cpp:663
#: core/libs/widgets/metadata/subjectwidget.cpp:200
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:310
#: core/utilities/assistants/webservices/vkontakte/vkauthwidget.cpp:80
#: core/utilities/setup/camera/importfilters.cpp:103
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:270
#, kde-format
msgid "Name:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:590
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:438
#, kde-format
msgid "Items:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:596
#, kde-format
msgid "Collection:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:617
#, kde-format
msgid "Category:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:630
#, kde-format
msgid "Caption:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:637
#, kde-format
msgid "Preview:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:660
#, kde-format
msgid "Filter"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:672
#, kde-format
msgctxt "Image filter reproducible: Yes"
msgid "Yes"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:675
#, kde-format
msgctxt "Image filter reproducible: Partially"
msgid "Partially"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:678
#, kde-format
msgctxt "Image filter reproducible: No"
msgid "No"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:684
#, kde-format
msgid "Reproducible:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:696
#, kde-format
msgctxt "Image filter description"
msgid "Description:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:700
#, kde-format
msgid "Identifier:"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:705
#, kde-format
msgid "Technical Parameters"
msgstr ""
#. +> trunk5
#: core/app/items/tooltipfiller.cpp:724
#, kde-format
msgid "<i>Binary Data</i>"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:78
#, kde-format
msgid "Initializing..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:138 core/showfoto/main/showfoto.cpp:68
#, kde-format
msgid "Checking ICC repository..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:146
#, kde-format
msgid "Reading database..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:295
#, kde-format
msgid ""
"<p>The ICC profiles folder seems to be invalid.</p>"
"<p>If you want to try setting it again, choose \"Yes\" here, otherwise choose \"No\", and the \"Color Management\" feature will be disabled until you solve this issue.</p>"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:524
#, kde-format
msgid "No item selected (%1 item)"
msgid_plural "No item selected (%1 items)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:530
#, kde-format
msgid "No item selected (%1 [%2] item)"
msgid_plural "No item selected (%1 [%2] items)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:534
#, kde-format
msgid "No item selected (%1 item. With grouped items: %2)"
msgid_plural "No item selected (%1 items. With grouped items: %2)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:543
#, kde-format
msgid "%1/%2 items selected"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:553
#, kde-format
msgid "%1/%2 [%3] items selected"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:556
#, kde-format
msgid "%1/%2 items selected. Total with grouped items: %3"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:563
#, kde-format
msgid "%1/%2 [%3/%4] items selected"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:567
#, kde-format
msgid "%1/%2 items selected. With grouped items: %3/%4"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:589
#, kde-format
msgid " (%1 of %2)"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:598
#, kde-format
msgid " (%1 of %2 [%3])"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:602
#, kde-format
msgid " (%1 of %2. Total with grouped items: %3)"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:649
#, kde-format
msgid "Write Metadata to File"
msgid_plural "Write Metadata to Selected Files"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/main/digikamapp.cpp:651
#, kde-format
msgid "Reread Metadata From File"
msgid_plural "Reread Metadata From Selected Files"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/main/digikamapp_camera.cpp:36
#, kde-format
msgid "Auto-Detecting Camera..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_camera.cpp:50
#: core/app/main/digikamapp_camera.cpp:65
#, kde-format
msgid "Opening Download Dialog..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_camera.cpp:76 core/utilities/setup/setup.cpp:207
#, kde-format
msgid "Cameras"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_camera.cpp:78
#, kde-format
msgid "USB Storage Devices"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_camera.cpp:80
#, kde-format
msgid "Card Readers"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_camera.cpp:89
#, kde-format
msgid "Add Images..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_camera.cpp:90
#, kde-format
msgid "Adds new items to an Album."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_camera.cpp:97
#, kde-format
msgid "Add Folders..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_camera.cpp:98
#, kde-format
msgid "Adds new folders to Album library."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_camera.cpp:242
#, kde-format
msgid "Images found in %1"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_import.cpp:116
#, kde-format
msgid "Select folder to parse"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_import.cpp:135
#, kde-format
msgid "Select folders to import into album"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_import.cpp:180
#, kde-format
msgid "<p>Please select the destination album from the digiKam library to import folders into.</p>"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:46
#, kde-format
msgid "Initializing Main View..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:153
#, kde-format
msgid "&Back"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:177
#, kde-format
msgid "Forward"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:195
#: core/libs/album/albumselectiontreeview.cpp:185
#, kde-format
msgid "Refresh"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:196
#, kde-format
msgid "Refresh the current contents."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:225
#, kde-format
msgid "&New..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:226
#, kde-format
msgid "Creates a new empty Album in the collection."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:233
#, kde-format
msgid "&Move to Album..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:234
#, kde-format
msgid "Move selected images into an album."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:240
#, kde-format
msgid "Delete Album"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:246
#: core/app/main/digikamapp_setup.cpp:452
#: core/utilities/searchwindow/editablesearchtreeview.cpp:66
#, kde-format
msgid "Rename..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:253
#: core/app/main/digikamapp_setup.cpp:299
#: core/libs/imageproperties/imagepropertiessidebar.cpp:84
#: core/libs/imageproperties/imagepropertiessidebarcamgui.cpp:95
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:152
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:152
#, kde-format
msgid "Properties"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:254
#, kde-format
msgid "Edit album properties and collection information."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:261
#, kde-format
msgid "Write Metadata to Files"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:262
#: core/app/main/digikamapp_setup.cpp:419
#, kde-format
msgid "Updates metadata of files in the current album with the contents of digiKam database (file metadata will be overwritten with data from the database)."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:271
#, kde-format
msgid "Reread Metadata From Files"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:272
#: core/app/main/digikamapp_setup.cpp:430
#, kde-format
msgid "Updates the digiKam database from the metadata of the files in the current album (information in the database will be overwritten with data from the files' metadata)."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:281
#, kde-format
msgid "Open in File Manager"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:287
#, kde-format
msgid "Tag Manager"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:293
#, kde-format
msgctxt "new tag"
msgid "N&ew..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:305 core/libs/database/utils/dio.cpp:564
#: core/utilities/searchwindow/editablesearchtreeview.cpp:67
#: core/utilities/setup/metadata/advancedmetadatatab.cpp:356
#, kde-format
msgid "Delete"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:311
#: core/utilities/imageeditor/main/imagewindow_setup.cpp:253
#, kde-format
msgid "Assign Tag"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:318 core/utilities/setup/setup.cpp:154
#, kde-format
msgid "Views"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:322
#: core/utilities/import/main/importui.cpp:453
#, kde-format
msgctxt "@action Go to thumbnails (icon) view"
msgid "Thumbnails"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:329 core/app/views/digikamview.cpp:2608
#, kde-format
msgctxt "View the selected image"
msgid "Preview"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:338
#: core/utilities/import/main/importui.cpp:469
#, kde-format
msgctxt "@action Switch to map view"
msgid "Map"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:346
#, kde-format
msgctxt "@action Switch to table view"
msgid "Table"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:354
#, kde-format
msgid "Open..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:355
#, kde-format
msgid "Open the selected item."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:360
#: core/utilities/imageeditor/editor/editorwindow.cpp:462
#: core/utilities/lighttable/lighttablewindow_setup.cpp:77
#, kde-format
msgid "Open With Default Application"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:361
#, kde-format
msgid "Open the selected item with default assigned application."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:366
#: core/utilities/imageeditor/main/imagewindow.cpp:187
#: core/utilities/setup/setup.cpp:178
#, kde-format
msgid "Image Editor"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:367
#, kde-format
msgid "Open the image editor."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:373
#: core/libs/settings/applicationsettings_miscs.cpp:400
#: core/utilities/lighttable/lighttablewindow.cpp:57
#: core/utilities/lighttable/lighttablewindow_tools.cpp:43
#: core/utilities/setup/setup.cpp:190
#, kde-format
msgid "Light Table"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:378
#, kde-format
msgid "Place onto Light Table"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:379
#, kde-format
msgid "Place the selected items on the light table thumbbar."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:384
#, kde-format
msgid "Add to Light Table"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:385
#, kde-format
msgid "Add selected items to the light table thumbbar."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:392
#: core/app/utils/contextmenuhelper.cpp:731
#: core/libs/settings/applicationsettings_miscs.cpp:402
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:112
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:246
#: core/utilities/queuemanager/views/workflowlist.cpp:123
#, kde-format
msgid "Batch Queue Manager"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:397
#, kde-format
msgid "Add to Current Queue"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:398
#, kde-format
msgid "Add selected items to current queue from batch manager."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:403
#, kde-format
msgid "Add to New Queue"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:404
#, kde-format
msgid "Add selected items to a new queue from batch manager."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:411
#, kde-format
msgctxt "@action Import photos from camera"
msgid "Import"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:418
#, kde-format
msgid "Write Metadata to Selected Files"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:429
#, kde-format
msgid "Reread Metadata From Selected Files"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:439
#: core/libs/album/albumselectiontreeview.cpp:184
#, kde-format
msgid "Scan for Faces"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:445
#, kde-format
msgid "Find Similar..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:446
#, kde-format
msgid "Find similar images using selected item as reference."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:453
#, kde-format
msgid "Change the filename of the currently selected item."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:461
#: core/utilities/imageeditor/editor/editorwindow.cpp:469
#: core/utilities/lighttable/lighttablewindow_setup.cpp:95
#, kde-format
msgctxt "Non-pluralized"
msgid "Move to Trash"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:473 core/app/views/trashview.cpp:113
#, kde-format
msgid "Delete Permanently"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:483
#, kde-format
msgid "Delete permanently without confirmation"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:491
#, kde-format
msgid "Move to trash without confirmation"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:498
#, kde-format
msgid "&Sort Albums"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:499
#, kde-format
msgid "Sort Albums in tree-view."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:505
#, kde-format
msgid "By Folder"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:506
#, kde-format
msgid "By Category"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:507
#: core/app/main/digikamapp_setup.cpp:537
#: core/utilities/advancedrename/advancedrenamedialog.cpp:234
#, kde-format
msgid "By Date"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:512
#, kde-format
msgid "Include Album Sub-Tree"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:514
#, kde-format
msgid "Activate this option to show all sub-albums below the current album."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:519
#, kde-format
msgid "Include Tag Sub-Tree"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:521
#, kde-format
msgid "Activate this option to show all images marked by the given tag and all its sub-tags."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:528
#, kde-format
msgid "&Sort Items"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:529
#, kde-format
msgid "The value by which the images in one album are sorted in the thumbnail view"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:535
#: core/utilities/advancedrename/advancedrenamedialog.cpp:233
#, kde-format
msgid "By Name"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:536
#, kde-format
msgid "By Path"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:538
#: core/utilities/advancedrename/advancedrenamedialog.cpp:235
#, kde-format
msgid "By File Size"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:539
#, kde-format
msgid "By Rating"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:540
#, kde-format
msgid "By Image Size"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:541
#, kde-format
msgid "By Aspect Ratio"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:542
#, kde-format
msgid "By Similarity"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:543
#, kde-format
msgid "By Manual"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:571
#, kde-format
msgid "Item Sort &Order"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:572
#, kde-format
msgid "Defines whether images are sorted in ascending or descending manner."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:577
#: core/app/main/digikamapp_setup.cpp:615
#: core/utilities/advancedrename/advancedrenamedialog.cpp:243
#, kde-format
msgid "Ascending"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:578
#: core/app/main/digikamapp_setup.cpp:616
#: core/utilities/advancedrename/advancedrenamedialog.cpp:244
#, kde-format
msgid "Descending"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:588
#, kde-format
msgid "Separate Items"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:589
#, kde-format
msgid "The categories in which the images in the thumbnail view are displayed"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:595
#, kde-format
msgid "Flat List"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:596
#, kde-format
msgid "By Album"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:597
#, kde-format
msgid "By Format"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:609
#, kde-format
msgid "Item Separation Order"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:610
#, kde-format
msgid "The sort order of the groups of separated items"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:635 core/libs/filters/textfilter.cpp:109
#: core/libs/widgets/metadata/metadataselector.cpp:276
#, kde-format
msgid "Select All"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:642
#: core/utilities/imageeditor/editor/editorwindow.cpp:524
#, kde-format
msgid "Select None"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:649
#: core/app/utils/contextmenuhelper.cpp:813
#: core/libs/tags/tagsmanager/tagmngrtreeview.cpp:155
#: core/libs/tags/tagsmanager/tagsmanager.cpp:711
#, kde-format
msgid "Invert Selection"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:656
#: core/libs/widgets/mainview/thumbbardock.h:111
#, kde-format
msgid "Show Thumbbar"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:687
#: core/utilities/imageeditor/editor/editorwindow.cpp:541
#: core/utilities/lighttable/lighttablewindow_setup.cpp:179
#: core/utilities/lighttable/lighttablewindow_setup.cpp:203
#, kde-format
msgid "Zoom to 100%"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:694
#: core/utilities/imageeditor/editor/editorwindow.cpp:546
#: core/utilities/lighttable/lighttablewindow_setup.cpp:184
#: core/utilities/lighttable/lighttablewindow_setup.cpp:208
#, kde-format
msgid "Fit to &Window"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:706
#: core/libs/settings/applicationsettings_miscs.cpp:404
#: core/utilities/imageeditor/editor/editorwindow.cpp:865
#: core/utilities/lighttable/lighttablewindow_setup.cpp:143
#: core/utilities/slideshow/slideshow.cpp:111
#, kde-format
msgid "Slideshow"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:710
#, kde-format
msgid "All"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:716
#, kde-format
msgid "Selection"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:722
#, kde-format
msgid "With All Sub-Albums"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:732
#: core/utilities/imageeditor/editor/editorwindow.cpp:890
#: core/utilities/import/main/importui.cpp:581
#: core/utilities/lighttable/lighttablewindow_setup.cpp:215
#, kde-format
msgid "Color-Managed View"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:749
#: core/libs/widgets/common/searchtextbar.h:105
#, kde-format
msgid "Search..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:756
#: core/utilities/searchwindow/searchtabheader.cpp:257
#, kde-format
msgid "Advanced Search..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:763
#: core/libs/album/albumselectiontreeview.cpp:183
#: core/libs/tags/tagfolderview.cpp:78
#, kde-format
msgid "Find Duplicates..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:771
#, kde-format
msgid "Database Migration..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:778
#, kde-format
msgid "Maintenance..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:793
#, kde-format
msgid "Add Camera Manually..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:803
#, kde-format
msgid "Loading cameras..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:834
#, kde-format
msgid "Exit Preview Mode"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:839
#, kde-format
msgid "Next Image"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:845
#: core/utilities/imageeditor/editor/editorwindow.cpp:1036
#: core/utilities/lighttable/lighttablewindow_setup.cpp:241
#, kde-format
msgid "Previous Image"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:851
#, kde-format
msgid "First Image"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:856
#, kde-format
msgid "Last Image"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:861
#, kde-format
msgid "Cu&t"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:863
#, kde-format
msgid "Cut selection to clipboard"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:879
#: core/utilities/imageeditor/main/imagewindow_setup.cpp:75
#, kde-format
msgid "Edit Titles"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:884
#: core/utilities/imageeditor/main/imagewindow_setup.cpp:80
#, kde-format
msgid "Edit Comments"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:889
#: core/utilities/imageeditor/main/imagewindow_setup.cpp:85
#, kde-format
msgid "Show Assigned Tags"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:903
#, kde-format
msgid "Adjust Exif Orientation Tag"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:906
#, kde-format
msgctxt "normal exif orientation"
msgid "Normal"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:908
#: core/libs/dmetadata/dmetadata.cpp:2826
#, kde-format
msgid "Flipped Horizontally"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:910
#, kde-format
msgid "Rotated Upside Down"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:912
#: core/libs/dmetadata/dmetadata.cpp:2830
#, kde-format
msgid "Flipped Vertically"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:914
#, kde-format
msgid "Rotated Right / Horiz. Flipped"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:916
#: core/libs/dmetadata/dmetadata.cpp:2838
#, kde-format
msgid "Rotated Right"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:918
#, kde-format
msgid "Rotated Right / Vert. Flipped"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:920
#: core/libs/dmetadata/dmetadata.cpp:2834
#, kde-format
msgid "Rotated Left"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:990
#: core/utilities/queuemanager/tools/transform/rotate.cpp:82
#, kde-format
msgid "Rotate"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:994
#, kde-format
msgctxt "rotate image left"
msgid "Left"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:1001
#, kde-format
msgctxt "rotate image right"
msgid "Right"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:1011
#: core/utilities/queuemanager/tools/transform/flip.cpp:52
#, kde-format
msgid "Flip"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:1015
#, kde-format
msgid "Horizontally"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:1022
#, kde-format
msgid "Vertically"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:1032
#, kde-format
msgid "Auto Rotate/Flip Using Exif Information"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:1043 core/showfoto/main/showfoto.cpp:77
#, kde-format
msgid "Loading themes..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:1046
#: core/showfoto/main/showfoto_setup.cpp:32
#, kde-format
msgid "&Themes"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_setup.cpp:1058
#, kde-format
msgid "Loading tools..."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:149
#, kde-format
msgid "CompactFlash Card Reader"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:152
#, kde-format
msgid "Memory Stick Reader"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:155
#, kde-format
msgid "SmartMedia Card Reader"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:158
#, kde-format
msgid "SD / MMC Card Reader"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:161
#, kde-format
msgid "xD Card Reader"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:173
#, kde-format
msgid "USB Disk"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:177
#, kde-format
msgctxt "non-USB removable storage device"
msgid "Disk"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:248
#, kde-format
msgctxt "<drive type> \"<device name or label>\" at <mount path>"
msgid "%1 \"%2\" at %3"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:254
#, kde-format
msgctxt "<drive type> \"<device name or label>\""
msgid "%1 \"%2\""
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:262
#, kde-format
msgctxt "<drive type> at <mount path>"
msgid "%1 at %2"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:274
#, kde-format
msgctxt "device label etc... (<formatted byte size>)"
msgid " (%1)"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:599
#, kde-format
msgid "Images on %1"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:632
#, kde-format
msgid "The specified device (\"%1\") is not valid."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:645
#, kde-format
msgid "The specified camera (\"%1\") is not supported."
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_solid.cpp:666
#, kde-format
msgid "Cannot access the storage device.\n"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_tools.cpp:38
#, kde-format
msgctxt "@title Main Tools"
msgid "Main Tools"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_tools.cpp:46
#: core/utilities/imageeditor/editor/editorwindow.cpp:3031
#, kde-format
msgctxt "@title Post Processing Tools"
msgid "Post-Processing"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_tools.cpp:71
#: core/utilities/imageeditor/editor/editorwindow.cpp:3056
#, kde-format
msgctxt "@title Export Tools"
msgid "Export"
msgstr ""
#. +> trunk5
#: core/app/main/digikamapp_tools.cpp:78
#: core/utilities/imageeditor/editor/editorwindow.cpp:3063
#, kde-format
msgctxt "@title Import Tools"
msgid "Import"
msgstr ""
#. +> trunk5
#: core/app/main/main.cpp:80 core/app/views/welcomepageview.cpp:206
#: core/libs/album/albummanager.cpp:3223 core/libs/album/albummanager.cpp:3253
#: core/libs/album/albummanager.cpp:3296 core/libs/album/albummanager.cpp:3326
#, kde-format
msgid "digiKam"
msgstr ""
#. +> trunk5
#: core/app/main/main.cpp:97
#, kde-format
msgid "Open camera dialog at <path>"
msgstr ""
#. +> trunk5
#: core/app/main/main.cpp:100
#, kde-format
msgid "Open camera dialog for the device with Solid UDI <udi>"
msgstr ""
#. +> trunk5
#: core/app/main/main.cpp:103
#, kde-format
msgid "Automatically detect and open a connected gphoto2 camera"
msgstr ""
#. +> trunk5
#: core/app/main/main.cpp:105
#, kde-format
msgid "Start digikam with the SQLite database file found in the directory <dir>"
msgstr ""
#. +> trunk5
#: core/app/main/main.cpp:108
#, kde-format
msgid "Start digikam with the configuration file <config>"
msgstr ""
#. +> trunk5
#: core/app/main/main.cpp:128
#, kde-format
msgid ""
"Run-time Qt SQLite or MySQL database plugin is not available. please install it.\n"
"There is no database plugin installed on your computer."
msgstr ""
#. +> trunk5
#: core/app/main/main.cpp:137
#, kde-format
msgid ""
"Run-time Qt SQLite or MySQL database plugin are not available. Please install it.\n"
"Database plugins installed on your computer are listed below."
msgstr ""
#. +> trunk5
#: core/app/main/main.cpp:174
#, kde-format
msgid "<p>The given path for the config file is not valid. Either its parent directory does not exist, it is a directory itself or it cannot be read/written to.</p>"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:78
#, kde-format
msgid "LibGphoto2"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:80
#, kde-format
msgid "LibGphoto2 support"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:80 core/app/utils/componentsinfo.cpp:86
#: core/app/utils/componentsinfo.cpp:92 core/app/utils/componentsinfo.cpp:102
#: core/app/utils/componentsinfo.cpp:108 core/app/utils/componentsinfo.cpp:114
#: core/app/utils/componentsinfo.cpp:120 core/app/utils/componentsinfo.cpp:126
#: core/utilities/import/backend/gpcamera.cpp:1408
#: core/utilities/import/backend/gpcamera.cpp:1409
#: core/utilities/import/backend/gpcamera.cpp:1410
#: core/utilities/import/backend/gpcamera.cpp:1411
#: core/utilities/import/backend/gpcamera.cpp:1412
#: core/utilities/import/backend/gpcamera.cpp:1413
#: core/utilities/import/backend/umscamera.cpp:602
#: core/utilities/import/backend/umscamera.cpp:603
#: core/utilities/import/backend/umscamera.cpp:604
#: core/utilities/import/backend/umscamera.cpp:605
#: core/utilities/import/backend/umscamera.cpp:606
#: core/utilities/import/backend/umscamera.cpp:607
#, kde-format
msgid "no"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:84 core/app/utils/componentsinfo.cpp:90
#: core/app/utils/componentsinfo.cpp:96 core/app/utils/componentsinfo.cpp:106
#: core/app/utils/componentsinfo.cpp:138
#: core/app/views/tableview/tableview_column_geo.cpp:151
#: core/libs/database/utils/dbstatdlg.cpp:90
#: core/libs/dialogs/libsinfodlg.cpp:108 core/libs/dialogs/libsinfodlg.cpp:110
#: core/libs/dialogs/libsinfodlg.cpp:112 core/libs/dialogs/libsinfodlg.cpp:114
#: core/libs/dialogs/libsinfodlg.cpp:116 core/libs/dialogs/libsinfodlg.cpp:118
#: core/libs/dialogs/libsinfodlg.cpp:187
#: core/libs/imageproperties/cameraitempropertiestab.cpp:418
#: core/libs/imageproperties/cameraitempropertiestab.cpp:433
#: core/libs/imageproperties/cameraitempropertiestab.cpp:511
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:686
#: core/utilities/setup/setupmisc.cpp:291
#, kde-format
msgid "Yes"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:84 core/app/utils/componentsinfo.cpp:86
#, kde-format
msgid "Baloo support"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:90 core/app/utils/componentsinfo.cpp:92
#, kde-format
msgid "AkonadiContact support"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:96 core/app/utils/componentsinfo.cpp:102
#, kde-format
msgid "Media player support"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:97
#, kde-format
msgid "LibQtAV"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:98
#, kde-format
msgid "LibAVFormat"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:99
#, kde-format
msgid "LibAVCodec"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:100
#, kde-format
msgid "LibAVUtil"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:106 core/app/utils/componentsinfo.cpp:108
#, kde-format
msgid "DBus support"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:112 core/app/utils/componentsinfo.cpp:114
#, kde-format
msgid "Panorama support"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:112 core/app/utils/componentsinfo.cpp:118
#: core/app/utils/componentsinfo.cpp:124
#: core/utilities/import/backend/gpcamera.cpp:1408
#: core/utilities/import/backend/gpcamera.cpp:1409
#: core/utilities/import/backend/gpcamera.cpp:1410
#: core/utilities/import/backend/gpcamera.cpp:1411
#: core/utilities/import/backend/gpcamera.cpp:1412
#: core/utilities/import/backend/gpcamera.cpp:1413
#: core/utilities/import/backend/umscamera.cpp:602
#: core/utilities/import/backend/umscamera.cpp:603
#: core/utilities/import/backend/umscamera.cpp:604
#: core/utilities/import/backend/umscamera.cpp:605
#: core/utilities/import/backend/umscamera.cpp:606
#: core/utilities/import/backend/umscamera.cpp:607
#, kde-format
msgid "yes"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:118 core/app/utils/componentsinfo.cpp:120
#, kde-format
msgid "HTML Gallery support"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:124 core/app/utils/componentsinfo.cpp:126
#, kde-format
msgid "Calendar support"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:129
#, kde-format
msgid "LibOpenCV"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:134
#: core/libs/database/utils/dbstatdlg.cpp:80
#, kde-format
msgid "Database backend"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:138
#: core/app/views/tableview/tableview_column_geo.cpp:151
#: core/libs/dialogs/libsinfodlg.cpp:108 core/libs/dialogs/libsinfodlg.cpp:110
#: core/libs/dialogs/libsinfodlg.cpp:112 core/libs/dialogs/libsinfodlg.cpp:114
#: core/libs/dialogs/libsinfodlg.cpp:116 core/libs/dialogs/libsinfodlg.cpp:118
#: core/libs/dialogs/libsinfodlg.cpp:189
#: core/libs/imageproperties/cameraitempropertiestab.cpp:414
#: core/libs/imageproperties/cameraitempropertiestab.cpp:429
#: core/libs/imageproperties/cameraitempropertiestab.cpp:515
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:686
#: core/utilities/setup/setupmisc.cpp:290
#, kde-format
msgid "No"
msgstr ""
#. +> trunk5
#: core/app/utils/componentsinfo.cpp:139
#: core/libs/database/utils/dbstatdlg.cpp:90
#, kde-format
msgid "Database internal server"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:271
#: core/utilities/imageeditor/editor/editorwindow.cpp:3192
#, kde-format
msgid "Open With"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:284
#: core/utilities/imageeditor/editor/editorwindow.cpp:3205
#, kde-format
msgid "Other..."
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:293
#: core/utilities/imageeditor/editor/editorwindow.cpp:3214
#, kde-format
msgid "Open With..."
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:372
#, kde-format
msgid "New Tag..."
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:382
#: core/libs/tags/tagmodificationhelper.cpp:287
#: core/libs/tags/tagmodificationhelper.cpp:398
#, kde-format
msgid "Delete Tag"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:392
#: core/libs/tags/tagsmanager/tagmngrtreeview.cpp:140
#, kde-format
msgid "Delete Tags"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:402
#, kde-format
msgid "Mark As Face Tag"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:412
#, kde-format
msgid "Mark As Face Tags"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:422
#, kde-format
msgctxt "Edit Tag Properties"
msgid "Properties..."
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:432
#, kde-format
msgid "Remove Face Tag"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:433
#, kde-format
msgid "Removes the face property from the selected tag and the face region from the contained images. Can also untag the images if wished."
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:443
#, kde-format
msgid "Remove Face Tags"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:444
#, kde-format
msgid "Removes the face property from the selected tags and the face region from the contained images. Can also untag the images if wished."
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:494
#, kde-format
msgid "Reset Album Icon"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:507
#, kde-format
msgid "A&ssign Tag"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:523
#, kde-format
msgid "R&emove Tag"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:554
#, kde-format
msgid "Assign Labe&ls"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:593
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:326
#, kde-format
msgid "Import"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:602
#, kde-format
msgid "No import tool available"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:612
#, kde-format
msgid "Export"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:626
#, kde-format
msgid "No export tool available"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:672
#: core/libs/models/abstractalbummodel.cpp:398
#: core/utilities/assistants/webservices/common/wsnewalbumdialog.cpp:58
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:149
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:442
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:466
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:101
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:112
#: core/utilities/searchwindow/searchfields.cpp:86
#: core/utilities/searchwindow/searchfields.cpp:93
#: core/utilities/searchwindow/searchfields.cpp:100
#: core/utilities/searchwindow/searchfields.cpp:107
#, kde-format
msgid "Album"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:673
#: core/utilities/searchwindow/searchfields.cpp:197
#, kde-format
msgid "Date"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:681
#, kde-format
msgid "Tag"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:721
#, kde-format
msgid "Go To"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:741
#, kde-format
msgid "Add to Existing Queue"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:781
#, kde-format
msgid "All Albums"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:790
#: core/libs/tags/tagsmanager/models/tagmngrlistitem.cpp:155
#, kde-format
msgid "All Tags"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:793
#, kde-format
msgctxt "select tags menu"
msgid "Select"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:798
#: core/app/utils/contextmenuhelper.cpp:808
#, kde-format
msgid "Children"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:799
#: core/app/utils/contextmenuhelper.cpp:809
#, kde-format
msgid "Parents"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:803
#, kde-format
msgctxt "deselect tags menu"
msgid "Deselect"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:882
#, kde-format
msgid "Group"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:917
#, kde-format
msgctxt "@action:inmenu"
msgid "Open All Groups"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:923
#, kde-format
msgctxt "@action:inmenu"
msgid "Close All Groups"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:942
#: core/app/utils/contextmenuhelper.cpp:991
#, kde-format
msgctxt "@action:inmenu"
msgid "Show Grouped Images"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:948
#: core/app/utils/contextmenuhelper.cpp:995
#, kde-format
msgctxt "@action:inmenu"
msgid "Hide Grouped Images"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:958
#, kde-format
msgctxt "@action:inmenu"
msgid "Ungroup"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:964
#, kde-format
msgctxt "@action:inmenu"
msgid "Remove From Group"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:973
#, kde-format
msgctxt "@action:inmenu"
msgid "Group Selected Here"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:977
#, kde-format
msgctxt "@action:inmenu"
msgid "Group Selected By Time"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:981
#, kde-format
msgctxt "@action:inmenu"
msgid "Group Selected By Filename"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:1004
#, kde-format
msgctxt "@action:inmenu"
msgid "Remove Selected From Groups"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:1008
#, kde-format
msgctxt "@action:inmenu"
msgid "Ungroup Selected"
msgstr ""
#. +> trunk5
#: core/app/utils/contextmenuhelper.cpp:1097
#, kde-format
msgctxt "@action:inmenu Pluralized"
msgid "Move to Trash"
msgid_plural "Move %1 Files to Trash"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/utils/digikam_globals.cpp:115
#, kde-format
msgid "%1 Image (%2)"
msgstr ""
#. +> trunk5
#: core/app/utils/digikam_globals.cpp:121
#, kde-format
msgid "TIFF Image (*.tiff *.tif)"
msgstr ""
#. +> trunk5
#: core/app/utils/digikam_globals.cpp:127
#, kde-format
msgid "JPEG Image (*.jpg *.jpeg *.jpe)"
msgstr ""
#. +> trunk5
#: core/app/utils/digikam_globals.cpp:134
#, kde-format
msgid "JPEG2000 Image (*.jp2 *.j2k *.jpx *.pgx)"
msgstr ""
#. +> trunk5
#: core/app/utils/digikam_globals.cpp:139
#, kde-format
msgid "Progressive Graphics file (*.pgf)"
msgstr ""
#. +> trunk5
#: core/app/utils/digikam_globals.cpp:144
#, kde-format
msgid "Raw Images (%1)"
msgstr ""
#. +> trunk5
#: core/app/utils/digikam_globals.cpp:146
#, kde-format
msgid "All supported files (%1)"
msgstr ""
#. +> trunk5
#: core/app/utils/digikam_version.h.cmake.in:54
#, kde-format
msgid ""
"IRC:\n"
"irc.freenode.net - #digikam\n"
"\n"
"Feedback:\n"
"digikam-user@kde.org\n"
"\n"
"Build date: %1 (target: %2)"
msgstr ""
#. +> trunk5
#: core/app/utils/digikam_version.h.cmake.in:64
#, kde-format
msgid ""
"IRC:\n"
"irc.freenode.net - #digikam\n"
"\n"
"Feedback:\n"
"digikam-user@kde.org\n"
"\n"
"Build date: %1 (target: %2)\n"
"Rev.: %3"
msgstr ""
#. +> trunk5
#: core/app/views/digikamview.cpp:216
#, kde-format
msgid "Fuzzy Sketch Search"
msgstr ""
#. +> trunk5
#: core/app/views/digikamview.cpp:220
#, kde-format
msgid "Fuzzy Image Search"
msgstr ""
#. +> trunk5
#: core/app/views/digikamview.cpp:224
#, kde-format
msgid "Map Search"
msgstr ""
#. +> trunk5
#: core/app/views/digikamview.cpp:229
#: core/libs/database/coredb/coredbschemaupdater.cpp:1021
#, kde-format
msgid "Last Search"
msgstr ""
#. +> trunk5
#: core/app/views/digikamview.cpp:233 core/app/views/leftsidebarwidgets.cpp:919
#, kde-format
msgid "Timeline"
msgstr ""
#. +> trunk5
#: core/app/views/digikamview.cpp:389
#: core/utilities/queuemanager/views/toolslistview.cpp:79
#, kde-format
msgid "Filters"
msgstr ""
#. +> trunk5
#: core/app/views/digikamview.cpp:1283
#, kde-format
msgid "Cannot open the root album. It is not a physical location."
msgstr ""
#. +> trunk5
#: core/app/views/digikamview.cpp:1690
#, kde-format
msgctxt "@info"
msgid ""
"<i>The storage location of this image<br/>"
"is currently not available</i>"
msgstr ""
#. +> trunk5
#: core/app/views/digikamview.cpp:2558
#: core/libs/widgets/metadata/metadatawidget.cpp:152
#: core/utilities/imageeditor/editor/editortooliface.cpp:99
#: core/utilities/imageeditor/editor/editortooliface.cpp:208
#: core/utilities/queuemanager/views/workflowlist.cpp:99
#, kde-format
msgid "Tools"
msgstr ""
#. +> trunk5
#: core/app/views/imagepreviewview.cpp:159
#: core/utilities/assistants/videoslideshow/player/mediaplayerview.cpp:166
#: core/utilities/import/views/importpreviewview.cpp:192
#, kde-format
msgctxt "go to previous image"
msgid "Back"
msgstr ""
#. +> trunk5
#: core/app/views/imagepreviewview.cpp:160
#: core/utilities/assistants/videoslideshow/player/mediaplayerview.cpp:167
#: core/utilities/import/views/importpreviewview.cpp:193
#, kde-format
msgctxt "go to next image"
msgid "Forward"
msgstr ""
#. +> trunk5
#: core/app/views/imagepreviewview.cpp:164
#, kde-format
msgid "Add a Face Tag"
msgstr ""
#. +> trunk5
#: core/app/views/imagepreviewview.cpp:165
#, kde-format
msgid "Clear all faces on this image"
msgstr ""
#. +> trunk5
#: core/app/views/imagepreviewview.cpp:166
#, kde-format
msgid "Show Face Tags"
msgstr ""
#. +> trunk5
#: core/app/views/imagepreviewview.cpp:169
#, kde-format
msgid "Show Fullscreen"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:171 core/libs/album/album.cpp:473
#: core/libs/album/albummanager.cpp:1068
#: core/libs/album/albumselectiontreeview.cpp:199
#: core/libs/album/albumselectors.cpp:131
#: core/libs/album/albumselecttabs.cpp:191
#: core/libs/database/utils/dbstatdlg.cpp:70
#: core/libs/models/albummodel.cpp:50
#: core/utilities/assistants/htmlgallery/wizard/htmlintropage.cpp:96
#: core/utilities/assistants/printcreator/wizard/advprintintropage.cpp:98
#: core/utilities/assistants/sendbymail/wizard/mailintropage.cpp:111
#: core/utilities/assistants/videoslideshow/wizard/vidslideintropage.cpp:97
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:143
#, kde-format
msgid "Albums"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:228
#: core/libs/imageproperties/imagedescedittab.cpp:285
#, kde-format
msgid "Open Tag Manager"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:229
#, kde-format
msgid "No Tags"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:230
#, kde-format
msgid "Existing Tags"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:367
#, kde-format
msgid "No Tags Album"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:382 core/libs/album/album.cpp:535
#: core/libs/album/albummanager.cpp:1071
#: core/libs/album/albumselectors.cpp:134
#: core/libs/album/albumselecttabs.cpp:192
#: core/libs/database/utils/dbstatdlg.cpp:74
#: core/libs/dmetadata/dmetadatasettingscontainer.h:53
#: core/libs/imageproperties/imagedescedittab.cpp:325
#: core/libs/models/albummodel.cpp:88 core/libs/tags/tagfolderview.cpp:102
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:538
#: core/utilities/searchwindow/searchfields.cpp:130
#: core/utilities/searchwindow/searchfields.cpp:137
#: core/utilities/searchwindow/searchfields.cpp:148
#, kde-format
msgid "Tags"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:501
#: core/libs/album/albumselecttabs.cpp:194
#: core/utilities/searchwindow/searchfields.cpp:182
#, kde-format
msgid "Labels"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:587
#: core/libs/models/albummodel.cpp:252
#, kde-format
msgid "Dates"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:670
#, kde-format
msgid "Time Unit:"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:672
#, kde-format
msgid "Day"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:673
#, kde-format
msgid "Week"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:674
#, kde-format
msgid "Month"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:675
#, kde-format
msgid "Year"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:678
#, kde-format
msgid ""
"<p>Select the histogram time unit.</p>"
"<p>You can change the graph decade to zoom in or zoom out over time.</p>"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:685
#, kde-format
msgid ""
"<p>Select the histogram scale.</p>"
"<p>If the date's maximal counts are small, you can use the linear scale.</p>"
"<p>Logarithmic scale can be used when the maximal counts are big; if it is used, all values (small and large) will be visible on the graph.</p>"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:692
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:231
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:171
#, kde-format
msgid "Linear"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:698
#, kde-format
msgid "Logarithmic"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:735
#, kde-format
msgid "Clear current selection"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:736
#, kde-format
msgid "If you press this button, the current date selection on the time-line will be cleared."
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:739
#, kde-format
msgid "Enter the name of the current dates search to save in the \"Searches\" view"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:745
#, kde-format
msgid "Save current selection to a new virtual Album"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:746
#, kde-format
msgid "If you press this button, the dates selected on the time-line will be saved to a new search virtual Album using the name set on the left."
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:950
#, kde-format
msgid "no item"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:951
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:486
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:512
#, kde-format
msgid "1 item"
msgid_plural "%1 items"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:1170
#, kde-format
msgctxt "Avanced search images, access stored searches"
msgid "Search"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:1259
#, kde-format
msgctxt "Fuzzy Search images, as dupplicates, sketch, searches by similarities"
msgid "Similarity"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:1364
#, kde-format
msgctxt "Search images on a map"
msgid "Map"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:1418
#, kde-format
msgid "Scan collection for faces"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:1423
#, kde-format
msgid "People Tags"
msgstr ""
#. +> trunk5
#: core/app/views/leftsidebarwidgets.cpp:1499
#, kde-format
msgctxt "Browse images sorted by depicted people"
msgid "People"
msgstr ""
#. +> trunk5
#: core/app/views/slideshowbuilder.cpp:107
#, kde-format
msgid "Preparing slideshow"
msgstr ""
#. +> trunk5
#: core/app/views/stackedview.cpp:132
#, kde-format
msgid "DigiKam Thumbnail Dock"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview.cpp:313
#, kde-format
msgid "Hide grouped items"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview.cpp:323
#, kde-format
msgid "Ignore grouping"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview.cpp:333
#, kde-format
msgid "Show grouping in tree"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_audiovideo.cpp:71
#, kde-format
msgid "Audio/video properties"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_audiovideo.cpp:74
#: core/app/views/tableview/tableview_column_audiovideo.cpp:89
#, kde-format
msgid "Audio bitrate"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_audiovideo.cpp:75
#: core/app/views/tableview/tableview_column_audiovideo.cpp:91
#, kde-format
msgid "Audio channel type"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_audiovideo.cpp:76
#: core/app/views/tableview/tableview_column_audiovideo.cpp:93
#: core/utilities/searchwindow/searchfields.cpp:806
#: core/utilities/setup/setuptooltip.cpp:327
#, kde-format
msgid "Audio Codec"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_audiovideo.cpp:77
#: core/app/views/tableview/tableview_column_audiovideo.cpp:95
#: core/utilities/searchwindow/searchfields.cpp:672
#, kde-format
msgid "Duration"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_audiovideo.cpp:78
#: core/app/views/tableview/tableview_column_audiovideo.cpp:97
#, kde-format
msgid "Frame rate"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_audiovideo.cpp:79
#: core/app/views/tableview/tableview_column_audiovideo.cpp:99
#, kde-format
msgid "Video codec"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_configuration_dialog.cpp:82
#, kde-format
msgid "Configure column \"%1\""
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:71
#, kde-format
msgid "digiKam properties"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:74
#: core/app/views/tableview/tableview_column_digikam.cpp:90
#: core/libs/album/albumlabelstreeview.cpp:337
#: core/libs/dmetadata/dmetadatasettingscontainer.h:54
#: core/libs/widgets/metadata/ratingwidget.cpp:543
#: core/utilities/searchwindow/searchfields.cpp:189
#, kde-format
msgid "Rating"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:75
#: core/app/views/tableview/tableview_column_digikam.cpp:92
#, kde-format
msgid "Pick label"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:76
#: core/app/views/tableview/tableview_column_digikam.cpp:94
#, kde-format
msgid "Color label"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:78
#: core/app/views/tableview/tableview_column_digikam.cpp:96
#: core/libs/template/templatelist.cpp:83
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:308
#: core/utilities/queuemanager/views/workflowlist.cpp:98
#: core/utilities/searchwindow/searchfields.cpp:627
#: core/utilities/setup/camera/setupcamera.cpp:299
#, kde-format
msgid "Title"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:80
#: core/app/views/tableview/tableview_column_digikam.cpp:98
#: core/utilities/searchwindow/searchfields.cpp:606
#, kde-format
msgid "Caption"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:267
#: core/app/views/tableview/tableview_column_digikam.cpp:297
#: core/libs/widgets/metadata/colorlabelwidget.cpp:453
#: core/libs/widgets/metadata/picklabelwidget.cpp:291
#: core/utilities/assistants/htmlgallery/wizard/htmloutputpage.cpp:102
#, kde-format
msgid "None"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:271
#: core/libs/album/albumlabelstreeview.cpp:806
#: core/libs/widgets/metadata/picklabelwidget.cpp:282
#, kde-format
msgid "Rejected"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:275
#: core/libs/album/albumlabelstreeview.cpp:809
#: core/libs/widgets/metadata/picklabelwidget.cpp:285
#, kde-format
msgid "Pending"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:279
#: core/libs/album/albumlabelstreeview.cpp:812
#: core/libs/widgets/metadata/picklabelwidget.cpp:288
#, kde-format
msgid "Accepted"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:301
#: core/libs/album/albumlabelstreeview.cpp:423
#: core/libs/album/albumlabelstreeview.cpp:755
#: core/libs/dimg/filters/bw/mixersettings.cpp:138
#: core/libs/dimg/filters/cb/cbsettings.cpp:95
#: core/libs/widgets/metadata/colorlabelwidget.cpp:426
#: core/utilities/queuemanager/tools/color/curvesadjust.cpp:71
#, kde-format
msgid "Red"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:305
#: core/libs/album/albumlabelstreeview.cpp:423
#: core/libs/album/albumlabelstreeview.cpp:758
#: core/libs/widgets/metadata/colorlabelwidget.cpp:429
#, kde-format
msgid "Orange"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:309
#: core/libs/album/albumlabelstreeview.cpp:424
#: core/libs/album/albumlabelstreeview.cpp:761
#: core/libs/dimg/filters/cb/cbsettings.cpp:113
#: core/libs/widgets/metadata/colorlabelwidget.cpp:432
#, kde-format
msgid "Yellow"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:313
#: core/libs/album/albumlabelstreeview.cpp:424
#: core/libs/album/albumlabelstreeview.cpp:764
#: core/libs/dimg/filters/bw/mixersettings.cpp:139
#: core/libs/dimg/filters/cb/cbsettings.cpp:108
#: core/libs/widgets/metadata/colorlabelwidget.cpp:435
#: core/utilities/queuemanager/tools/color/curvesadjust.cpp:72
#, kde-format
msgid "Green"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:317
#: core/libs/album/albumlabelstreeview.cpp:425
#: core/libs/album/albumlabelstreeview.cpp:767
#: core/libs/dimg/filters/bw/mixersettings.cpp:140
#: core/libs/dimg/filters/cb/cbsettings.cpp:116
#: core/libs/widgets/metadata/colorlabelwidget.cpp:438
#: core/utilities/queuemanager/tools/color/curvesadjust.cpp:73
#, kde-format
msgid "Blue"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:321
#: core/libs/album/albumlabelstreeview.cpp:425
#: core/libs/album/albumlabelstreeview.cpp:770
#: core/libs/dimg/filters/cb/cbsettings.cpp:100
#: core/libs/widgets/metadata/colorlabelwidget.cpp:441
#, kde-format
msgid "Magenta"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:325
#: core/libs/album/albumlabelstreeview.cpp:426
#: core/libs/album/albumlabelstreeview.cpp:773
#: core/libs/widgets/metadata/colorlabelwidget.cpp:444
#, kde-format
msgid "Gray"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:329
#: core/libs/album/albumlabelstreeview.cpp:426
#: core/libs/album/albumlabelstreeview.cpp:776
#: core/libs/widgets/metadata/colorlabelwidget.cpp:447
#, kde-format
msgid "Black"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_digikam.cpp:333
#: core/libs/album/albumlabelstreeview.cpp:427
#: core/libs/album/albumlabelstreeview.cpp:779
#: core/libs/widgets/metadata/colorlabelwidget.cpp:450
#, kde-format
msgid "White"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_file.cpp:59
#, kde-format
msgid "File properties"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_file.cpp:62
#: core/app/views/tableview/tableview_column_file.cpp:84
#: core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:52
#: core/utilities/geolocation/editor/correlator/track_listmodel.cpp:224
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:527
#, kde-format
msgid "Filename"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_file.cpp:63
#: core/app/views/tableview/tableview_column_file.cpp:86
#: core/libs/dialogs/deletedialog.cpp:182
#: core/utilities/setup/camera/setupcamera.cpp:302
#: core/utilities/setup/collections/setupcollectionview.cpp:895
#, kde-format
msgid "Path"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_file.cpp:64
#: core/app/views/tableview/tableview_column_file.cpp:88
#: core/libs/widgets/fonts/dfontproperties.cpp:320
#: core/utilities/imageeditor/tools/enhance/hotpixels/blackframelistview.cpp:54
#, kde-format
msgid "Size"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_file.cpp:65
#: core/app/views/tableview/tableview_column_file.cpp:90
#, kde-format
msgid "Last modified"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_file.cpp:216
#, kde-format
msgid "Human readable"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_file.cpp:217
#, kde-format
msgid "Plain"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_file.cpp:218
#: core/app/views/tableview/tableview_column_geo.cpp:248
#, kde-format
msgid "Display format"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_geo.cpp:90
#, kde-format
msgid "Geo properties"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_geo.cpp:92
#: core/app/views/tableview/tableview_column_geo.cpp:104
#, kde-format
msgid "Geotagged"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_geo.cpp:93
#: core/app/views/tableview/tableview_column_geo.cpp:106
#: core/utilities/geolocation/editor/dialog/gpsimagedetails.cpp:128
#, kde-format
msgid "Coordinates"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_geo.cpp:94
#: core/app/views/tableview/tableview_column_geo.cpp:108
#: core/utilities/geolocation/editor/dialog/gpsimagedetails.cpp:140
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:531
#, kde-format
msgid "Altitude"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_geo.cpp:246
#, kde-format
msgid "Metric units"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_geo.cpp:247
#, kde-format
msgid "Imperial units"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_item.cpp:74
#, kde-format
msgid "Item properties"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_item.cpp:77
#: core/app/views/tableview/tableview_column_item.cpp:97
#: core/utilities/searchwindow/searchfields.cpp:227
#, kde-format
msgid "Width"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_item.cpp:78
#: core/app/views/tableview/tableview_column_item.cpp:99
#: core/utilities/searchwindow/searchfields.cpp:244
#, kde-format
msgid "Height"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_item.cpp:79
#: core/app/views/tableview/tableview_column_item.cpp:101
#, kde-format
msgid "Dimensions"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_item.cpp:80
#: core/app/views/tableview/tableview_column_item.cpp:103
#, kde-format
msgid "Pixel count"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_item.cpp:81
#: core/app/views/tableview/tableview_column_item.cpp:105
#, kde-format
msgid "Bit depth"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_item.cpp:82
#: core/app/views/tableview/tableview_column_item.cpp:107
#, kde-format
msgid "Color mode"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_item.cpp:83
#: core/app/views/tableview/tableview_column_item.cpp:109
#, kde-format
msgid "Type"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_item.cpp:84
#: core/app/views/tableview/tableview_column_item.cpp:111
#, kde-format
msgid "Creation date/time"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_item.cpp:85
#: core/app/views/tableview/tableview_column_item.cpp:113
#, kde-format
msgid "Digitization date/time"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_item.cpp:86
#: core/app/views/tableview/tableview_column_item.cpp:115
#, kde-format
msgid "Aspect ratio"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_item.cpp:87
#: core/app/views/tableview/tableview_column_item.cpp:117
#, kde-format
msgid "Similarity"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:76
#, kde-format
msgid "Photo properties"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:79
#: core/app/views/tableview/tableview_column_photo.cpp:98
#, kde-format
msgid "Camera maker"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:80
#: core/app/views/tableview/tableview_column_photo.cpp:100
#, kde-format
msgid "Camera model"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:81
#: core/app/views/tableview/tableview_column_photo.cpp:102
#: core/utilities/metadataedit/exif/exifeditwidget.cpp:118
#: core/utilities/searchwindow/searchfields.cpp:383
#, kde-format
msgid "Lens"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:82
#: core/app/views/tableview/tableview_column_photo.cpp:104
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:72
#: core/utilities/searchwindow/searchfields.cpp:395
#, kde-format
msgid "Aperture"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:83
#: core/app/views/tableview/tableview_column_photo.cpp:106
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:73
#: core/utilities/searchwindow/searchfields.cpp:413
#: core/utilities/searchwindow/searchfields.cpp:430
#, kde-format
msgid "Focal length"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:84
#: core/app/views/tableview/tableview_column_photo.cpp:108
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:293
#: core/utilities/searchwindow/searchfields.cpp:447
#: core/utilities/searchwindow/searchfields.cpp:466
#: core/utilities/searchwindow/searchfields.cpp:476
#, kde-format
msgid "Exposure"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:85
#: core/app/views/tableview/tableview_column_photo.cpp:110
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:78
#: core/utilities/searchwindow/searchfields.cpp:486
#, kde-format
msgid "Sensitivity"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:86
#: core/app/views/tableview/tableview_column_photo.cpp:112
#, kde-format
msgid "Mode/program"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:87
#: core/app/views/tableview/tableview_column_photo.cpp:114
#: core/utilities/searchwindow/searchfields.cpp:507
#, kde-format
msgid "Flash"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:88
#: core/app/views/tableview/tableview_column_photo.cpp:116
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:80
#: core/utilities/searchwindow/searchfields.cpp:527
#, kde-format
msgid "White balance"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:216
#, kde-format
msgid "%1 s"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:221
#, kde-format
msgid "%1 ms"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:226
#, kde-format
msgid "%1 µs"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:378
#, kde-format
msgid "Fraction"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:379
#, kde-format
msgid "Rational"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:380
#: core/libs/database/utils/dbstatdlg.cpp:55
#, kde-format
msgid "Format"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:383
#, kde-format
msgid "Seconds"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:384
#, kde-format
msgid "Milliseconds"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:385
#, kde-format
msgid "Microseconds"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_photo.cpp:386
#, kde-format
msgid "Unit"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_column_thumbnail.cpp:83
#: core/app/views/tableview/tableview_column_thumbnail.cpp:93
#: core/libs/dtrash/dtrashitemmodel.cpp:220
#: core/utilities/assistants/common/dimageslist.cpp:289
#: core/utilities/assistants/webservices/imgur/imgurimageslist.cpp:58
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:526
#: core/utilities/queuemanager/views/queuelist.cpp:313
#, kde-format
msgid "Thumbnail"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_treeview.cpp:88
#, kde-format
msgid "Remove this column"
msgstr ""
#. +> trunk5
#: core/app/views/tableview/tableview_treeview.cpp:93
#, kde-format
msgid "Configure this column"
msgstr ""
#. +> trunk5
#: core/app/views/trashview.cpp:112
#, kde-format
msgid "Restore"
msgstr ""
#. +> trunk5
#: core/app/views/trashview.cpp:114
#, kde-format
msgid "Delete All Permanently"
msgstr ""
#. +> trunk5
#: core/app/views/trashview.cpp:214 core/app/views/trashview.cpp:261
#, kde-format
msgid "Confirm Deletion"
msgstr ""
#. +> trunk5
#: core/app/views/trashview.cpp:215
#, kde-format
msgid "Are you sure you want to delete those items permanently?"
msgstr ""
#. +> trunk5
#: core/app/views/trashview.cpp:262
#, kde-format
msgid "Are you sure you want to delete ALL items permanently?"
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:125
#, kde-format
msgid "Image Editor: Add Web services Import and Export tools;"
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:126
#, kde-format
msgid "Showfoto: Add Web services Import and Export tools;"
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:127
#, kde-format
msgid "Light Table: Add Web services Import and Export tools;"
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:128
#, kde-format
msgid "New video metadata parser based on ffmpeg to populate database;"
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:129
#, kde-format
msgid "Add video support to find files based on properties registered on database."
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:130
#, kde-format
msgid "Similarity database has been moved to a dedicated file to not bloat core database with computed finger-prints. This will speed-up query in core database in case of Similarity feature is used."
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:132
#, kde-format
msgid "Add possibility to merge tags by drag & drop."
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:133
#, kde-format
msgid "HTML Gallery: New Vanilla theme to emulate export to HTML from Adobe LightRoom."
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:134
#, kde-format
msgid "HTML Gallery: New Blue Frame theme."
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:137
#, kde-format
msgid "...and much more."
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:143
#, kde-format
msgid ""
"<li>%1</li>"
"\n"
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:146
#, kde-format
msgid "New Features"
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:148
#, kde-format
msgid ""
"<h3>%1</h3>"
"<ul>%2</ul>"
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:149
#, kde-format
msgid "Some of the new features in this release of digiKam include (compared to digiKam 5.x):"
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:158
#, kde-format
msgid "About"
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:160
#, kde-format
msgid ""
"<h3>%1</h3>"
"<h3>%2</h3>"
"<ul>%3</ul>"
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:161
#, kde-format
msgid "digiKam is an open source photo management program designed to import, organize, enhance, search and export your digital images to and from your computer."
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:162
#, kde-format
msgid "Currently, you are in the Album view mode of digiKam. Albums are the places where your files are stored, and are identical to the folders on your hard disk."
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:163
#, kde-format
msgid ""
"<li>%1</li>"
"<li>%2</li>"
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:164
#, kde-format
msgid "digiKam has many powerful features which are described in the <a href=\"https://docs.kde.org/trunk5/en/extragear-graphics/digikam/index.html\">documentation</a>"
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:165
#, kde-format
msgid "The <a href=\"http://www.digikam.org\">digiKam homepage</a> provides information about new versions of digiKam."
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:213
#: core/utilities/assistants/firstrun/welcomepage.cpp:43
#, kde-format
msgid "Welcome to digiKam %1"
msgstr ""
#. +> trunk5
#: core/app/views/welcomepageview.cpp:216
#, kde-format
msgid "Background Image Credits"
msgstr ""
#. +> trunk5
#: core/libs/album/album.cpp:389 core/libs/database/utils/dio.cpp:561
#, kde-format
msgid "Trash"
msgstr ""
#. +> trunk5
#: core/libs/album/album.cpp:734
#, kde-format
msgid "Current Timeline Search"
msgstr ""
#. +> trunk5
#: core/libs/album/album.cpp:740
#, kde-format
msgid "Current Fuzzy Image Search"
msgstr ""
#. +> trunk5
#: core/libs/album/album.cpp:744
#, kde-format
msgid "Current Fuzzy Sketch Search"
msgstr ""
#. +> trunk5
#: core/libs/album/album.cpp:751
#, kde-format
msgid "Current Map Search"
msgstr ""
#. +> trunk5
#: core/libs/album/album.cpp:756
#, kde-format
msgid "Current Search"
msgstr ""
#. +> trunk5
#: core/libs/album/album.cpp:759
#, kde-format
msgid "Current Duplicates Search"
msgstr ""
#. +> trunk5
#: core/libs/album/albumlabelstreeview.cpp:107
#, kde-format
msgctxt "@title"
msgid "Labels"
msgstr ""
#. +> trunk5
#: core/libs/album/albumlabelstreeview.cpp:342
#: core/libs/album/albumlabelstreeview.cpp:727
#, kde-format
msgid "No Rating"
msgstr ""
#. +> trunk5
#: core/libs/album/albumlabelstreeview.cpp:378
#: core/libs/widgets/metadata/picklabelwidget.cpp:371
#, kde-format
msgid "Pick"
msgstr ""
#. +> trunk5
#: core/libs/album/albumlabelstreeview.cpp:383
#: core/libs/album/albumlabelstreeview.cpp:803
#, kde-format
msgid "No Pick"
msgstr ""
#. +> trunk5
#: core/libs/album/albumlabelstreeview.cpp:384
#, kde-format
msgid "Rejected Item"
msgstr ""
#. +> trunk5
#: core/libs/album/albumlabelstreeview.cpp:385
#, kde-format
msgid "Pending Item"
msgstr ""
#. +> trunk5
#: core/libs/album/albumlabelstreeview.cpp:386
#, kde-format
msgid "Accepted Item"
msgstr ""
#. +> trunk5
#: core/libs/album/albumlabelstreeview.cpp:406
#: core/libs/widgets/metadata/colorlabelwidget.cpp:533
#: core/utilities/geolocation/editor/correlator/track_listmodel.cpp:222
#: core/utilities/queuemanager/views/toolslistview.cpp:59
#, kde-format
msgid "Color"
msgstr ""
#. +> trunk5
#: core/libs/album/albumlabelstreeview.cpp:411
#: core/libs/album/albumlabelstreeview.cpp:752
#, kde-format
msgid "No Color"
msgstr ""
#. +> trunk5
#: core/libs/album/albumlabelstreeview.cpp:717
#: core/libs/imageproperties/imagepropertiestab.cpp:421
#, kde-format
msgid "Rating: "
msgstr ""
#. +> trunk5
#: core/libs/album/albumlabelstreeview.cpp:743
#, kde-format
msgid "Colors: "
msgstr ""
#. +> trunk5
#: core/libs/album/albumlabelstreeview.cpp:794
#, kde-format
msgid "Picks: "
msgstr ""
#. +> trunk5
#: core/libs/album/albumlabelstreeview.cpp:876
#, kde-format
msgid "Exported Labels"
msgstr ""
#. +> trunk5
#: core/libs/album/albumlabelstreeview.cpp:880
#, kde-format
msgid "Labels Album"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:416
#, kde-format
msgid "Failed to backup the existing database file (\"%1\"). Refusing to replace file without backup, using the existing file."
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:433
#, kde-format
msgid "Failed to copy the old database file (\"%1\") to its new location (\"%2\"). Starting with an empty database."
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:467
#, kde-format
msgid "Database Folder"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:468
#, kde-format
msgid ""
"<p>You have chosen the folder \"%1\" as the place to store the database. A database file from an older version of digiKam is found in this folder.</p>"
" "
"<p>Would you like to upgrade the old database file - confirming that this database file was indeed created for the pictures located in the folder \"%2\" - or ignore the old file and start with a new database?</p>"
" "
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:478 core/libs/album/albummanager.cpp:540
#: core/libs/album/albummanager.cpp:562
#, kde-format
msgid "Upgrade Database"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:480 core/libs/album/albummanager.cpp:542
#: core/libs/album/albummanager.cpp:564 core/libs/album/albummanager.cpp:611
#, kde-format
msgid "Create New Database"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:531 core/libs/album/albummanager.cpp:554
#: core/libs/album/albummanager.cpp:603 core/libs/album/albummanager.cpp:635
#, kde-format
msgid "New database folder"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:532
#, kde-format
msgid ""
"<p>You have chosen the folder \"%1\" as the new place to store the database. A database file from an older version of digiKam is found in this folder.</p>"
" "
"<p>Would you like to upgrade the old database file, start with a new database, or copy the current database to this location and continue using it?</p>"
" "
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:544 core/libs/album/albummanager.cpp:613
#: core/libs/album/albummanager.cpp:644
#, kde-format
msgid "Copy Current Database"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:555
#, kde-format
msgid ""
"<p>You have chosen the folder \"%1\" as the new place to store the database. A database file from an older version of digiKam is found in this folder.</p>"
" "
"<p>Would you like to upgrade the old database file or start with a new database?</p>"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:589
#, kde-format
msgid "Failed to copy the old database file (\"%1\") to its new location (\"%2\"). Trying to upgrade old databases."
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:604
#, kde-format
msgid ""
"<p>You have chosen the folder \"%1\" as the new place to store the database.</p>"
"<p>Would you like to copy the current database to this location and continue using it, or start with a new database?</p>"
" "
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:636
#, kde-format
msgid ""
"<p>You have chosen the folder \"%1\" as the new place to store the database. There is already a database file in this location.</p>"
" "
"<p>Would you like to use this existing file as the new database, or remove it and copy the current database to this place?</p>"
" "
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:646
#, kde-format
msgid "Use Existing File"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:748
#, kde-format
msgid ""
"<p><b>An error occurred during the internal server start.</b></p>"
"Details:\n"
" %1"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:764 core/libs/album/albummanager.cpp:796
#, kde-format
msgid ""
"<p>Failed to open the database. </p>"
"<p>You cannot use digiKam without a working database. digiKam will attempt to start now, but it will <b>not</b> be functional. Please check the database settings in the <b>configuration menu</b>.</p>"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:805
#, kde-format
msgid ""
"<p>Failed to open the database. Error message from database:</p>"
"<p><b>%1</b></p>"
"</p>"
"<p>You cannot use digiKam without a working database. digiKam will attempt to start now, but it will <b>not</b> be functional. Please check the database settings in the <b>configuration menu</b>.</p>"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:878
#, kde-format
msgid ""
"Your locale has changed since this album was last opened.\n"
"Old locale: %1, new locale: %2\n"
"If you have recently changed your locale, you need not be concerned.\n"
"Please note that if you switched to a locale that does not support some of the filenames in your collection, these files may no longer be found in the collection. If you are sure that you want to continue, click 'Yes'. Otherwise, click 'No' and correct your locale setting before restarting digiKam."
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:920
#, kde-format
msgid ""
"<p>The collection </p>"
"<p><b>%1</b><br/>"
"(%2)</p>"
"<p> is currently not found on your system.<br/>"
" Please choose the most appropriate option to handle this situation:</p>"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:938
#, kde-format
msgid ""
"<p>The collection is still available, but the identifier changed.<br/>"
"This can be caused by restoring a backup, changing the partition layout or the file system settings.<br/>"
"The collection is now located at this place:</p>"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:957
#, kde-format
msgid "The collection is located on a storage device which is not always attached. Mark the collection as a removable collection."
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:964
#, kde-format
msgid "Take no action now. I would like to solve the problem later using the setup dialog"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:978
#, kde-format
msgid "Collection not found"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:1074
#: core/libs/album/albumselecttabs.cpp:193 core/libs/models/albummodel.cpp:147
#: core/utilities/searchwindow/editablesearchtreeview.cpp:81
#, kde-format
msgid "Searches"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2183
#, kde-format
msgid "The collection location supplied is invalid or currently not available."
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2191
#, kde-format
msgid "No album for collection location: Internal error"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2207
#, kde-format
msgid "No parent found for album."
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2214
#, kde-format
msgid "Album name cannot be empty."
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2220
#, kde-format
msgid "Album name cannot contain '/'."
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2226
#, kde-format
msgid "createPAlbum does not accept the root album as parent."
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2240
#, kde-format
msgid "An existing album has the same name."
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2256
#, kde-format
msgid "Failed to create directory '%1'"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2265
#, kde-format
msgid "Failed to add album to database"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2292 core/libs/album/albummanager.cpp:2390
#: core/libs/album/albummanager.cpp:2494 core/libs/album/albummanager.cpp:2561
#: core/libs/album/albummanager.cpp:2599 core/libs/album/albummanager.cpp:2681
#, kde-format
msgid "No such album"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2298
#, kde-format
msgid "Cannot rename root album"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2304
#, kde-format
msgid "Cannot rename album root album"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2310
#, kde-format
msgid "Album name cannot contain '/'"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2317
#, kde-format
msgid ""
"Another album with the same name already exists.\n"
"Please choose another name."
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2341
#, kde-format
msgid "Failed to rename Album"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2396
#, kde-format
msgid "Cannot edit root album"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2422
#, kde-format
msgid "No parent found for tag"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2429
#, kde-format
msgid "Tag name cannot be empty"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2435 core/libs/album/albummanager.cpp:2573
#, kde-format
msgid "Tag name cannot contain '/'"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2442 core/libs/tags/tageditdlg.cpp:471
#, kde-format
msgid "Tag name already exists"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2451
#, kde-format
msgid "Failed to add tag to database"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2500
#, kde-format
msgid "Cannot delete Root Tag"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2567 core/libs/album/albummanager.cpp:2776
#, kde-format
msgid "Cannot edit root tag"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2580
#, kde-format
msgid ""
"Another tag with the same name already exists.\n"
"Please choose another name."
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2605
#, kde-format
msgid "Attempt to move TAlbum to nowhere"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2611
#, kde-format
msgid "Cannot move root tag"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2619
#, kde-format
msgid ""
"Another tag with the same name already exists.\n"
"Do you want to merge the tags?"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2687
#, kde-format
msgid "Cannot merge root tag"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2693
#, kde-format
msgid "Only a tag without children can be merged!"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2701
#, kde-format
msgid "Do you want to merge tag '%1' into tag '%2'?"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:2770
#, kde-format
msgid "No such tag"
msgstr ""
#. +> trunk5
#: core/libs/album/albummanager.cpp:3712
#, kde-format
msgid ""
"This operation can take a long time in the background.\n"
"Do you want to write the metadata to %1 files now?"
msgstr ""
#. +> trunk5
#: core/libs/album/albummodificationhelper.cpp:226
#: core/utilities/searchwindow/searchmodificationhelper.cpp:151
#, kde-format
msgid "Rename Album (%1)"
msgstr ""
#. +> trunk5
#: core/libs/album/albummodificationhelper.cpp:227
#: core/utilities/searchwindow/searchmodificationhelper.cpp:152
#, kde-format
msgid "Enter new album name:"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:122
#: core/libs/album/albumpropsedit.cpp:272
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:211
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:129
#: core/utilities/assistants/webservices/vkontakte/vkalbumchooser.cpp:99
#, kde-format
msgid "New Album"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:122
#, kde-format
msgid "Edit Album"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:137
#, kde-format
msgid ""
"<qt><b>Create new Album in<br/>"
"\"%1\"</b></qt>"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:141
#, kde-format
msgid ""
"<qt><b>\"%1\"<br/>"
"Album Properties</b></qt>"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:152 core/libs/tags/tageditdlg.cpp:145
#: core/libs/tags/tagsmanager/tagpropwidget.cpp:110
#: core/utilities/queuemanager/views/workflowdlg.cpp:110
#, kde-format
msgid "&Title:"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:161
#, kde-format
msgid "Enter album title here..."
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:164
#, kde-format
msgid "Ca&tegory:"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:171
#, kde-format
msgid "Ch&ild Of:"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:177
#, kde-format
msgid "Ca&ption:"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:182
#, kde-format
msgid "Enter album caption here..."
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:185
#, kde-format
msgid "Album &date:"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:191
#, kde-format
msgctxt "Selects the date of the oldest image"
msgid "&Oldest"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:192
#, kde-format
msgctxt "Calculates the average date"
msgid "&Average"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:193
#, kde-format
msgctxt "Selects the date of the newest image"
msgid "Newest"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:274
#, kde-format
msgid "Selected Album (Default)"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:275
#, kde-format
msgctxt "top level folder of album"
msgid "Root of current collection"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:345
#, kde-format
msgid "Uncategorized Album"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:459
#, kde-format
msgid "Could Not Calculate Average"
msgstr ""
#. +> trunk5
#: core/libs/album/albumpropsedit.cpp:460
#, kde-format
msgid "Could not calculate date average for this album."
msgstr ""
#. +> trunk5
#: core/libs/album/albumselectcombobox.cpp:77
#: core/libs/album/albumselectcombobox.cpp:87
#, kde-format
msgid "No Album Selected"
msgstr ""
#. +> trunk5
#: core/libs/album/albumselectcombobox.cpp:94
#, kde-format
msgid "No Tag Selected"
msgstr ""
#. +> trunk5
#: core/libs/album/albumselectcombobox.cpp:252
#, kde-format
msgid "1 Tag selected"
msgid_plural "%1 Tags selected"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/album/albumselectcombobox.cpp:256
#, kde-format
msgid "1 Album selected"
msgid_plural "%1 Albums selected"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/album/albumselectcombobox.cpp:265
#, kde-format
msgid "1 Tag excluded"
msgid_plural "%1 Tags excluded"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/album/albumselectcombobox.cpp:269
#, kde-format
msgid "1 Album excluded"
msgid_plural "%1 Albums excluded"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/album/albumselectdialog.cpp:80
#, kde-format
msgid "Select Album"
msgstr ""
#. +> trunk5
#: core/libs/album/albumselectors.cpp:164
#, kde-format
msgid "Whole albums collection"
msgstr ""
#. +> trunk5
#: core/libs/album/albumselectors.cpp:166
#, kde-format
msgctxt "@info:tooltip"
msgid "Select all albums that should be processed."
msgstr ""
#. +> trunk5
#: core/libs/album/albumselectors.cpp:168
#, kde-format
msgctxt "@info:status"
msgid "Any albums"
msgstr ""
#. +> trunk5
#: core/libs/album/albumselectors.cpp:172
#, kde-format
msgctxt "@info:tooltip"
msgid "Reset selected albums"
msgstr ""
#. +> trunk5
#: core/libs/album/albumselectors.cpp:197
#, kde-format
msgid "Whole tags collection"
msgstr ""
#. +> trunk5
#: core/libs/album/albumselectors.cpp:199
#, kde-format
msgctxt "@info:tooltip"
msgid "Select all tags that should be processed."
msgstr ""
#. +> trunk5
#: core/libs/album/albumselectors.cpp:201
#, kde-format
msgctxt "@info:status"
msgid "Any tags"
msgstr ""
#. +> trunk5
#: core/libs/album/albumselectors.cpp:205
#, kde-format
msgctxt "@info:tooltip"
msgid "Reset selected tags"
msgstr ""
#. +> trunk5
#: core/libs/album/albumselectwidget.cpp:76
#, kde-format
msgid "Create New Album"
msgstr ""
#. +> trunk5
#: core/libs/album/albumselectwidget.cpp:171
#, kde-format
msgid "&New Album"
msgstr ""
#. +> trunk5
#: core/libs/album/albumselectwidget.cpp:172
#, kde-format
msgid "Create new album"
msgstr ""
#. +> trunk5
#: core/libs/album/albumtreeview.cpp:220
#, kde-format
msgid "Context menu"
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:659
#, kde-format
msgctxt "\"relative path\" on harddisk partition with \"UUID\""
msgid "Folder \"%1\" on the volume with the id \"%2\""
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:665
#, kde-format
msgctxt "\"relative path\" on harddisk partition with \"label\""
msgid "Folder \"%1\" on the volume labeled \"%2\""
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:677
#, kde-format
msgctxt "@info"
msgid "Shared directory mounted at <b>%1</b>"
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:898
#, kde-format
msgid "Sorry, digiKam does not support remote URLs as collections."
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:916
#: core/libs/database/collection/collectionmanager.cpp:1104
#, kde-format
msgid "The selected folder does not exist or is not readable"
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:931
#, kde-format
msgid "There is already a collection containing the folder \"%1\""
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:953
#, kde-format
msgid "The storage media can be uniquely identified."
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:965
#, kde-format
msgid "The collection is located on your harddisk"
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:1002
#, kde-format
msgid "This is a CD/DVD, which is identified by the label that you can set in your CD burning application. There is already another entry with the same label. The two will be distinguished by the files in the top directory, so please do not append files to the CD, or it will not be recognized. In the future, please set a unique label on your CDs and DVDs if you intend to use them with digiKam."
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:1015
#, kde-format
msgid "This is a CD/DVD. It will be identified by the label (\"%1\")that you have set in your CD burning application. If you create further CDs for use with digikam in the future, please remember to give them a unique label as well."
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:1028
#, kde-format
msgid "This is a removable storage medium that will be identified by its label (\"%1\")"
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:1042
#, kde-format
msgid "This entry will only be identified by the path where it is found on your system (\"%1\"). No more specific means of identification (UUID, label) is available."
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:1057
#, kde-format
msgid "It is not possible on your system to identify the storage medium of this path. It will be added using the file path as the only identifier. This will work well for your local hard disk."
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:1080
#, kde-format
msgid "You need to locally mount your Samba share. Sorry, digiKam does currently not support smb:// URLs. "
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:1083
#, kde-format
msgid "Your network storage must be set up to be accessible as files and folders through the operating system. DigiKam does not support remote URLs."
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:1119
#, kde-format
msgid "There is already a collection for a network share with the same path."
msgstr ""
#. +> trunk5
#: core/libs/database/collection/collectionmanager.cpp:1131
#, kde-format
msgid "The network share will be identified by the path you selected. If the path is empty, the share will be considered unavailable."
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbaccess.cpp:297
#: core/libs/database/similaritydb/similaritydbaccess.cpp:230
#: core/libs/database/thumbsdb/thumbsdbaccess.cpp:228
#: core/libs/facesengine/facedb/facedbaccess.cpp:228
#, kde-format
msgid ""
"Error opening database backend.\n"
"%1"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbcopymanager.cpp:71
#, kde-format
msgid "Error while opening the source database."
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbcopymanager.cpp:80
#, kde-format
msgid "Error while opening the target database."
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbcopymanager.cpp:121
#, kde-format
msgid "Error while preparing the target database."
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbcopymanager.cpp:131
#, kde-format
msgid "Error while scrubbing the target database."
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbcopymanager.cpp:143
#, kde-format
msgid "Create Schema..."
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbcopymanager.cpp:147
#, kde-format
msgid "Error while creating the database schema."
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbcopymanager.cpp:282
#, kde-format
msgid ""
"Error while converting the database.\n"
" Details: %1"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:213
#, kde-format
msgid ""
"You have insufficient privileges on the database.\n"
"Following privileges are not assigned to you:\n"
" %1\n"
"Check your privileges on the database and restart digiKam."
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:244
#, kde-format
msgid "The database is not valid: the \"DBVersion\" setting does not exist. The current database schema version cannot be verified. Try to start with an empty database. "
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:271
#, kde-format
msgid "The database has been used with a more recent version of digiKam and has been updated to a database schema which cannot be used with this version. (This means this digiKam version is too old, or the database format is too recent.) Please use the more recent version of digiKam that you used before. "
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:332
#: core/libs/database/similaritydb/similaritydbschemaupdater.cpp:211
#: core/libs/database/thumbsdb/thumbsdbschemaupdater.cpp:207
#, kde-format
msgid ""
"Failed to create tables in database.\n"
" "
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:353
#, kde-format
msgid "Failed to open a database transaction on your database file \"%1\". This is unusual. Please check that you can access the file and no other process has currently locked the file. If the problem persists you can get help from the digikam developers mailing list (see www.digikam.org/support). As well, please have a look at what digiKam prints on the console. "
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:410
#, kde-format
msgid "The schema updating process from version 4 to 6 failed, caused by an error that we did not expect. You can try to discard your old database and start with an empty one. (In this case, please move the database files \"%1\" and \"%2\" from the directory \"%3\"). More probably you will want to report this error to the digikam developers mailing list (see www.digikam.org/support). As well, please have a look at what digiKam prints on the console. "
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:442
#, kde-format
msgid "Failed to update the database schema from version %1 to version %2. Please read the error messages printed on the console and report this error as a bug at bugs.kde.org. "
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:627
#, kde-format
msgid "The database update action cannot be found. Please ensure that the dbconfig.xml file of the current version of digiKam is installed at the correct place. "
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:646
#, kde-format
msgid "Updated schema to version %1."
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:708
#, kde-format
msgid "Failed to copy the old database file (\"%1\") to its new location (\"%2\"). Error message: \"%3\". Please make sure that the file can be copied, or delete it."
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:730
#, kde-format
msgid "Copied database file"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:735
#, kde-format
msgid "The old database file (\"%1\") has been copied to the new location (\"%2\") but it cannot be opened. Please delete both files and try again, starting with an empty database. "
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:756
#, kde-format
msgid "Opened new database file"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:850
#, kde-format
msgid "Prepared table creation"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:869
#, kde-format
msgid "Created tables"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:882
#, kde-format
msgid "No album library path has been found in the configuration file. Giving up the schema updating process. Please try with an empty database, or repair your configuration."
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:904
#, kde-format
msgid "There was an error associating your albumLibraryPath (\"%1\") with a storage volume of your system. This problem may indicate that there is a problem with your installation. If you are working on Linux, check that HAL is installed and running. In any case, you can seek advice from the digikam developers mailing list (see www.digikam.org/support). The database updating process will now be aborted because we do not want to create a new database based on false assumptions from a broken installation."
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:931
#, kde-format
msgid "Configured one album root"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:957
#, kde-format
msgid "Imported albums"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:993
#, kde-format
msgid "Imported images information"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:1023
#, kde-format
msgid "Last Search (0.9)"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:1080
#, kde-format
msgid "Initialized and imported file suffix filter"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:1102
#, kde-format
msgid "Did the initial full scan"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:1125
#, kde-format
msgid "Imported creation dates"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:1155
#, kde-format
msgid "Imported comments"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:1181
#, kde-format
msgid "Imported ratings"
msgstr ""
#. +> trunk5
#: core/libs/database/coredb/coredbschemaupdater.cpp:1192
#, kde-format
msgid "Dropped v3 tables"
msgstr ""
#. +> trunk5
#: core/libs/database/engine/dbengineaccess.cpp:64
#, kde-format
msgid ""
"The driver \"SQLITE\" for Sqlite3 databases is not available.\n"
"digiKam depends on the drivers provided by the Qt::SQL module."
msgstr ""
#. +> trunk5
#: core/libs/database/engine/dbengineaccess.cpp:79
#, kde-format
msgid ""
"The driver \"MYSQL\" for MySQL databases is not available.\n"
"digiKam depends on the drivers provided by the Qt::SQL module."
msgstr ""
#. +> trunk5
#: core/libs/database/engine/dbengineconfigloader.cpp:178
#, kde-format
msgid "Could not open the configuration file <b>%1</b>. This file is installed with the digikam application and is absolutely required to run digikam. Please check your installation."
msgstr ""
#. +> trunk5
#: core/libs/database/engine/dbengineconfigloader.cpp:187
#, kde-format
msgid "Could not open configuration file <b>%1</b>"
msgstr ""
#. +> trunk5
#: core/libs/database/engine/dbengineconfigloader.cpp:196
#, kde-format
msgid "The XML in the configuration file <b>%1</b> is invalid and cannot be read."
msgstr ""
#. +> trunk5
#: core/libs/database/engine/dbengineconfigloader.cpp:206
#, kde-format
msgid "The XML in the configuration file <b>%1</b> is missing the required element <icode>%2</icode>"
msgstr ""
#. +> trunk5
#: core/libs/database/engine/dbengineconfigloader.cpp:216
#, kde-format
msgid "The XML in the configuration file <b>%1</b> is missing the required element <b>%2</b>"
msgstr ""
#. +> trunk5
#: core/libs/database/engine/dbengineconfigloader.cpp:235
#, kde-format
msgid "An old version of the configuration file <b>%1</b> is found. Please ensure that the version released with the running version of digiKam is installed. "
msgstr ""
#. +> trunk5
#: core/libs/database/engine/dbengineguierrorhandler.cpp:207
#, kde-format
msgid ""
"Error while opening the database.\n"
"digiKam will try to automatically reconnect to the database."
msgstr ""
#. +> trunk5
#: core/libs/database/engine/dbengineguierrorhandler.cpp:236
#, kde-format
msgid ""
"<p><b>A database error occurred.</b></p>"
"Details:\n"
" %1"
msgstr ""
#. +> trunk5
#: core/libs/database/imagehistory/imagehistorygraphmodel.cpp:416
#, kde-format
msgctxt "@title"
msgid "Source Images"
msgstr ""
#. +> trunk5
#: core/libs/database/imagehistory/imagehistorygraphmodel.cpp:445
#, kde-format
msgctxt "@title"
msgid "Image History"
msgstr ""
#. +> trunk5
#: core/libs/database/imagehistory/imagehistorygraphmodel.cpp:517
#, kde-format
msgctxt "@title"
msgid "Derived Images"
msgstr ""
#. +> trunk5
#: core/libs/database/imagehistory/imagehistorygraphmodel.cpp:527
#, kde-format
msgctxt "@title"
msgid "Related Images"
msgstr ""
#. +> trunk5
#: core/libs/database/imagehistory/imagehistorygraphmodel.cpp:534
#, kde-format
msgctxt "@title"
msgid "Identical Images"
msgstr ""
#. +> trunk5
#: core/libs/database/imagehistory/imagehistorygraphmodel.cpp:587
#, kde-format
msgctxt "@title"
msgid "Intermediate Steps:"
msgstr ""
#. +> trunk5
#: core/libs/database/imagehistory/imagehistorygraphmodel.cpp:790
#, kde-format
msgctxt "@item filename"
msgid ""
"%1\n"
"(Original Image)"
msgstr ""
#. +> trunk5
#: core/libs/database/imagehistory/imagehistorygraphmodel.cpp:795
#, kde-format
msgctxt "@item filename"
msgid ""
"%1\n"
"(Source Image)"
msgstr ""
#. +> trunk5
#: core/libs/database/item/imagescanner.cpp:1749
#, kde-format
msgctxt "RAW image file (), the parentheses contain the file suffix, like MRW"
msgid "RAW image file (%1)"
msgstr ""
#. +> trunk5
#: core/libs/database/models/imageversionsmodel.cpp:98
#, kde-format
msgid "No image selected"
msgstr ""
#. +> trunk5
#: core/libs/database/models/imageversionsmodel.cpp:122
#, kde-format
msgid "This is the original image"
msgstr ""
#. +> trunk5
#: core/libs/database/server/databaseserver.cpp:157
#, kde-format
msgid "Database type is not supported."
msgstr ""
#. +> trunk5
#: core/libs/database/server/databaseserver.cpp:265
#, kde-format
msgid "No path to mysql server command set in configuration file!"
msgstr ""
#. +> trunk5
#: core/libs/database/server/databaseserver.cpp:274
#, kde-format
msgid "No path to mysql initialization command set in configuration file!."
msgstr ""
#. +> trunk5
#: core/libs/database/server/databaseserver.cpp:284
#: core/libs/database/server/databaseserver.cpp:294
#: core/libs/database/server/databaseserver.cpp:304
#, kde-format
msgid "Cannot create directory %1"
msgstr ""
#. +> trunk5
#: core/libs/database/server/databaseserver.cpp:385
#, kde-format
msgid ""
"Unable to create MySQL server configuration file."
"<p>This means that either the default configuration file</p>"
"<p>%1</p>"
"<p>was not readable or the target file</p>"
"<p>%2</p>"
"<p>could not be written.</p>"
msgstr ""
#. +> trunk5
#: core/libs/database/server/databaseserver.cpp:406
#, kde-format
msgid "Cannot find MySQL server default configuration (mysql-global.conf)."
msgstr ""
#. +> trunk5
#: core/libs/database/server/databaseserver.cpp:473
#, kde-format
msgid "Could not start database initializer."
msgstr ""
#. +> trunk5
#: core/libs/database/server/databaseserver.cpp:510
#, kde-format
msgid "Could not start database server."
msgstr ""
#. +> trunk5
#: core/libs/database/server/databaseserver.cpp:547
#, kde-format
msgid "Invalid database object during database server startup"
msgstr ""
#. +> trunk5
#: core/libs/database/server/databaseserver.cpp:578
#, kde-format
msgid "Database process exited unexpectedly during initial connection."
msgstr ""
#. +> trunk5
#: core/libs/database/server/databaseserver.cpp:584
#, kde-format
msgid "Could not connect to Database after trying for 60 seconds."
msgstr ""
#. +> trunk5
#: core/libs/database/server/databaseserver.cpp:615
#, kde-format
msgid ""
"Failed to create database"
"<p>Query error: %1</p>"
"<p>Database error: %2</p>"
msgstr ""
#. +> trunk5
#: core/libs/database/server/databaseserver.cpp:663
#, kde-format
msgid ""
"%1"
"<p>Executable: %2</p>"
"<p>Arguments: %3</p>"
"<p>Process error: %4</p>"
msgstr ""
#. +> trunk5
#: core/libs/database/similaritydb/similaritydbschemaupdater.cpp:152
#, kde-format
msgid "The database is not valid: the \"DBSimilarityVersion\" setting does not exist. The current database schema version cannot be verified. Try to start with an empty database. "
msgstr ""
#. +> trunk5
#: core/libs/database/similaritydb/similaritydbschemaupdater.cpp:182
#: core/libs/database/thumbsdb/thumbsdbschemaupdater.cpp:178
#, kde-format
msgid "The database has been used with a more recent version of digiKam and has been updated to a database schema which cannot be used with this version. (This means this digiKam version is too old, or the database format is to recent) Please use the more recent version of digikam that you used before. "
msgstr ""
#. +> trunk5
#: core/libs/database/tags/facetags.cpp:377
#, kde-format
msgctxt "People on your photos"
msgid "People"
msgstr ""
#. +> trunk5
#: core/libs/database/tags/facetags.cpp:421
#, kde-format
msgctxt "The list of detected faces from the collections but not recognized"
msgid "Unknown"
msgstr ""
#. +> trunk5
#: core/libs/database/tags/facetags.cpp:441
#, kde-format
msgctxt "The list of recognized faces from the collections but not confirmed"
msgid "Unconfirmed"
msgstr ""
#. +> trunk5
#: core/libs/database/thumbsdb/thumbsdbschemaupdater.cpp:149
#, kde-format
msgid "The database is not valid: the \"DBThumbnailsVersion\" setting does not exist. The current database schema version cannot be verified. Try to start with an empty database. "
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbmigrationdlg.cpp:147
#, kde-format
msgid "Migrate ->"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbmigrationdlg.cpp:148
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:632
#: core/utilities/assistants/webservices/common/wstooldialog.cpp:118
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:483
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:484
#: core/utilities/assistants/webservices/flickr/flickrwindow.cpp:846
#: core/utilities/assistants/webservices/google/gswindow.cpp:650
#: core/utilities/assistants/webservices/google/gswindow.cpp:675
#: core/utilities/assistants/webservices/google/gswindow.cpp:1023
#: core/utilities/assistants/webservices/google/gswindow.cpp:1044
#: core/utilities/assistants/webservices/google/gswindow.cpp:1122
#: core/utilities/assistants/webservices/google/gswindow.cpp:1330
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:275
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:275
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:683
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:259
#: core/utilities/imageeditor/editor/editortoolsettings.cpp:192
#: core/utilities/imageeditor/editor/editorwindow.cpp:1048
#, kde-format
msgid "Cancel"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbmigrationdlg.cpp:151
#, kde-format
msgid "Progress Information"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbmigrationdlg.cpp:160
#, kde-format
msgid "Step Progress"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbmigrationdlg.cpp:162
#, kde-format
msgid "Overall Progress"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbmigrationdlg.cpp:217
#, kde-format
msgid "Database type or location must be different!"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbmigrationdlg.cpp:224
#, kde-format
msgid "Internal server can only be used once!"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbmigrationdlg.cpp:233
#, kde-format
msgid "Internal server is not used and is not active!"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbmigrationdlg.cpp:277
#, kde-format
msgid "Database copied successfully."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbmigrationdlg.cpp:281
#, kde-format
msgid "Database conversion canceled."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbmigrationdlg.cpp:290
#, kde-format
msgid "Step Progress (%1)"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:162
#: core/libs/database/utils/dbsettingswidget.cpp:869
#, kde-format
msgid "Database Configuration"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:173
#, kde-format
msgid "SQLite"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:179
#, kde-format
msgid "Mysql Internal (experimental)"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:183
#, kde-format
msgid "MySQL Server (experimental)"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:187
#, kde-format
msgid ""
"<p>Select here the type of database backend.</p>"
"<p><b>SQlite</b> backend is for local database storage with a small or medium collection sizes. It is the default and recommended backend for collections with less than 100K items.</p>"
"<p><b>MySQL Internal</b> backend is for local database storage with huge collection sizes. This backend is recommend for local collections with more than 100K items.</p>"
"<p><i>Be careful: this one still in experimental stage.</i></p>"
"<p><b>MySQL Server</b> backend is a more robust solution especially for remote and shared database storage. It is also more efficient to manage huge collection sizes with more than 100K items.</p>"
"<p><i>Be careful: this one still in experimental stage.</i></p>"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:206
#, kde-format
msgid ""
"<p>Set here the location where the database files will be stored on your system. There are three databases: one for all collections properties, one to store compressed thumbnails, and one to store faces recognition metadata.<br/>"
"Write access is required to be able to edit image properties.</p>"
"<p>Databases are digiKam core engines. Take care to use a place hosted by fast hardware (as SSD) with enough free space especially for thumbnails database.</p>"
"<p>Note: a remote file system such as NFS, cannot be used here. For performance reasons, it is also recommended not to use removable media.</p>"
"<p></p>"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:226
#, kde-format
msgid "<p>Here you can configure locations where MySQL binary tools are located. digiKam will try to find these binaries automatically if they are already installed on your computer.</p>"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:235
#, kde-format
msgctxt "@title:group"
msgid "MySQL Binaries"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:270
#, kde-format
msgid "Host Name:"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:272
#, kde-format
msgid "Set the host computer name"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:273
#, kde-format
msgid ""
"This is the computer name running MySQL server.\n"
"This can be \"localhost\" for a local server, or the network computer\n"
" name (or IP address) in case of remote computer."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:276
#, kde-format
msgid "<a href=\"http://doc.qt.io/qt-5/qsqldatabase.html#setConnectOptions\">Connect options:</a>"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:280
#, kde-format
msgid "Set the database connection options"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:281
#, kde-format
msgid ""
"Set the MySQL server connection options.\n"
"For advanced users only."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:283
#, kde-format
msgid "User:"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:285
#, kde-format
msgid "Set the database account name"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:286
#, kde-format
msgid ""
"Set the MySQL server account name used\n"
"by digiKam to be connected to the server.\n"
"This account must be available on the remote MySQL server when database have been created."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:289
#: core/utilities/assistants/webservices/common/wslogindialog.cpp:97
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:331
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:164
#: core/utilities/assistants/webservices/yandexfotki/yfnewalbumdlg.cpp:81
#, kde-format
msgid "Password:"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:291
#, kde-format
msgid ""
"Set the MySQL server account password used\n"
"by digiKam to be connected to the server.\n"
"You can left this field empty to use an account set without password."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:296
#, kde-format
msgid "Host Port:"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:298
#, kde-format
msgid ""
"Set the host computer port.\n"
"Usually, MySQL server use port number 3306 by default"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:303
#, kde-format
msgid "Check Connection"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:304
#, kde-format
msgid "Run a basic database connection to see if current MySQL server settings is suitable."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:310
#, kde-format
msgid "Core Db Name:"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:312
#, kde-format
msgid "Set the core database name"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:313
#, kde-format
msgid ""
"The core database is lead digiKam container used to store\n"
"albums, items, and searches metadata."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:316
#, kde-format
msgid "Thumbs Db Name:"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:318
#, kde-format
msgid "Set the thumbnails database name"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:319
#, kde-format
msgid ""
"The thumbnails database is used by digiKam to host\n"
"image thumbs with wavelets compression images.\n"
"This one can use quickly a lots of space,\n"
"especially if you have huge collections."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:323
#, kde-format
msgid "Face Db Name:"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:325
#, kde-format
msgid "Set the face database name"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:326
#, kde-format
msgid ""
"The face database is used by digiKam to host image histograms\n"
"dedicated to faces recognition process.\n"
"This one can use quickly a lots of space, especially\n"
"if you a lots of image with people faces detected and tagged."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:331
#, kde-format
msgid "Similarity Db Name:"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:333
#, kde-format
msgid "Set the similarity database name"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:334
#, kde-format
msgid "The similarity database is used by digiKam to host image Haar matrix data for the similarity search."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:337
#, kde-format
msgid "Default Settings"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:338
#, kde-format
msgid "Reset database names settings to common default values."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:357
#, kde-format
msgid "Remote Server Settings"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:361
#, kde-format
msgid "Database Server Instructions"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:363
#, kde-format
msgid ""
"<p>digiKam expects that database is already created with a dedicated user account. This user name <i>digikam</i> will require full access to the database.<br/>"
"If your database is not already set up, you can use the following SQL commands (after replacing the <b><i>password</i></b> with the correct one).<br>"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:375
#, kde-format
msgid ""
"<p>Note: with a Linux server, a database can be initialized following the commands below:</p>"
"<p># su</p>"
"<p># systemctl restart mysqld</p>"
"<p># mysql -u root</p>"
"<p>...</p>"
"<p>Enter SQL code to Mysql prompt in order to init digiKam databases with grant privileges (see behind)</p>"
"<p>...</p>"
"<p>quit</p>"
"<p>NOTE: If you have an enormous collection, you should start MySQL server with mysql --max_allowed_packet=128M OR in my.ini or ~/.my.cnf, change the settings</p>"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:394
#, kde-format
msgid "Requirements"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:398
#, kde-format
msgid "Database Server Technical Details"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:400
#, kde-format
msgid ""
"<p>Use this configuration view to set all information to be connected to a remote <a href=\"https://en.wikipedia.org/wiki/MySQL\">Mysql database server</a> (or <a href=\"https://en.wikipedia.org/wiki/MariaDB\">MariaDB</a>) through a network. As with Sqlite or MySQL internal server, 3 databases will be stored on the remote server: one for all collections properties, one to store compressed thumbnails, and one to store faces recognition metadata.</p>"
"<p>Unlike Sqlite or MySQL internal server, you can customize the database names to simplify your backups.</p>"
"<p>Databases are digiKam core engines. To prevent performance issues, take a care to use a fast network link between the client and the server computers. It is also recommended to host database files on fast hardware (as <a href=\"https://en.wikipedia.org/wiki/Solid-state_drive\">SSD</a>) with enough free space, especially for thumbnails database, even if data are compressed using wavelets image format <a href=\"https://en.wikipedia.org/wiki/Progressive_Graphics_File\">PGF</a>.</p>"
"<p>The databases must be created previously on the remote server by the administrator. Look in <b>Requirements</b> tab for details.</p>"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:426
#, kde-format
msgid "Documentation"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:639
#: core/libs/database/utils/dbsettingswidget.cpp:644
#, kde-format
msgid "Database connection test"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:640
#, kde-format
msgid "Database connection test successful."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:645
#, kde-format
msgid ""
"Database connection test was not successful. "
"<p>Error was: %1</p>"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:654
#, kde-format
msgid "The server hostname is empty"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:660
#, kde-format
msgid "The server user name is empty"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:671
#, kde-format
msgid "The core database name is empty"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:677
#, kde-format
msgid "The thumbnails database name is empty"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:683
#, kde-format
msgid "The face database name is empty"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:689
#, kde-format
msgid "The similarity database name is empty"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:752
#, kde-format
msgid "This path was set as a command lineoption (--database-directory)."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:870
#, kde-format
msgid ""
"The database names configuration is not valid. Error is <br/>"
"<p>%1</p>"
"<br/>"
"Please check your configuration."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:878
#, kde-format
msgid "Database Connection Test"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:879
#, kde-format
msgid ""
"Testing database connection has failed with error<br/>"
"<p>%1</p>"
"<br/>"
"Please check your configuration."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:898
#, kde-format
msgid "You must select a folder for digiKam to store information and metadata in a database file."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:907
#, kde-format
msgid "Create Database Folder?"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:908
#, kde-format
msgid ""
"<p>The folder to put your database in does not seem to exist:</p>"
"<p><b>%1</b></p>"
"Would you like digiKam to create it for you?"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:919
#, kde-format
msgid "Create Database Folder Failed"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:920
#, kde-format
msgid ""
"<p>digiKam could not create the folder to host your database file.\n"
"Please select a different location.</p>"
"<p><b>%1</b></p>"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:939
#, kde-format
msgid "No Database Write Access"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbsettingswidget.cpp:940
#, kde-format
msgid ""
"<p>You do not seem to have write access for the folder to host the database file.<br/>"
"Please select a different location.</p>"
"<p><b>%1</b></p>"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:54
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:302
#, kde-format
msgid "Database Statistics"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:55
#, kde-format
msgid "Count"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:58
#: core/utilities/assistants/htmlgallery/wizard/htmlintropage.cpp:97
#: core/utilities/assistants/printcreator/wizard/advprintintropage.cpp:99
#: core/utilities/assistants/sendbymail/wizard/mailintropage.cpp:112
#: core/utilities/assistants/videoslideshow/wizard/vidslideintropage.cpp:98
#, kde-format
msgid "Images"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:59
#, kde-format
msgid "Videos"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:60
#, kde-format
msgid "Audio"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:66
#, kde-format
msgid "Total Items"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:84
#, kde-format
msgid "Database Path"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:91
#, kde-format
msgid "Database internal server Path"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:95
#, kde-format
msgid "Host Name"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:96
#, kde-format
msgid "Host Port"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:97
#, kde-format
msgid "User account"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:98
#, kde-format
msgid "Connect options"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:99
#, kde-format
msgid "Core Db name"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:100
#, kde-format
msgid "Thumbs Db name"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:101
#, kde-format
msgid "Face Db name"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dbstatdlg.cpp:142
#, kde-format
msgid "total"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dio.cpp:543
#, kde-format
msgid "Copy Album"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dio.cpp:546
#, kde-format
msgid "Copy Images"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dio.cpp:549
#, kde-format
msgid "Copy Files"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dio.cpp:552
#, kde-format
msgid "Move Album"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dio.cpp:555
#, kde-format
msgid "Move Images"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/dio.cpp:558
#, kde-format
msgid "Move Files"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/mysqlinitbinary.h:49
#, kde-format
msgid "This binary file is used to initialize the MariaDB data files for the database."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/mysqlservbinary.h:49
#, kde-format
msgid "This binary file is used to start a dedicated instance of MariaDB server."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/scancontroller.cpp:341
#, kde-format
msgid "<b>Scanning collections, please wait...</b>"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/scancontroller.cpp:342
#, kde-format
msgid "This shows the progress of the scan. During the scan, all files on disk are registered in a database."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/scancontroller.cpp:755
#, kde-format
msgctxt "@info:status"
msgid "Scanning collection"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/scancontroller.cpp:835
#, kde-format
msgid "Preparing collection scan..."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/scancontroller.cpp:877
#, kde-format
msgid "Scanning for removed albums..."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/scancontroller.cpp:887
#, kde-format
msgid "Scanning images in individual albums..."
msgstr ""
#. +> trunk5
#: core/libs/database/utils/scancontroller.cpp:956
#: core/libs/tags/tageditdlg.cpp:535
#: core/utilities/assistants/webservices/common/manager/wstalker.cpp:350
#: core/utilities/assistants/webservices/dropbox/dbtalker.cpp:350
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:728
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:752
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:912
#: core/utilities/assistants/webservices/flickr/flickrwindow.cpp:474
#: core/utilities/assistants/webservices/google/gdrive/gdtalker.cpp:308
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:624
#: core/utilities/assistants/webservices/mediawiki/mediawikitalker.cpp:186
#: core/utilities/assistants/webservices/onedrive/odtalker.cpp:368
#: core/utilities/assistants/webservices/pinterest/ptalker.cpp:449
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:373
#: core/utilities/assistants/webservices/smugmug/smugtalker.cpp:724
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:468
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:477
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:507
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:540
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:1012
#: core/utilities/assistants/webservices/twitter/twittertalker.cpp:494
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:170
#: core/utilities/assistants/webservices/yandexfotki/yfnewalbumdlg.cpp:104
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:958
#: core/utilities/presentation/audio/presentationaudiolist.cpp:166
#: core/utilities/presentation/dialogs/presentation_mainpage.cpp:330
#, kde-format
msgid "Error"
msgstr ""
#. +> trunk5
#: core/libs/database/utils/scancontroller.cpp:968
#, kde-format
msgid "Initializing database..."
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:182
#: core/utilities/import/dialogs/cameramessagebox.cpp:145
#, kde-format
msgid "Thumb"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:185
#, kde-format
msgid "List of items that are about to be deleted."
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:186
#, kde-format
msgid "This is the list of items that are about to be deleted."
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:306
#, kde-format
msgid "If checked, files will be permanently removed instead of being placed in the Trash."
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:308
#, kde-format
msgid ""
"<p>If this box is checked, items will be <b>permanently removed</b> instead of being placed in the Trash.</p>"
"<p><em>Use this option with caution</em>: most filesystems are unable to undelete deleted items reliably.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:314
#, kde-format
msgid "&Delete items instead of moving them to the trash"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:321
#, kde-format
msgid "Do not &ask again"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:379
#, kde-format
msgid "If checked, this dialog will no longer be shown, and items will be directly and permanently deleted."
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:381
#, kde-format
msgid "If this box is checked, this dialog will no longer be shown, and items will be directly and permanently deleted."
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:386
#, kde-format
msgid "If checked, this dialog will no longer be shown, and items will be directly moved to the Trash."
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:388
#, kde-format
msgid "If this box is checked, this dialog will no longer be shown, and items will be directly moved to the Trash."
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:400
#, kde-format
msgid "These items will be <b>permanently deleted</b> from your hard disk."
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:406
#, kde-format
msgid "These items will be moved to Trash."
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:408
#, kde-format
msgid "<b>1</b> item selected."
msgid_plural "<b>%1</b> items selected."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:420
#, kde-format
msgid "These albums will be <b>permanently deleted</b> from your hard disk."
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:426
#, kde-format
msgid "These albums will be moved to Trash."
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:430
#: core/libs/dialogs/deletedialog.cpp:456
#, kde-format
msgid "<b>1</b> album selected."
msgid_plural "<b>%1</b> albums selected."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:440
#, kde-format
msgid ""
"<p>These albums will be <b>permanently deleted</b> from your hard disk.</p>"
"<p>Note that <b>all subalbums</b> are included in this list and will be deleted permanently as well.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:449
#, kde-format
msgid ""
"<p>These albums will be moved to Trash.</p>"
"<p>Note that <b>all subalbums</b> are included in this list and will be moved to Trash as well.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:593
#: core/libs/widgets/metadata/subjectwidget.cpp:210
#: core/utilities/metadataedit/iptc/iptccategories.cpp:113
#: core/utilities/metadataedit/iptc/iptckeywords.cpp:100
#: core/utilities/metadataedit/xmp/xmpcategories.cpp:103
#: core/utilities/metadataedit/xmp/xmpkeywords.cpp:91
#, kde-format
msgid "&Delete"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:594
#, kde-format
msgid "&Move to Trash"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:645
#, kde-format
msgid "About to delete selected items"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/deletedialog.cpp:650
#, kde-format
msgid "About to delete selected albums"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/dmessagebox.cpp:113
#, kde-format
msgid "Do not show this message again"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/dmessagebox.cpp:159
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:482
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:483
#: core/utilities/assistants/webservices/flickr/flickrwindow.cpp:845
#: core/utilities/assistants/webservices/google/gswindow.cpp:649
#: core/utilities/assistants/webservices/google/gswindow.cpp:674
#: core/utilities/assistants/webservices/google/gswindow.cpp:1022
#: core/utilities/assistants/webservices/google/gswindow.cpp:1043
#: core/utilities/assistants/webservices/google/gswindow.cpp:1121
#: core/utilities/assistants/webservices/google/gswindow.cpp:1329
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:274
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:274
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:682
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:258
#, kde-format
msgid "Continue"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/dmessagebox.cpp:170 core/libs/dialogs/dmessagebox.cpp:240
#, kde-format
msgid "Do not ask again"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/filesaveoptionsdlg.cpp:43
#, kde-format
msgid "Settings for Saving Image File"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/iccprofileinfodlg.cpp:48
#, kde-format
msgid "Color Profile Info - %1"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:276
#, kde-format
msgid "<i>Make:</i>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:277
#, kde-format
msgid "<i>Model:</i>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:278
#, kde-format
msgid "<i>Created:</i>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:279
#, kde-format
msgid "<i>Aperture:</i>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:280
#, kde-format
msgid "<i>Focal:</i>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:281
#, kde-format
msgid "<i>Exposure:</i>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:282
#, kde-format
msgid "<i>Sensitivity:</i>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:286
#, kde-format
msgid "<i>AspectRatio:</i>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:287
#, kde-format
msgid "<i>AudioBitRate:</i>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:288
#, kde-format
msgid "<i>AudioChannelType:</i>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:289
#, kde-format
msgid "<i>AudioCodec:</i>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:290
#, kde-format
msgid "<i>Duration:</i>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:291
#, kde-format
msgid "<i>FrameRate:</i>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:292
#, kde-format
msgid "<i>VideoCodec:</i>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:461
#, kde-format
msgid "Select an Item"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/imagedialog.cpp:475
#, kde-format
msgid "Select Items"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/infodlg.cpp:75 core/libs/dialogs/libsinfodlg.cpp:84
#, kde-format
msgid "Shared Libraries and Components Information"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/infodlg.cpp:79
#: core/libs/progressmanager/dhistoryview.cpp:134
#, kde-format
msgid "Copy to Clipboard"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/infodlg.cpp:101
#, kde-format
msgid ""
"<font size=\"5\">%1</font><br/>"
"<b>Version %2</b>"
"<p>%3</p>"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/libsinfodlg.cpp:90
#, kde-format
msgctxt "component is supported/available"
msgid "Yes"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/libsinfodlg.cpp:91
#, kde-format
msgctxt "component is not available/supported"
msgid "No"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/libsinfodlg.cpp:174
#, kde-format
msgctxt "Name of the component"
msgid "Component"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/libsinfodlg.cpp:174
#, kde-format
msgctxt "Is supported / version of the component"
msgid "Info"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/libsinfodlg.cpp:191
#: core/libs/dmetadata/dmetadata.cpp:2840
#: core/libs/imageproperties/imagepropertiessidebar.cpp:249
#: core/libs/imageproperties/imagepropertiessidebar.cpp:253
#: core/libs/imageproperties/imagepropertiessidebardb.cpp:528
#: core/libs/imageproperties/imagepropertiessidebardb.cpp:542
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:353
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:388
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:420
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:443
#: core/utilities/imageeditor/core/undoaction.h:116
#: core/utilities/imageeditor/main/imagewindow.cpp:356
#: core/utilities/metadataedit/exif/exifdevice.cpp:313
#, kde-format
msgid "Unknown"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/rawcameradlg.cpp:65
#, kde-format
msgid "List of supported RAW cameras"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/rawcameradlg.cpp:138
#, kde-format
msgid ""
"Using LibRaw version %2<br/>"
"1 model on the list</p>"
msgid_plural ""
"Using LibRaw version %2<br/>"
"%1 models on the list</p>"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/dialogs/rawcameradlg.cpp:148
#, kde-format
msgid ""
"Using LibRaw version %2<br/>"
"1 model on the list (found: %3)</p>"
msgid_plural ""
"Using LibRaw version %2<br/>"
"%1 models on the list (found: %3)</p>"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/dialogs/webbrowserdlg.cpp:116
#, kde-format
msgid "Home"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/webbrowserdlg.cpp:117
#, kde-format
msgid "Go back to Home page"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/webbrowserdlg.cpp:121
#, kde-format
msgid "Desktop Browser"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/webbrowserdlg.cpp:122
#, kde-format
msgid "Open Home page with default desktop Web browser"
msgstr ""
#. +> trunk5
#: core/libs/dialogs/webbrowserdlg.cpp:231
#, kde-format
msgid "Cannot load page %1"
msgstr ""
#. +> trunk5
#: core/libs/dimg/dimg.cpp:3234
#, kde-format
msgctxt "Color Model: RGB"
msgid "RGB"
msgstr ""
#. +> trunk5
#: core/libs/dimg/dimg.cpp:3237
#, kde-format
msgctxt "Color Model: Grayscale"
msgid "Grayscale"
msgstr ""
#. +> trunk5
#: core/libs/dimg/dimg.cpp:3240
#, kde-format
msgctxt "Color Model: Monochrome"
msgid "Monochrome"
msgstr ""
#. +> trunk5
#: core/libs/dimg/dimg.cpp:3243
#, kde-format
msgctxt "Color Model: Indexed"
msgid "Indexed"
msgstr ""
#. +> trunk5
#: core/libs/dimg/dimg.cpp:3246
#, kde-format
msgctxt "Color Model: YCbCr"
msgid "YCbCr"
msgstr ""
#. +> trunk5
#: core/libs/dimg/dimg.cpp:3249
#, kde-format
msgctxt "Color Model: CMYK"
msgid "CMYK"
msgstr ""
#. +> trunk5
#: core/libs/dimg/dimg.cpp:3252
#, kde-format
msgctxt "Color Model: CIE L*a*b*"
msgid "CIE L*a*b*"
msgstr ""
#. +> trunk5
#: core/libs/dimg/dimg.cpp:3255
#, kde-format
msgctxt "Color Model: Uncalibrated (RAW)"
msgid "Uncalibrated (RAW)"
msgstr ""
#. +> trunk5
#: core/libs/dimg/dimg.cpp:3259
#, kde-format
msgctxt "Color Model: Unknown"
msgid "Unknown"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/auto/autoexpofilter.h:65
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:165
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:286
#: core/utilities/queuemanager/tools/color/autocorrection.cpp:72
#, kde-format
msgid "Auto Exposure"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/auto/autolevelsfilter.h:63
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:127
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:270
#: core/utilities/queuemanager/tools/color/autocorrection.cpp:68
#, kde-format
msgid "Auto Levels"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/auto/equalizefilter.h:64
#, kde-format
msgid "Auto Equalize"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/auto/normalizefilter.h:64
#, kde-format
msgid "Auto Normalize"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/auto/stretchfilter.h:64
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:157
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:282
#: core/utilities/queuemanager/tools/color/autocorrection.cpp:71
#, kde-format
msgid "Stretch Contrast"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bcg/bcgfilter.h:59
#, kde-format
msgid "Brightness / Contrast / Gamma Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bcg/bcgsettings.cpp:86
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:208
#, kde-format
msgid "Brightness:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bcg/bcgsettings.cpp:90
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:212
#, kde-format
msgid "Set here the brightness adjustment of the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bcg/bcgsettings.cpp:92
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:353
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:214
#: core/utilities/metadataedit/exif/exifadjust.cpp:116
#, kde-format
msgid "Contrast:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bcg/bcgsettings.cpp:96
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:359
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:218
#, kde-format
msgid "Set here the contrast adjustment of the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bcg/bcgsettings.cpp:98
#: core/libs/dimg/filters/wb/wbsettings.cpp:268
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:220
#, kde-format
msgid "Gamma:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bcg/bcgsettings.cpp:103
#, kde-format
msgid "Set here the gamma adjustment of the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiafilter.h:162
#, kde-format
msgid "Black & White / Sepia Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:154
#, kde-format
msgctxt "generic black and white film"
msgid "Generic"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:155
#, kde-format
msgid ""
"<b>Generic</b>:"
"<p>Simulate a generic black and white film.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:158
#, kde-format
msgid "Agfa 200X"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:159
#, kde-format
msgid ""
"<b>Agfa 200X</b>:"
"<p>Simulate the Agfa 200X black and white film at 200 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:162
#, kde-format
msgid "Agfa Pan 25"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:163
#, kde-format
msgid ""
"<b>Agfa Pan 25</b>:"
"<p>Simulate the Agfa Pan black and white film at 25 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:166
#, kde-format
msgid "Agfa Pan 100"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:167
#, kde-format
msgid ""
"<b>Agfa Pan 100</b>:"
"<p>Simulate the Agfa Pan black and white film at 100 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:170
#, kde-format
msgid "Agfa Pan 400"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:171
#, kde-format
msgid ""
"<b>Agfa Pan 400</b>:"
"<p>Simulate the Agfa Pan black and white film at 400 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:174
#, kde-format
msgid "Ilford Delta 100"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:175
#, kde-format
msgid ""
"<b>Ilford Delta 100</b>:"
"<p>Simulate the Ilford Delta black and white film at 100 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:178
#, kde-format
msgid "Ilford Delta 400"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:179
#, kde-format
msgid ""
"<b>Ilford Delta 400</b>:"
"<p>Simulate the Ilford Delta black and white film at 400 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:182
#, kde-format
msgid "Ilford Delta 400 Pro 3200"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:183
#, kde-format
msgid ""
"<b>Ilford Delta 400 Pro 3200</b>:"
"<p>Simulate the Ilford Delta 400 Pro black and white film at 3200 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:186
#, kde-format
msgid "Ilford FP4 Plus"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:187
#, kde-format
msgid ""
"<b>Ilford FP4 Plus</b>:"
"<p>Simulate the Ilford FP4 Plus black and white film at 125 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:190
#, kde-format
msgid "Ilford HP5 Plus"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:191
#, kde-format
msgid ""
"<b>Ilford HP5 Plus</b>:"
"<p>Simulate the Ilford HP5 Plus black and white film at 400 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:194
#, kde-format
msgid "Ilford PanF Plus"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:195
#, kde-format
msgid ""
"<b>Ilford PanF Plus</b>:"
"<p>Simulate the Ilford PanF Plus black and white film at 50 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:198
#, kde-format
msgid "Ilford XP2 Super"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:199
#, kde-format
msgid ""
"<b>Ilford XP2 Super</b>:"
"<p>Simulate the Ilford XP2 Super black and white film at 400 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:202
#, kde-format
msgid "Kodak Tmax 100"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:203
#, kde-format
msgid ""
"<b>Kodak Tmax 100</b>:"
"<p>Simulate the Kodak Tmax black and white film at 100 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:206
#, kde-format
msgid "Kodak Tmax 400"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:207
#, kde-format
msgid ""
"<b>Kodak Tmax 400</b>:"
"<p>Simulate the Kodak Tmax black and white film at 400 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:210
#, kde-format
msgid "Kodak TriX"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:211
#, kde-format
msgid ""
"<b>Kodak TriX</b>:"
"<p>Simulate the Kodak TriX black and white film at 400 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:216
#, kde-format
msgid "Ilford SPX 200 (Infrared)"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:217
#, kde-format
msgid ""
"<b>Ilford SPX 200</b>:"
"<p>Simulate the Ilford SPX infrared film at 200 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:220
#, kde-format
msgid "Ilford SPX 400 (Infrared)"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:221
#, kde-format
msgid ""
"<b>Ilford SPX 400</b>:"
"<p>Simulate the Ilford SPX infrared film at 400 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:224
#, kde-format
msgid "Ilford SPX 800 (Infrared)"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:225
#, kde-format
msgid ""
"<b>Ilford SPX 800</b>:"
"<p>Simulate the Ilford SPX infrared film at 800 ISO.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:228
#, kde-format
msgid "Kodak HIE (Infrared)"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:229
#, kde-format
msgid ""
"<b>Kodak HIE</b>:"
"<p>Simulate the Kodak HIE infrared film.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:238
#, kde-format
msgid "No Lens Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:239
#, kde-format
msgid ""
"<b>No Lens Filter</b>:"
"<p>Do not apply a lens filter when rendering the image.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:242
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:328
#, kde-format
msgid "Green Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:243
#, kde-format
msgid ""
"<b>Black & White with Green Filter</b>:"
"<p>Simulate black and white film exposure using a green filter. This is useful for all scenic shoots, especially portraits photographed against the sky.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:248
#, kde-format
msgid "Orange Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:249
#, kde-format
msgid ""
"<b>Black & White with Orange Filter</b>:"
"<p>Simulate black and white film exposure using an orange filter. This will enhance landscapes, marine scenes and aerial photography.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:254
#, kde-format
msgid "Red Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:255
#, kde-format
msgid ""
"<b>Black & White with Red Filter</b>:"
"<p>Simulate black and white film exposure using a red filter. This creates dramatic sky effects, and simulates moonlight scenes in the daytime.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:260
#, kde-format
msgid "Yellow Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:261
#, kde-format
msgid ""
"<b>Black & White with Yellow Filter</b>:"
"<p>Simulate black and white film exposure using a yellow filter. This has the most natural tonal correction, and improves contrast. Ideal for landscapes.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:266
#, kde-format
msgid "Yellow-Green Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:267
#, kde-format
msgid ""
"<b>Black & White with Yellow-Green Filter</b>:"
"<p>Simulate black and white film exposure using a yellow-green filter. A yellow-green filter is highly effective for outdoor portraits because red is rendered dark while green appears lighter. Great for correcting skin tones, bringing out facial expressions in close-ups and emphasizing the feeling of liveliness. This filter is highly effective for indoor portraits under tungsten lighting.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:274
#, kde-format
msgid "Blue Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:275
#, kde-format
msgid ""
"<b>Black & White with Blue Filter</b>:"
"<p>Simulate black and white film exposure using a blue filter. This accentuates haze and fog. Used for dye transfer and contrast effects.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:280
#, kde-format
msgid "Strength:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:286
#, kde-format
msgid "Here, set the strength adjustment of the lens filter."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:297
#, kde-format
msgid "No Tone Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:298
#, kde-format
msgid ""
"<b>No Tone Filter</b>:"
"<p>Do not apply a tone filter to the image.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:301
#, kde-format
msgid "Sepia Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:302
#, kde-format
msgid ""
"<b>Black & White with Sepia Tone</b>:"
"<p>Gives a warm highlight and mid-tone while adding a bit of coolness to the shadows - very similar to the process of bleaching a print and re-developing in a sepia toner.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:307
#, kde-format
msgid "Brown Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:308
#, kde-format
msgid ""
"<b>Black & White with Brown Tone</b>:"
"<p>This filter is more neutral than the Sepia Tone filter.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:312
#, kde-format
msgid "Cold Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:313
#, kde-format
msgid ""
"<b>Black & White with Cold Tone</b>:"
"<p>Start subtly and replicate printing on a cold tone black and white paper such as a bromide enlarging paper.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:318
#, kde-format
msgid "Selenium Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:319
#, kde-format
msgid ""
"<b>Black & White with Selenium Tone</b>:"
"<p>This effect replicates traditional selenium chemical toning done in the darkroom.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:323
#, kde-format
msgid "Platinum Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:324
#, kde-format
msgid ""
"<b>Black & White with Platinum Tone</b>:"
"<p>This effect replicates traditional platinum chemical toning done in the darkroom.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:329
#, kde-format
msgid ""
"<b>Black & White with greenish tint</b>:"
"<p>This effect is also known as Verdante.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:348
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:268
#, kde-format
msgid "This is the curve adjustment of the image luminosity"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:372
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:670
#, kde-format
msgid "Film"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:374
#, kde-format
msgid "Lens Filters"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:376
#, kde-format
msgid "Tone"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:378
#: core/utilities/queuemanager/tools/color/curvesadjust.cpp:70
#, kde-format
msgid "Luminosity"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:531
#, kde-format
msgid "Black & White Settings File to Load"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:549
#, kde-format
msgid "\"%1\" is not a Black & White settings text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:594
#, kde-format
msgid "Cannot load settings from the Black & White text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:602
#, kde-format
msgid "Black & White Settings File to Save"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/bwsepiasettings.cpp:640
#, kde-format
msgid "Cannot save settings to the Black & White text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/infraredfilter.h:84
#, kde-format
msgid "Infrared Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixerfilter.h:108
#, kde-format
msgid "Channel Mixer Tool"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:136
#, kde-format
msgid "Output Channel:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:142
#, kde-format
msgid "Red (%):"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:147
#, kde-format
msgid "Select the red color gain, as a percentage, for the current channel."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:150
#, kde-format
msgid "Green (%):"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:155
#, kde-format
msgid "Select the green color gain, as a percentage, for the current channel."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:158
#, kde-format
msgid "Blue (%):"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:163
#, kde-format
msgid "Select the blue color gain, as a percentage, for the current channel."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:168
#: core/libs/dimg/filters/curves/curvesbox.cpp:217
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:302
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:245
#, kde-format
msgid "&Reset"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:170
#, kde-format
msgid "Reset color channels' gains settings from the currently selected channel."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:178
#, kde-format
msgid "Preserve luminosity"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:179
#, kde-format
msgid "Enable this option is you want preserve the image luminosity."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:184
#, kde-format
msgid "Monochrome"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:185
#, kde-format
msgid ""
"<p>Use <b>Monochrome</b> mode to convert color picture to Black and White:</p>"
"<p>The <qt><font color=\"red\">red channel</font></qt> modifies <a href='http://en.wikipedia.org/wiki/Contrast_(vision)'>the contrast</a> of photograph.</p>"
"<p>The <qt><font color=\"green\">green channel</font></qt> enhances or reduces the details level of photograph.</p>"
"<p>The <qt><font color=\"blue\">blue channel</font></qt> affects <a href='http://en.wikipedia.org/wiki/Image_noise'>the noise</a> of photograph.</p>"
"<p><u>Note:</u> in this mode, the histogram will display only luminosity values.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:355
#, kde-format
msgid "Total: %1 (%)"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:549
#, kde-format
msgid "Select Gimp Gains Mixer File to Load"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:621
#, kde-format
msgid "Cannot load settings from the Gains Mixer text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:631
#, kde-format
msgid "Gimp Gains Mixer File to Save"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/mixersettings.cpp:702
#, kde-format
msgid "Cannot save settings to the Gains Mixer text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/bw/tonalityfilter.h:82
#, kde-format
msgid "Tonality Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/cb/cbfilter.h:86
#, kde-format
msgid "Color Balance Tool"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/cb/cbsettings.cpp:87
#, kde-format
msgid "Cyan"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/cb/cbsettings.cpp:93
#, kde-format
msgid "Set here the cyan/red color adjustment of the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/cb/cbsettings.cpp:106
#, kde-format
msgid "Set here the magenta/green color adjustment of the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/cb/cbsettings.cpp:122
#, kde-format
msgid "Set here the yellow/blue color adjustment of the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvesbox.cpp:147
#, kde-format
msgid "Curve free mode"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvesbox.cpp:148
#, kde-format
msgid "With this button, you can draw your curve free-hand with the mouse."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvesbox.cpp:154
#, kde-format
msgid "Curve smooth mode"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvesbox.cpp:155
#, kde-format
msgid "With this button, the curve type is constrained to be a smooth line with tension."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvesbox.cpp:179
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:258
#, kde-format
msgid "All channels shadow tone color picker"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvesbox.cpp:180
#, kde-format
msgid "With this button, you can pick the color from original image used to set <b>Shadow Tone</b> smooth curves point on Red, Green, Blue, and Luminosity channels."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvesbox.cpp:187
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:266
#, kde-format
msgid "All channels middle tone color picker"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvesbox.cpp:188
#, kde-format
msgid "With this button, you can pick the color from original image used to set <b>Middle Tone</b> smooth curves point on Red, Green, Blue, and Luminosity channels."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvesbox.cpp:195
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:274
#, kde-format
msgid "All channels highlight tone color picker"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvesbox.cpp:196
#, kde-format
msgid "With this button, you can pick the color from original image used to set <b>Highlight Tone</b> smooth curves point on Red, Green, Blue, and Luminosity channels."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvesbox.cpp:219
#, kde-format
msgid "Reset current channel curves' values."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvesbox.cpp:220
#, kde-format
msgid "If you press this button, all curves' values from the currently selected channel will be reset to the default values."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvesfilter.h:68
#: core/utilities/imageeditor/tools/colors/adjustcurvestool.cpp:90
#, kde-format
msgid "Adjust Curves"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvessettings.cpp:247
#, kde-format
msgid "Select Gimp Curves File to Load"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvessettings.cpp:259
#, kde-format
msgid "Cannot load from the Gimp curves text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvessettings.cpp:268
#, kde-format
msgid "Gimp Curves File to Save"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curvessettings.cpp:280
#, kde-format
msgid "Cannot save to the Gimp curves text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curveswidget.cpp:191
#: core/libs/dimg/filters/levels/histogramwidget.cpp:497
#: core/libs/widgets/iccprofiles/cietonguewidget.cpp:768
#, kde-format
msgid "Loading image..."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curveswidget.cpp:196
#: core/libs/dimg/filters/levels/histogramwidget.cpp:502
#, kde-format
msgid "Histogram calculation..."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curveswidget.cpp:210
#: core/libs/dimg/filters/levels/histogramwidget.cpp:517
#, kde-format
msgid ""
"Histogram\n"
"calculation\n"
"failed."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/curves/curveswidget.cpp:304
#, kde-format
msgid ""
"x:%1\n"
"y:%2"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/borderfilter.h:141
#, kde-format
msgid "Border Tool"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:132
#, kde-format
msgctxt "solid border type"
msgid "Solid"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:135
#, kde-format
msgctxt "beveled border type"
msgid "Beveled"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:136
#, kde-format
msgid "Decorative Pine"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:137
#, kde-format
msgid "Decorative Wood"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:138
#, kde-format
msgid "Decorative Paper"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:139
#, kde-format
msgid "Decorative Parquet"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:140
#, kde-format
msgid "Decorative Ice"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:141
#, kde-format
msgid "Decorative Leaf"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:142
#, kde-format
msgid "Decorative Marble"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:143
#, kde-format
msgid "Decorative Rain"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:144
#, kde-format
msgid "Decorative Craters"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:145
#, kde-format
msgid "Decorative Dried"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:146
#, kde-format
msgid "Decorative Pink"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:147
#, kde-format
msgid "Decorative Stone"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:148
#, kde-format
msgid "Decorative Chalk"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:149
#, kde-format
msgid "Decorative Granite"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:150
#, kde-format
msgid "Decorative Rock"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:151
#, kde-format
msgid "Decorative Wall"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:153
#, kde-format
msgid "Select the border type to add around the image here."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:160
#, kde-format
msgid "Preserve Aspect Ratio"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:161
#, kde-format
msgid "Enable this option if you want to preserve the aspect ratio of image. If enabled, the border width will be a percentage of the image size, else the border width will be in pixels."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:166
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:219
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:222
#, kde-format
msgid "Width (%):"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:170
#, kde-format
msgid "Set here the border width as a percentage of the image size."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:172
#, kde-format
msgid "Width (pixels):"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:176
#, kde-format
msgid "Set here the border width in pixels to add around the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:406
#, kde-format
msgctxt "first color for border effect"
msgid "First:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:407
#, kde-format
msgctxt "second color for border effect"
msgid "Second:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:408
#, kde-format
msgid "Set here the foreground color of the border."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:409
#, kde-format
msgid "Set here the Background color of the border."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:425
#, kde-format
msgid "Set here the color of the main border."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:426
#, kde-format
msgid "Set here the color of the line."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:432
#, kde-format
msgid "Set here the color of the upper left area."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:433
#, kde-format
msgid "Set here the color of the lower right area."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:454
#, kde-format
msgid "Set here the color of the first line."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/bordersettings.cpp:455
#, kde-format
msgid "Set here the color of the second line."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/decorate/texturefilter.h:59
#, kde-format
msgid "Texture Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgbuiltinfilter.cpp:335
#: core/utilities/imageeditor/editor/editorwindow.cpp:1007
#, kde-format
msgid "Rotate Right"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgbuiltinfilter.cpp:338
#, kde-format
msgid "Rotate 180°"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgbuiltinfilter.cpp:341
#: core/utilities/imageeditor/editor/editorwindow.cpp:1000
#, kde-format
msgid "Rotate Left"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgbuiltinfilter.cpp:344
#: core/utilities/imageeditor/editor/editorwindow.cpp:984
#, kde-format
msgid "Flip Horizontally"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgbuiltinfilter.cpp:347
#: core/utilities/imageeditor/editor/editorwindow.cpp:991
#, kde-format
msgid "Flip Vertically"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgbuiltinfilter.cpp:350
#: core/utilities/queuemanager/tools/transform/crop.cpp:80
#, kde-format
msgid "Crop"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgbuiltinfilter.cpp:353
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:541
#: core/utilities/queuemanager/tools/transform/resize.cpp:130
#, kde-format
msgid "Resize"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgbuiltinfilter.cpp:356
#, kde-format
msgid "Convert to 8 Bit"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgbuiltinfilter.cpp:359
#, kde-format
msgid "Convert to 16 Bit"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgbuiltinfilter.cpp:407
#, kde-format
msgctxt "Rotate image"
msgid "Rotate"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgbuiltinfilter.cpp:411
#, kde-format
msgctxt "Flip image"
msgid "Flip"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgbuiltinfilter.cpp:415
#, kde-format
msgctxt "Crop image"
msgid "Crop"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgbuiltinfilter.cpp:419
#, kde-format
msgctxt "Resize image"
msgid "Resize"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgbuiltinfilter.cpp:423
#, kde-format
msgctxt "Convert image bit depth"
msgid "Convert Depth"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/dimgfiltermanager.cpp:423
#, kde-format
msgid "Unknown filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/film/filmfilter.h:148
#, kde-format
msgid "Color Negative Inverter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/filteractionfilter.cpp:202
#, kde-format
msgid "Built-in transformation not supported"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/filteractionfilter.cpp:224
#, kde-format
msgid "Filter identifier or version is not supported"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/blurfilter.h:59
#, kde-format
msgid "Blur Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/blurfxfilter.h:60
#, kde-format
msgid "Blur FX Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/charcoalfilter.h:53
#, kde-format
msgid "Charcoal Effect"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxfilter.h:100
#, kde-format
msgid "Color FX Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:118
#: core/utilities/imageeditor/tools/filters/colorfxtool.cpp:220
#, kde-format
msgid "Solarize"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:119
#: core/utilities/imageeditor/tools/filters/colorfxtool.cpp:224
#, kde-format
msgid "Vivid"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:120
#: core/utilities/imageeditor/tools/filters/colorfxtool.cpp:228
#, kde-format
msgid "Neon"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:121
#: core/utilities/imageeditor/tools/filters/colorfxtool.cpp:232
#, kde-format
msgid "Find Edges"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:122
#: core/utilities/imageeditor/tools/filters/colorfxtool.cpp:236
#, kde-format
msgid "Lut3D"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:124
#, kde-format
msgid ""
"<p>Select the effect type to apply to the image here.</p>"
"<p><b>Solarize</b>: simulates solarization of photograph.</p>"
"<p><b>Vivid</b>: simulates the Velvia(tm) slide film colors.</p>"
"<p><b>Neon</b>: coloring the edges in a photograph to reproduce a fluorescent light effect.</p>"
"<p><b>Find Edges</b>: detects the edges in a photograph and their strength.</p>"
"<p><b>Lut3D</b>: coloring images with Lut3D filters</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:148
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:165
#, kde-format
msgctxt "level of the effect"
msgid "Level:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:152
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:169
#, kde-format
msgid "Set here the level of the effect."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:154
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:171
#, kde-format
msgid "Iteration:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:158
#, kde-format
msgid "This value controls the number of iterations to use with the Neon and Find Edges effects."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:190
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:192
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:239
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:286
#, kde-format
msgid "Intensity:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:194
#, kde-format
msgid "Set here the intensity of the filter."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:374
#, kde-format
msgid "Bleach"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:378
#, kde-format
msgid "Blue Crush"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:382
#, kde-format
msgid "BW Contrast"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:386
#, kde-format
msgid "Instant"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:390
#: core/utilities/queuemanager/views/queuelist.cpp:314
#, kde-format
msgid "Original"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:394
#, kde-format
msgid "Punch"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:398
#, kde-format
msgid "Summer"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:402
#, kde-format
msgid "Tokyo"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:406
#, kde-format
msgid "Vintage"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:410
#, kde-format
msgid "Washout"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:414
#, kde-format
msgid "Washout Color"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/colorfxsettings.cpp:418
#, kde-format
msgid "X Process"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/distortionfxfilter.h:59
#, kde-format
msgid "Distortion Effect"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/embossfilter.h:57
#, kde-format
msgid "Emboss Effect"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainfilter.h:125
#, kde-format
msgid "Film Grain Effect"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:172
#, kde-format
msgid "Grain Size:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:176
#, kde-format
msgid "Set here the graininess size of film."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:178
#, kde-format
msgid "Photographic Distribution"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:179
#, kde-format
msgid "Set on this option to render grain using a photon statistic distribution. This require more computation and can take a while."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:196
#, kde-format
msgid "Set here the film ISO-sensitivity to use for simulating the film graininess."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:201
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:248
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:295
#: core/libs/dimg/filters/wb/wbsettings.cpp:254
#, kde-format
msgid "Shadows:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:205
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:252
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:299
#, kde-format
msgid "Set how much the filter affects highlights."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:209
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:256
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:303
#, kde-format
msgid "Midtones:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:213
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:260
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:307
#, kde-format
msgid "Set how much the filter affects midtones."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:217
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:264
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:311
#, kde-format
msgid "Highlights:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:221
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:268
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:315
#, kde-format
msgid "Set how much the filter affects shadows."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:243
#, kde-format
msgid "Set here the film sensitivity to use for simulating the CCD blue noise."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:290
#, kde-format
msgid "Set here the film sensitivity to use for simulating the CCD red noise."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:334
#, kde-format
msgid "Common Settings"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:337
#, kde-format
msgid "Luminance Noise"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:340
#, kde-format
msgid "Chrominance Blue Noise"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/filmgrainsettings.cpp:343
#, kde-format
msgid "Chrominance Red Noise"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/invertfilter.h:60
#, kde-format
msgid "Invert Effect"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/oilpaintfilter.h:54
#, kde-format
msgid "Oil Painter Effect"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/fx/raindropfilter.h:62
#, kde-format
msgid "Rain Drops Effect"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationfilter.h:197
#, kde-format
msgid "Greycstoration Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:133
#, kde-format
msgid "General"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:135
#, kde-format
msgid "Detail preservation:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:139
#, kde-format
msgid "Preservation of details to set the sharpening level of the small features in the target image. Higher values leave details sharp."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:143
#, kde-format
msgid "Anisotropy:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:147
#, kde-format
msgid "Anisotropic (directional) modifier of the details. Keep it small for Gaussian noise."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:150
#, kde-format
msgid "Smoothing:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:154
#, kde-format
msgid "Total smoothing power: if the Detail Factor sets the relative smoothing and the Anisotropy Factor the direction, the Smoothing Factor sets the overall effect."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:158
#, kde-format
msgid "Regularity:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:162
#, kde-format
msgid "This value controls the evenness of smoothing to the image. Do not use a high value here, or the target image will be completely blurred."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:166
#, kde-format
msgid "Iterations:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:169
#, kde-format
msgid "Sets the number of times the filter is applied to the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:171
#, kde-format
msgid "Noise:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:175
#, kde-format
msgid "Sets the noise scale."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:197
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:430
#: core/utilities/setup/setupicc.cpp:477
#, kde-format
msgid "Advanced Settings"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:199
#, kde-format
msgid "Angular step:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:203
#, kde-format
msgid "Set here the angular integration step (in degrees) analogous to anisotropy."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:206
#, kde-format
msgid "Integral step:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:210
#, kde-format
msgid "Set here the spatial integral step."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:212
#, kde-format
msgid "Gaussian:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:216
#, kde-format
msgid "Set here the precision of the Gaussian function."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:218
#, kde-format
msgid "Tile size:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:221
#, kde-format
msgid "Sets the tile size."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:223
#, kde-format
msgid "Tile border:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:226
#, kde-format
msgid "Sets the size of each tile border."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:228
#, kde-format
msgid "Interpolation:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:230
#, kde-format
msgid "Nearest Neighbor"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:232
#, kde-format
msgid "Runge-Kutta"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:233
#, kde-format
msgid "Select the right interpolation method for the desired image quality."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:236
#, kde-format
msgid "Fast approximation"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:237
#, kde-format
msgid "Enable fast approximation when rendering images."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/hsl/hslfilter.h:81
#, kde-format
msgid "Hue / Saturation / Lightness Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/hsl/hslsettings.cpp:95
#, kde-format
msgid "Select the hue and saturation adjustments of the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/hsl/hslsettings.cpp:99
#, kde-format
msgid "You can see here a color preview of the hue and saturation adjustments."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/hsl/hslsettings.cpp:103
#, kde-format
msgid "Hue:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/hsl/hslsettings.cpp:108
#, kde-format
msgid "Set here the hue adjustment of the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/hsl/hslsettings.cpp:110
#: core/libs/dimg/filters/wb/wbsettings.cpp:261
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:227
#: core/utilities/metadataedit/exif/exifadjust.cpp:126
#, kde-format
msgid "Saturation:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/hsl/hslsettings.cpp:115
#, kde-format
msgid "Set here the saturation adjustment of the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/hsl/hslsettings.cpp:117
#, kde-format
msgid "Vibrance:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/hsl/hslsettings.cpp:122
#, kde-format
msgid "Set here the vibrance adjustment of the image.Vibrance performs selective saturation on less saturated colors and avoiding skin tones."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/hsl/hslsettings.cpp:125
#, kde-format
msgid "Lightness:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/hsl/hslsettings.cpp:130
#, kde-format
msgid "Set here the lightness adjustment of the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/icc/iccprofilesettings.cpp:75
#, kde-format
msgid "Convert to:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/icc/iccprofilesettings.cpp:78
#, kde-format
msgid "Select the profile of the color space to convert to."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/icc/iccprofilesettings.cpp:80
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:284
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:298
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:486
#: core/utilities/imageeditor/tools/colors/profileconversiontool.cpp:129
#, kde-format
msgid "Info..."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/icc/icctransformfilter.cpp:112
#, kde-format
msgid "Input color profile \"%1\" not available"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/icc/icctransformfilter.cpp:116
#, kde-format
msgid "Output color profile \"%1\" not available"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/icc/icctransformfilter.h:53
#: core/utilities/imageeditor/tools/colors/profileconversiontool.cpp:108
#: core/utilities/imageeditor/tools/colors/profileconversiontool.cpp:235
#: core/utilities/imageeditor/tools/colors/profileconversiontool.cpp:263
#, kde-format
msgid "Color Profile Conversion"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastfilter.h:60
#, kde-format
msgid "Local Contrast Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:168
#, kde-format
msgid "Function:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:170
#, kde-format
msgid "Power"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:173
#, kde-format
msgid "<b>Function</b>: This function combines the original RGB channels with the desaturated blurred image. This function is used in each of the tonemapping stages. It can be linear or power. Basically, this function increases the values where both the original and blurred image's value are low and do the opposite on high values."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:181
#, kde-format
msgid "Stretch contrast"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:182
#, kde-format
msgid "<b>Stretch contrast</b>: This stretches the contrast of the original image. It is applied before the tonemapping process."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:188
#, kde-format
msgid "Highlights saturation:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:193
#, kde-format
msgid "<b>Highlights saturation</b>: Usually the (perceived) saturation is increased. The user can choose to lower the saturation on original highlight and shadows from the image with these parameters."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:199
#, kde-format
msgid "Shadow saturation:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:204
#, kde-format
msgid "<b>Shadow saturation</b>: Usually the (perceived) saturation is increased. The user can choose to lower the saturation on original highlight and shadows from the image with these parameters."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:227
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:258
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:289
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:320
#, kde-format
msgid "Power:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:232
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:263
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:294
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:325
#, kde-format
msgid "<b>Power</b>: How strong the effect is applied."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:236
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:267
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:298
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:329
#, kde-format
msgid "Blur:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:241
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:272
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:303
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:334
#, kde-format
msgid "<b>Blur</b>: How strong the image is blurred before combining with the original image and with the tonemapping function."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:348
#, kde-format
msgid "General settings"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:350
#, kde-format
msgid "Stage 1"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:352
#, kde-format
msgid "Stage 2"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:354
#, kde-format
msgid "Stage 3"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:356
#, kde-format
msgid "Stage 4"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:644
#, kde-format
msgid "Photograph Local Contrast Settings File to Load"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:662
#, kde-format
msgid "\"%1\" is not a Photograph Local Contrast settings text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:690
#, kde-format
msgid "Cannot load settings from the Photograph Local Contrast text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:698
#, kde-format
msgid "Photograph Local Contrast Settings File to Save"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lc/localcontrastsettings.cpp:734
#, kde-format
msgid "Cannot save settings to the Photograph Local Contrast text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingfilter.h:98
#, kde-format
msgid "Anti-Vignetting Tool"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:109
#, kde-format
msgid "Add vignetting"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:110
#, kde-format
msgid "This option adds vignetting to the image instead of removing it. Use it for creative effects."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:119
#, kde-format
msgid "You can see here a thumbnail preview of the anti-vignetting mask applied to the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:124
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:195
#, kde-format
msgid "Amount:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:129
#, kde-format
msgid "This value controls the degree of intensity of the filter at its point of maximum density."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:134
#, kde-format
msgid "Feather:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:139
#, kde-format
msgid "This value is used as the exponent controlling the fall-off in density from the inner circle of the filter to the outer circle."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:145
#, kde-format
msgid "Inner Radius:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:150
#, kde-format
msgid "This value is the radius of the inner circle of the filter. In the inner circle the image is preserved. It is expressed as a multiple of the outer radius of the filter."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:156
#, kde-format
msgid "Outer Radius:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:161
#, kde-format
msgid "This value is the radius of the outer circle of the filter. Outside the outer circle the effect of the filter is at its maximum. It is expressed as a multiple of the diagonal of the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:167
#, kde-format
msgid "X offset:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:172
#, kde-format
msgid "X offset "
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:176
#, kde-format
msgid "Y offset:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/antivignettingsettings.cpp:181
#, kde-format
msgid "Y offset "
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensdistortionfilter.h:56
#, kde-format
msgid "Lens Distortion Tool"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:136
#, kde-format
msgid "Use Metadata"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:142
#, kde-format
msgctxt "camera make"
msgid "Make:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:147
#, kde-format
msgid "This is the camera maker description string found in image meta-data. This one is used to query and find relevant camera device information from Lensfun database."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:154
#, kde-format
msgctxt "camera model"
msgid "Model:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:159
#, kde-format
msgid "This is the camera model description string found in image meta-data. This one is used to query and found relevant camera device information from Lensfun database."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:170
#, kde-format
msgid "This is the lens description string found in image meta-data. This one is used to query and found relevant lens information from Lensfun database."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:179
#, kde-format
msgid "Set this option to try to guess the right camera/lens settings from the image metadata (as Exif or XMP)."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:182
#, kde-format
msgid "Focal Length (mm):"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:183
#, kde-format
msgid "Aperture:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:184
#, kde-format
msgid "Subject Distance (m):"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:405
#, kde-format
msgid "(no metadata available)"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:410
#, kde-format
msgid "(no match found)"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:415
#, kde-format
msgid "(partial match found)"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfuncameraselector.cpp:420
#, kde-format
msgid "(exact match found)"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:329
#, kde-format
msgid "Camera: %1-%2"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:331
#, kde-format
msgid "Lens: %1"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:333
#, kde-format
msgid "Subject Distance: %1"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:335
#, kde-format
msgid "Aperture: %1"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:337
#, kde-format
msgid "Focal Length: %1"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:339
#, kde-format
msgid "Crop Factor: %1"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:341
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:343
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:345
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:347
#, kde-format
msgid "enabled"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:341
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:343
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:345
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:347
#, kde-format
msgid "disabled"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:341
#, kde-format
msgid "CCA Correction: %1"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:343
#, kde-format
msgid "VIG Correction: %1"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:345
#, kde-format
msgid "DST Correction: %1"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunfilter.cpp:347
#, kde-format
msgid "GEO Correction: %1"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunfilter.h:94
#, kde-format
msgid "Lens Auto-Correction Tool"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunsettings.cpp:83
#, kde-format
msgid "Lens Corrections to Apply:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunsettings.cpp:84
#, kde-format
msgid "Chromatic Aberration"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunsettings.cpp:85
#, kde-format
msgid "Chromatic aberration is easily recognized as color fringes towards the image corners. CA is due to a varying lens focus for different colors."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunsettings.cpp:88
#, kde-format
msgid "Vignetting"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunsettings.cpp:89
#, kde-format
msgid "Vignetting refers to an image darkening, mostly in the corners. Optical and natural vignetting can be canceled out with this option, whereas mechanical vignetting will not be cured."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunsettings.cpp:92
#, kde-format
msgid "Distortion"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunsettings.cpp:93
#, kde-format
msgid "Distortion refers to an image deformation, which is most pronounced towards the corners. These Seidel aberrations are known as pincushion and barrel distortions."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunsettings.cpp:96
#, kde-format
msgid "Geometry"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunsettings.cpp:97
#, kde-format
msgid "Four geometries are handled here: Rectilinear (99 percent of all lenses), Fisheye, Cylindrical, Equirectangular."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/lens/lensfunsettings.cpp:99
#, kde-format
msgid "<b>Note: lens correction options depend of filters available in LensFun library. See <a href='http://lensfun.sourceforge.net'>LensFun project web site</a> for more information.</b>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:90
#: core/utilities/queuemanager/tools/color/curvesadjust.cpp:67
#, kde-format
msgid "Channel:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:96
#, kde-format
msgid ""
"<p>Select the histogram scale.</p>"
"<p>If the image's maximal counts are small, you can use the <b>linear</b> scale.</p>"
"<p><b>Logarithmic</b> scale can be used when the maximal counts are big; if it is used, all values (small and large) will be visible on the graph.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:102
#, kde-format
msgctxt "linear histogram scaling mode"
msgid "Linear"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:108
#, kde-format
msgctxt "logarithmic histogram scaling mode"
msgid "Logarithmic"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:125
#, kde-format
msgid "Here you can see the target preview image histogram drawing of the selected image channel. This one is re-computed at any settings changes."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:270
#, kde-format
msgid "<p>Select the histogram channel to display:</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:275
#, kde-format
msgctxt "The luminosity channel"
msgid "Luminosity"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:276
#, kde-format
msgid "<b>Luminosity</b>: display the image's luminosity values."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:278
#, kde-format
msgctxt "The red channel"
msgid "Red"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:279
#, kde-format
msgid "<b>Red</b>: display the red image-channel values."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:281
#, kde-format
msgctxt "The green channel"
msgid "Green"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:282
#, kde-format
msgid "<b>Green</b>: display the green image-channel values."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:284
#, kde-format
msgctxt "The blue channel"
msgid "Blue"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:285
#, kde-format
msgid "<b>Blue</b>: display the blue image-channel values."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:287
#, kde-format
msgctxt "The colors channel"
msgid "Colors"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:288
#, kde-format
msgid "<b>Colors</b>: Display all color channel values at the same time."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:290
#, kde-format
msgctxt "The alpha channel"
msgid "Alpha"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrambox.cpp:291
#, kde-format
msgid "<b>Alpha</b>: display the alpha image-channel values. This channel corresponds to the transparency value and is supported by some image formats, such as PNG or TIF."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogrampainter.cpp:473
#, kde-format
msgid "x:%1"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogramwidget.cpp:573
#, kde-format
msgid "Mean:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogramwidget.cpp:577
#, kde-format
msgid "Pixels:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogramwidget.cpp:581
#, kde-format
msgid "Std dev.:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogramwidget.cpp:585
#, kde-format
msgid "Count:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogramwidget.cpp:589
#, kde-format
msgid "Median:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/histogramwidget.cpp:593
#, kde-format
msgid "Percent:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/levels/levelsfilter.h:96
#, kde-format
msgid "Levels Adjust Tool"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrfilter.cpp:154
#, kde-format
msgid "Noise Reduction Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrsettings.cpp:114
#, kde-format
msgid "<b>Threshold</b>: Adjusts the threshold for denoising of the image in a range from 0.0 (none) to 10.0. The threshold is the value below which everything is considered noise."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrsettings.cpp:118
#, kde-format
msgid "<b>Softness</b>: This adjusts the softness of the thresholding (soft as opposed to hard thresholding). The higher the softness the more noise remains in the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrsettings.cpp:124
#, kde-format
msgid "Estimate Noise"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrsettings.cpp:125
#, kde-format
msgid "Compute automatically all noise reduction settings by a parse of noise contained in image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrsettings.cpp:136
#: core/libs/dimg/filters/nr/nrsettings.cpp:163
#: core/libs/dimg/filters/nr/nrsettings.cpp:190
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:203
#, kde-format
msgid "Threshold:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrsettings.cpp:143
#: core/libs/dimg/filters/nr/nrsettings.cpp:170
#: core/libs/dimg/filters/nr/nrsettings.cpp:197
#, kde-format
msgid "Softness:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrsettings.cpp:215
#, kde-format
msgid "Luminance"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrsettings.cpp:218
#, kde-format
msgid "Chrominance Blue"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrsettings.cpp:221
#, kde-format
msgid "Chrominance Red"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrsettings.cpp:373
#, kde-format
msgid "Photograph Noise Reduction Settings File to Load"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrsettings.cpp:391
#, kde-format
msgid "\"%1\" is not a Photograph Noise Reduction settings text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrsettings.cpp:411
#, kde-format
msgid "Cannot load settings from the Photograph Noise Reduction text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrsettings.cpp:419
#, kde-format
msgid "Photograph Noise Reduction Settings File to Save"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/nr/nrsettings.cpp:444
#, kde-format
msgid "Cannot save settings to the Photograph Noise Reduction text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/rawprocessingfilter.h:109
#, kde-format
msgid "Raw Conversion"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:62
#, kde-format
msgid "RedEye Correction Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/redeye/redeyecorrectionsettings.cpp:78
#, kde-format
msgid "Red Level:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/redeye/redeyecorrectionsettings.cpp:82
#, kde-format
msgid "Set here the reducing level of red to the average of blue and green."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/refocusfilter.h:58
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:146
#: core/utilities/imageeditor/tools/enhance/sharpentool.cpp:294
#, kde-format
msgid "Refocus"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpenfilter.h:58
#: core/utilities/imageeditor/tools/enhance/sharpentool.cpp:83
#: core/utilities/imageeditor/tools/enhance/sharpentool.cpp:280
#, kde-format
msgid "Sharpen"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:141
#, kde-format
msgid "Method:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:143
#, kde-format
msgid "Simple sharp"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:144
#, kde-format
msgid "Unsharp mask"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:149
#, kde-format
msgid "Select the sharpening method to apply to the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:166
#: core/utilities/metadataedit/exif/exifadjust.cpp:136
#, kde-format
msgid "Sharpness:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:170
#, kde-format
msgid "A sharpness of 0 has no effect, 1 and above determine the sharpen matrix radius that determines how much to sharpen the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:187
#, kde-format
msgid "Radius:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:192
#, kde-format
msgid "Radius value is the Gaussian blur matrix radius value used to determines how much to blur the image."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:200
#, kde-format
msgid "The value of the difference between the original and the blur image that is added back into the original."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:208
#, kde-format
msgid "The threshold, as a fraction of the maximum luminosity value, needed to apply the difference amount."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:212
#, kde-format
msgid "Suppress color noise."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:214
#, kde-format
msgid "An option to apply filter on luminosity channel only used to suppress chroma noise amplification."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:237
#, kde-format
msgid "Circular sharpness:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:242
#, kde-format
msgid "This is the radius of the circular convolution. It is the most important parameter for using this tool. For most images the default value of 1.0 should give good results. Select a higher value when your image is very blurred."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:246
#, kde-format
msgid "Correlation:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:251
#, kde-format
msgid "Increasing the correlation may help to reduce artifacts. The correlation can range from 0-1. Useful values are 0.5 and values close to 1, e.g. 0.95 and 0.99. Using a high value for the correlation will reduce the sharpening effect of the tool."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:256
#, kde-format
msgid "Noise filter:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:261
#, kde-format
msgid "Increasing the noise filter parameter may help to reduce artifacts. The noise filter can range from 0-1 but values higher than 0.1 are rarely helpful. When the noise filter value is too low, e.g. 0.0 the image quality will be very poor. A useful value is 0.01. Using a high value for the noise filter will reduce the sharpening effect of the tool."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:267
#, kde-format
msgid "Gaussian sharpness:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:272
#, kde-format
msgid "This is the sharpness for the Gaussian convolution. Use this parameter when your blurring is of a Gaussian type. In most cases you should set this parameter to 0, because it causes nasty artifacts. When you use non-zero values, you will probably also have to increase the correlation and/or noise filter parameters."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:277
#, kde-format
msgid "Matrix size:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:281
#, kde-format
msgid "This parameter determines the size of the transformation matrix. Increasing the matrix width may give better results, especially when you have chosen large values for circular or Gaussian sharpness."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:501
#, kde-format
msgid "Photograph Refocus Settings File to Load"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:519
#, kde-format
msgid "\"%1\" is not a Photograph Refocus settings text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:540
#, kde-format
msgid "Cannot load settings from the Photograph Refocus text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:548
#, kde-format
msgid "Photograph Refocus Settings File to Save"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/sharpsettings.cpp:576
#, kde-format
msgid "Cannot save settings to the Photograph Refocus text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/sharp/unsharpmaskfilter.h:60
#, kde-format
msgid "Unsharp Mask Tool"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/transform/contentawarefilter.h:112
#, kde-format
msgid "Content-Aware Filter"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/transform/freerotationfilter.h:107
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:104
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:355
#, kde-format
msgid "Free Rotation"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/transform/freerotationsettings.cpp:92
#, kde-format
msgid "Main angle:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/transform/freerotationsettings.cpp:96
#, kde-format
msgid "An angle in degrees by which to rotate the image. A positive angle rotates the image clockwise; a negative angle rotates it counter-clockwise."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/transform/freerotationsettings.cpp:100
#, kde-format
msgid "Fine angle:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/transform/freerotationsettings.cpp:104
#, kde-format
msgid "This value in degrees will be added to main angle value to set fine target angle."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/transform/freerotationsettings.cpp:107
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:164
#, kde-format
msgid "Anti-Aliasing"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/transform/freerotationsettings.cpp:108
#, kde-format
msgid "Enable this option to apply the anti-aliasing filter to the rotated image. In order to smooth the target image, it will be blurred a little."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/transform/freerotationsettings.cpp:112
#, kde-format
msgid "Auto-crop:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/transform/freerotationsettings.cpp:114
#, kde-format
msgctxt "no autocrop"
msgid "None"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/transform/freerotationsettings.cpp:115
#, kde-format
msgid "Widest Area"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/transform/freerotationsettings.cpp:116
#, kde-format
msgid "Largest Area"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/transform/freerotationsettings.cpp:118
#, kde-format
msgid "Select the method to process image auto-cropping to remove black frames around a rotated image here."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/transform/shearfilter.h:61
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:107
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:339
#, kde-format
msgid "Shear Tool"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbfilter.h:69
#, kde-format
msgid "White Balance Tool"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:188
#, kde-format
msgid "<a href='http://en.wikipedia.org/wiki/Color_temperature'>Color Temperature</a> (K): "
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:192
#, kde-format
msgid "Adjustment:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:197
#, kde-format
msgid "Set here the white balance color temperature in Kelvin."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:199
#, kde-format
msgid "Preset:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:201
#, kde-format
msgid "Candle"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:202
#, kde-format
msgid "40W Lamp"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:203
#, kde-format
msgid "100W Lamp"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:204
#, kde-format
msgid "200W Lamp"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:205
#, kde-format
msgid "Sunrise"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:206
#, kde-format
msgid "Studio Lamp"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:207
#, kde-format
msgid "Moonlight"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:208
#, kde-format
msgid "Neutral"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:209
#, kde-format
msgid "Daylight D50"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:210
#, kde-format
msgid "Photo Flash"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:211
#, kde-format
msgid "Sun"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:212
#, kde-format
msgid "Xenon Lamp"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:213
#, kde-format
msgid "Daylight D65"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:214
#, kde-format
msgctxt "no temperature preset"
msgid "None"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:217
#, kde-format
msgid "Select the white balance color temperature preset to use."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:218
#, kde-format
msgid "candle light"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:219
#, kde-format
msgid "40 Watt incandescent lamp"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:220
#, kde-format
msgid "100 Watt incandescent lamp"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:221
#, kde-format
msgid "200 Watt incandescent lamp"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:222
#, kde-format
msgid "sunrise or sunset light"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:223
#, kde-format
msgid "tungsten lamp used in photo studio or light at 1 hour from dusk/dawn"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:225
#, kde-format
msgid "moon light"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:226
#, kde-format
msgid "neutral color temperature"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:227
#, kde-format
msgid "sunny daylight around noon"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:228
#, kde-format
msgid "electronic photo flash"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:229
#, kde-format
msgid "effective sun temperature"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:230
#, kde-format
msgid "xenon lamp or light arc"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:231
#, kde-format
msgid "overcast sky light"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:232
#, kde-format
msgid "no preset value"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:238
#, kde-format
msgid "Temperature tone color picker."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:239
#, kde-format
msgid "With this button, you can pick the color from the original image used to set the white color balance temperature and green component."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:247
#, kde-format
msgid "Black point:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:251
#, kde-format
msgid "Set here the black level value."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:259
#, kde-format
msgid "Set here the shadow noise suppression level."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:266
#, kde-format
msgid "Set here the saturation value."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:273
#, kde-format
msgid "Set here the gamma correction value."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:275
#, kde-format
msgid "Green:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:280
#, kde-format
msgid "Set here the green component to control the magenta color cast removal level."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:287
#, kde-format
msgid "<a href='http://en.wikipedia.org/wiki/Exposure_value'>Exposure Compensation</a> (E.V): "
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:291
#, kde-format
msgctxt "main exposure value"
msgid "Main:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:294
#, kde-format
msgid "Auto exposure adjustments"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:295
#, kde-format
msgid "With this button, you can automatically adjust Exposure and Black Point values."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:301
#, kde-format
msgid "Set here the main exposure compensation value in E.V."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:303
#, kde-format
msgctxt "fine exposure adjustment"
msgid "Fine:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:308
#, kde-format
msgid "This value in E.V will be added to main exposure compensation value to set fine exposure adjustment."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:527
#, kde-format
msgid "White Color Balance Settings File to Load"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:545
#, kde-format
msgid "\"%1\" is not a White Color Balance settings text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:566
#, kde-format
msgid "Cannot load settings from the White Color Balance text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:574
#, kde-format
msgid "White Color Balance Settings File to Save"
msgstr ""
#. +> trunk5
#: core/libs/dimg/filters/wb/wbsettings.cpp:601
#, kde-format
msgid "Cannot save settings to the White Color Balance text file."
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/jp2ksettings.cpp:77
#, kde-format
msgid "Lossless JPEG 2000 files"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/jp2ksettings.cpp:79
#, kde-format
msgid ""
"<p>Toggle lossless compression for JPEG 2000 images.</p>"
"<p>If this option is enabled, a lossless method will be used to compress JPEG 2000 pictures.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/jp2ksettings.cpp:86
#, kde-format
msgid "JPEG 2000 quality:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/jp2ksettings.cpp:88
#, kde-format
msgid ""
"<p>The quality value for JPEG 2000 images:</p>"
"<p><b>1</b>: low quality (high compression and small file size)<br/>"
"<b>50</b>: medium quality<br/>"
"<b>75</b>: good quality (default)<br/>"
"<b>100</b>: high quality (no compression and large file size)</p>"
"<p><b>Note: JPEG 2000 is not a lossless image compression format when you use this setting.</b></p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/jpegsettings.cpp:86
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:484
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:181
#, kde-format
msgid "JPEG quality:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/jpegsettings.cpp:88
#, kde-format
msgid ""
"<p>The JPEG quality:</p>"
"<p><b>1</b>: low quality (high compression and small file size)<br/>"
"<b>50</b>: medium quality<br/>"
"<b>75</b>: good quality (default)<br/>"
"<b>100</b>: high quality (no compression and large file size)</p>"
"<p><b>Note: JPEG always uses lossy compression.</b></p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/jpegsettings.cpp:97
#, kde-format
msgid "<font color='red'><i>Warning: <a href='http://en.wikipedia.org/wiki/JPEG'>JPEG</a> is a lossy image compression format.</i></font>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/jpegsettings.cpp:107
#, kde-format
msgid "Chroma subsampling:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/jpegsettings.cpp:110
#, kde-format
msgid "4:4:4 (best quality)"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/jpegsettings.cpp:111
#, kde-format
msgid "4:2:2 (good quality)"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/jpegsettings.cpp:112
#, kde-format
msgid "4:2:0 (low quality)"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/jpegsettings.cpp:113
#, kde-format
msgid "4:1:1 (low quality)"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/jpegsettings.cpp:114
#, kde-format
msgid ""
"<p>Chroma subsampling reduces file size by taking advantage of the eye's lesser sensitivity to color resolution. How perceptible the difference is depends on the image - large photos will generally show no difference, while sharp, down-scaled pixel graphics may lose fine color detail.</p>"
"<p><b>4:4:4</b> - No chroma subsampling, highest quality but lowest compression.</p>"
"<p><b>4:2:2</b> - Chroma halved horizontally, average compression, average quality.</p>"
"<p><b>4:2:0</b> - Chroma quartered in 2x2 blocks, high compression but low quality.</p>"
"<p><b>4:1:1</b> - Chroma quartered in 4x1 blocks, high compression but low quality.</p>"
"<p><b>Note: JPEG always uses lossy compression.</b></p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/pgfsettings.cpp:77
#, kde-format
msgid "Lossless PGF files"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/pgfsettings.cpp:79
#, kde-format
msgid ""
"<p>Toggle lossless compression for PGF images.</p>"
"<p>If this option is enabled, a lossless method will be used to compress PGF pictures.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/pgfsettings.cpp:86
#, kde-format
msgid "PGF quality:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/pgfsettings.cpp:88
#, kde-format
msgid ""
"<p>The quality value for PGF images:</p>"
"<p><b>1</b>: high quality (no compression and large file size)<br/>"
"<b>3</b>: good quality (default)<br/>"
"<b>6</b>: medium quality<br/>"
"<b>9</b>: low quality (high compression and small file size)</p>"
"<p><b>Note: PGF is not a lossless image compression format when you use this setting.</b></p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/pngsettings.cpp:76
#, kde-format
msgid "PNG compression:"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/pngsettings.cpp:78
#, kde-format
msgid ""
"<p>The compression value for PNG images:</p>"
"<p><b>1</b>: low compression (large file size but short compression duration - default)<br/>"
"<b>5</b>: medium compression<br/>"
"<b>9</b>: high compression (small file size but long compression duration)</p>"
"<p><b>Note: PNG is always a lossless image compression format.</b></p>"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/tiffsettings.cpp:67
#, kde-format
msgid "Compress TIFF files"
msgstr ""
#. +> trunk5
#: core/libs/dimg/loaders/tiffsettings.cpp:69
#, kde-format
msgid ""
"<p>Toggle compression for TIFF images.</p>"
"<p>If this option is enabled, the final size of the TIFF image is reduced.</p>"
"<p>A lossless compression format (Deflate) is used to save the file.</p>"
msgstr ""
#. +> trunk5
#: core/libs/dmetadata/dmetadata.cpp:2822
#, kde-format
msgid "Unspecified"
msgstr ""
#. +> trunk5
#: core/libs/dmetadata/dmetadata.cpp:2824
#, kde-format
msgctxt "Rotation of an unrotated image"
msgid "Normal"
msgstr ""
#. +> trunk5
#: core/libs/dmetadata/dmetadata.cpp:2828
#, kde-format
msgid "Rotated by 180 Degrees"
msgstr ""
#. +> trunk5
#: core/libs/dmetadata/dmetadata.cpp:2832
#, kde-format
msgid "Flipped Horizontally and Rotated Left"
msgstr ""
#. +> trunk5
#: core/libs/dmetadata/dmetadata.cpp:2836
#, kde-format
msgid "Flipped Vertically and Rotated Left"
msgstr ""
#. +> trunk5
#: core/libs/dmetadata/dmetadata.cpp:2876
#, kde-format
msgctxt "Temperature in Kelvin"
msgid "%1 K"
msgstr ""
#. +> trunk5
#: core/libs/dmetadata/dmetadata.cpp:2899
#: core/libs/dmetadata/dmetadata.cpp:2912
#, kde-format
msgctxt "For use in longitude coordinate"
msgid "West"
msgstr ""
#. +> trunk5
#: core/libs/dmetadata/dmetadata.cpp:2899
#: core/libs/dmetadata/dmetadata.cpp:2912
#, kde-format
msgctxt "For use in longitude coordinate"
msgid "East"
msgstr ""
#. +> trunk5
#: core/libs/dmetadata/dmetadata.cpp:2929
#: core/libs/dmetadata/dmetadata.cpp:2942
#, kde-format
msgctxt "For use in latitude coordinate"
msgid "North"
msgstr ""
#. +> trunk5
#: core/libs/dmetadata/dmetadata.cpp:2929
#: core/libs/dmetadata/dmetadata.cpp:2942
#, kde-format
msgctxt "For use in latitude coordinate"
msgid "South"
msgstr ""
#. +> trunk5
#: core/libs/dmetadata/dmetadata.cpp:2951
#, kde-format, no-c-format
msgctxt "Height in meters"
msgid "%1m"
msgstr ""
#. +> trunk5
#: core/libs/dmetadata/dmetadata.cpp:3093
#, kde-format
msgid "Flash has been fired"
msgstr ""
#. +> trunk5
#: core/libs/dmetadata/dmetadata.cpp:3094
#, kde-format
msgid "Flash with red-eye reduction mode"
msgstr ""
#. +> trunk5
#: core/libs/dmetadata/dmetadatasettingscontainer.h:55
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:310
#, kde-format
msgid "Comment"
msgstr ""
#. +> trunk5
#: core/libs/dngwriter/dngsettings.cpp:82
#, kde-format
msgid "Embed Original File"
msgstr ""
#. +> trunk5
#: core/libs/dngwriter/dngsettings.cpp:83
#, kde-format
msgid "Lossless Compression"
msgstr ""
#. +> trunk5
#: core/libs/dngwriter/dngsettings.cpp:87
#, kde-format
msgid "JPEG Preview:"
msgstr ""
#. +> trunk5
#: core/libs/dngwriter/dngsettings.cpp:89
#, kde-format
msgctxt "embedded preview type in dng file"
msgid "None"
msgstr ""
#. +> trunk5
#: core/libs/dngwriter/dngsettings.cpp:90
#, kde-format
msgctxt "embedded preview type in dng file"
msgid "Medium"
msgstr ""
#. +> trunk5
#: core/libs/dngwriter/dngsettings.cpp:91
#, kde-format
msgctxt "embedded preview type in dng file"
msgid "Full size"
msgstr ""
#. +> trunk5
#: core/libs/dtrash/dtrashitemmodel.cpp:222
#, kde-format
msgid "Relative Path"
msgstr ""
#. +> trunk5
#: core/libs/dtrash/dtrashitemmodel.cpp:224
#, kde-format
msgid "Deletion Time"
msgstr ""
#. +> trunk5
#: core/libs/facesengine/facedb/facedbschemaupdater.cpp:129
#, kde-format
msgid "The database is not valid: the \"DBFaceVersion\" setting does not exist. The current database schema version cannot be verified. Try to start with an empty database. "
msgstr ""
#. +> trunk5
#: core/libs/facesengine/facedb/facedbschemaupdater.cpp:159
#, kde-format
msgid "The database has been used with a more recent version of digiKam and has been updated to a database schema which cannot be used with this version. (This means this digiKam version is too old, or the database format is to recent.) Please use the more recent version of digiKam that you used before."
msgstr ""
#. +> trunk5
#: core/libs/facesengine/facedb/facedbschemaupdater.cpp:189
#, kde-format
msgid ""
"Failed to create tables in database.\n"
"%1"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/databaseworkeriface.cpp:100
#: core/libs/fileactionmanager/databaseworkeriface.cpp:147
#: core/libs/fileactionmanager/databaseworkeriface.cpp:192
#: core/libs/fileactionmanager/databaseworkeriface.cpp:238
#: core/libs/fileactionmanager/databaseworkeriface.cpp:337
#, kde-format
msgid "Writing metadata to files"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/databaseworkeriface.cpp:303
#, kde-format
msgid "Revising Exif Orientation tags"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/fileactionmngr.cpp:91
#, kde-format
msgctxt "@label"
msgid "Finishing tasks"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/fileactionmngr.cpp:138
#, kde-format
msgid "Assigning image tags"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/fileactionmngr.cpp:160
#, kde-format
msgid "Removing image tags"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/fileactionmngr.cpp:177
#, kde-format
msgid "Assigning image pick label"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/fileactionmngr.cpp:184
#, kde-format
msgid "Assigning image color label"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/fileactionmngr.cpp:196
#, kde-format
msgid "Assigning image ratings"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/fileactionmngr.cpp:203
#: core/libs/fileactionmanager/fileactionmngr.cpp:215
#: core/libs/fileactionmanager/fileactionmngr.cpp:227
#, kde-format
msgid "Editing group"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/fileactionmngr.cpp:234
#, kde-format
msgid "Updating orientation in database"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/fileactionmngr.cpp:250
#: core/libs/fileactionmanager/fileactionmngr.cpp:264
#, kde-format
msgid "Applying metadata"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/fileactionmngr.cpp:271
#, kde-format
msgid "Rotating images"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/fileactionmngr.cpp:287
#, kde-format
msgid "Copying attributes"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/fileactionprogress.cpp:45
#, kde-format
msgid "Process Items"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/fileworkeriface.cpp:78
#, kde-format
msgid "Failed to revise Exif orientation these files:"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/fileworkeriface.cpp:303
#, kde-format
msgid "Failed to transform these files:"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/metadatahubmngr.cpp:118
#, kde-format
msgctxt "@label"
msgid "Apply pending changes to metadata"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/metadatastatusbar.cpp:79
#, kde-format
msgid "Apply pending changes to metadata"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/metadatastatusbar.cpp:88
#: core/libs/fileactionmanager/metadatastatusbar.cpp:131
#, kde-format
msgid "No pending metadata synchronization"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/metadatastatusbar.cpp:90
#, kde-format
msgid "If lazy synchronization is enabled in metadata settings, the status bar will display the number of items waiting for synchronization"
msgstr ""
#. +> trunk5
#: core/libs/fileactionmanager/metadatastatusbar.cpp:136
#, kde-format
msgid "1 file awaits synchronization"
msgid_plural "%1 files await synchronization"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:85
#, kde-format
msgid ""
"Background color indicates the global image filter status, encompassing all filter settings from the right sidebar.\n"
"\n"
"NO COLOR: no filter is active, all items are visible.\n"
"RED: filtering is on, but no items match.\n"
"GREEN: filter(s) match(es) at least one item.\n"
"\n"
"Move mouse cursor over this text to see more details about active filters.\n"
"Press the Reset button from the right side to clear all filter settings.\n"
"Press the Settings button from the right side to open the filters panel."
msgstr ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:96
#, kde-format
msgid "Reset all active filters"
msgstr ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:102
#, kde-format
msgid "Open filter settings panel"
msgstr ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:132
#, kde-format
msgid ""
"<br/>"
"<nobr><i>Text</i></nobr>"
msgstr ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:137
#, kde-format
msgid ""
"<br/>"
"<nobr><i>Mime Type</i></nobr>"
msgstr ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:142
#, kde-format
msgid ""
"<br/>"
"<nobr><i>Geolocation</i></nobr>"
msgstr ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:147
#, kde-format
msgid ""
"<br/>"
"<nobr><i>Rating</i></nobr>"
msgstr ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:152
#, kde-format
msgid ""
"<br/>"
"<nobr><i>Pick Labels</i></nobr>"
msgstr ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:157
#, kde-format
msgid ""
"<br/>"
"<nobr><i>Color Labels</i></nobr>"
msgstr ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:162
#, kde-format
msgid ""
"<br/>"
"<nobr><i>Tags</i></nobr>"
msgstr ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:167
#, kde-format
msgid "<nobr><b>Active filters:</b></nobr>"
msgstr ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:171
#, kde-format
msgid "<nobr><b>Active filter:</b></nobr>"
msgstr ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:178
#, kde-format
msgid "No active filter"
msgstr ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:187
#, kde-format
msgid "One active filter"
msgstr ""
#. +> trunk5
#: core/libs/filters/filterstatusbar.cpp:191
#, kde-format
msgid "1 active filter"
msgid_plural "%1 active filters"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/filters/geolocationfilter.cpp:37
#, kde-format
msgid "No geo filtering"
msgstr ""
#. +> trunk5
#: core/libs/filters/geolocationfilter.cpp:38
#, kde-format
msgid "Images with coordinates"
msgstr ""
#. +> trunk5
#: core/libs/filters/geolocationfilter.cpp:39
#, kde-format
msgid "Images without coordinates"
msgstr ""
#. +> trunk5
#: core/libs/filters/geolocationfilter.cpp:41
#, kde-format
msgid "Filter by geolocation"
msgstr ""
#. +> trunk5
#: core/libs/filters/geolocationfilter.cpp:42
#, kde-format
msgid "Select how geolocation should affect the images which are shown."
msgstr ""
#. +> trunk5
#: core/libs/filters/mimefilter.cpp:36
#, kde-format
msgid "All Files"
msgstr ""
#. +> trunk5
#: core/libs/filters/mimefilter.cpp:37
#: core/utilities/setup/album/setupmime.cpp:105
#, kde-format
msgid "Image Files"
msgstr ""
#. +> trunk5
#: core/libs/filters/mimefilter.cpp:38
#, kde-format
msgid "No RAW Files"
msgstr ""
#. +> trunk5
#: core/libs/filters/mimefilter.cpp:39
#, kde-format
msgid "JPEG Files"
msgstr ""
#. +> trunk5
#: core/libs/filters/mimefilter.cpp:40
#, kde-format
msgid "PNG Files"
msgstr ""
#. +> trunk5
#: core/libs/filters/mimefilter.cpp:41
#, kde-format
msgid "TIFF Files"
msgstr ""
#. +> trunk5
#: core/libs/filters/mimefilter.cpp:42
#, kde-format
msgid "DNG Files"
msgstr ""
#. +> trunk5
#: core/libs/filters/mimefilter.cpp:43
#, kde-format
msgid "RAW Files"
msgstr ""
#. +> trunk5
#: core/libs/filters/mimefilter.cpp:44
#: core/utilities/setup/album/setupmime.cpp:137
#, kde-format
msgid "Video Files"
msgstr ""
#. +> trunk5
#: core/libs/filters/mimefilter.cpp:45
#: core/utilities/setup/album/setupmime.cpp:172
#, kde-format
msgid "Audio Files"
msgstr ""
#. +> trunk5
#: core/libs/filters/mimefilter.cpp:46
#, kde-format
msgid "Raster Files"
msgstr ""
#. +> trunk5
#: core/libs/filters/mimefilter.cpp:48
#, kde-format
msgid "Filter by file type"
msgstr ""
#. +> trunk5
#: core/libs/filters/mimefilter.cpp:49
#, kde-format
msgid "Select the file types (MIME types) that you want shown. Note: \"Raster Files\" are formats from raster graphics editors, such as Photoshop, The Gimp, Krita, etc."
msgstr ""
#. +> trunk5
#: core/libs/filters/ratingfilter.cpp:75
#, kde-format
msgid "Select the rating value used to filter albums' contents. Use the context pop-up menu to set rating filter conditions."
msgstr ""
#. +> trunk5
#: core/libs/filters/ratingfilter.cpp:173
#, kde-format
msgid "Rating greater than or equal to %1."
msgstr ""
#. +> trunk5
#: core/libs/filters/ratingfilter.cpp:178
#, kde-format
msgid "Rating equal to %1."
msgstr ""
#. +> trunk5
#: core/libs/filters/ratingfilter.cpp:183
#, kde-format
msgid "Rating less than or equal to %1."
msgstr ""
#. +> trunk5
#: core/libs/filters/ratingfilter.cpp:227
#, kde-format
msgid "Rating Filter Options"
msgstr ""
#. +> trunk5
#: core/libs/filters/ratingfilter.cpp:232
#, kde-format
msgid "Greater Than or Equals Condition"
msgstr ""
#. +> trunk5
#: core/libs/filters/ratingfilter.cpp:234
#, kde-format
msgid "Equals Condition"
msgstr ""
#. +> trunk5
#: core/libs/filters/ratingfilter.cpp:236
#, kde-format
msgid "Less Than or Equals Condition"
msgstr ""
#. +> trunk5
#: core/libs/filters/ratingfilter.cpp:239
#, kde-format
msgid "Exclude Items Without Rating"
msgstr ""
#. +> trunk5
#: core/libs/filters/textfilter.cpp:81
#, kde-format
msgid "Text quick filter (search)"
msgstr ""
#. +> trunk5
#: core/libs/filters/textfilter.cpp:82
#, kde-format
msgid "Enter search patterns to quickly filter this view on item names, captions (comments), and tags"
msgstr ""
#. +> trunk5
#: core/libs/filters/textfilter.cpp:86
#, kde-format
msgid "Text Search Fields"
msgstr ""
#. +> trunk5
#: core/libs/filters/textfilter.cpp:89
#, kde-format
msgid "Defines which fields to search for the text in."
msgstr ""
#. +> trunk5
#: core/libs/filters/textfilter.cpp:92
#, kde-format
msgid "Item Name"
msgstr ""
#. +> trunk5
#: core/libs/filters/textfilter.cpp:94
#, kde-format
msgid "Item Title"
msgstr ""
#. +> trunk5
#: core/libs/filters/textfilter.cpp:96
#, kde-format
msgid "Item Comment"
msgstr ""
#. +> trunk5
#: core/libs/filters/textfilter.cpp:98
#, kde-format
msgid "Tag Name"
msgstr ""
#. +> trunk5
#: core/libs/filters/textfilter.cpp:100
#, kde-format
msgid "Album Name"
msgstr ""
#. +> trunk5
#: core/libs/filters/textfilter.cpp:102
#, kde-format
msgid "Item Aspect Ratio"
msgstr ""
#. +> trunk5
#: core/libs/filters/textfilter.cpp:104
#, kde-format
msgid "Item Pixel Size"
msgstr ""
#. +> trunk5
#: core/libs/filters/textfilter.cpp:107
#, kde-format
msgid "Clear All"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:195
#: core/libs/imageproperties/imagepropertiestab.cpp:238
#, kde-format
msgid "File: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:196
#: core/libs/imageproperties/imagepropertiestab.cpp:239
#, kde-format
msgid "Folder: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:197
#: core/libs/imageproperties/imagepropertiestab.cpp:240
#, kde-format
msgid "Date: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:198
#: core/libs/imageproperties/imagepropertiestab.cpp:241
#, kde-format
msgid "Size: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:199
#, kde-format
msgid "Readable: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:200
#, kde-format
msgid "Writable: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:201
#: core/libs/imageproperties/imagepropertiestab.cpp:278
#, kde-format
msgid "Type: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:202
#: core/libs/imageproperties/imagepropertiestab.cpp:279
#, kde-format
msgid "Dimensions: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:203
#: core/libs/imageproperties/cameraitempropertiestab.cpp:311
#: core/libs/imageproperties/imagepropertiestab.cpp:280
#: core/libs/imageproperties/imagepropertiestab.cpp:374
#, kde-format
msgid "Aspect Ratio: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:204
#, kde-format
msgid "New Name: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:205
#, kde-format
msgid "Downloaded: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:246
#, kde-format
msgid "Camera File Properties"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:253
#: core/libs/imageproperties/imagepropertiestab.cpp:314
#, kde-format
msgid "Make: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:254
#: core/libs/imageproperties/imagepropertiestab.cpp:315
#, kde-format
msgid "Model: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:255
#: core/libs/imageproperties/imagepropertiestab.cpp:316
#, kde-format
msgid "Created: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:256
#: core/libs/imageproperties/imagepropertiestab.cpp:317
#, kde-format
msgid "Lens: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:257
#: core/libs/imageproperties/imagepropertiestab.cpp:318
#, kde-format
msgid "Aperture: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:258
#: core/libs/imageproperties/imagepropertiestab.cpp:319
#, kde-format
msgid "Focal: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:259
#: core/libs/imageproperties/imagepropertiestab.cpp:320
#, kde-format
msgid "Exposure: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:260
#: core/libs/imageproperties/imagepropertiestab.cpp:321
#, kde-format
msgid "Sensitivity: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:261
#: core/libs/imageproperties/imagepropertiestab.cpp:322
#, kde-format
msgid "Mode/Program: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:262
#: core/libs/imageproperties/imagepropertiestab.cpp:323
#, kde-format
msgid "Flash: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:263
#: core/libs/imageproperties/imagepropertiestab.cpp:324
#, kde-format
msgid "White balance: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:312
#: core/libs/imageproperties/imagepropertiestab.cpp:378
#, kde-format
msgid "Audio Bit Rate: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:313
#: core/libs/imageproperties/imagepropertiestab.cpp:379
#, kde-format
msgid "Audio Channel Type: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:314
#: core/libs/imageproperties/imagepropertiestab.cpp:380
#, kde-format
msgid "Audio Codec: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:315
#: core/libs/imageproperties/imagepropertiestab.cpp:375
#, kde-format
msgid "Duration: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:316
#: core/libs/imageproperties/imagepropertiestab.cpp:376
#, kde-format
msgid "Frame Rate: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:317
#: core/libs/imageproperties/imagepropertiestab.cpp:377
#, kde-format
msgid "Video Codec: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:401
#, kde-format
msgid "<i>unknown</i>"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:454
#: core/libs/imageproperties/imagepropertiessidebar.cpp:230
#, kde-format
msgid "RAW Image"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:492
#: core/libs/imageproperties/imagepropertiessidebar.cpp:249
#: core/utilities/imageeditor/main/imagewindow.cpp:356
#, kde-format
msgid "%1x%2 (%3Mpx)"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:503
#, kde-format
msgid "<i>unchanged</i>"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/cameraitempropertiestab.cpp:523
#: core/libs/imageproperties/imagepropertiessidebar.cpp:205
#: core/libs/imageproperties/imagepropertiessidebardb.cpp:504
#, kde-format
msgid "<i>unavailable</i>"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/captionedit.cpp:68
#, kde-format
msgid "Captions: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/captionedit.cpp:69
#, kde-format
msgid "Enter caption text here."
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/captionedit.cpp:73
#, kde-format
msgid "Enter caption author name here."
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:203
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:227
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:126
#, kde-format
msgid "Title:"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:204
#, kde-format
msgid "Enter title here."
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:213
#, kde-format
msgid "Pick Label:"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:218
#, kde-format
msgid "Color Label:"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:223
#, kde-format
msgid "Rating:"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:232
#: core/utilities/geolocation/editor/dialog/gpsimagedetails.cpp:170
#, kde-format
msgid "Apply"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:235
#, kde-format
msgid "Apply all changes to images"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:243
#, kde-format
msgid "Revert all changes"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:246
#, kde-format
msgid "Apply to all versions"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:249
#, kde-format
msgid "Apply all changes to all versions of this image"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:251
#, kde-format
msgid "More"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:267
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:131
#: core/libs/widgets/metadata/metadataselector.cpp:100
#: core/utilities/advancedrename/parser/options/database/dbkeyselector.cpp:102
#: core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:71
#: core/utilities/queuemanager/views/workflowlist.cpp:100
#, kde-format
msgid "Description"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:292
#, kde-format
msgid "Enter tag here."
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:293
#, kde-format
msgid "Enter the text used to create tags here. '/' can be used to create a hierarchy of tags. ',' can be used to create more than one hierarchy at the same time."
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:306
#, kde-format
msgid "Tags already assigned"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:312
#, kde-format
msgid "Recent Tags"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:347
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:132
#: core/utilities/advancedrename/common/tooltipdialog.cpp:62
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:378
#: core/utilities/import/main/importui.cpp:1962
#, kde-format
msgid "Information"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:596
#, kde-format
msgid "You have edited the image caption. "
msgid_plural "You have edited the captions of %1 images. "
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:600
#, kde-format
msgid "You have edited the image title. "
msgid_plural "You have edited the titles of %1 images. "
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:604
#, kde-format
msgid "You have edited the date of the image. "
msgid_plural "You have edited the date of %1 images. "
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:608
#, kde-format
msgid "You have edited the pick label of the image. "
msgid_plural "You have edited the pick label of %1 images. "
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:612
#, kde-format
msgid "You have edited the color label of the image. "
msgid_plural "You have edited the color label of %1 images. "
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:616
#, kde-format
msgid "You have edited the rating of the image. "
msgid_plural "You have edited the rating of %1 images. "
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:620
#, kde-format
msgid "You have edited the tags of the image. "
msgid_plural "You have edited the tags of %1 images. "
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:624
#, kde-format
msgid "Do you want to apply your changes?"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:628
#, kde-format
msgid ""
"<p>You have edited the metadata of the image: </p>"
"<p>"
"<ul>"
msgid_plural ""
"<p>You have edited the metadata of %1 images: </p>"
"<p>"
"<ul>"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:634
#, kde-format
msgid "<li>title</li>"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:639
#, kde-format
msgid "<li>caption</li>"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:644
#, kde-format
msgid "<li>date</li>"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:649
#, kde-format
msgid "<li>pick label</li>"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:654
#, kde-format
msgid "<li>color label</li>"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:659
#, kde-format
msgid "<li>rating</li>"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:664
#, kde-format
msgid "<li>tags</li>"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:669
#, kde-format
msgid "<p>Do you want to apply your changes?</p>"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:672
#, kde-format
msgid "Always apply changes without confirmation"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:675
#: core/libs/imageproperties/imagedescedittab.cpp:684
#, kde-format
msgid "Apply changes?"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:810
#, kde-format
msgid "Reading metadata from files. Please wait..."
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:841
#, kde-format
msgid "Writing metadata to files. Please wait..."
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:1211
#, kde-format
msgid "Read metadata from file to database"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:1212
#: core/libs/imageproperties/imagedescedittab.cpp:1226
#, kde-format
msgid "Write metadata to each file"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:1225
#, kde-format
msgid "Read metadata from each file to database"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagedescedittab.cpp:1340
#: core/libs/tags/tagspopupmenu.cpp:520
#, kde-format
msgid "No Recently Assigned Tags"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:163
#, kde-format
msgid "Range:"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:170
#, kde-format
msgid "Select the minimal intensity value of the histogram selection here."
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:176
#, kde-format
msgid "Select the maximal intensity value of the histogram selection here."
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:184
#, kde-format
msgid "Statistics"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:185
#, kde-format
msgid "Here you can see the statistical results calculated from the selected histogram part. These values are available for all channels."
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:190
#, kde-format
msgid "Pixels: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:193
#, kde-format
msgid "Count: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:196
#, kde-format
msgid "Mean: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:199
#, kde-format
msgid "Std. deviation: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:202
#, kde-format
msgid "Median: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:205
#, kde-format
msgid "Percentile: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:208
#, kde-format
msgid "Color depth: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:211
#, kde-format
msgid "Alpha Channel: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:214
#, kde-format
msgid "Source: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:268
#, kde-format
msgid "Histogram"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:278
#, kde-format
msgid "ICC profile"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:685
#: core/utilities/imageeditor/editor/editorwindow.cpp:677
#, kde-format
msgid "16 bits"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:685
#: core/utilities/imageeditor/editor/editorwindow.cpp:671
#, kde-format
msgid "8 bits"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:727
#, kde-format
msgid "Full Image"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiescolorstab.cpp:728
#, kde-format
msgid "Image Region"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesgpstab.cpp:153
#, kde-format
msgid "<b>Altitude</b>:"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesgpstab.cpp:154
#, kde-format
msgid "<b>Latitude</b>:"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesgpstab.cpp:155
#, kde-format
msgid "<b>Longitude</b>:"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesgpstab.cpp:156
#, kde-format
msgid "<b>Date</b>:"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesgpstab.cpp:179
#, kde-format
msgid "See more information on the Internet"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesgpstab.cpp:398
#, kde-format
msgid "Undefined"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertieshistorytab.cpp:85
#: core/libs/widgets/imagehistory/filtershistorywidget.cpp:86
#, kde-format
msgid "Used filters"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertieshistorytab.cpp:121
#: core/libs/widgets/imagehistory/filtershistorywidget.cpp:123
#, kde-format
msgid "Remove filter"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesmetadatatab.cpp:84
#, kde-format
msgid "EXIF"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesmetadatatab.cpp:89
#, kde-format
msgid "Makernote"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesmetadatatab.cpp:94
#, kde-format
msgid "IPTC"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesmetadatatab.cpp:102
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:247
#, kde-format
msgid "XMP"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiessidebar.cpp:85
#: core/libs/imageproperties/imagepropertiessidebarcamgui.cpp:96
#: core/libs/settings/applicationsettings_miscs.cpp:398
#: core/showfoto/setup/showfotosetup.cpp:117
#: core/utilities/queuemanager/views/toolslistview.cpp:89
#: core/utilities/setup/setup.cpp:166
#, kde-format
msgid "Metadata"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiessidebar.cpp:86
#, kde-format
msgid "Colors"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiessidebar.cpp:90
#, kde-format
msgid "Map"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiessidebar.cpp:233
#, kde-format
msgid "Uncalibrated"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiessidebar.cpp:257
#: core/libs/imageproperties/imagepropertiessidebardb.cpp:550
#, kde-format
msgid "%1 bpp"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiessidebarcamgui.cpp:100
#, kde-format
msgid "Geolocation"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiessidebardb.cpp:103
#, kde-format
msgid "Captions"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiessidebardb.cpp:104
#: core/libs/imageproperties/imagepropertiesversionstab.cpp:82
#, kde-format
msgid "Versions"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiestab.cpp:242
#, kde-format
msgid "Owner: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiestab.cpp:243
#, kde-format
msgid "Permissions: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiestab.cpp:281
#, kde-format
msgid "Bit depth: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiestab.cpp:282
#, kde-format
msgid "Color mode: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiestab.cpp:307
#, kde-format
msgid "Item Properties"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiestab.cpp:418
#, kde-format
msgid "Caption: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiestab.cpp:419
#, kde-format
msgid "Pick label: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiestab.cpp:420
#, kde-format
msgid "Color label: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiestab.cpp:422
#, kde-format
msgid "Tags: "
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiestab.cpp:968
#, kde-format
msgctxt "width : height (Aspect Ratio)"
msgid "%1:%2 (%3)"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiestab.cpp:1001
#, kde-format
msgctxt "unit file size in bytes"
msgid "B"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesversionstab.cpp:85
#, kde-format
msgid "Used Filters"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesversionstab.cpp:161
#, kde-format
msgid "Open"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesversionstab.cpp:162
#, kde-format
msgid "Open file"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesversionstab.cpp:171
#, kde-format
msgid "Go To Albums"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/imagepropertiesversionstab.cpp:172
#, kde-format
msgctxt "@info:tooltip"
msgid "Go to the album of this image"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/versionsoverlays.cpp:76
#, kde-format
msgctxt "@info:tooltip"
msgid "Hide item permanently"
msgstr ""
#. +> trunk5
#: core/libs/imageproperties/versionsoverlays.cpp:77
#, kde-format
msgctxt "@info:tooltip"
msgid "Show item permanently"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:77
#, kde-format
msgid "File/Folder %1 does not exist anymore"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:83
#, kde-format
msgid "Album %1 does not exist anymore"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:93
#, kde-format
msgid "A file or folder named %1 already exists in %2"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:116
#, kde-format
msgid "Could not move folder %1 to album %2"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:124
#, kde-format
msgid "Could not move folder %1 to album %2. The folder %1 was copied as well to album %2"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:137
#, kde-format
msgid "Could not move file %1 to album %2"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:158
#, kde-format
msgid "Could not copy folder %1 to album %2"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:169
#, kde-format
msgid "Could not copy file %1 to album %2"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:212
#, kde-format
msgid "File/Folder %1 does not exist"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:224
#, kde-format
msgid "Could not move folder %1 to collection trash"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:234
#, kde-format
msgid "Could not move image %1 to collection trash"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:249
#, kde-format
msgid "Album %1 could not be removed"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:261
#, kde-format
msgid "Image %1 could not be removed"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:306
#, kde-format
msgid "Image with the same name %1 already there"
msgstr ""
#. +> trunk5
#: core/libs/iojobs/iojob.cpp:323
#, kde-format
msgid "Image %1 could not be renamed"
msgstr ""
#. +> trunk5
#: core/libs/notificationmanager/dnotificationwidget_p.cpp:97
#, kde-format
msgid "&Close"
msgstr ""
#. +> trunk5
#: core/libs/notificationmanager/dnotificationwidget_p.cpp:98
#, kde-format
msgid "Close message"
msgstr ""
#. +> trunk5
#: core/libs/progressmanager/dlogoaction.cpp:153
#, kde-format
msgid "Visit digiKam project website"
msgstr ""
#. +> trunk5
#: core/libs/progressmanager/progressmanager.cpp:177
#, kde-format
msgid "Aborting..."
msgstr ""
#. +> trunk5
#: core/libs/progressmanager/progressview.cpp:216
#, kde-format
msgid "Cancel this operation."
msgstr ""
#. +> trunk5
#: core/libs/progressmanager/statusbarprogresswidget.cpp:159
#, kde-format
msgid "Open detailed progress dialog"
msgstr ""
#. +> trunk5
#: core/libs/progressmanager/statusbarprogresswidget.cpp:165
#, kde-format
msgid "No active process"
msgstr ""
#. +> trunk5
#: core/libs/progressmanager/statusbarprogresswidget.cpp:405
#, kde-format
msgid "Hide detailed progress window"
msgstr ""
#. +> trunk5
#: core/libs/progressmanager/statusbarprogresswidget.cpp:411
#, kde-format
msgid "Show detailed progress window"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:232
#, kde-format
msgctxt "@option:check"
msgid "16 bits color depth"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:233
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<para>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.</para>"
"<para>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.</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:252
#, kde-format
msgctxt "@option:check"
msgid "Interpolate RGB as four colors"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:253
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Interpolate RGB as four colors</title>"
"<para>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.</para>"
"<para>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.</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:267
#, kde-format
msgctxt "@info:tooltip"
msgid "Visit LibRaw project website"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:277
#, kde-format
msgctxt "@option:check"
msgid "Do not stretch or rotate pixels"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:279
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Do not stretch or rotate pixels</title>"
"<para>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.</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:287
#, kde-format
msgctxt "@label:listbox"
msgid "Quality:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:291
#, kde-format
msgctxt "@item:inlistbox Quality"
msgid "Bilinear"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:292
#, kde-format
msgctxt "@item:inlistbox Quality"
msgid "VNG"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:293
#, kde-format
msgctxt "@item:inlistbox Quality"
msgid "PPG"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:294
#, kde-format
msgctxt "@item:inlistbox Quality"
msgid "AHD"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:295
#, kde-format
msgctxt "@item:inlistbox Quality"
msgid "DCB"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:296
#, kde-format
msgctxt "@item:inlistbox Quality"
msgid "DHT"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:297
#, kde-format
msgctxt "@item:inlistbox Quality"
msgid "AAHD"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:301
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Quality (interpolation)</title>"
"<para>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:</para>"
"<para>"
"<list>"
"<item><emphasis strong='true'>Bilinear</emphasis>: 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.</item>"
"<item><emphasis strong='true'>VNG</emphasis>: 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.</item>"
"<item><emphasis strong='true'>PPG</emphasis>: 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.</item>"
"<item><emphasis strong='true'>AHD</emphasis>: use Adaptive Homogeneity-Directed interpolation. This method selects the direction of interpolation so as to maximize a homogeneity metric, thus typically minimizing color artifacts.</item>"
"<item><emphasis strong='true'>DCB</emphasis>: DCB interpolation from linuxphoto.org project.</item>"
"<item><emphasis strong='true'>DHT</emphasis>: DHT interpolation.See https://www.libraw.org/node/2306 for details.</item>"
"<item><emphasis strong='true'>AAHD</emphasis>: modified AHD interpolation.</item>"
"</list>"
"</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:349
#, kde-format
msgctxt "@label:slider"
msgid "Pass:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:350
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Pass</title>"
"<para>Set here the passes used by the median filter applied after interpolation to Red-Green and Blue-Green channels.</para>"
"<para>This setting is only available for specific Quality options: <emphasis strong='true'>Bilinear</emphasis>, <emphasis strong='true'>VNG</emphasis>, <emphasis strong='true'>PPG</emphasis>, <emphasis strong='true'>AHD</emphasis>, <emphasis strong='true'>DCB</emphasis>, and <emphasis strong='true'>VCD & AHD</emphasis>.</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:362
#, kde-format
msgctxt "@option:check"
msgid "Refine interpolation"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:363
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Refine interpolation</title>"
"<para>This setting is available only for few Quality options:</para>"
"<para>"
"<list>"
"<item><emphasis strong='true'>DCB</emphasis>: turn on the enhance interpolated colors filter.</item>"
"<item><emphasis strong='true'>VCD & AHD</emphasis>: turn on the enhanced effective color interpolation (EECI) refine to improve sharpness.</item>"
"</list>"
"</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:376
#, kde-format
msgctxt "@label"
msgid "Demosaicing"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:384
#, kde-format
msgctxt "@label:listbox"
msgid "Method:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:386
#, kde-format
msgctxt "@item:inlistbox"
msgid "Default D65"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:387
#, kde-format
msgctxt "@item:inlistbox"
msgid "Camera"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:388
#, kde-format
msgctxt "@item:inlistbox set while balance automatically"
msgid "Automatic"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:389
#, kde-format
msgctxt "@item:inlistbox set white balance manually"
msgid "Manual"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:391
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>White Balance</title>"
"<para>Configure the raw white balance:</para>"
"<para>"
"<list>"
"<item><emphasis strong='true'>Default D65</emphasis>: Use a standard daylight D65 white balance.</item>"
"<item><emphasis strong='true'>Camera</emphasis>: Use the white balance specified by the camera. If not available, reverts to default neutral white balance.</item>"
"<item><emphasis strong='true'>Automatic</emphasis>: Calculates an automatic white balance averaging the entire image.</item>"
"<item><emphasis strong='true'>Manual</emphasis>: Set a custom temperature and green level values.</item>"
"</list>"
"</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:406
#, kde-format
msgctxt "@label:slider"
msgid "T(K):"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:407
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Temperature</title>"
"<para>Set here the color temperature in Kelvin.</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:414
#, kde-format
msgctxt "@label:slider Green component"
msgid "Green:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:415
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid "<para>Set here the green component to set magenta color cast removal level.</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:418
#, kde-format
msgctxt "@label:listbox"
msgid "Highlights:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:420
#, kde-format
msgctxt "@item:inlistbox"
msgid "Solid white"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:421
#, kde-format
msgctxt "@item:inlistbox"
msgid "Unclip"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:422
#, kde-format
msgctxt "@item:inlistbox"
msgid "Blend"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:423
#, kde-format
msgctxt "@item:inlistbox"
msgid "Rebuild"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:425
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Highlights</title>"
"<para>Select here the highlight clipping method:</para>"
"<para>"
"<list>"
"<item><emphasis strong='true'>Solid white</emphasis>: clip all highlights to solid white</item>"
"<item><emphasis strong='true'>Unclip</emphasis>: leave highlights unclipped in various shades of pink</item>"
"<item><emphasis strong='true'>Blend</emphasis>:Blend clipped and unclipped values together for a gradual fade to white</item>"
"<item><emphasis strong='true'>Rebuild</emphasis>: reconstruct highlights using a level value</item>"
"</list>"
"</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:436
#, kde-format
msgctxt "@label:slider Highlight reconstruct level"
msgid "Level:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:440
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Level</title>"
"<para>Specify the reconstruct highlight level. Low values favor whites and high values favor colors.</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:444
#, kde-format
msgctxt "@option:check"
msgid "Exposure Correction (E.V)"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:445
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid "<para>Turn on the exposure correction before interpolation.</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:448
#, kde-format
msgctxt "@label:slider"
msgid "Linear Shift:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:453
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Shift</title>"
"<para>Linear Shift of exposure correction before interpolation in E.V</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:456
#, kde-format
msgctxt "@label:slider"
msgid "Highlight:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:461
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Highlight</title>"
"<para>Amount of highlight preservation for exposure correction before interpolation in E.V. Only take effect if Shift Correction is > 1.0 E.V</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:465
#, kde-format
msgctxt "@option:check"
msgid "Correct false colors in highlights"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:466
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid "<para>If enabled, images with overblown channels are processed much more accurately, without 'pink clouds' (and blue highlights under tungsten lamps).</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:470
#, kde-format
msgctxt "@option:check"
msgid "Auto Brightness"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:471
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid "<para>If disable, use a fixed white level and ignore the image histogram to adjust brightness.</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:474
#, kde-format
msgctxt "@label:slider"
msgid "Brightness:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:479
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Brightness</title>"
"<para>Specify the brightness level of output image. The default value is 1.0 (works in 8-bit mode only).</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:489
#, kde-format
msgctxt "@option:check Black point"
msgid "Black:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:490
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Black point</title>"
"<para>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.</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:497
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Black point value</title>"
"<para>Specify specific black point value of the output image.</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:500
#, kde-format
msgctxt "@option:check White point"
msgid "White:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:501
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>White point</title>"
"<para>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.</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:508
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>White point value</title>"
"<para>Specify specific white point value of the output image.</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:547
#, kde-format
msgctxt "@label"
msgid "White Balance"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:555
#, kde-format
msgctxt "@label:listbox"
msgid "Noise reduction:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:557
#, kde-format
msgctxt "@item:inlistbox Noise Reduction"
msgid "None"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:558
#, kde-format
msgctxt "@item:inlistbox Noise Reduction"
msgid "Wavelets"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:559
#, kde-format
msgctxt "@item:inlistbox Noise Reduction"
msgid "FBDD"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:561
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Noise Reduction</title>"
"<para>Select here the noise reduction method to apply during RAW decoding.</para>"
"<para>"
"<list>"
"<item><emphasis strong='true'>None</emphasis>: no noise reduction.</item>"
"<item><emphasis strong='true'>Wavelets</emphasis>: wavelets correction to erase noise while preserving real detail. It is applied after interpolation.</item>"
"<item><emphasis strong='true'>FBDD</emphasis>: Fake Before Demosaicing Denoising noise reduction. It is applied before interpolation.</item>"
"</list>"
"</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:586
#, kde-format
msgctxt "@label"
msgid "Corrections"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:594
#, kde-format
msgctxt "@label:listbox"
msgid "Camera Profile:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:596
#, kde-format
msgctxt "@item:inlistbox Camera Profile"
msgid "None"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:597
#, kde-format
msgctxt "@item:inlistbox Camera Profile"
msgid "Embedded"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:598
#, kde-format
msgctxt "@item:inlistbox Camera Profile"
msgid "Custom"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:600
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Camera Profile</title>"
"<para>Select here the input color space used to decode RAW data.</para>"
"<para>"
"<list>"
"<item><emphasis strong='true'>None</emphasis>: no input color profile is used during RAW decoding.</item>"
"<item><emphasis strong='true'>Embedded</emphasis>: use embedded color profile from RAW file, if it exists.</item>"
"<item><emphasis strong='true'>Custom</emphasis>: use a custom input color space profile.</item>"
"</list>"
"</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:611
#: core/libs/rawengine/drawdecoderwidget.cpp:645
#, kde-format
msgid "ICC Files (*.icc *.icm)"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:613
#, kde-format
msgctxt "@label:listbox"
msgid "Workspace:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:615
#, kde-format
msgctxt "@item:inlistbox Workspace"
msgid "Raw (no profile)"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:616
#, kde-format
msgctxt "@item:inlistbox Workspace"
msgid "sRGB"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:617
#, kde-format
msgctxt "@item:inlistbox Workspace"
msgid "Adobe RGB"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:618
#, kde-format
msgctxt "@item:inlistbox Workspace"
msgid "Wide Gamut"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:619
#, kde-format
msgctxt "@item:inlistbox Workspace"
msgid "Pro-Photo"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:620
#, kde-format
msgctxt "@item:inlistbox Workspace"
msgid "Custom"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:622
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Workspace</title>"
"<para>Select here the output color space used to decode RAW data.</para>"
"<para>"
"<list>"
"<item><emphasis strong='true'>Raw (linear)</emphasis>: in this mode, no output color space is used during RAW decoding.</item>"
"<item><emphasis strong='true'>sRGB</emphasis>: 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.</item>"
"<item><emphasis strong='true'>Adobe RGB</emphasis>: this color space is an extended RGB color space, developed by Adobe. It is used for photography applications such as advertising and fine art.</item>"
"<item><emphasis strong='true'>Wide Gamut</emphasis>: this color space is an expanded version of the Adobe RGB color space.</item>"
"<item><emphasis strong='true'>Pro-Photo</emphasis>: 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.</item>"
"<item><emphasis strong='true'>Custom</emphasis>: use a custom output color space profile.</item>"
"</list>"
"</para>"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:657
#, kde-format
msgctxt "@label"
msgid "Color Management"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:850
#, kde-format
msgctxt "@label"
msgid "Threshold:"
msgstr ""
#. +> trunk5
#: core/libs/rawengine/drawdecoderwidget.cpp:851
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Threshold</title>"
"<para>Set here the noise reduction threshold value to use.</para>"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_miscs.cpp:368
#, kde-format
msgid "Do you want to do this operation on all group items?"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_miscs.cpp:370
#, kde-format
msgid "Remember choice for this operation"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_miscs.cpp:406
#, kde-format
msgid "Renaming"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_miscs.cpp:408
#, kde-format
msgid "Import/Export tools"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_miscs.cpp:410
#, kde-format
msgid "Tools (editor, panorama, stack blending, calendar, external program)"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_miscs.cpp:422
#, kde-format
msgid "Operations related to metadata, labels, ratings, tags, geolocation and rotation"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_miscs.cpp:424
#, kde-format
msgid "Adding items to the Light Table"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_miscs.cpp:426
#, kde-format
msgid "Adding items to the Batch Queue Manager"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_miscs.cpp:428
#, kde-format
msgid "Opening items in the Slideshow"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_miscs.cpp:430
#, kde-format
msgid "Renaming items"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_miscs.cpp:432
#, kde-format
msgid "Passing items to import/export tools"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_miscs.cpp:434
#, kde-format
msgid "Several tools including the editor, panorama, stack blending, calendar, html gallery and opening with external programs"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_p.cpp:269
#, kde-format
msgid "Category"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_p.cpp:270
#, kde-format
msgid "Travel"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_p.cpp:271
#, kde-format
msgid "Holidays"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_p.cpp:272
#, kde-format
msgid "Friends"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_p.cpp:273
#, kde-format
msgid "Nature"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_p.cpp:274
#, kde-format
msgid "Party"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_p.cpp:275
#, kde-format
msgid "Todo"
msgstr ""
#. +> trunk5
#: core/libs/settings/applicationsettings_p.cpp:276
#: core/showfoto/setup/showfotosetup.cpp:153 core/utilities/setup/setup.cpp:222
#, kde-format
msgid "Miscellaneous"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagcheckview.cpp:88
#, kde-format
msgid "Toggle Auto"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagcheckview.cpp:89
#, kde-format
msgctxt "no auto toggle"
msgid "None"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagcheckview.cpp:91
#, kde-format
msgctxt "toggle child tags"
msgid "Children"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagcheckview.cpp:92
#, kde-format
msgctxt "toggle parent tag"
msgid "Parents"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagcheckview.cpp:93
#, kde-format
msgctxt "toggle child and parent tags"
msgid "Both"
msgstr ""
#. +> trunk5
#: core/libs/tags/tageditdlg.cpp:119
#, kde-format
msgid "New Tag"
msgstr ""
#. +> trunk5
#: core/libs/tags/tageditdlg.cpp:123
#, kde-format
msgid "Edit Tag"
msgstr ""
#. +> trunk5
#: core/libs/tags/tageditdlg.cpp:147
#, kde-format
msgid "Enter tag name here..."
msgstr ""
#. +> trunk5
#: core/libs/tags/tageditdlg.cpp:154
#, kde-format
msgid ""
"<p>To create new tags, you can use the following rules:</p>"
"<p>"
"<ul>"
"<li>'/' can be used to create a tags hierarchy.<br/>"
"Ex.: <i>\"Country/City/Paris\"</i></li>"
"<li>',' can be used to create more than one tags hierarchy at the same time.<br/>"
"Ex.: <i>\"City/Paris, Monument/Notre-Dame\"</i></li>"
"<li>If a tag hierarchy starts with '/', root tag album is used as parent.</li>"
"</ul>"
"</p>"
msgstr ""
#. +> trunk5
#: core/libs/tags/tageditdlg.cpp:185
#: core/libs/tags/tagsmanager/tagpropwidget.cpp:128
#, kde-format
msgid "&Icon:"
msgstr ""
#. +> trunk5
#: core/libs/tags/tageditdlg.cpp:195
#: core/libs/tags/tagsmanager/tagpropwidget.cpp:137
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:270
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:322
#: core/utilities/searchwindow/searchview.cpp:504
#, kde-format
msgid "Reset"
msgstr ""
#. +> trunk5
#: core/libs/tags/tageditdlg.cpp:211
#: core/libs/tags/tagsmanager/tagpropwidget.cpp:148
#, kde-format
msgid "&Shortcut:"
msgstr ""
#. +> trunk5
#: core/libs/tags/tageditdlg.cpp:230
#, kde-format
msgid "<p><b>Note</b>: this shortcut can be used to assign or unassign tag to items.</p>"
msgstr ""
#. +> trunk5
#: core/libs/tags/tageditdlg.cpp:344
#, kde-format
msgid "<b>Create New Tag</b>"
msgstr ""
#. +> trunk5
#: core/libs/tags/tageditdlg.cpp:348
#, kde-format
msgid ""
"<b>Create New Tag in<br/>"
"\"%1\"</b>"
msgstr ""
#. +> trunk5
#: core/libs/tags/tageditdlg.cpp:354
#, kde-format
msgid ""
"<b>Properties of Tag<br/>"
"\"%1\"</b>"
msgstr ""
#. +> trunk5
#: core/libs/tags/tageditdlg.cpp:522
#, kde-format
msgid "Tag creation Error"
msgstr ""
#. +> trunk5
#: core/libs/tags/tageditdlg.cpp:533
#, kde-format
msgid "An error occurred during tag creation:"
msgstr ""
#. +> trunk5
#: core/libs/tags/tageditdlg.cpp:535
#, kde-format
msgid "Tag Path"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagfolderview.cpp:77
#: core/libs/tags/tagsmanager/tagmngrtreeview.cpp:152
#: core/libs/tags/tagsmanager/tagsmanager.cpp:705
#, kde-format
msgid "Reset Tag Icon"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagfolderview.cpp:122
#: core/libs/tags/tagsmanager/tagmngrtreeview.cpp:161
#: core/libs/tags/tagsmanager/tagsmanager.cpp:717
#, kde-format
msgid "Expand Selected Nodes"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagfolderview.cpp:127 core/libs/tags/tagfolderview.cpp:293
#, kde-format
msgid "Collapse Selected Recursively"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagfolderview.cpp:288
#, kde-format
msgid "Expand Selected Recursively"
msgstr ""
#. +> trunk5
#: core/libs/tags/taggingactionfactory.cpp:364
#, kde-format
msgctxt "<tag name> in <tag path>"
msgid "%1 in %2"
msgstr ""
#. +> trunk5
#: core/libs/tags/taggingactionfactory.cpp:372
#, kde-format
msgctxt "Create New Tag <tag name> in <parent tag path>"
msgid "Create \"%1\" in %2"
msgstr ""
#. +> trunk5
#: core/libs/tags/taggingactionfactory.cpp:377
#, kde-format
msgid "Create \"%1\""
msgstr ""
#. +> trunk5
#: core/libs/tags/tagmodificationhelper.cpp:253
#, kde-format
msgid ""
"Tag '%2' has one subtag. Deleting this will also delete the subtag.\n"
"Do you want to continue?"
msgid_plural ""
"Tag '%2' has %1 subtags. Deleting this will also delete the subtags.\n"
"Do you want to continue?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/tags/tagmodificationhelper.cpp:276
#, kde-format
msgid "Tag '%2' is assigned to one item. Do you want to continue?"
msgid_plural "Tag '%2' is assigned to %1 items. Do you want to continue?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/tags/tagmodificationhelper.cpp:284
#, kde-format
msgid "Delete '%1' tag?"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagmodificationhelper.cpp:372
#, kde-format
msgid ""
"Tags '%1' have one or more subtags. Deleting them will also delete the subtags.\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagmodificationhelper.cpp:389
#, kde-format
msgid "Tags '%1' are assigned to one or more items. Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagmodificationhelper.cpp:395
#, kde-format
msgid "Delete '%1' tag(s)?"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagmodificationhelper.cpp:516
#, kde-format
msgid ""
"Face tag '%2' has at least one face tag child. Deleting it will also delete the children.\n"
"Do you want to continue?"
msgid_plural ""
"Face tags '%2' have at least one face tag child. Deleting it will also delete the children.\n"
"Do you want to continue?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/tags/tagmodificationhelper.cpp:538
#, kde-format
msgid "Face tag '%2' is assigned to at least one item. Do you want to continue?"
msgid_plural "Face tags '%2' are assigned to at least one item. Do you want to continue?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/tags/tagmodificationhelper.cpp:546
#, kde-format
msgid "Remove face tag?"
msgid_plural "Remove face tags?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/tags/tagmodificationhelper.cpp:556
#, kde-format
msgid "Remove the tag corresponding to this face tag from the images?"
msgid_plural "Remove the %1 tags corresponding to this face tags from the images?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/tags/tagsactionmngr.cpp:211
#, kde-format
msgid "Assign Rating \"%1 Star\""
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsactionmngr.cpp:230
#, kde-format
msgid "Assign Pick Label \"%1\""
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsactionmngr.cpp:249
#, kde-format
msgid "Assign Color Label \"%1\""
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsactionmngr.cpp:295
#, kde-format
msgid "Assign Tag \"%1\""
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/models/tagmngrlistmodel.cpp:267
#, kde-format
msgid "Quick Access List"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/models/tagmngrlistview.cpp:149
#, kde-format
msgid "Delete Selected from List"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/taglist.cpp:69
#, kde-format
msgid "Add to List"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/taglist.cpp:70
#, kde-format
msgid "Add selected tags to Quick Access List"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagmngrtreeview.cpp:148
#: core/libs/tags/tagsmanager/tagsmanager.cpp:701
#, kde-format
msgid "Edit Tag Title"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagmngrtreeview.cpp:158
#: core/libs/tags/tagsmanager/tagsmanager.cpp:714
#, kde-format
msgid "Expand Tag Tree"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagmngrtreeview.cpp:164
#: core/libs/tags/tagsmanager/tagsmanager.cpp:719
#, kde-format
msgid "Remove Tag from Images"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagpropwidget.cpp:101
#: core/libs/tags/tagsmanager/tagsmanager.cpp:830
#, kde-format
msgid "Tag Properties"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagpropwidget.cpp:115
#, kde-format
msgid "Enter tag name here"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagpropwidget.cpp:159
#, kde-format
msgid "<p><b>Note:</b> <i>This shortcut can be used to assign or unassign tag to items.</i></p>"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagpropwidget.cpp:164
#, kde-format
msgid "Save"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagpropwidget.cpp:165
#, kde-format
msgid "Discard"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagpropwidget.cpp:231
#, kde-format
msgid "Previous tags were changed. Save changes? "
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:172
#: core/libs/widgets/mainview/daboutdata.cpp:139
#, kde-format
msgid "Tags Manager"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:364
#, kde-format
msgctxt "%2 is a comma separated list of tags to be deleted."
msgid "Tag %2 has one or more subtags. Deleting it will also delete the subtags. Do you want to continue?"
msgid_plural "Tags %2 have one or more subtags. Deleting them will also delete the subtags. Do you want to continue?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:387
#, kde-format
msgctxt "%2 is a comma separated list of tags to be deleted."
msgid "Tag %2 is assigned to one or more items. Do you want to delete it?"
msgid_plural "Tags %2 are assigned to one or more items. Do you want to delete them?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:397
#, kde-format
msgctxt "%2 is a comma separated list of tags to be deleted."
msgid "Delete tag %2?"
msgid_plural "Delete tags %2?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:403
#, kde-format
msgid "Delete tag"
msgid_plural "Delete tags"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:529
#, kde-format
msgid ""
"<qt>digiKam will clean up tag metadata before setting tags from database.<br>"
" You may <b>lose tags</b> if you did not read tags before (by calling Read Tags from Image).<br/>"
" Do you want to continue?<qt>"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:541
#: core/libs/tags/tagsmanager/tagsmanager.cpp:560
#, kde-format
msgid ""
"This operation can take long time depending on collection size.\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:580
#, kde-format
msgid ""
"This operation will wipe all tags from database only.\n"
"To apply changes to files, you must choose write metadata to file later.\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:640
#, kde-format
msgid "Do you really want to remove the selected tag from all images?"
msgid_plural "Do you really want to remove the selected tags from all images?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:697
#, kde-format
msgctxt "@title:menu"
msgid "Organize"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:708
#, kde-format
msgid "Create Tag from Address Book"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:722
#, kde-format
msgid "Delete Unassigned Tags"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:725
#, kde-format
msgid "Add new tag to current tag. Current tag is last clicked tag."
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:728
#, kde-format
msgid "Delete selected items. Also work with multiple items, but will not delete the root tag."
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:732
#, kde-format
msgid "Edit title from selected tag."
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:734
#, kde-format
msgid "Reset icon to selected tags. Works with multiple selection."
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:737
#, kde-format
msgid "Invert selection. Only visible items will be selected"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:740
#, kde-format
msgid "Expand tag tree by one level"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:742
#, kde-format
msgid "Selected items will be expanded"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:744
#, kde-format
msgid "Delete selected tag(s) from images. Works with multiple selection."
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:747
#, kde-format
msgid "Delete all tags that are not assigned to images. Use with caution."
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:784
#, kde-format
msgid "Sync &Export"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:788
#, kde-format
msgid "Write Tags from Database to Image"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:792
#, kde-format
msgid "Read Tags from Image"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:795
#, kde-format
msgid "Wipe all tags from Database only"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:797
#, kde-format
msgid "Write Tags Metadata to Image."
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:799
#, kde-format
msgid "Read tags from Images into Database. Existing tags will not be affected"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:802
#, kde-format
msgid "Delete all tags from database only. Will not sync with files. Proceed with caution."
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:883
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:477
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:478
#: core/utilities/assistants/webservices/flickr/flickrwindow.cpp:840
#: core/utilities/assistants/webservices/google/gswindow.cpp:645
#: core/utilities/assistants/webservices/google/gswindow.cpp:670
#: core/utilities/assistants/webservices/google/gswindow.cpp:1017
#: core/utilities/assistants/webservices/google/gswindow.cpp:1038
#: core/utilities/assistants/webservices/google/gswindow.cpp:1117
#: core/utilities/assistants/webservices/google/gswindow.cpp:1164
#: core/utilities/assistants/webservices/google/gswindow.cpp:1324
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:270
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:270
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:677
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:254
#: core/utilities/imageeditor/editor/editorwindow.cpp:1597
#: core/utilities/import/main/importui.cpp:1980
#: core/utilities/setup/metadata/advancedmetadatatab.cpp:138
#, kde-format
msgid "Warning"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagsmanager/tagsmanager.cpp:884
#, kde-format
msgid ""
"This option will remove all tags which\n"
"are not assigned to any image.\n"
" Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagspopupmenu.cpp:524
#, kde-format
msgid "Recently Assigned Tags"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagspopupmenu.cpp:574 core/libs/tags/tagspopupmenu.cpp:712
#, kde-format
msgid "Add New Tag..."
msgstr ""
#. +> trunk5
#: core/libs/tags/tagspopupmenu.cpp:580
#, kde-format
msgid "More Tags..."
msgstr ""
#. +> trunk5
#: core/libs/tags/tagspopupmenu.cpp:678
#, kde-format
msgid "Assign this Tag"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagspopupmenu.cpp:687
#, kde-format
msgid "Remove this Tag"
msgstr ""
#. +> trunk5
#: core/libs/tags/tagspopupmenu.cpp:697
#, kde-format
msgid "Go to this Tag"
msgstr ""
#. +> trunk5
#: core/libs/template/subjectedit.cpp:52
#, kde-format
msgid "Enter the Informative Provider Reference here. I.P.R is a name registered with the XMP/NAA, identifying the provider that provides an indicator of the content. The default value for the I.P.R is \"XMP\" if a standard Reference Code is used."
msgstr ""
#. +> trunk5
#: core/libs/template/subjectedit.cpp:58
#, kde-format
msgid "Enter the Subject Reference Number here. Provides a numeric code to indicate the Subject Name plus optional Subject Matter and Subject Detail Names in the language of the service. Subject Reference is a number from the range 01000000 to 17999999 and represent a language independent international reference to a Subject. A Subject is identified by its Reference Number and corresponding Names taken from a standard lists given by XMP/NAA. If a standard reference code is used, these lists are the English language reference versions. This field is limited to 8 digit code."
msgstr ""
#. +> trunk5
#: core/libs/template/subjectedit.cpp:71
#, kde-format
msgid "Enter the Subject Name here. English language is used if you selected a standard XMP/NAA reference code."
msgstr ""
#. +> trunk5
#: core/libs/template/subjectedit.cpp:75
#, kde-format
msgid "Enter the Subject Matter Name here. English language is used if you selected a standard XMP/NAA reference code."
msgstr ""
#. +> trunk5
#: core/libs/template/subjectedit.cpp:79
#, kde-format
msgid "Enter the Subject Detail Name here. English language is used if you selected a standard XMP/NAA reference code."
msgstr ""
#. +> trunk5
#: core/libs/template/templatelist.cpp:80
#, kde-format
msgid "Here you can see the metadata template list managed by digiKam."
msgstr ""
#. +> trunk5
#: core/libs/template/templatelist.cpp:84
#, kde-format
msgid "Authors"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:121
#, kde-format
msgid "Author Names:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:124
#, kde-format
msgid "Enter the names of the photograph's creators. Use semi-colons as separator here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:126
#, kde-format
msgid ""
"<p>This field should contain the names of the persons who created the photograph. If it is not appropriate to add the name of the photographer (for example, if the identity of the photographer needs to be protected) the name of a company or organization can also be used. Once saved, this field should not be changed by anyone. "
"<p>To enter more than one name, use <b>semi-colons as separators</b>.</p>"
"<p>With IPTC, this field is limited to 32 ASCII characters.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:135
#, kde-format
msgid "Authors' Positions:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:138
#, kde-format
msgid "Enter the job titles of the authors here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:140
#, kde-format
msgid ""
"<p>This field should contain the job titles of the authors. Examples might include titles such as: Staff Photographer, Freelance Photographer, or Independent Commercial Photographer. Since this is a qualifier for the Author field, the Author field must also be filled out.</p>"
"<p>With IPTC, this field is limited to 32 ASCII characters.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:148
#: core/libs/template/templateviewer.cpp:159
#: core/utilities/metadataedit/iptc/iptccredits.cpp:112
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:185
#, kde-format
msgid "Credit:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:151
#, kde-format
msgid "Enter the photograph credit here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:153
#, kde-format
msgid ""
"<p>(synonymous to Provider): Use the Provider field to identify who is providing the photograph. This does not necessarily have to be the author. If a photographer is working for a news agency such as Reuters or the Associated Press, these organizations could be listed here as they are \"providing\" the image for use by others. If the image is a stock photograph, then the group (agency) involved in supplying the image should be listed here.</p>"
"<p>With IPTC, this field is limited to 32 ASCII characters.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:163
#: core/libs/template/templateviewer.cpp:161
#: core/utilities/metadataedit/iptc/iptccredits.cpp:90
#: core/utilities/metadataedit/xmp/xmpcontent.cpp:115
#, kde-format
msgid "Copyright:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:165
#, kde-format
msgid "Enter the copyright notice to identify the current owner(s) of the copyright here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:166
#, kde-format
msgid ""
"<p>The Copyright Notice should contain any necessary copyright notice for claiming the intellectual property, and should identify the current owner(s) of the copyright for the photograph. Usually, this would be the photographer, but if the image was done by an employee or as work-for-hire, then the agency or company should be listed. Use the form appropriate to your country. USA: &copy; {date of first publication} name of copyright owner, as in \"&copy;2005 John Doe.\" Note, the word \"copyright\" or the abbreviation \"copr\" may be used in place of the &copy; symbol. In some foreign countries only the copyright symbol is recognized and the abbreviation does not work. Furthermore the copyright symbol must be a full circle with a \"c\" inside; using something like (c) where the parentheses form a partial circle is not sufficient. For additional protection worldwide, use of the phrase, \"all rights reserved\" following the notice above is encouraged. \n"
"In Europe you would use: Copyright {Year} {Copyright owner}, all rights reserved. \n"
"In Japan, for maximum protection, the following three items should appear in the copyright field of the IPTC Core: (a) the word, Copyright; (b) year of the first publication; and (c) name of the author. You may also wish to include the phrase \"all rights reserved\".</p>"
"<p>With XMP, you can include more than one copyright string using different languages.</p>"
"<p>With IPTC, this field is limited to 128 ASCII characters.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:186
#, kde-format
msgid "Right Usage Terms:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:188
#, kde-format
msgid "Enter the list of instructions on how a resource can be legally used here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:189
#, kde-format
msgid ""
"<p>The Right Usage Terms field should be used to list instructions on how a resource can be legally used."
"<p>With XMP, you can include more than one right usage terms string using different languages.</p>"
"<p>This field does not exist with IPTC.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:197
#: core/libs/template/templateviewer.cpp:165
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:387
#: core/utilities/imageeditor/tools/enhance/healingclonetool.cpp:125
#, kde-format
msgid "Source:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:200
#, kde-format
msgid "Enter the original owner of the photograph here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:202
#, kde-format
msgid ""
"<p>The Source field should be used to identify the original owner or copyright holder of the photograph. The value of this field should never be changed after the information is entered following the image's creation. While not yet enforced by the custom panels, you should consider this to be a \"write-once\" field. The source could be an individual, an agency, or a member of an agency. To aid in later searches, it is suggested to separate any slashes \"/\" with a blank space. Use the form \"photographer / agency\" rather than \"photographer/agency.\" Source may also be different from Creator and from the names listed in the Copyright Notice.</p>"
"<p>With IPTC, this field is limited to 32 ASCII characters.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:214
#: core/libs/template/templateviewer.cpp:167
#, kde-format
msgid "Instructions:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:217
#, kde-format
msgid "Enter the editorial notice here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:219
#, kde-format
msgid ""
"<p>The Instructions field should be used to list editorial instructions concerning the use of photograph.</p>"
"<p>With IPTC, this field is limited to 256 ASCII characters.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:244
#: core/libs/template/templateviewer.cpp:180
#, kde-format
msgid "Rights"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:252
#: core/libs/template/templatepanel.cpp:316
#: core/libs/template/templateviewer.cpp:185
#: core/libs/template/templateviewer.cpp:209
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:199
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:155
#: core/utilities/metadataedit/xmp/xmporigin.cpp:166
#, kde-format
msgid "City:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:255
#, kde-format
msgid "Enter the city of contents here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:257
#, kde-format
msgid "<p>This field should contain the name of the city where the photograph was taken.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:262
#: core/libs/template/templateviewer.cpp:187
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:209
#: core/utilities/metadataedit/xmp/xmporigin.cpp:173
#, kde-format
msgid "Sublocation:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:265
#, kde-format
msgid "Enter the city sublocation of contents here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:267
#, kde-format
msgid "<p>This field should contain the sublocation of the city where the photograph was taken.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:272
#: core/libs/template/templateviewer.cpp:189
#: core/libs/template/templateviewer.cpp:211
#, kde-format
msgid "Province/State:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:275
#, kde-format
msgid "Enter the province or state of contents here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:277
#, kde-format
msgid "<p>This field should contain the province or state where the photograph was taken.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:282
#: core/libs/template/templatepanel.cpp:326
#: core/libs/template/templateviewer.cpp:191
#: core/libs/template/templateviewer.cpp:213
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:229
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:160
#: core/utilities/metadataedit/xmp/xmporigin.cpp:187
#, kde-format
msgid "Country:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:285
#, kde-format
msgid "<p>Select here the country where the photograph was taken.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:310
#: core/libs/template/templateviewer.cpp:200
#, kde-format
msgid "Location"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:319
#, kde-format
msgid "Enter the city name of the lead author here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:321
#, kde-format
msgid "<p>This field should contain the city name where the lead author lives.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:329
#, kde-format
msgid "Enter the country name of the lead author here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:331
#, kde-format
msgid "<p>This field should contain the country name where the lead author lives.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:336
#: core/libs/template/templateviewer.cpp:205
#, kde-format
msgid "Address:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:339
#, kde-format
msgid "Enter the address of the lead author here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:341
#, kde-format
msgid "<p>This field should contain the address where the lead author lives.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:346
#: core/libs/template/templateviewer.cpp:207
#, kde-format
msgid "Postal Code:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:349
#, kde-format
msgid "Enter the postal code of the lead author here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:351
#, kde-format
msgid "<p>This field should contain the postal code where the lead author lives.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:356
#, kde-format
msgid "Province:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:359
#, kde-format
msgid "Enter the province of the lead author here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:361
#, kde-format
msgid "<p>This field should contain the province where the lead author lives.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:366
#: core/libs/template/templateviewer.cpp:217
#, kde-format
msgid "Email:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:369
#, kde-format
msgid "Enter the email of the lead author here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:371
#, kde-format
msgid "<p>This field should contain the email of the lead author.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:376
#: core/libs/template/templateviewer.cpp:215
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:140
#, kde-format
msgid "Phone:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:379
#, kde-format
msgid "Enter the phone number of the lead author here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:381
#, kde-format
msgid "<p>This field should contain the phone number of the lead author.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:386
#: core/libs/template/templateviewer.cpp:219
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:135
#, kde-format
msgid "URL:"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:389
#, kde-format
msgid "Enter the web site URL of the lead author here."
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:391
#, kde-format
msgid "<p>This field should contain the web site URL of the lead author.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:428
#: core/libs/template/templateviewer.cpp:240
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:127
#, kde-format
msgid "Contact"
msgstr ""
#. +> trunk5
#: core/libs/template/templatepanel.cpp:442
#: core/libs/template/templateviewer.cpp:248
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:136
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:136
#, kde-format
msgid "Subjects"
msgstr ""
#. +> trunk5
#: core/libs/template/templateselector.cpp:72
#, kde-format
msgid "Template: "
msgstr ""
#. +> trunk5
#: core/libs/template/templateselector.cpp:76
#, kde-format
msgid "Open metadata template editor"
msgstr ""
#. +> trunk5
#: core/libs/template/templateselector.cpp:77
#, kde-format
msgid ""
"<p>Select here the action to perform using the metadata template.</p>"
"<p><b>To remove</b>: delete already-assigned template.</p>"
"<p><b>Do not change</b>: Do not touch template information.</p>"
"<p>All other values are template titles managed by digiKam. Selecting one will assign information as well.</p>"
msgstr ""
#. +> trunk5
#: core/libs/template/templateselector.cpp:115
#, kde-format
msgid "To remove"
msgstr ""
#. +> trunk5
#: core/libs/template/templateselector.cpp:116
#, kde-format
msgid "Do not change"
msgstr ""
#. +> trunk5
#: core/libs/template/templateviewer.cpp:155
#, kde-format
msgid "Names:"
msgstr ""
#. +> trunk5
#: core/libs/template/templateviewer.cpp:157
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:356
#: core/utilities/queuemanager/tools/transform/crop.cpp:102
#, kde-format
msgid "Position:"
msgstr ""
#. +> trunk5
#: core/libs/template/templateviewer.cpp:163
#, kde-format
msgid "Usages:"
msgstr ""
#. +> trunk5
#: core/libs/threadimageio/thumbnailcreator.cpp:210
#, kde-format
msgid "No or invalid size specified"
msgstr ""
#. +> trunk5
#: core/libs/threadimageio/thumbnailcreator.cpp:284
#, kde-format
msgid "Thumbnail is null"
msgstr ""
#. +> trunk5
#: core/libs/threadimageio/thumbnailcreator.cpp:459
#, kde-format
msgid "File does not exist or is not a file"
msgstr ""
#. +> trunk5
#: core/libs/threadimageio/thumbnailcreator.cpp:576
#, kde-format
msgid "Cannot create thumbnail for %1"
msgstr ""
#. +> trunk5
#: core/libs/threadimageio/thumbnailloadthread.cpp:257
#, kde-format
msgid "Failed to initialize thumbnails database"
msgstr ""
#. +> trunk5
#: core/libs/threadimageio/thumbnailloadthread.cpp:258
#, kde-format
msgid "Error message: %1"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/effectmngr.cpp:104
#, kde-format
msgctxt "Effect: No Effect"
msgid "None"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/effectmngr.cpp:105
#, kde-format
msgctxt "Effect: KenBurnsZoomIn"
msgid "Ken Burns - Camera Zoom In"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/effectmngr.cpp:106
#, kde-format
msgctxt "Effect: KenBurnsZoomOut"
msgid "Ken Burns - Camera Zoom Out"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/effectmngr.cpp:107
#, kde-format
msgctxt "Effect: KenBurnsPanLR"
msgid "Ken Burns - Camera Pan Left to Right"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/effectmngr.cpp:108
#, kde-format
msgctxt "Effect: KenBurnsPanRL"
msgid "Ken Burns - Camera Pan Right to Left"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/effectmngr.cpp:109
#, kde-format
msgctxt "Effect: KenBurnsPanTB"
msgid "Ken Burns - Camera Pan Top to Bottom"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/effectmngr.cpp:110
#, kde-format
msgctxt "Effect: KenBurnsPanBT"
msgid "Ken Burns - Camera Pan Bottom to Top"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/effectmngr.cpp:111
#, kde-format
msgctxt "Effect: Random Effect"
msgid "Random"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:104
#, kde-format
msgctxt "Transition: No Transition"
msgid "None"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:105
#, kde-format
msgctxt "Transition: Chess Board"
msgid "Chess Board"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:106
#, kde-format
msgctxt "Transition: Melt Down"
msgid "Melt Down"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:107
#, kde-format
msgctxt "Transition: Sweep"
msgid "Sweep"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:108
#, kde-format
msgctxt "Transition: Mosaic"
msgid "Mosaic"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:109
#, kde-format
msgctxt "Transition: Cubism"
msgid "Cubism"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:110
#, kde-format
msgctxt "Transition: Growing"
msgid "Growing"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:111
#, kde-format
msgctxt "Transition: Horizontal Lines"
msgid "Horizontal Lines"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:112
#, kde-format
msgctxt "Transition: Vertical Lines"
msgid "Vertical Lines"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:113
#, kde-format
msgctxt "Transition: Circle Out"
msgid "Circle Out"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:114
#, kde-format
msgctxt "Transition: Multi-Circle Out"
msgid "Multi-Circle Out"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:115
#, kde-format
msgctxt "Transition: Spiral In"
msgid "Spiral In"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:116
#, kde-format
msgctxt "Transition: Blobs"
msgid "Blobs"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:117
#, kde-format
msgctxt "Transition: Fade"
msgid "Fade"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:118
#, kde-format
msgctxt "Transition: SlideL2R"
msgid "Slide Left to Right"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:119
#, kde-format
msgctxt "Transition: SlideR2L"
msgid "Slide Right to Left"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:120
#, kde-format
msgctxt "Transition: SlideT2B"
msgid "Slide Top to Bottom"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:121
#, kde-format
msgctxt "Transition: SlideB2T"
msgid "Slide Bottom to Top"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:122
#, kde-format
msgctxt "Transition: PushL2R"
msgid "Push Left to Right"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:123
#, kde-format
msgctxt "Transition: PushR2L"
msgid "Push Right to Left"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:124
#, kde-format
msgctxt "Transition: PushT2B"
msgid "Push Top to Bottom"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:125
#, kde-format
msgctxt "Transition: PushB2T"
msgid "Push Bottom to Top"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:126
#, kde-format
msgctxt "Transition: SwapL2R"
msgid "Swap Left to Right"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:127
#, kde-format
msgctxt "Transition: SwapR2L"
msgid "Swap Right to Left"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:128
#, kde-format
msgctxt "Transition: SwapT2B"
msgid "Swap Top to Bottom"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:129
#, kde-format
msgctxt "Transition: SwapB2T"
msgid "Swap Bottom to Top"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:130
#, kde-format
msgctxt "Transition: BlurIn"
msgid "Blur In"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:131
#, kde-format
msgctxt "Transition: BlurOut"
msgid "Blur Out"
msgstr ""
#. +> trunk5
#: core/libs/transitionmngr/transitionmngr.cpp:132
#, kde-format
msgctxt "Transition: Random Effect"
msgid "Random"
msgstr ""
#. +> trunk5
#: core/libs/widgets/combo/dcombobox.cpp:70
#: core/libs/widgets/range/dnuminput.cpp:80
#: core/libs/widgets/range/dnuminput.cpp:179
#, kde-format
msgctxt "@info:tooltip"
msgid "Reset to default value"
msgstr ""
#. +> trunk5
#: core/libs/widgets/common/searchtextbar.cpp:283
#, kde-format
msgid "Case sensitive"
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/dbinaryiface.cpp:199
#, kde-format
msgid "Navigate to %1"
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/dbinarysearch.cpp:67
#, kde-format
msgid "Binary"
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/dbinarysearch.cpp:68
#, kde-format
msgid "Version"
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/dbinarysearch.cpp:101
#, kde-format
msgid "Binary not found."
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/dbinarysearch.cpp:102
#, kde-format
msgid "Minimal version number required for this binary is %1"
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/dbinarysearch.cpp:104
#, kde-format
msgid "Find"
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/dbinarysearch.cpp:106
#, kde-format
msgid " or <a href=\"%1\">download</a>"
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/dbinarysearch.cpp:131
#, kde-format
msgid ""
"<qt>"
"<p><font color=\"red\"><b>Warning:</b> Some necessary binaries have not been found on your system. If you have these binaries installed, please click the 'Find' button to locate them on your system, otherwise please download and install them to proceed.</font></p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/dbinarysearch.cpp:165
#, kde-format
msgid "A development version has been detect. There is no guarantee on the behavior of this binary."
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/dbinarysearch.cpp:171
#, kde-format
msgid "Change"
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/dfileselector.cpp:63
#, kde-format
msgid "Browse..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/filesaveconflictbox.cpp:71
#, kde-format
msgid "If Target File Exists:"
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/filesaveconflictbox.cpp:75
#: core/utilities/setup/camera/setupcamera.cpp:372
#, kde-format
msgid "Store as a different name"
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/filesaveconflictbox.cpp:76
#: core/utilities/setup/camera/setupcamera.cpp:373
#, kde-format
msgid "Overwrite automatically"
msgstr ""
#. +> trunk5
#: core/libs/widgets/files/filesaveoptionsbox.cpp:107
#, kde-format
msgid "No options available"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:229
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:161
#, kde-format
msgid "Here you can choose the font to be used."
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:253
#, kde-format
msgid "Requested Font"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:273
#, kde-format
msgid "Font"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:279
#, kde-format
msgid "Enable this checkbox to change the font family settings."
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:280
#, kde-format
msgid "Change font family?"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:286
#, kde-format
msgctxt "@label"
msgid "Font:"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:296
#, kde-format
msgid "Font style"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:302
#, kde-format
msgid "Enable this checkbox to change the font style settings."
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:303
#, kde-format
msgid "Change font style?"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:309
#, kde-format
msgid "Font style:"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:326
#, kde-format
msgid "Enable this checkbox to change the font size settings."
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:327
#, kde-format
msgid "Change font size?"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:333
#, kde-format
msgctxt "@label:listbox Font size"
msgid "Size:"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:348
#, kde-format
msgid "Here you can choose the font family to be used."
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:378
#, kde-format
msgid "Here you can choose the font style to be used."
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:391
#: core/libs/widgets/fonts/dfontproperties.cpp:719
#: core/libs/widgets/fonts/dfontproperties.cpp:757
#, kde-format
msgid "Normal"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:392
#: core/libs/widgets/fonts/dfontproperties.cpp:763
#, kde-format
msgid "Italic"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:393
#: core/libs/widgets/fonts/dfontproperties.cpp:764
#, kde-format
msgid "Oblique"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:394
#, kde-format
msgid "Bold"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:395
#, kde-format
msgid "Bold Italic"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:414
#, kde-format
msgid "Relative"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:415
#, kde-format
msgid ""
"Font size<br />"
"<i>fixed</i> or <i>relative</i><br />"
"to environment"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:416
#, kde-format
msgid "Here you can switch between fixed font size and font size to be calculated dynamically and adjusted to changing environment (e.g. widget dimensions, paper size)."
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:441
#, kde-format
msgid "Here you can choose the font size to be used."
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:479
#, kde-format
msgid "The Quick Brown Fox Jumps Over The Lazy Dog"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontproperties.cpp:481
#, kde-format
msgid "This sample text illustrates the current settings. You may edit it to test special characters."
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontselect.cpp:84
#, kde-format
msgid "System Font"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontselect.cpp:85
#, kde-format
msgid "Custom Font"
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontselect.cpp:87
#, kde-format
msgid "Choose..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/fonts/dfontselect.cpp:111
#, kde-format
msgid "Current font: %1 - %2"
msgstr ""
#. +> trunk5
#: core/libs/widgets/graphicsview/dimgpreviewitem.cpp:194
#, kde-format
msgid "Loading..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/graphicsview/dimgpreviewitem.cpp:202
#, kde-format
msgid "Embedded JPEG Preview"
msgstr ""
#. +> trunk5
#: core/libs/widgets/graphicsview/dimgpreviewitem.cpp:206
#, kde-format
msgid "Half Size Raw Preview"
msgstr ""
#. +> trunk5
#: core/libs/widgets/graphicsview/dimgpreviewitem.cpp:218
#, kde-format
msgid "Reduced Size Preview"
msgstr ""
#. +> trunk5
#: core/libs/widgets/graphicsview/dimgpreviewitem.cpp:230
#: core/utilities/assistants/common/dpreviewmanager.cpp:170
#: core/utilities/assistants/common/dpreviewmanager.cpp:188
#, kde-format
msgid "Failed to load image"
msgstr ""
#. +> trunk5
#: core/libs/widgets/graphicsview/paniconwidget.cpp:322
#, kde-format
msgid "Pan the image to a region"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/cietonguewidget.cpp:788
#, kde-format
msgid "Uncalibrated color space"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/cietonguewidget.cpp:794
#, kde-format
msgid "No profile available..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilescombobox.cpp:71
#, kde-format
msgctxt "<Profile Description> (<File Name>)"
msgid "%1 (%2)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilescombobox.cpp:273
#, kde-format
msgid ""
"<ul>"
"<li>"
"<p><b>Perceptual intent</b> causes the full gamut of the image to be compressed or expanded to fill the gamut of the destination device, so that gray balance is preserved but colorimetric accuracy may not be preserved.</p>"
"<p>In other words, if certain colors in an image fall outside of the range of colors that the output device can render, the image intent will cause all the colors in the image to be adjusted so that the every color in the image falls within the range that can be rendered and so that the relationship between colors is preserved as much as possible.</p>"
"<p>This intent is most suitable for display of photographs and images, and is the default intent.</p>"
"</li>"
"<li>"
"<p><b>Absolute Colorimetric intent</b> causes any colors that fall outside the range that the output device can render to be adjusted to the closest color that can be rendered, while all other colors are left unchanged.</p>"
"<p>This intent preserves the white point and is most suitable for spot colors (Pantone, TruMatch, logo colors, ....)</p>"
"</li>"
"<li>"
"<p><b>Relative Colorimetric intent</b> is defined such that any colors that fall outside the range that the output device can render are adjusted to the closest color that can be rendered, while all other colors are left unchanged. Proof intent does not preserve the white point.</p>"
"</li>"
"<li>"
"<p><b>Saturation intent</b> preserves the saturation of colors in the image at the possible expense of hue and lightness.</p>"
"<p>Implementation of this intent remains somewhat problematic, and the ICC is still working on methods to achieve the desired effects.</p>"
"<p>This intent is most suitable for business graphics such as charts, where it is more important that the colors be vivid and contrast well with each other rather than a specific color.</p>"
"</li>"
"</ul>"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:130
#: core/libs/widgets/metadata/metadataselector.cpp:99
#: core/utilities/setup/collections/setupcollectionview.cpp:892
#, kde-format
msgid "Name"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:130
#, kde-format
msgid "The ICC profile product name"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:131
#, kde-format
msgid "The ICC profile product description"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:132
#, kde-format
msgid "Additional ICC profile information"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:133
#, kde-format
msgid "Manufacturer"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:133
#, kde-format
msgid "Raw information about the ICC profile manufacturer"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:134
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:451
#: core/utilities/setup/camera/setupcamera.cpp:300
#, kde-format
msgid "Model"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:134
#, kde-format
msgid "Raw information about the ICC profile model"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:135
#, kde-format
msgid "Copyright"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:135
#, kde-format
msgid "Raw information about the ICC profile copyright"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:136
#, kde-format
msgid "Profile ID"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:136
#, kde-format
msgid "The ICC profile ID number"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:137
#, kde-format
msgid "Color Space"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:137
#, kde-format
msgid "The color space used by the ICC profile"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:138
#, kde-format
msgid "Connection Space"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:138
#, kde-format
msgid "The connection space used by the ICC profile"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:139
#, kde-format
msgid "Device Class"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:139
#, kde-format
msgid "The ICC profile device class"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:140
#, kde-format
msgid "Rendering Intent"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:140
#, kde-format
msgid "The ICC profile rendering intent"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:141
#, kde-format
msgid "Profile Version"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:141
#, kde-format
msgid "The ICC version used to record the profile"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:142
#, kde-format
msgid "CMM Flags"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:142
#, kde-format
msgid "The ICC profile color management flags"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:162
#, kde-format
msgid ""
"<p>This area contains a CIE or chromaticity diagram. A CIE diagram is a representation of all the colors that a person with normal vision can see. This is represented by the colored sail-shaped area. In addition you will see a triangle that is superimposed on the diagram outlined in white. This triangle represents the outer boundaries of the color space of the device that is characterized by the inspected profile. This is called the device gamut.</p>"
"<p>In addition there are black dots and yellow lines on the diagram. Each black dot represents one of the measurement points that were used to create this profile. The yellow line represents the amount that each point is corrected by the profile, and the direction of this correction.</p>"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:230
#, kde-format
msgid "ICC Color Profile Information"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:329
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:364
#, kde-format
msgid "Lab"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:332
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:367
#, kde-format
msgid "Luv"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:335
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:370
#, kde-format
msgid "RGB"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:338
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:373
#, kde-format
msgid "GRAY"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:341
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:376
#, kde-format
msgid "HSV"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:344
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:379
#, kde-format
msgid "HLS"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:347
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:382
#, kde-format
msgid "CMYK"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:350
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:385
#, kde-format
msgid "CMY"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:399
#, kde-format
msgid "Input device"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:402
#, kde-format
msgid "Display device"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:405
#, kde-format
msgid "Output device"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:408
#, kde-format
msgid "Color space"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:411
#, kde-format
msgid "Link device"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:414
#, kde-format
msgid "Abstract"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:417
#, kde-format
msgid "Named color"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:431
#, kde-format
msgid "Perceptual"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:434
#, kde-format
msgid "Relative Colorimetric"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:437
#, kde-format
msgid "Saturation"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:440
#, kde-format
msgid "Absolute Colorimetric"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:482
#, kde-format
msgid "ICC color profile File to Save"
msgstr ""
#. +> trunk5
#: core/libs/widgets/iccprofiles/iccprofilewidget.cpp:483
#, kde-format
msgid "ICC Files (*.icc; *.icm)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/imagehistory/versionswidget.cpp:102
#, kde-format
msgid "Show available versions in a list"
msgstr ""
#. +> trunk5
#: core/libs/widgets/imagehistory/versionswidget.cpp:108
#, kde-format
msgid "Show available versions as a tree"
msgstr ""
#. +> trunk5
#: core/libs/widgets/imagehistory/versionswidget.cpp:114
#, kde-format
msgid "Show available versions and the applied filters in a combined list"
msgstr ""
#. +> trunk5
#: core/libs/widgets/itemview/ditemdelegate.cpp:166
#, kde-format
msgid "1 Image"
msgid_plural "%1 Images"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/widgets/itemview/ditemtooltip.cpp:55
#: core/utilities/assistants/htmlgallery/generator/galleryelementfunctor.cpp:224
#, kde-format
msgid "unavailable"
msgstr ""
#. +> trunk5
#: core/libs/widgets/itemview/imagedelegateoverlay.cpp:343
#, kde-format
msgctxt "@info"
msgid ""
"<i>Applying operation to<br/>"
"the selected picture</i>"
msgid_plural ""
"<i>Applying operation to <br/>"
"<b>%1</b> selected pictures</i>"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/libs/widgets/itemview/itemviewimagedelegate.cpp:417
#, kde-format
msgctxt "date of last image modification"
msgid "Mod.: %1"
msgstr ""
#. +> trunk5
#: core/libs/widgets/itemview/itemviewimagedelegate.cpp:432
#: core/showfoto/main/showfoto.cpp:314
#: core/showfoto/thumbbar/itemviewshowfotodelegate.cpp:322
#: core/utilities/import/items/itemviewimportdelegate.cpp:363
#, kde-format
msgctxt "%1 width, %2 height, %3 mpixels"
msgid "%1x%2 (%3Mpx)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/itemview/itemviewimagedelegate.cpp:436
#: core/libs/widgets/itemview/itemviewimagedelegate.cpp:456
#: core/showfoto/thumbbar/itemviewshowfotodelegate.cpp:327
#: core/utilities/import/items/itemviewimportdelegate.cpp:368
#, kde-format
msgctxt "unknown image resolution"
msgid "Unknown"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:56
#, kde-format
msgctxt "This is the slogan formated string displayed in splashscreen. Please translate using short words else the slogan can be truncated."
msgid "<qt><font color=\"white\"><b>Professional</b> Photo <b>Management</b> with the Power of <b>Open Source</b></font></qt>"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:64
#, kde-format
msgid "Professional Photo Management with the Power of Open Source"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:69
#, kde-format
msgid "(c) 2002-2018, digiKam developers team"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:81
#, kde-format
msgid "Caulier Gilles"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:82
#, kde-format
msgid "Coordinator, Developer, and Mentoring"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:87
#, kde-format
msgid "Marcel Wiesweg"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:88
#: core/libs/widgets/mainview/daboutdata.cpp:100
#, kde-format
msgid "Developer and Mentoring"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:93
#, kde-format
msgid "Maik Qualmann"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:94
#: core/libs/widgets/mainview/daboutdata.cpp:106
#: core/libs/widgets/mainview/daboutdata.cpp:114
#: core/libs/widgets/mainview/daboutdata.cpp:120
#: core/libs/widgets/mainview/daboutdata.cpp:237
#: core/libs/widgets/mainview/daboutdata.cpp:255
#: core/libs/widgets/mainview/daboutdata.cpp:261
#: core/libs/widgets/mainview/daboutdata.cpp:267
#: core/libs/widgets/mainview/daboutdata.cpp:278
#: core/libs/widgets/mainview/daboutdata.cpp:306
#: core/libs/widgets/mainview/daboutdata.cpp:312
#: core/libs/widgets/mainview/daboutdata.cpp:323
#, kde-format
msgid "Developer"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:99
#, kde-format
msgid "Michael G. Hansen"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:105
#, kde-format
msgid "Teemu Rytilahti"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:113
#, kde-format
msgid "Matthias Welwarsky"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:119
#, kde-format
msgid "Julien Narboux"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:125
#, kde-format
msgid "Mario Frank"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:126
#, kde-format
msgid "Advanced Searches Tool Improvements"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:130
#, kde-format
msgid "Nicolas Lécureuil"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:131
#, kde-format
msgid "Releases Manager"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:138
#, kde-format
msgid "Veaceslav Munteanu"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:144
#, kde-format
msgid "Mohamed Anwer"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:145
#, kde-format
msgid "Model/View Port of Showfoto Thumbbar"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:150
#, kde-format
msgid "Yiou Wang"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:151
#, kde-format
msgid "Model/View Port of Image Editor Canvas"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:156
#, kde-format
msgid "Gowtham Ashok"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:157
#: core/utilities/maintenance/imagequalitysorter.cpp:74
#: core/utilities/maintenance/maintenancedlg.cpp:330
#: core/utilities/setup/setup.cpp:202
#, kde-format
msgid "Image Quality Sorter"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:162
#, kde-format
msgid "Aditya Bhatt"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:163
#, kde-format
msgid "Face Detection"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:168
#, kde-format
msgid "Martin Klapetek"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:169
#, kde-format
msgid "Non-destructive image editing"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:174
#, kde-format
msgid "Gabriel Voicu"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:175
#, kde-format
msgid "Reverse Geo-Coding"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:180
#, kde-format
msgid "Mahesh Hegde"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:181
#, kde-format
msgid "Face Recognition"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:186
#, kde-format
msgid "Pankaj Kumar"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:187
#, kde-format
msgid "Multi-core Support in Batch Queue Manager and Mentoring"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:192
#, kde-format
msgid "Smit Mehta"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:193
#, kde-format
msgid "UPnP / DLNA Export tool and Mentoring"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:198
#, kde-format
msgid "Islam Wazery"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:199
#, kde-format
msgid "Model/View port of Import Tool and Mentoring"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:204
#, kde-format
msgid "Abhinav Badola"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:205
#, kde-format
msgid "Video Metadata Support and Mentoring"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:210
#, kde-format
msgid "Benjamin Girault"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:211
#, kde-format
msgid "Panorama Tool and Mentoring"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:216
#, kde-format
msgid "Victor Dodon"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:217
#, kde-format
msgid "XML based GUI port of tools"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:222
#, kde-format
msgid "Sayantan Datta"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:223
#, kde-format
msgid "Auto Noise Reduction"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:230
#, kde-format
msgid "Ananta Palani"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:231
#, kde-format
msgid "Windows Port and Release Manager"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:236
#, kde-format
msgid "Andi Clemens"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:242
#, kde-format
msgid "Patrick Spendrin"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:243
#, kde-format
msgid "Developer and Windows port"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:248
#, kde-format
msgid "Francesco Riosa"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:249
#, kde-format
msgid "LCMS2 library port"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:254
#, kde-format
msgid "Johannes Wienke"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:260
#, kde-format
msgid "Julien Pontabry"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:266
#, kde-format
msgid "Arnd Baecker"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:271
#, kde-format
msgid "Francisco J. Cruz"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:272
#: core/showfoto/setup/showfotosetup.cpp:135 core/utilities/setup/setup.cpp:184
#, kde-format
msgid "Color Management"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:277
#, kde-format
msgid "Pieter Edelman"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:283
#, kde-format
msgid "Holger Foerster"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:284
#, kde-format
msgid "MySQL interface"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:288
#, kde-format
msgid "Risto Saukonpaa"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:289
#, kde-format
msgid "Design, icons, logo, banner, mockup, beta tester"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:293
#, kde-format
msgid "Mikolaj Machowski"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:294
#: core/libs/widgets/mainview/daboutdata.cpp:300
#, kde-format
msgid "Bug reports and patches"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:299
#, kde-format
msgid "Achim Bohnet"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:305
#, kde-format
msgid "Luka Renko"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:311
#, kde-format
msgid "Angelo Naselli"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:317
#, kde-format
msgid "Fabien Salvi"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:318
#, kde-format
msgid "Webmaster"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:322
#, kde-format
msgid "Todd Shoemaker"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:327
#, kde-format
msgid "Gerhard Kulzer"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:328
#, kde-format
msgid "Handbook writer, alpha tester, webmaster"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:333
#, kde-format
msgid "Oliver Doerr"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:334
#: core/libs/widgets/mainview/daboutdata.cpp:339
#, kde-format
msgid "Beta tester"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:338
#, kde-format
msgid "Charles Bouveyron"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:343
#, kde-format
msgid "Richard Taylor"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:344
#, kde-format
msgid "Feedback and patches. Handbook writer"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:348
#, kde-format
msgid "Hans Karlsson"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:349
#, kde-format
msgid "digiKam website banner and application icons"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:353
#, kde-format
msgid "Aaron Seigo"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:354
#, kde-format
msgid "Various usability fixes and general application polishing"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:359
#, kde-format
msgid "Yves Chaufour"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:360
#, kde-format
msgid "digiKam website, Feedback"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:364
#, kde-format
msgid "Tung Nguyen"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:365
#, kde-format
msgid "Bug reports, feedback and icons"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:371
#, kde-format
msgid "Renchi Raju"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:372
#, kde-format
msgid "Developer (2002-2005)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:377
#, kde-format
msgid "Joern Ahrens"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:378
#: core/libs/widgets/mainview/daboutdata.cpp:384
#, kde-format
msgid "Developer (2004-2005)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:383
#, kde-format
msgid "Tom Albers"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:389
#, kde-format
msgid "Ralf Holzer"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/daboutdata.cpp:390
#, kde-format
msgid "Developer (2004)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:270
#, kde-format
msgid "Components Information"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:276
#, kde-format
msgid "Supported RAW Cameras"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:280
#, kde-format
msgid "Donate..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:284
#, kde-format
msgid "Recipes Book..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:288
#, kde-format
msgid "Contribute..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:292
#, kde-format
msgid "Online Handbook..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:330
#, kde-format
msgid "Toggle Left Side-bar"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:335
#, kde-format
msgid "Toggle Right Side-bar"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:340
#, kde-format
msgid "Previous Left Side-bar Tab"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:345
#, kde-format
msgid "Next Left Side-bar Tab"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:350
#, kde-format
msgid "Previous Right Side-bar Tab"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:355
#, kde-format
msgid "Next Right Side-bar Tab"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:375
#, kde-format
msgid "Show Statusbar"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:422
#, kde-format
msgctxt "general keyboard shortcuts"
msgid "General"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:452
#, kde-format
msgid "Edit Geolocation..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:463
#, kde-format
msgid "Edit Metadata..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:473
#, kde-format
msgid "Presentation..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:485
#, kde-format
msgctxt "@action"
msgid "Create Stacked Images..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:499
#, kde-format
msgctxt "@action"
msgid "Create panorama..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:512
#, kde-format
msgctxt "@action"
msgid "Create video slideshow..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:524
#, kde-format
msgctxt "@action"
msgid "Create Calendar..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:535
#, kde-format
msgctxt "@action"
msgid "Send by Mail..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:546
#, kde-format
msgctxt "@action"
msgid "Print Creator..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:558
#, kde-format
msgctxt "@action"
msgid "Create Html gallery..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:572
#, kde-format
msgid "Share with DLNA"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1040
#, kde-format
msgid "Export to &Dropbox..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1048
#, kde-format
msgid "Export to &Onedrive..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1056
#, kde-format
msgid "Export to &Pinterest..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1064
#, kde-format
msgid "Export to &Facebook..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1072
#, kde-format
msgid "Export to Flick&r..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1080
#, kde-format
msgid "Export to &Google Drive..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1088
#, kde-format
msgid "Export to &Google Photos..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1096
#, kde-format
msgid "Export to &Imageshack..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1104
#, kde-format
msgid "Export to &Imgur.."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1111
#, kde-format
msgid "Export to &Piwigo..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1118
#, kde-format
msgid "Export to &Rajce.net..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1126
#, kde-format
msgid "Export to &SmugMug..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1134
#, kde-format
msgid "Export to &Yandex.Fotki..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1143
#, kde-format
msgid "Export to MediaWiki..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1152
#, kde-format
msgid "Export to &VKontakte..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1161
#, kde-format
msgid "Export to remote storage..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1173
#, kde-format
msgid "Import from &Google Photos..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1181
#, kde-format
msgid "Import from &SmugMug..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dxmlguiwindow.cpp:1190
#, kde-format
msgid "Import from remote storage..."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/dzoombar.cpp:241
#, kde-format
msgid "Size: %1"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/fullscreensettings.cpp:65
#, kde-format
msgid "Full-screen Options"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/fullscreensettings.cpp:72
#, kde-format
msgid "H&ide toolbars"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/fullscreensettings.cpp:73
#, kde-format
msgid "Hide all toolbars when window switch in full-screen mode."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/fullscreensettings.cpp:75
#, kde-format
msgid "Hide &thumbbar"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/fullscreensettings.cpp:76
#, kde-format
msgid "Hide thumbbar view when window switch in full-screen mode."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/fullscreensettings.cpp:78
#, kde-format
msgid "Hide &sidebars"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/fullscreensettings.cpp:79
#, kde-format
msgid "Hide all side-bars when window switch in full-screen mode."
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/thememanager.cpp:75
#, kde-format
msgctxt "default theme name"
msgid "Default"
msgstr ""
#. +> trunk5
#: core/libs/widgets/mainview/thumbbardock.cpp:57
#, kde-format
msgid "Drag to reposition"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:62
#, kde-format
msgid "Default Language"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:66
#, kde-format
msgid "Afrikaans (South Africa)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:67
#, kde-format
msgid "Amharic (Ethiopia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:68
#, kde-format
msgid "Arabic (UAE)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:69
#, kde-format
msgid "Arabic (Bahrain)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:70
#, kde-format
msgid "Arabic (Algeria)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:71
#, kde-format
msgid "Arabic (Egypt)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:72
#, kde-format
msgid "Arabic (Iraq)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:73
#, kde-format
msgid "Arabic (Jordan)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:74
#, kde-format
msgid "Arabic (Kuwait)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:75
#, kde-format
msgid "Arabic (Lebanon)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:76
#, kde-format
msgid "Arabic (Libya)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:77
#, kde-format
msgid "Arabic (Morocco)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:78
#, kde-format
msgid "Arabic (Oman)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:79
#, kde-format
msgid "Arabic (Qatar)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:80
#, kde-format
msgid "Arabic (Saudi Arabia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:81
#, kde-format
msgid "Arabic (Syria)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:82
#, kde-format
msgid "Arabic (Tunisia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:83
#, kde-format
msgid "Arabic (Yemen)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:84
#, kde-format
msgid "Assamese (India)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:85
#, kde-format
msgid "Bashkir (Russia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:86
#, kde-format
msgid "Belarusian (Belarus)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:87
#, kde-format
msgid "Bulgarian (Bulgaria)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:88
#, kde-format
msgid "Bengali (India)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:89
#, kde-format
msgid "Tibetan (Bhutan)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:90
#, kde-format
msgid "Tibetan (PRC)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:91
#, kde-format
msgid "Breton (France)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:92
#, kde-format
msgid "Catalan (Andorra)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:93
#, kde-format
msgid "Catalan (Spain)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:94
#, kde-format
msgid "Catalan (France)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:95
#, kde-format
msgid "Corsican (France)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:96
#, kde-format
msgid "Czech (Czechia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:97
#, kde-format
msgid "Welsh (United Kingdom)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:98
#, kde-format
msgid "Danish (Denmark)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:99
#, kde-format
msgid "German (Austria)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:100
#, kde-format
msgid "German (Switzerland)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:101
#, kde-format
msgid "German (Germany)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:102
#, kde-format
msgid "German (Liechtenstein)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:103
#, kde-format
msgid "German (Luxembourg)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:104
#, kde-format
msgid "Greek (Greece)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:105
#, kde-format
msgid "English (Australia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:106
#, kde-format
msgid "English (Belize)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:107
#, kde-format
msgid "English (Canada)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:108
#, kde-format
msgid "English (Caribbean)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:109
#, kde-format
msgid "English (United Kingdom)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:110
#, kde-format
msgid "English (Ireland)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:111
#, kde-format
msgid "English (India)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:112
#, kde-format
msgid "English (Jamaica)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:113
#, kde-format
msgid "English (Malaysia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:114
#, kde-format
msgid "English (New Zealand)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:115
#, kde-format
msgid "English (Philippines)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:116
#, kde-format
msgid "English (Singapore)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:117
#, kde-format
msgid "English (Trinidad)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:118
#, kde-format
msgid "English (United States)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:119
#, kde-format
msgid "English (South Africa)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:120
#, kde-format
msgid "English (Zimbabwe)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:121
#, kde-format
msgid "Spanish (Argentina)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:122
#, kde-format
msgid "Spanish (Bolivia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:123
#, kde-format
msgid "Spanish (Chile)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:124
#, kde-format
msgid "Spanish (Colombia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:125
#, kde-format
msgid "Spanish (Costa Rica)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:126
#, kde-format
msgid "Spanish (Dominican Republic)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:127
#, kde-format
msgid "Spanish (Ecuador)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:128
#, kde-format
msgid "Spanish (Spain)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:129
#, kde-format
msgid "Spanish (Guatemala)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:130
#, kde-format
msgid "Spanish (Honduras)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:131
#, kde-format
msgid "Spanish (Mexico)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:132
#, kde-format
msgid "Spanish (Nicaragua)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:133
#, kde-format
msgid "Spanish (Panama)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:134
#, kde-format
msgid "Spanish (Peru)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:135
#, kde-format
msgid "Spanish (Puerto Rico)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:136
#, kde-format
msgid "Spanish (Paraguay)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:137
#, kde-format
msgid "Spanish (El Salvador)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:138
#, kde-format
msgid "Spanish (Uruguay)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:139
#, kde-format
msgid "Spanish (United States)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:140
#, kde-format
msgid "Spanish (Venezuela)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:141
#, kde-format
msgid "Estonian (Estonia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:142
#, kde-format
msgid "Basque (Basque Country)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:143
#, kde-format
msgid "Persian (Iran)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:144
#, kde-format
msgid "Finnish (Finland)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:145
#, kde-format
msgid "Faeroese (Faero Islands)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:146
#, kde-format
msgid "French (Belgium)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:147
#, kde-format
msgid "French (Canada)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:148
#, kde-format
msgid "French (Switzerland)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:149
#, kde-format
msgid "French (France)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:150
#, kde-format
msgid "French (Luxembourg)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:151
#, kde-format
msgid "French (Monaco)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:152
#, kde-format
msgid "Frisian (Netherlands)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:153
#, kde-format
msgid "Irish (Ireland)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:154
#, kde-format
msgid "Galician (Galicia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:155
#, kde-format
msgid "Gujarati (India)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:156
#, kde-format
msgid "Hebrew (Israel)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:157
#, kde-format
msgid "Hindi (India)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:158
#, kde-format
msgid "Croatian (Bosnia and Herzegovina, Latin)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:159
#, kde-format
msgid "Croatian (Croatia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:160
#, kde-format
msgid "Hungarian (Hungary)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:161
#, kde-format
msgid "Armenian (Armenia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:162
#, kde-format
msgid "(Indonesian)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:163
#, kde-format
msgid "Yi (PRC)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:164
#, kde-format
msgid "Icelandic (Iceland)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:165
#, kde-format
msgid "Italian (Switzerland)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:166
#, kde-format
msgid "Italian (Italy)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:167
#, kde-format
msgid "Japanese (Japan)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:168
#, kde-format
msgid "Georgian (Georgia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:169
#, kde-format
msgid "Kazakh (Kazakhstan)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:170
#, kde-format
msgid "Greenlandic (Greenland)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:171
#, kde-format
msgid "Khmer (Cambodia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:172
#, kde-format
msgid "Kannada (India)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:173
#, kde-format
msgid "Korean (South Korea)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:174
#, kde-format
msgid "Kyrgyz (Kyrgyzstan)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:175
#, kde-format
msgid "Luxembourgish (Luxembourg)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:176
#, kde-format
msgid "Lao (Lao PDR)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:177
#, kde-format
msgid "Lithuanian (Lithuania)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:178
#, kde-format
msgid "Latvian (Latvia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:179
#, kde-format
msgid "Maori (New Zealand)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:180
#, kde-format
msgid "Macedonian (Macedonia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:181
#, kde-format
msgid "Malayalam (India)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:182
#, kde-format
msgid "Mongolian (PRC)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:183
#, kde-format
msgid "Mongolian (Mongolia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:184
#, kde-format
msgid "Marathi (India)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:185
#, kde-format
msgid "Malay (Brunei Darussalam)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:186
#, kde-format
msgid "Malay (Malaysia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:187
#, kde-format
msgid "Maltese (Malta)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:188
#, kde-format
msgid "Norwegian Bokmål (Norway)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:189
#, kde-format
msgid "Nepali (Nepal)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:190
#, kde-format
msgid "Dutch (Belgium)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:191
#, kde-format
msgid "Dutch (Netherlands)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:192
#, kde-format
msgid "Norwegian Nynorsk (Norway)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:193
#, kde-format
msgid "Sesotho sa Leboa (South Africa)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:194
#, kde-format
msgid "Occitan (France)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:195
#, kde-format
msgid "Oriya (India)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:196
#, kde-format
msgid "Punjabi (India)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:197
#, kde-format
msgid "Polish (Poland)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:198
#, kde-format
msgid "Pashto (Afghanistan)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:199
#, kde-format
msgid "Portuguese (Brazil)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:200
#, kde-format
msgid "Portuguese (Portugal)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:201
#, kde-format
msgid "Romansh (Switzerland)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:202
#, kde-format
msgid "Romanian (Romania)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:203
#, kde-format
msgid "Russian (Russia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:204
#, kde-format
msgid "Kinyarwanda (Rwanda)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:205
#, kde-format
msgid "Sanskrit (India)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:206
#, kde-format
msgid "Sami (Northern, Finland)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:207
#, kde-format
msgid "Sami (Northern, Norway)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:208
#, kde-format
msgid "Sami (Northern, Sweden)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:209
#, kde-format
msgid "Sinhala (Sri Lanka)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:210
#, kde-format
msgid "Slovak (Slovakia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:211
#, kde-format
msgid "Slovenian (Slovenia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:212
#, kde-format
msgid "Albanian (Albania)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:213
#, kde-format
msgid "Swedish (Finland)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:214
#, kde-format
msgid "Swedish (Sweden)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:215
#, kde-format
msgid "Swahili (Kenya)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:216
#, kde-format
msgid "Tamil (India)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:217
#, kde-format
msgid "Telugu (India)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:218
#, kde-format
msgid "Thai (Thailand)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:219
#, kde-format
msgid "Turkmen (Turkmenistan)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:220
#, kde-format
msgid "Setswana Tswana (South Africa)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:221
#, kde-format
msgid "Urdu (India)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:222
#, kde-format
msgid "Turkish (Turkey)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:223
#, kde-format
msgid "Tatar (Russia)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:224
#, kde-format
msgid "Uighur (PRC)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:225
#, kde-format
msgid "Ukrainian (Ukraine)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:226
#, kde-format
msgid "Urdu (Pakistan)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:227
#, kde-format
msgid "Vietnamese (Vietnam)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:228
#, kde-format
msgid "Wolof (Senegal)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:229
#, kde-format
msgid "isiXhosa Xhosa (South Africa)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:230
#, kde-format
msgid "Yoruba (Nigeria)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:231
#, kde-format
msgid "Chinese (PRC)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:232
#, kde-format
msgid "Chinese (Hong Kong SAR, PRC)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:233
#, kde-format
msgid "Chinese (Macao SAR)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:234
#, kde-format
msgid "Chinese (Singapore)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:235
#, kde-format
msgid "Chinese (Taiwan)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:236
#, kde-format
msgid "isiZulu Zulu (South Africa)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:273
#, kde-format
msgid "Remove entry for this language"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/altlangstredit.cpp:278
#, kde-format
msgid "Select item language here."
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/colorlabelwidget.cpp:522
#, kde-format
msgid "Color Label: %1"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:53
#, kde-format
msgid "Afghanistan"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:54
#, kde-format
msgid "Albania"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:55
#, kde-format
msgid "Algeria"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:56
#, kde-format
msgid "American Samoa"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:57
#, kde-format
msgid "Andorra"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:58
#: core/libs/widgets/metadata/countryselector.cpp:60
#, kde-format
msgid "Angola"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:59
#, kde-format
msgid "Anguilla"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:61
#, kde-format
msgid "Antarctica"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:62
#, kde-format
msgid "Antigua and Barbuda"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:63
#, kde-format
msgid "Argentina"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:64
#, kde-format
msgid "Armenia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:65
#, kde-format
msgid "Aruba"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:66
#, kde-format
msgid "Australia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:67
#, kde-format
msgid "Austria"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:68
#, kde-format
msgid "Azerbaijan"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:69
#, kde-format
msgid "Bahamas"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:70
#, kde-format
msgid "Bahrain"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:71
#, kde-format
msgid "Bangladesh"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:72
#, kde-format
msgid "Barbados"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:73
#, kde-format
msgid "Belarus"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:74
#, kde-format
msgid "Belgium"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:75
#, kde-format
msgid "Belize"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:76
#, kde-format
msgid "Benin"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:77
#, kde-format
msgid "Bermuda"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:78
#, kde-format
msgid "Bhutan"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:79
#, kde-format
msgid "Bolivia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:80
#, kde-format
msgid "Bosnia and Herzegovina"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:81
#, kde-format
msgid "Botswana"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:82
#, kde-format
msgid "Bouvet Island"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:83
#, kde-format
msgid "Brazil"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:84
#, kde-format
msgid "British Indian Ocean Territory"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:85
#, kde-format
msgid "British Virgin Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:86
#, kde-format
msgid "Brunei Darussalam"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:87
#, kde-format
msgid "Bulgaria"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:88
#, kde-format
msgid "Burkina Faso"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:89
#, kde-format
msgid "Burundi"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:90
#, kde-format
msgid "Cambodia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:91
#, kde-format
msgid "Cameroon"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:92
#, kde-format
msgid "Canada"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:93
#, kde-format
msgid "Cape Verde"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:94
#, kde-format
msgid "Cayman Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:95
#, kde-format
msgid "Central African Republic"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:96
#, kde-format
msgid "Chad"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:97
#, kde-format
msgid "Chile"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:98
#, kde-format
msgid "China"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:99
#, kde-format
msgid "Christmas Island "
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:100
#, kde-format
msgid "Cocos Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:101
#, kde-format
msgid "Colombia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:102
#, kde-format
msgid "Comoros"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:103
#, kde-format
msgid "Zaire"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:104
#, kde-format
msgid "Congo"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:105
#, kde-format
msgid "Cook Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:106
#, kde-format
msgid "Costa Rica"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:107
#, kde-format
msgid "Ivory Coast"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:108
#, kde-format
msgid "Cuba"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:109
#, kde-format
msgid "Cyprus"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:110
#, kde-format
msgid "Czechia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:111
#, kde-format
msgid "Denmark"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:112
#, kde-format
msgid "Djibouti"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:113
#, kde-format
msgid "Dominica"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:114
#, kde-format
msgid "Dominican Republic"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:115
#, kde-format
msgid "Ecuador"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:116
#, kde-format
msgid "Egypt"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:117
#, kde-format
msgid "El Salvador"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:118
#, kde-format
msgid "Equatorial Guinea"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:119
#, kde-format
msgid "Eritrea"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:120
#, kde-format
msgid "Estonia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:121
#, kde-format
msgid "Ethiopia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:122
#, kde-format
msgid "Faeroe Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:123
#, kde-format
msgid "Falkland Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:124
#, kde-format
msgid "Fiji Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:125
#, kde-format
msgid "Finland"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:126
#, kde-format
msgid "France"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:127
#, kde-format
msgid "French Guiana"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:128
#, kde-format
msgid "French Polynesia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:129
#, kde-format
msgid "French Southern Territories"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:130
#, kde-format
msgid "Gabon"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:131
#, kde-format
msgid "Gambia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:132
#, kde-format
msgid "Georgia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:133
#, kde-format
msgid "Germany"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:134
#, kde-format
msgid "Ghana"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:135
#, kde-format
msgid "Gibraltar"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:136
#, kde-format
msgid "Greece"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:137
#, kde-format
msgid "Greenland"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:138
#, kde-format
msgid "Grenada"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:139
#, kde-format
msgid "Guadaloupe"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:140
#, kde-format
msgid "Guam"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:141
#, kde-format
msgid "Guatemala"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:142
#, kde-format
msgid "Guinea"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:143
#, kde-format
msgid "Guinea-Bissau"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:144
#, kde-format
msgid "Guyana"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:145
#, kde-format
msgid "Haiti"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:146
#, kde-format
msgid "Heard and McDonald Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:147
#, kde-format
msgid "Vatican"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:148
#, kde-format
msgid "Honduras"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:149
#, kde-format
msgid "Hong Kong"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:150
#, kde-format
msgid "Croatia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:151
#, kde-format
msgid "Hungary"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:152
#, kde-format
msgid "Iceland"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:153
#, kde-format
msgid "India"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:154
#, kde-format
msgid "Indonesia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:155
#, kde-format
msgid "Iran"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:156
#, kde-format
msgid "Iraq"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:157
#, kde-format
msgid "Ireland"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:158
#, kde-format
msgid "Israel"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:159
#, kde-format
msgid "Italy"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:160
#, kde-format
msgid "Jamaica"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:161
#, kde-format
msgid "Japan"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:162
#, kde-format
msgid "Jordan"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:163
#, kde-format
msgid "Kazakhstan"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:164
#, kde-format
msgid "Kenya"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:165
#, kde-format
msgid "Kiribati"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:166
#, kde-format
msgid "North-Korea"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:167
#, kde-format
msgid "South-Korea"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:168
#, kde-format
msgid "Kuwait"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:169
#, kde-format
msgid "Kyrgyz Republic"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:170
#, kde-format
msgid "Lao"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:171
#, kde-format
msgid "Latvia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:172
#, kde-format
msgid "Lebanon"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:173
#, kde-format
msgid "Lesotho"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:174
#, kde-format
msgid "Liberia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:175
#, kde-format
msgid "Libyan Arab Jamahiriya"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:176
#, kde-format
msgid "Liechtenstein"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:177
#, kde-format
msgid "Lithuania"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:178
#, kde-format
msgid "Luxembourg"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:179
#, kde-format
msgid "Macao"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:180
#, kde-format
msgid "Macedonia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:181
#, kde-format
msgid "Madagascar"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:182
#, kde-format
msgid "Malawi"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:183
#, kde-format
msgid "Malaysia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:184
#, kde-format
msgid "Maldives"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:185
#, kde-format
msgid "Mali"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:186
#, kde-format
msgid "Malta"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:187
#, kde-format
msgid "Marshall Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:188
#, kde-format
msgid "Martinique"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:189
#, kde-format
msgid "Mauritania"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:190
#, kde-format
msgid "Mauritius"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:191
#, kde-format
msgid "Mayotte"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:192
#, kde-format
msgid "Mexico"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:193
#, kde-format
msgid "Micronesia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:194
#, kde-format
msgid "Moldova"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:195
#, kde-format
msgid "Monaco"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:196
#, kde-format
msgid "Mongolia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:197
#, kde-format
msgid "Montserrat"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:198
#, kde-format
msgid "Morocco"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:199
#, kde-format
msgid "Mozambique"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:200
#, kde-format
msgid "Myanmar"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:201
#, kde-format
msgid "Namibia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:202
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:517
#, kde-format
msgid "Nauru"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:203
#, kde-format
msgid "Nepal"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:204
#, kde-format
msgid "Netherlands Antilles"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:205
#, kde-format
msgid "Netherlands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:206
#, kde-format
msgid "New Caledonia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:207
#, kde-format
msgid "New Zealand"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:208
#, kde-format
msgid "Nicaragua"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:209
#, kde-format
msgid "Niger"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:210
#, kde-format
msgid "Nigeria"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:211
#, kde-format
msgid "Niue"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:212
#, kde-format
msgid "Norfolk Island"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:213
#, kde-format
msgid "Northern Mariana Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:214
#, kde-format
msgid "Norway"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:215
#, kde-format
msgid "Oman"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:216
#, kde-format
msgid "Pakistan"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:217
#, kde-format
msgid "Palau"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:218
#, kde-format
msgid "Palestinian Territory"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:219
#, kde-format
msgid "Panama"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:220
#, kde-format
msgid "Papua New Guinea"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:221
#, kde-format
msgid "Paraguay"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:222
#, kde-format
msgid "Peru"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:223
#, kde-format
msgid "Philippines"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:224
#, kde-format
msgid "Pitcairn Island"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:225
#, kde-format
msgid "Poland"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:226
#, kde-format
msgid "Portugal"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:227
#, kde-format
msgid "Puerto Rico"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:228
#, kde-format
msgid "Qatar"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:229
#, kde-format
msgid "Reunion"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:230
#, kde-format
msgid "Romania"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:231
#, kde-format
msgid "Russian Federation"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:232
#, kde-format
msgid "Rwanda"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:233
#, kde-format
msgid "St. Helena"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:234
#, kde-format
msgid "St. Kitts and Nevis"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:235
#, kde-format
msgid "St. Lucia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:236
#, kde-format
msgid "St. Pierre and Miquelon"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:237
#, kde-format
msgid "St. Vincent and the Grenadines"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:238
#, kde-format
msgid "Samoa"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:239
#, kde-format
msgid "San Marino"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:240
#, kde-format
msgid "Sao Tome and Principe"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:241
#, kde-format
msgid "Saudi Arabia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:242
#, kde-format
msgid "Senegal"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:243
#, kde-format
msgid "Serbia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:244
#, kde-format
msgid "Seychelles"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:245
#, kde-format
msgid "Sierra Leone"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:246
#, kde-format
msgid "Singapore"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:247
#, kde-format
msgid "Slovakia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:248
#, kde-format
msgid "Slovenia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:249
#, kde-format
msgid "Solomon Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:250
#, kde-format
msgid "Somalia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:251
#, kde-format
msgid "South Africa"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:252
#, kde-format
msgid "South Georgia and the South Sandwich Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:253
#, kde-format
msgid "Spain"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:254
#, kde-format
msgid "Sri Lanka"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:255
#, kde-format
msgid "Sudan"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:256
#, kde-format
msgid "Suriname"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:257
#, kde-format
msgid "Svalbard & Jan Mayen Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:258
#, kde-format
msgid "Swaziland"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:259
#, kde-format
msgid "Sweden"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:260
#, kde-format
msgid "Switzerland"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:261
#, kde-format
msgid "Syrian Arab Republic"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:262
#, kde-format
msgid "Taiwan"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:263
#, kde-format
msgid "Tajikistan"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:264
#, kde-format
msgid "Tanzania"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:265
#, kde-format
msgid "Thailand"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:266
#, kde-format
msgid "Timor-Leste"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:267
#, kde-format
msgid "Togo"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:268
#, kde-format
msgid "Tokelau Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:269
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:559
#, kde-format
msgid "Tonga"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:270
#, kde-format
msgid "Trinidad and Tobago"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:271
#, kde-format
msgid "Tunisia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:272
#, kde-format
msgid "Turkey"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:273
#, kde-format
msgid "Turkmenistan"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:274
#, kde-format
msgid "Turks and Caicos Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:275
#, kde-format
msgid "Tuvalu"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:276
#, kde-format
msgid "US Virgin Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:277
#, kde-format
msgid "Uganda"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:278
#, kde-format
msgid "Ukraine"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:279
#, kde-format
msgid "United Arab Emirates"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:280
#, kde-format
msgid "United Kingdom"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:281
#, kde-format
msgid "United States Minor Outlying Islands"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:282
#, kde-format
msgid "United States of America"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:283
#, kde-format
msgid "Uruguay, Eastern Republic of"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:284
#, kde-format
msgid "Uzbekistan"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:285
#, kde-format
msgid "Vanuatu"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:286
#, kde-format
msgid "Venezuela"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:287
#, kde-format
msgid "Viet Nam"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:288
#, kde-format
msgid "Wallis and Futuna Islands "
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:289
#, kde-format
msgid "Western Sahara"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:290
#, kde-format
msgid "Yemen"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:291
#, kde-format
msgid "Zambia"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:292
#, kde-format
msgid "Zimbabwe"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:296
#, kde-format
msgid "United Nations"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:297
#, kde-format
msgid "European Union"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:298
#, kde-format
msgid "Space"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:299
#, kde-format
msgid "At Sea"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:300
#, kde-format
msgid "In Flight"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:301
#, kde-format
msgid "England"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:302
#, kde-format
msgid "Scotland"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:303
#, kde-format
msgid "Northern Ireland"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:304
#, kde-format
msgid "Wales"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:305
#, kde-format
msgid "Palestine"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:306
#, kde-format
msgid "Gaza"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:307
#, kde-format
msgid "Jericho"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/countryselector.cpp:328
#, kde-format
msgctxt "Unknown country"
msgid "Unknown"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/exifwidget.cpp:74
#, kde-format
msgid "Standard EXIF Tags"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/exifwidget.cpp:158
#: core/libs/widgets/metadata/iptcwidget.cpp:151
#: core/libs/widgets/metadata/makernotewidget.cpp:154
#: core/libs/widgets/metadata/xmpwidget.cpp:169
#, kde-format
msgid "No description available"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/exifwidget.cpp:166
#: core/libs/widgets/metadata/makernotewidget.cpp:162
#, kde-format
msgid "EXIF File to Save"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/exifwidget.cpp:167
#: core/libs/widgets/metadata/makernotewidget.cpp:163
#, kde-format
msgid "EXIF binary Files (*.exif)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/iptcwidget.cpp:67
#, kde-format
msgid "IPTC Records"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/iptcwidget.cpp:159
#, kde-format
msgid "IPTC File to Save"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/iptcwidget.cpp:160
#, kde-format
msgid "IPTC binary Files (*.iptc)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/makernotewidget.cpp:70
#, kde-format
msgid "MakerNote EXIF Tags"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:54
#, kde-format
msgid "Interoperability"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:58
#, kde-format
msgid "Image Information"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:62
#: core/showfoto/setup/showfotosetuptooltip.cpp:143
#: core/utilities/searchwindow/searchgroup.cpp:178
#: core/utilities/setup/setuptooltip.cpp:240
#, kde-format
msgid "Photograph Information"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:66
#, kde-format
msgid "Global Positioning System"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:70
#, kde-format
msgid "Embedded Thumbnail"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:76
#, kde-format
msgid "IIM Envelope"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:80
#, kde-format
msgid "IIM Application 2"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:86
#, kde-format
msgid "Additional Exif Properties"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:90
#, kde-format
msgid "Camera Raw"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:94
#, kde-format
msgid "Dublin Core"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:98
#, kde-format
msgid "digiKam schema"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:102
#, kde-format
msgid "Exif-specific Properties"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:106
#, kde-format
msgid "IPTC Core"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:110
#, kde-format
msgid "IPTC Extension schema"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:114
#, kde-format
msgid "Microsoft Photo"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:118
#, kde-format
msgid "Adobe PDF"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:122
#, kde-format
msgid "Adobe Photoshop"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:126
#, kde-format
msgid "PLUS License Data Format Schema"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:130
#, kde-format
msgid "TIFF Properties"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:134
#, kde-format
msgid "Basic Schema"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:138
#, kde-format
msgid "Basic Job Ticket"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:142
#, kde-format
msgid "Dynamic Media"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:146
#, kde-format
msgid "Media Management "
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:150
#, kde-format
msgid "Rights Management"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:154
#, kde-format
msgid "Paged-Text"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:160
#, kde-format
msgid "Metadata Working Group Regions"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/mdkeylistviewitem.cpp:164
#, kde-format
msgid "Darwin Core"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatalistview.cpp:139
#, kde-format
msgid ""
"<b>Title: </b>"
"<p>%1</p>"
"<b>Value: </b>"
"<p>%2</p>"
"<b>Description: </b>"
"<p>%3</p>"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatalistviewitem.cpp:76
#, kde-format
msgid "Unavailable"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatapanel.cpp:218
#, kde-format
msgid "EXIF viewer"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatapanel.cpp:222
#, kde-format
msgid "Makernotes viewer"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatapanel.cpp:226
#, kde-format
msgid "IPTC viewer"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatapanel.cpp:230
#, kde-format
msgid "XMP viewer"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadataselector.cpp:277
#, kde-format
msgid "Clear"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadataselector.cpp:278
#, kde-format
msgid "Default"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatawidget.cpp:125
#, kde-format
msgid "Tags filter options"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatawidget.cpp:128
#, kde-format
msgid "Apply tags filter over metadata."
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatawidget.cpp:133
#, kde-format
msgid "No filter"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatawidget.cpp:136
#, kde-format
msgid "Photograph"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatawidget.cpp:139
#: core/utilities/assistants/printcreator/wizard/advprintphotopage.cpp:59
#: core/utilities/queuemanager/tools/transform/rotate.cpp:103
#, kde-format
msgid "Custom"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatawidget.cpp:143
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:217
#: core/utilities/import/main/importui.cpp:269
#, kde-format
msgid "Settings"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatawidget.cpp:155
#, kde-format
msgid "Run tool over metadata tags."
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatawidget.cpp:158
#, kde-format
msgctxt "@action:inmenu"
msgid "Save in file"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatawidget.cpp:159
#, kde-format
msgctxt "@action:inmenu"
msgid "Print"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatawidget.cpp:160
#, kde-format
msgctxt "@action:inmenu"
msgid "Copy to Clipboard"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatawidget.cpp:323
#, kde-format
msgid "File name: %1 (%2)"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/metadatawidget.cpp:370
#, kde-format
msgid "<p><big><big><b>File name: %1 (%2)</b></big></big>"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/picklabelwidget.cpp:360
#, kde-format
msgid "Pick Label: %1"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/subjectwidget.cpp:136
#, kde-format
msgid "Use structured definition of the subject matter:"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/subjectwidget.cpp:142
#, kde-format
msgid "Use standard <b><a href='http://www.iptc.org/site/NewsCodes'>reference code</a></b>"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/subjectwidget.cpp:152
#, kde-format
msgid "Use custom definition"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/subjectwidget.cpp:198
#, kde-format
msgctxt "Information Provider Reference: A name, registered with the IPTC/NAA, identifying the provider that guarantees the uniqueness of the UNO"
msgid "I.P.R:"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/subjectwidget.cpp:199
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:253
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:242
#, kde-format
msgid "Reference:"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/subjectwidget.cpp:201
#, kde-format
msgid "Matter:"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/subjectwidget.cpp:202
#, kde-format
msgid "Detail:"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/subjectwidget.cpp:209
#: core/utilities/metadataedit/iptc/iptccategories.cpp:112
#: core/utilities/metadataedit/iptc/iptckeywords.cpp:99
#: core/utilities/metadataedit/xmp/xmpcategories.cpp:102
#: core/utilities/metadataedit/xmp/xmpkeywords.cpp:90
#, kde-format
msgid "&Add"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/subjectwidget.cpp:211
#: core/utilities/metadataedit/iptc/iptccategories.cpp:114
#: core/utilities/metadataedit/iptc/iptckeywords.cpp:101
#: core/utilities/metadataedit/xmp/xmpcategories.cpp:104
#: core/utilities/metadataedit/xmp/xmpkeywords.cpp:92
#: core/utilities/setup/album/setupcategory.cpp:107
#, kde-format
msgid "&Replace"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/xmpwidget.cpp:85
#, kde-format
msgid "XMP Schema"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/xmpwidget.cpp:177
#, kde-format
msgid "XMP File to Save"
msgstr ""
#. +> trunk5
#: core/libs/widgets/metadata/xmpwidget.cpp:178
#, kde-format
msgid "XMP text Files (*.xmp)"
msgstr ""
#. +> trunk5
#: core/showfoto/main/main.cpp:62
#, kde-format
msgid "Showfoto"
msgstr ""
#. +> trunk5
#: core/showfoto/main/main.cpp:79
#, kde-format
msgid "File(s) or folder(s) to open"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto.cpp:179
#, kde-format
msgid ""
"<p>The ICC profile path seems to be invalid.</p>"
"<p>If you want to set it now, select \"Yes\", otherwise select \"No\". In this case, \"Color Management\" feature will be disabled until you solve this issue</p>"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto.cpp:273
#, kde-format
msgid "Error Loading File"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto.cpp:274
#, kde-format
msgid ""
"Failed to load file: %1\n"
"Remote file handling is not supported"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto.cpp:313
#, kde-format
msgctxt "unknown image dimensions"
msgid "Unknown"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto.cpp:352
#: core/utilities/imageeditor/main/imagewindow.cpp:486
#, kde-format
msgctxt "<Image file name> (<Image number> of <Images in album>)"
msgid "%1 (%2 of %3)"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto.cpp:389
#, kde-format
msgid "Open Images From Folder"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto.cpp:512
#: core/utilities/imageeditor/editor/editorwindow.cpp:2738
#, kde-format
msgid "Error Saving File"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto.cpp:513
#, kde-format
msgid "Failed to save file: %1"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto.cpp:514
#, kde-format
msgid "Remote file handling is not supported"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto.cpp:533
#: core/utilities/imageeditor/main/imagewindow.cpp:565
#: core/utilities/imageeditor/main/imagewindow.cpp:668
#, kde-format
msgid "Image saved successfully"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto.cpp:611
#, kde-format
msgid ""
"About to delete file \"%1\"\n"
"Are you sure?"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto.cpp:625
#, kde-format
msgid "Cannot delete \"%1\""
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto.cpp:809
#, kde-format
msgid "There is no dropped item to process."
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto_config.cpp:117
#, kde-format
msgid "Delete File"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto_setup.cpp:42
#, kde-format
msgid "Open folder"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto_setup.cpp:135
#, kde-format
msgid "ShowFoto Thumbnail Dock"
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto_tools.cpp:45
#: core/utilities/imageeditor/main/imagewindow_tools.cpp:115
#: core/utilities/lighttable/lighttablewindow_tools.cpp:133
#: core/utilities/lighttable/lighttablewindow_tools.cpp:160
#, kde-format
msgid "Preparing slideshow. Please wait..."
msgstr ""
#. +> trunk5
#: core/showfoto/main/showfoto_tools.cpp:86
#, kde-format
msgid "Preparing presentation. Please wait..."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetup.cpp:104 core/utilities/setup/setup.cpp:135
#, kde-format
msgid "Configure"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetup.cpp:111
#, kde-format
msgid "Editor Window"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetup.cpp:112
#, kde-format
msgid ""
"<qt>Editor Window Settings<br/>"
"<i>Customize editor window behavior</i></qt>"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetup.cpp:118 core/utilities/setup/setup.cpp:167
#, kde-format
msgid ""
"<qt>Embedded Image Information Management<br/>"
"<i>Setup relations between images and metadata</i></qt>"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetup.cpp:123
#, kde-format
msgid "Tool Tip"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetup.cpp:124
#, kde-format
msgid ""
"<qt>Thumbbar Items Tool-Tip Settings<br/>"
"<i>Customize information in tool-tips</i></qt>"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetup.cpp:129
#, kde-format
msgid "RAW Decoding"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetup.cpp:130
#, kde-format
msgid ""
"<qt>RAW Files Decoding Settings<br/>"
"<i>Customize default RAW decoding settings</i></qt>"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetup.cpp:136
#, kde-format
msgid ""
"<qt>Settings for Color Management<br/>"
"<i>Customize color management settings</i></qt>"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetup.cpp:141
#, kde-format
msgid "Save Images"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetup.cpp:142
#, kde-format
msgid ""
"<qt>Settings for Saving Image Files<br/>"
"<i>Set default configuration used to save images</i></qt>"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetup.cpp:147 core/utilities/setup/setup.cpp:196
#, kde-format
msgid "Slide Show"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetup.cpp:148 core/utilities/setup/setup.cpp:197
#, kde-format
msgid ""
"<qt>Slide Show Settings<br/>"
"<i>Customize slideshow settings</i></qt>"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetup.cpp:154
#, kde-format
msgid ""
"<qt>Miscellaneous Settings<br/>"
"<i>Customize behavior of the other parts of Showfoto</i></qt>"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmetadata.cpp:93
#: core/utilities/setup/metadata/setupmetadata.cpp:422
#, kde-format
msgctxt "@label"
msgid "Rotate actions"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmetadata.cpp:98
#: core/utilities/setup/metadata/setupmetadata.cpp:427
#, kde-format
msgid "Show images/thumbnails &rotated according to orientation tag."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmetadata.cpp:100
#: core/utilities/setup/metadata/setupmetadata.cpp:429
#, kde-format
msgid "Set orientation tag to normal after rotate/flip."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmetadata.cpp:118
#: core/utilities/setup/metadata/setupmetadata.cpp:306
#, kde-format
msgid "Visit Exiv2 project website"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmetadata.cpp:125
#: core/utilities/setup/metadata/setupmetadata.cpp:313
#, kde-format
msgid "<p><a href='http://en.wikipedia.org/wiki/Exif'>EXIF</a> - a standard used by most digital cameras today to store technical information (like aperture and shutter speed) about an image.</p>"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmetadata.cpp:129
#: core/utilities/setup/metadata/setupmetadata.cpp:317
#, kde-format
msgid "<p><a href='http://en.wikipedia.org/wiki/IPTC_Information_Interchange_Model'>IPTC</a> - an older standard used in digital photography to store photographer information in images.</p>"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmetadata.cpp:135
#: core/utilities/setup/metadata/setupmetadata.cpp:322
#, kde-format
msgid "<p><a href='http://en.wikipedia.org/wiki/Extensible_Metadata_Platform'>XMP</a> - a new standard used in digital photography, designed to replace IPTC.</p>"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmetadata.cpp:157
#: core/utilities/queuemanager/views/queuesettingsview.cpp:232
#: core/utilities/setup/camera/setupcamera.cpp:391
#: core/utilities/setup/setupicc.cpp:503
#, kde-format
msgid "Behavior"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:112
#, kde-format
msgid "Images Sort Order"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:116
#, kde-format
msgid "Sort images by:"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:118
#, kde-format
msgctxt "sort images by date"
msgid "Date"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:119
#, kde-format
msgctxt "sort images by name"
msgid "Name"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:120
#, kde-format
msgctxt "sort images by size"
msgid "File Size"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:121
#, kde-format
msgid "Here, select whether newly-loaded images are sorted by their date, name, or size on disk."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:124
#, kde-format
msgid "Reverse ordering"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:125
#, kde-format
msgid "If this option is enabled, newly-loaded images will be sorted in descending order."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:134
#, kde-format
msgid "Thumbnails"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:137
#, kde-format
msgid "&Show image Format"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:138
#: core/utilities/setup/camera/setupcamera.cpp:479
#, kde-format
msgid "Set this option to show image format over image thumbnail."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:139
#, kde-format
msgid "&Show Geolocation Indicator"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:140
#: core/utilities/setup/camera/setupcamera.cpp:482
#, kde-format
msgid "Set this option to indicate if image has geolocation information."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:148
#: core/utilities/setup/setupmisc.cpp:171
#, kde-format
msgid "Application Behavior"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:151
#: core/utilities/setup/setupmisc.cpp:174
#, kde-format
msgid "&Show splash screen at startup"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:152
#: core/utilities/setup/setupmisc.cpp:175
#, kde-format
msgid "Use file dialogs from the system"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:153
#: core/utilities/setup/setupmisc.cpp:177
#, kde-format
msgid "Scroll current item to center of thumbbar"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:156
#: core/utilities/setup/setupmisc.cpp:195
#, kde-format
msgid "Sidebar tab title:"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:158
#: core/utilities/setup/setupmisc.cpp:197
#, kde-format
msgid "Only For Active Tab"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:159
#: core/utilities/setup/setupmisc.cpp:198
#, kde-format
msgid "For All Tabs"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:160
#, kde-format
msgid "Set this option to configure how sidebars tab title are visible."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:163
#: core/utilities/setup/setupmisc.cpp:203
#, kde-format
msgid "Widget style:"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:165
#: core/utilities/setup/setupmisc.cpp:205
#, kde-format
msgid "Set this option to choose the default window decoration and looks."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:180
#: core/utilities/setup/setupmisc.cpp:220
#, kde-format
msgid "Icon theme (changes after restart):"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:182
#: core/utilities/setup/setupmisc.cpp:222
#, kde-format
msgid "Set this option to choose the default icon theme."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:184
#: core/utilities/setup/setupmisc.cpp:224
#, kde-format
msgid "Use Icon Theme From System"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:197
#: core/utilities/setup/setupmisc.cpp:237
#, kde-format
msgid "Breeze"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetupmisc.cpp:203
#: core/utilities/setup/setupmisc.cpp:243
#, kde-format
msgid "Breeze Dark"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:106
#, kde-format
msgid "Show Thumbbar items' toolti&ps"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:107
#, kde-format
msgid "Set this option to display the image information when the mouse hovers over a thumbbar item."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:110
#, kde-format
msgid "Font:"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:111
#, kde-format
msgid "Select here the font used to display text in tooltips."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:115
#, kde-format
msgid "File/Image Information"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:118
#, kde-format
msgid "Show file name"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:119
#: core/utilities/setup/setuptooltip.cpp:212
#, kde-format
msgid "Set this option to display the image file name."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:121
#, kde-format
msgid "Show file date"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:122
#: core/utilities/setup/setuptooltip.cpp:215
#, kde-format
msgid "Set this option to display the image file date."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:124
#, kde-format
msgid "Show file size"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:125
#: core/utilities/setup/setuptooltip.cpp:218
#, kde-format
msgid "Set this option to display the image file size."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:127
#, kde-format
msgid "Show image type"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:128
#: core/utilities/setup/setuptooltip.cpp:221
#, kde-format
msgid "Set this option to display the image type."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:130
#, kde-format
msgid "Show image dimensions"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:131
#: core/utilities/setup/setuptooltip.cpp:224
#, kde-format
msgid "Set this option to display the image dimensions in pixels."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:146
#: core/utilities/setup/setupslideshow.cpp:139
#, kde-format
msgid "Show camera make and model"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:147
#: core/utilities/setup/setuptooltip.cpp:244
#: core/utilities/setup/setuptooltip.cpp:424
#, kde-format
msgid "Set this option to display the make and model of the camera with which the image has been taken."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:150
#: core/utilities/setup/setuptooltip.cpp:247
#: core/utilities/setup/setuptooltip.cpp:427
#, kde-format
msgid "Camera lens model"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:151
#: core/utilities/setup/setuptooltip.cpp:248
#: core/utilities/setup/setuptooltip.cpp:428
#, kde-format
msgid "Set this option to display the lens model with which the image was taken."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:154
#, kde-format
msgid "Show camera date"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:155
#: core/utilities/setup/setuptooltip.cpp:252
#, kde-format
msgid "Set this option to display the date when the image was taken."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:157
#: core/utilities/setup/setupslideshow.cpp:133
#, kde-format
msgid "Show camera aperture and focal length"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:158
#: core/utilities/setup/setuptooltip.cpp:255
#: core/utilities/setup/setuptooltip.cpp:432
#, kde-format
msgid "Set this option to display the camera aperture and focal settings used to take the image."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:161
#: core/utilities/setup/setupslideshow.cpp:136
#, kde-format
msgid "Show camera exposure and sensitivity"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:162
#: core/utilities/setup/setuptooltip.cpp:259
#: core/utilities/setup/setuptooltip.cpp:436
#, kde-format
msgid "Set this option to display the camera exposure and sensitivity used to take the image."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:165
#, kde-format
msgid "Show camera mode and program"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:166
#: core/utilities/setup/setuptooltip.cpp:263
#, kde-format
msgid "Set this option to display the camera mode and program used to take the image."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:169
#, kde-format
msgid "Show camera flash settings"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:170
#: core/utilities/setup/setuptooltip.cpp:267
#: core/utilities/setup/setuptooltip.cpp:440
#, kde-format
msgid "Set this option to display the camera flash settings used to take the image."
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:173
#, kde-format
msgid "Show camera white balance settings"
msgstr ""
#. +> trunk5
#: core/showfoto/setup/showfotosetuptooltip.cpp:174
#: core/utilities/setup/setuptooltip.cpp:271
#: core/utilities/setup/setuptooltip.cpp:444
#, kde-format
msgid "Set this option to display the camera white balance settings used to take the image."
msgstr ""
#. +> trunk5
#: core/showfoto/thumbbar/itemviewshowfotodelegate.cpp:264
#: core/utilities/import/items/itemviewimportdelegate.cpp:316
#, kde-format
msgctxt "date of image creation"
msgid "created: %1"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenamedialog.cpp:271
#, kde-format
msgid "Current Name"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenamedialog.cpp:271
#, kde-format
msgid "New Name"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenamedialog.cpp:275
#, kde-format
msgid "This list shows the results for your renaming pattern. Red items indicate a name collision, either because the new name is equal to the current name, or because the name has already been assigned to another item."
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenamedialog.cpp:331
#, kde-format
msgid "Rename"
msgid_plural "Rename (%1 images)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenamedialog.cpp:432
#, kde-format
msgid "Sort Images"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenameprocessdialog.cpp:96
#, kde-format
msgid "&Abort"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenameprocessdialog.cpp:97
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:937
#, kde-format
msgid "Processing..."
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenameprocessdialog.cpp:98
#: core/utilities/advancedrename/advancedrenameprocessdialog.cpp:172
#, kde-format
msgid "Renaming images"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenameprocessdialog.cpp:99
#: core/utilities/advancedrename/advancedrenameprocessdialog.cpp:134
#, kde-format
msgid "<b>Renaming images. Please wait...</b>"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenameprocessdialog.cpp:173
#, kde-format
msgid ""
"An error occurred while renaming %1 image.\n"
"Do you want to rename this image again or rename this image by overwriting?"
msgid_plural ""
"An error occurred while renaming %1 images.\n"
"Do you want to rename these images again or rename these images by overwriting?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenameprocessdialog.cpp:182
#, kde-format
msgid "Rename Again"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenameprocessdialog.cpp:184
#, kde-format
msgid "Overwrite"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenameprocessdialog.cpp:231
#, kde-format
msgid "<b>Renaming images has failed...</b>"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenamewidget.cpp:338
#, kde-format
msgid "<p>Enter your renaming pattern here. Use the access buttons to quickly add renaming options and modifiers. For further explanation, use the information button.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenamewidget.cpp:345
#: core/utilities/import/widgets/albumcustomizer.cpp:128
#: core/utilities/import/widgets/scriptingsettings.cpp:93
#, kde-format
msgid "Show a list of all available options"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenamewidget.cpp:349
#: core/utilities/advancedrename/common/tooltipcreator.cpp:107
#, kde-format
msgid "Modifiers"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenamewidget.cpp:351
#, kde-format
msgid "<p>Add a modifier to a renaming option. To activate this button, place the cursor behind a renaming option or an already assigned modifier.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenamewidget.cpp:365
#, kde-format
msgid "Renaming Options"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenamewidget.cpp:384
#: core/utilities/advancedrename/common/tooltipcreator.cpp:106
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:160
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:459
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:158
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:158
#: core/utilities/assistants/webservices/vkontakte/vkwindow.cpp:169
#, kde-format
msgid "Options"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/advancedrenamewidget.cpp:386
#, kde-format
msgid "<p>Add renaming options to the parse string.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/common/tooltipcreator.cpp:55
#, kde-format
msgid "Modifiers can be applied to every renaming option."
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/common/tooltipcreator.cpp:56
#, kde-format
msgid "It is possible to assign multiple modifiers to an option, they are applied in the order you assign them."
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/common/tooltipcreator.cpp:58
#, kde-format
msgid "Be sure to use the quick access buttons: They might provide additional information about renaming and modifier options."
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/common/tooltipcreator.cpp:60
#, kde-format
msgid "The file list can be sorted, just right-click on it to see the sort criteria (album UI only)."
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/casemodifier.cpp:34
#, kde-format
msgid "Change Case"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/casemodifier.cpp:34
#, kde-format
msgid "change the case of a renaming option"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/casemodifier.cpp:38
#, kde-format
msgid "Convert to uppercase"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/casemodifier.cpp:39
#, kde-format
msgid "Uppercase"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/casemodifier.cpp:41
#, kde-format
msgid "Convert to lowercase"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/casemodifier.cpp:42
#, kde-format
msgid "Lowercase"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/casemodifier.cpp:44
#, kde-format
msgid "Convert the first letter of each word to uppercase"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/casemodifier.cpp:45
#, kde-format
msgid "First Letter of Each Word Uppercase"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/defaultvaluemodifier.cpp:48
#, kde-format
msgid "Default Value"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/defaultvaluemodifier.cpp:52
#, kde-format
msgid ""
"<p>Set a default value for empty strings.<br/>"
"When applied to a renaming option, an empty string will be replaced by the value you specify here.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/defaultvaluemodifier.cpp:77
#, kde-format
msgctxt "default value for empty strings"
msgid "Default Value..."
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/defaultvaluemodifier.cpp:78
#, kde-format
msgid "Set a default value for empty strings"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/rangemodifier.cpp:71
#, kde-format
msgid "Range..."
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/rangemodifier.cpp:72
#, kde-format
msgid "Add only a specific range of a renaming option"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/rangemodifier.cpp:76
#, kde-format
msgid "Extract a specific range (if '||to||' is omitted, go to the end of string)"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/removedoublesmodifier.cpp:40
#, kde-format
msgid "Remove Doubles"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/removedoublesmodifier.cpp:41
#, kde-format
msgid "Remove duplicate words"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/replacemodifier.cpp:61
#, kde-format
msgctxt "Replace text"
msgid "Replace..."
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/replacemodifier.cpp:61
#, kde-format
msgid "Replace text in a renaming option"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/replacemodifier.cpp:65
#, kde-format
msgid "Replace text (||options||: ||r|| = regular expression, ||i|| = ignore case)"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/trimmedmodifier.cpp:34
#, kde-format
msgid "Trimmed"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/trimmedmodifier.cpp:35
#, kde-format
msgid "Remove leading, trailing and extra whitespace"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/uniquemodifier.cpp:39
#, kde-format
msgctxt "unique value for duplicate strings"
msgid "Unique"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/uniquemodifier.cpp:40
#, kde-format
msgid "Add a suffix number to have unique strings in duplicate values"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/modifiers/uniquemodifier.cpp:46
#, kde-format
msgid "Add a suffix number, ||n|| specifies the number of digits to use"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/cameranameoption.cpp:39
#: core/utilities/searchwindow/searchfields.cpp:331
#: core/utilities/searchwindow/searchfields.cpp:357
#, kde-format
msgid "Camera"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/cameranameoption.cpp:40
#, kde-format
msgid "Add the camera name"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/cameranameoption.cpp:44
#, kde-format
msgid "Camera name"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/databaseoption.cpp:56
#: core/utilities/advancedrename/parser/options/metadataoption.cpp:56
#, kde-format
msgid "Keyword separator:"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/databaseoption.cpp:81
#, kde-format
msgid "Database..."
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/databaseoption.cpp:82
#, kde-format
msgid "Add information from the database"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/databaseoption.cpp:85
#, kde-format
msgid "Add database information"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/dbkeyselector.cpp:101
#, kde-format
msgid "Key"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:57
#, kde-format
msgid "Common File Information"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:59
#, kde-format
msgid "Default comment of the image"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:60
#, kde-format
msgid "Default author of the image"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:61
#, kde-format
msgid "Image dimension"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:62
#, kde-format
msgid "Image file size"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:63
#, kde-format
msgid "Format of the media file"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:64
#, kde-format
msgid "Type of the media file"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:65
#, kde-format
msgid "Rating of the media file"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:66
#, kde-format
msgid "Height of the media file"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:67
#, kde-format
msgid "Width of the media file"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:68
#, kde-format
msgid "Image orientation"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:69
#, kde-format
msgid "Color depth (bits per channel)"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:70
#, kde-format
msgid "Color model of the image"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:71
#, kde-format
msgid "A comma separated list of all authors"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:67
#, kde-format
msgid "Metadata Information"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:69
#, kde-format
msgid "Make of the camera"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:70
#, kde-format
msgid "Model of the camera"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:71
#, kde-format
msgid "Lens of the camera"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:74
#, kde-format
msgid "Focal length (35mm equivalent)"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:75
#: core/utilities/searchwindow/searchfields.cpp:447
#, kde-format
msgid "Exposure time"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:76
#, kde-format
msgid "Exposure program"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:77
#, kde-format
msgid "Exposure mode"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:79
#: core/utilities/searchwindow/searchfields.cpp:507
#, kde-format
msgid "Flash mode"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:81
#, kde-format
msgid "White balance (color temperature)"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:82
#, kde-format
msgid "Metering mode"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:83
#, kde-format
msgid "Subject distance"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:84
#, kde-format
msgid "Subject distance (category)"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:86
#, kde-format
msgid "Display Aspect Ratio"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:87
#: core/utilities/searchwindow/searchfields.cpp:772
#: core/utilities/setup/setuptooltip.cpp:321
#, kde-format
msgid "Audio Bit Rate"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:88
#: core/utilities/searchwindow/searchfields.cpp:789
#: core/utilities/setup/setuptooltip.cpp:324
#, kde-format
msgid "Audio Channel Type"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:89
#, kde-format
msgid "Audio Codec (Audio Codec)"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:90
#, kde-format
msgid "Duration of File"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:91
#, kde-format
msgid "Frame Rate of Video"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:92
#: core/utilities/setup/setuptooltip.cpp:336
#, kde-format
msgid "Video Codec"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:57
#, kde-format
msgid "Position Information (GPS)"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:59
#, kde-format
msgid "Latitude in the format as described by the XMP specification"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:60
#, kde-format
msgid "Longitude in the format as described by the XMP specification"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:61
#, kde-format
msgid "Latitude as double value"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:62
#, kde-format
msgid "Longitude as double value"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:63
#, kde-format
msgid "Latitude in a human readable form"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:64
#, kde-format
msgid "Longitude in a human readable form"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:65
#, kde-format
msgid "Altitude in meters"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:66
#, kde-format
msgid "Altitude in a human readable form"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:67
#: core/utilities/searchwindow/searchfields.cpp:261
#, kde-format
msgid "Orientation"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:68
#, kde-format
msgid "Roll"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:69
#, kde-format
msgid "Tilt"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:70
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:532
#, kde-format
msgid "Accuracy"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/dateoption.cpp:48
#, kde-format
msgctxt "date format settings"
msgid "format settings"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/dateoption.cpp:57
#, kde-format
msgctxt "@item:inlistbox date format"
msgid "Standard"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/dateoption.cpp:58
#, kde-format
msgctxt "@item:inlistbox date format"
msgid "ISO"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/dateoption.cpp:59
#, kde-format
msgctxt "@item:inlistbox date format"
msgid "Text"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/dateoption.cpp:60
#, kde-format
msgctxt "@item:inlistbox date format"
msgid "Unix Time Stamp"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/dateoption.cpp:61
#, kde-format
msgctxt "@item:inlistbox date format"
msgid "Custom"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/dateoption.cpp:121
#, kde-format
msgctxt "Get date information from the image"
msgid "Image"
msgstr ""
#. i18nc("Get date information from the current date", "Current Date"),
#. QVariant(CurrentDateTime));
#. +> trunk5
#: core/utilities/advancedrename/parser/options/dateoption.cpp:125
#, kde-format
msgctxt "Set a fixed date"
msgid "Fixed Date"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/dateoption.cpp:148
#, kde-format
msgid "Enter custom format"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/dateoption.cpp:240
#, kde-format
msgid "example: "
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/dateoption.cpp:247
#, kde-format
msgid "Date && Time..."
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/dateoption.cpp:248
#, kde-format
msgid "Add date and time information"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/dateoption.cpp:251
#, kde-format
msgid "Date and time (standard format)"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/dateoption.cpp:252
#: core/utilities/advancedrename/parser/options/dateoption.cpp:253
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:528
#, kde-format
msgid "Date and time"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/directorynameoption.cpp:40
#, kde-format
msgctxt "renaming option for directory related information"
msgid "Directory"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/directorynameoption.cpp:41
#, kde-format
msgid "Add the directory name"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/directorynameoption.cpp:44
#, kde-format
msgid "Directory name"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/directorynameoption.cpp:45
#, kde-format
msgid "Name of the parent directory, additional '.' characters move up in the directory hierarchy"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:46
#, kde-format
msgid "File"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:47
#, kde-format
msgid "Add file properties"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:53
#, kde-format
msgctxt "File name"
msgid "Name"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:55
#, kde-format
msgid "File extension, prepend with a '.' character, to modify the real file extension"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:56
#, kde-format
msgctxt "File extension"
msgid "Extension"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:58
#, kde-format
msgid "Owner of the file"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:59
#, kde-format
msgctxt "Owner of the file"
msgid "Owner"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:61
#, kde-format
msgid "Group of the file"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:62
#, kde-format
msgctxt "Group of the file"
msgid "Group"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/metadataoption.cpp:103
#, kde-format
msgid "Metadata..."
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/metadataoption.cpp:104
#, kde-format
msgid "Add metadata information"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/sequencenumberoption.cpp:62
#, kde-format
msgctxt "Sequence Number"
msgid "Number..."
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/sequencenumberoption.cpp:63
#, kde-format
msgid "Add a sequence number"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/sequencenumberoption.cpp:66
#, kde-format
msgid "Sequence number"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/sequencenumberoption.cpp:67
#, kde-format
msgid "Sequence number (||options||: ||e|| = extension aware, ||f|| = folder aware)"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/sequencenumberoption.cpp:68
#, kde-format
msgid "Sequence number (custom start)"
msgstr ""
#. +> trunk5
#: core/utilities/advancedrename/parser/options/sequencenumberoption.cpp:69
#, kde-format
msgid "Sequence number (custom start + step)"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calintropage.cpp:53
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1><b>Welcome to Calendar Tool</b></h1>"
"</p>"
"<p>This assistant will guide you to create and print a calendar with a selection of images taken from your collection.</p>"
"<p>This tool will also permit to set specific dates on your calendar using external data event files as <a href='http://en.wikipedia.org/wiki/VCalendar'>vCalendar</a>, and <a href='http://en.wikipedia.org/wiki/Icalendar'>iCalendar</a> formats.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:113
#, kde-format
msgid "Create Calendar"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:115
#, kde-format
msgid "Welcome to Calendar Tool"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:120
#, kde-format
msgid "Create Template for Calendar"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:129
#, kde-format
msgid "Choose events to show on the Calendar"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:139
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:279
#, kde-format
msgid "Print Calendar"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:147
#, kde-format
msgid "Printing in Progress"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:154
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:158
#, kde-format
msgid "%1|Calendar Data File"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:155
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:159
#, kde-format
msgid "Select Calendar Data File"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:212
#, kde-format
msgid ""
"No valid images selected for months<br/>"
"Click Back to select images"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:227
#, kde-format
msgid ""
"Please note that you are making a calendar for<br/>"
"the current year or a year in the past."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:234
#, kde-format
msgid ""
"Click Next to start Printing<br/>"
"<br/>"
"Following months will be printed for year %1:<br/>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:287
#, kde-format
msgid "Printing Cancelled"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:299
#, kde-format
msgid "Create calendar"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:347
#, kde-format
msgid "Printing calendar page for %1 of %2"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/calendar/wizard/calwizard.cpp:357
#, kde-format
msgid "Printing Complete"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:290
#: core/utilities/import/dialogs/cameramessagebox.cpp:145
#: core/utilities/searchwindow/searchfields.cpp:156
#, kde-format
msgid "File Name"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:291
#, kde-format
msgid "User1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:292
#, kde-format
msgid "User2"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:293
#, kde-format
msgid "User3"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:294
#, kde-format
msgid "User4"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:295
#, kde-format
msgid "User5"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:296
#, kde-format
msgid "User6"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:539
#, kde-format
msgid "Add new images to the list"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:540
#, kde-format
msgid "Remove selected images from the list"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:541
#, kde-format
msgid "Move current selected image up in the list"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:542
#, kde-format
msgid "Move current selected image down in the list"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:543
#, kde-format
msgid "Clear the list."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:544
#, kde-format
msgid "Load a saved list."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:545
#, kde-format
msgid "Save the list."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:975
#, kde-format
msgid "Select the image file list to load"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:976
#: core/utilities/assistants/common/dimageslist.cpp:1048
#: core/utilities/assistants/webservices/filetransfer/ftexportwidget.cpp:163
#: core/utilities/assistants/webservices/filetransfer/ftimportwidget.cpp:104
#, kde-format
msgid "All Files (*)"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dimageslist.cpp:1047
#, kde-format
msgid "Select the image file list to save"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dmetainfoiface.cpp:158
#: core/utilities/assistants/htmlgallery/wizard/htmloutputpage.cpp:92
#: core/utilities/assistants/printcreator/wizard/advprintoutputpage.cpp:116
#: core/utilities/assistants/videoslideshow/wizard/vidslideoutputpage.cpp:128
#, kde-format
msgid "Destination Folder"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dmetainfoiface.cpp:159
#: core/utilities/assistants/printcreator/wizard/advprintoutputpage.cpp:117
#: core/utilities/assistants/videoslideshow/wizard/vidslideoutputpage.cpp:129
#, kde-format
msgid "Output Destination Path"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dpreviewimage.cpp:527
#: core/utilities/assistants/common/dpreviewimage.cpp:528
#, kde-format
msgid "Zoom In"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dpreviewimage.cpp:534
#: core/utilities/assistants/common/dpreviewimage.cpp:535
#, kde-format
msgid "Zoom Out"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dpreviewimage.cpp:541
#: core/utilities/assistants/common/dpreviewimage.cpp:542
#, kde-format
msgid "Zoom to Fit"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dsavesettingswidget.cpp:71
#, kde-format
msgid "Output file format:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/common/dsavesettingswidget.cpp:73
#, kde-format
msgid ""
"<p>Set the output file format to use here:</p>"
"<p><b>JPEG</b>: output the processed image in JPEG format. This format will give smaller-sized files.</p>"
"<p><b>Warning: Due to the destructive compression algorithm, JPEG is a lossy quality format.</b></p>"
"<p><b>TIFF</b>: output the processed image in TIFF format. This generates large files, without losing quality. Image is compressed.</p>"
"<p><b>PNG</b>: output the processed image in PNG format. This generates large files, without losing quality. Image is compressed.</p>"
"<p><b>PPM</b>: output the processed image in PPM format. This generates the largest files, without losing quality. Image is not compressed.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/bracketstack.cpp:118
#, kde-format
msgctxt "@title:column Processing checkbox"
msgid "Include for Enfuse"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/bracketstack.cpp:119
#, kde-format
msgctxt "@title:column Input file name"
msgid "File Name"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/bracketstack.cpp:120
#, kde-format
msgctxt "@title:column Input image exposure"
msgid "Exposure (EV)"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:49
#, kde-format
msgid "Hardmask: enabled"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:49
#, kde-format
msgid "Hardmask: disabled"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:51
#, kde-format
msgid "CIECAM02: enabled"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:51
#, kde-format
msgid "CIECAM02: disabled"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:53
#, kde-format
msgid "Levels: auto"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:53
#, kde-format
msgid "Levels: %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:55
#, kde-format
msgid "Exposure: %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:57
#, kde-format
msgid "Saturation: %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:59
#, kde-format
msgid "Contrast: %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:126
#, kde-format
msgctxt "@option:check Enfuse setting"
msgid "Automatic Local/Global Image Features Balance (Levels)"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:128
#, kde-format
msgctxt "@info:tooltip"
msgid "Optimize image features (contrast, saturation, . . .) to be as global as possible."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:130
#, kde-format
msgctxt "@info:whatsthis"
msgid "Set automatic level selection (maximized) for pyramid blending, i.e. optimize image features (contrast, saturation, . . .) to be as global as possible."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:133
#, kde-format
msgctxt "@label:slider Enfuse settings"
msgid "Image Features Balance:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:138
#, kde-format
msgctxt "@info:tooltip"
msgid "Balances between local features (small number) or global features (high number)."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:140
#, kde-format
msgctxt "@info:whatsthis"
msgid "Set the number of levels for pyramid blending. Balances towards local features (small number) or global features (high number). Additionally, a low number trades off quality of results for faster execution time and lower memory usage."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:145
#, kde-format
msgctxt "@option:check"
msgid "Hard Mask"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:147
#, kde-format
msgctxt "@info:tooltip"
msgid "Useful only for focus stack to improve sharpness."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:149
#, kde-format
msgctxt "@info:whatsthis"
msgid "Force hard blend masks without averaging on finest scale. This is only useful for focus stacks with thin and high contrast features. It improves sharpness at the expense of increased noise."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:154
#, kde-format
msgctxt "@label:slider Enfuse settings"
msgid "Well-Exposedness Contribution:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:159
#, kde-format
msgctxt "@info:tooltip"
msgid "Contribution of well exposed pixels to the blending process."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:161
#, kde-format
msgctxt "@info:whatsthis"
msgid "Set the well-exposedness criterion contribution for the blending process. Higher values will favor well-exposed pixels."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:164
#, kde-format
msgctxt "@label:slider enfuse settings"
msgid "High-Saturation Contribution:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:170
#, kde-format
msgctxt "@info:tooltip"
msgid "Contribution of highly saturated pixels to the blending process."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:172
#, kde-format
msgctxt "@info:whatsthis"
msgid "Increasing this value makes pixels with high saturation contribute more to the final output."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:175
#, kde-format
msgctxt "@label:slider enfuse settings"
msgid "High-Contrast Contribution:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:181
#, kde-format
msgctxt "@info:tooltip"
msgid "Contribution of highly contrasted pixels to the blending process."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:183
#, kde-format
msgctxt "@info:whatsthis"
msgid "Sets the relative weight of high-contrast pixels. Increasing this weight makes pixels with neighboring differently colored pixels contribute more to the final output. Particularly useful for focus stacks."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:187
#, kde-format
msgctxt "@option:check"
msgid "Use Color Appearance Model (CIECAM02)"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:189
#, kde-format
msgctxt "@info:tooltip"
msgid "Convert to CIECAM02 color appearance model during the blending process instead of RGB."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusesettings.cpp:191
#, kde-format
msgctxt "@info:whatsthis"
msgid "Use Color Appearance Modelling (CIECAM02) to render detailed colors. Your input files should have embedded ICC profiles. If no ICC profile is present, sRGB color space will be assumed. The difference between using this option and default color blending algorithm is very slight, and will be most noticeable when you need to blend areas of different primary colors together."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusestack.cpp:186
#, kde-format
msgctxt "@title:column Saving checkbox"
msgid "Include during Saving"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusestack.cpp:187
#, kde-format
msgctxt "@title:column Output file name"
msgid "Output"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusestack.cpp:188
#, kde-format
msgctxt "@title:column Source file names"
msgid "Selected Inputs"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusestack.cpp:214
#, kde-format
msgctxt "@item:inmenu"
msgid "Remove item"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/enfusestack.cpp:221
#, kde-format
msgctxt "@item:inmenu"
msgid "Clear all"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:131
#, kde-format
msgid "Exposure Blending"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:139
#, kde-format
msgctxt "@action:button"
msgid "&Save"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:141
#, kde-format
msgctxt "@info:tooltip"
msgid "Process and save selected items."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:145
#, kde-format
msgctxt "@action:button"
msgid "&Preview"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:147
#, kde-format
msgctxt "@info:tooltip"
msgid "Process a preview of bracketed images stack with current settings."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:151
#, kde-format
msgctxt "@action:button"
msgid "&Default"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:153
#, kde-format
msgctxt "@info:tooltip"
msgid "Revert current settings to default values."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:159
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:111
#, kde-format
msgctxt "@action:button"
msgid "Details..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:177
#, kde-format
msgid "Enfuse Settings"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:189
#, kde-format
msgid "Save Settings"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:199
#, kde-format
msgctxt "@label:textbox"
msgid "File Name Template: "
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:317
#, kde-format
msgctxt "@title:window"
msgid "Enfuse Processing Messages"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:479
#, kde-format
msgid "Failed to save image to %1."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:518
#, kde-format
msgid "Processing preview of bracketed images..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:524
#, kde-format
msgid "Processing output of bracketed images..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:549
#, kde-format
msgid "Failed to load processed image."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:558
#, kde-format
msgid "Failed to process preview of bracketed images."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:568
#, kde-format
msgid "Failed to process output of bracketed images."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:625
#: core/utilities/assistants/webservices/common/wstooldialog.cpp:111
#, kde-format
msgid "Close"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:627
#: core/utilities/assistants/webservices/common/wstooldialog.cpp:113
#, kde-format
msgid "Close window"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/blendingdlg/expoblendingdlg.cpp:634
#: core/utilities/assistants/webservices/common/wstooldialog.cpp:120
#, kde-format
msgid "Cancel current operation"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/manager/expoblendingthread.cpp:326
#, kde-format
msgctxt "average scene luminance value unknown"
msgid "unknown"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/manager/expoblendingthread.cpp:868
#, kde-format
msgid ""
"Cannot run %1:\n"
"\n"
" %2"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/wizard/expoblendingintropage.cpp:61
#, kde-format
msgctxt "@title:window"
msgid "Welcome to Stacked Images Tool"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/wizard/expoblendingintropage.cpp:68
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1><b>Welcome to Stacked Images Tool</b></h1>"
"</p>"
"<p>This tool fuses bracketed images with different exposure to make pseudo <a href='http://en.wikipedia.org/wiki/High_dynamic_range_imaging'>HDR image</a>.</p>"
"<p>It can also be used to <a href='https://en.wikipedia.org/wiki/Focus_stacking'>merge focus bracketed stack</a> to get a single image with increased depth of field.</p>"
"<p>This assistant will help you to configure how to import images before merging them to a single one.</p>"
"<p>Bracketed images must be taken with the same camera, in the same conditions, and if possible using a tripod.</p>"
"<p>For more information, please take a look at <a href='http://en.wikipedia.org/wiki/Bracketing'>this page</a></p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/wizard/expoblendingintropage.cpp:85
#, kde-format
msgctxt "@title:group"
msgid "Exposure Blending Binaries"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/wizard/expoblendingitemspage.cpp:63
#, kde-format
msgctxt "@title:window"
msgid "<b>Set Bracketed Images</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/wizard/expoblendingitemspage.cpp:71
#, kde-format
msgid ""
"<qt>"
"<p>Set here the list of your bracketed images to fuse. Please follow these conditions:</p>"
"<ul>"
"<li>At least 2 images from the same subject must be added to the stack.</li>"
"<li>Do not mix images with different color depth.</li>"
"<li>All images must have the same dimensions.</li>"
"</ul>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/wizard/expoblendingitemspage.cpp:80
#, kde-format
msgctxt "@title:column"
msgid "Exposure (EV)"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/wizard/expoblendinglastpage.cpp:58
#, kde-format
msgctxt "@title:window"
msgid "Pre-Processing is Complete"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/wizard/expoblendinglastpage.cpp:66
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1><b>Bracketed Images Pre-Processing is Done</b></h1>"
"</p>"
"<p>Congratulations. Your images are ready to be fused. </p>"
"<p>To perform this operation, <b>%1</b> program from <a href='%2'>Enblend</a> project will be used.</p>"
"<p>Press \"Finish\" button to fuse your items and make a pseudo HDR image.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/wizard/expoblendingpreprocesspage.cpp:89
#, kde-format
msgctxt "@title:window"
msgid "<b>Pre-Processing Bracketed Images</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/wizard/expoblendingpreprocesspage.cpp:101
#, kde-format
msgctxt "@option:check"
msgid "Align bracketed images"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/wizard/expoblendingpreprocesspage.cpp:142
#, kde-format
msgid ""
"<qt>"
"<p>Now, we will pre-process bracketed images before fusing them.</p>"
"<p>To perform auto-alignment, the <b>%1</b> program from the <a href='%2'>%3</a> project will be used. Alignment must be performed if you have not used a tripod to take bracketed images. Alignment operations can take a while.</p>"
"<p>Pre-processing operations include Raw demosaicing. Raw images will be converted to 16-bit sRGB images with auto-gamma.</p>"
"<p>Press \"Next\" to start pre-processing.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/wizard/expoblendingpreprocesspage.cpp:161
#, kde-format
msgid ""
"<qt>"
"<p>Pre-processing is under progress, please wait.</p>"
"<p>This can take a while...</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/wizard/expoblendingpreprocesspage.cpp:214
#, kde-format
msgid ""
"<qt>"
"<p>Pre-processing has failed.</p>"
"<p>Please check your bracketed images stack...</p>"
"<p>See processing messages below.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/expoblending/wizard/expoblendingwizard.cpp:76
#, kde-format
msgctxt "@title:window"
msgid "Stacked Images Tool"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/collectionpage.cpp:70
#, kde-format
msgid "<b>Configure where you keep your images</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/collectionpage.cpp:83
#, kde-format
msgctxt "This is a path name so you should include the slash in the translation"
msgid "/Pictures"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/collectionpage.cpp:89
#, kde-format
msgid ""
"<p>Please enter a location where you keep your images.</p>"
" "
"<p>You can choose any local folder, even one that already contains images.<br/>"
" More folders can be added later under the <i>Settings</i> menu. </p>"
" "
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/collectionpage.cpp:96
#, kde-format
msgid "<p><i>Note:</i> removable media (such as USB drives or DVDs) and remote file systems (such as NFS, or Samba mounted with cifs/smbfs) are supported.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/collectionpage.cpp:157
#, kde-format
msgid "You must select a folder for digiKam to use as the root album. All of your images will go there."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/collectionpage.cpp:185
#, kde-format
msgid "Create Root Album Folder?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/collectionpage.cpp:186
#, kde-format
msgid ""
"<p>The folder to use as the root album path does not exist:</p>"
"<p><b>%1</b></p>"
"Would you like digiKam to create it for you?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/collectionpage.cpp:198
#, kde-format
msgid "Create Root Album Folder Failed"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/collectionpage.cpp:199
#, kde-format
msgid ""
"<p>digiKam could not create the folder to use as the root album.\n"
"Please select a different location.</p>"
"<p><b>%1</b></p>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/collectionpage.cpp:219
#, kde-format
msgid ""
"You do not seem to have write access for the folder selected to be the root album.\n"
"Warning: Without write access, items cannot be edited."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/databasepage.cpp:61
#, kde-format
msgid "<b>Configure where you will store databases</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/metadatapage.cpp:64
#, kde-format
msgid "<b>Configure Metadata Storage to Files</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/metadatapage.cpp:72
#, kde-format
msgid ""
"<qt>"
"<p>Set here if you want to store the information assigned to items in digiKam in the files' metadata, to improve interoperability with other photo management programs:</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/metadatapage.cpp:82
#, kde-format
msgid "Do nothing"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/metadatapage.cpp:87
#, kde-format
msgid "Add information to files"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/metadatapage.cpp:97
#, kde-format
msgid ""
"<qt>"
"<p><i>Note:</i> recording information to the files' metadata can slow down photo management operations.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/migratefromdigikam4page.cpp:74
#, kde-format
msgid "Migration from digiKam 4"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/migratefromdigikam4page.cpp:81
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1><b>Migrate configuration and metadata from digiKam 4</b></h1>"
"</p>"
"<p>You can choose here if you want to use the configuration and albums from digiKam 4 in new digiKam. Please note the following warnings:</p>"
"<p>Migration is done <b>at your own risk</b>. digiKam developers do not recommend it and do not support it. On the other hand, creating a new configuration might result in loss of tags and other metadata that was not embedded inside the pictures and was only available in digiKam 4's database.</p>"
"<p>In either case you are recommended to backup the configuration files and databases before proceeding.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/migratefromdigikam4page.cpp:98
#, kde-format
msgid "Migrate configuration from digiKam 4"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/migratefromdigikam4page.cpp:107
#, kde-format
msgid "Create a new configuration"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/openfilepage.cpp:65
#, kde-format
msgid "<b>Configure Open File Behavior</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/openfilepage.cpp:73
#, kde-format
msgid ""
"<qt>"
"<p>Specify how images should be opened when left-clicked on in the icon view:</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/openfilepage.cpp:82
#, kde-format
msgid "Open a preview"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/openfilepage.cpp:87
#, kde-format
msgid "Open in the editor"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/openfilepage.cpp:97
#, kde-format
msgid ""
"<qt>"
"<p><i>Note:</i> using a preview is always faster than using the editor, especially when checking a series of shots. However, you cannot change or fix the image in preview mode. Note that if you want to compare images quickly, it is often better to use the light table: images can be displayed side-by-side, and synchronized zooming and panning can be performed.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/previewpage.cpp:65
#, kde-format
msgid "<b>Configure Preview Behavior</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/previewpage.cpp:73
#, kde-format
msgid ""
"<qt>"
"<p>Set here how images are displayed in preview mode and on the light table:</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/previewpage.cpp:82
#, kde-format
msgid "Load reduced version of image"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/previewpage.cpp:87
#, kde-format
msgid "Load image"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/previewpage.cpp:97
#, kde-format
msgid ""
"<qt>"
"<p><i>Note:</i> loading a reduced version of an image is faster but can differ from the original, especially with Raw. In this case, a JPEG version of Raw pre-processed by camera is loaded, instead of the real image data. This JPEG image is embedded in the file metadata and is used by the camera to display a Raw image faster to a TV screen.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/rawpage.cpp:65
#, kde-format
msgid "<b>Configure Raw File Handling</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/rawpage.cpp:73
#, kde-format
msgid ""
"<qt>"
"<p>Set here how you want to open Raw images in the editor:</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/rawpage.cpp:82
#, kde-format
msgid "Open directly, with adjustments made automatically"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/rawpage.cpp:87
#, kde-format
msgid "Use the Raw import tool to adjust corrections manually"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/rawpage.cpp:97
#, kde-format
msgid ""
"<qt>"
"<p><i>Note:</i> the Raw import tool is designed for advanced users who want to have the best control over the image. This requires more time in your workflow.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/startscanpage.cpp:43
#, kde-format
msgid "Scan Your Collection"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/startscanpage.cpp:49
#, kde-format
msgid ""
"<qt>"
"<p>Congratulations. Your minimal setup is done.</p>"
"<p>Remember, you can customize more settings using the digiKam configuration panel. To learn more about the digiKam world, we recommend reading the <b>digiKam handbook</b> using the <b>Help/Handbook</b> menu entry (you need to install the separate digiKam documentation package.) You can also read the manual online from the <a href='http://www.digikam.org/docs'>digikam.org website</a>.</p>"
"<p>Press <b>Finish</b> to close this assistant. digiKam will scan your collection to register all albums in the database. Items including in albums are collected after startup stage in background.</p>"
"<p><i>Note:</i> depending on your collection size, this operation can take a while. If you cancel the scanning operation, it will start again in the next digiKam session.</p>"
"<p>When scanning has completed, at next start-up, digiKam will only check your collection to identify new albums - which is much faster. You can force digiKam to scan for new items manually using the <b>Tools->Maintenance->Scan for new items</b> menu entry.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/tooltipspage.cpp:65
#, kde-format
msgid "<b>Enabled Contextual Tooltips</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/tooltipspage.cpp:73
#, kde-format
msgid ""
"<qt>"
"<p>Set here if you want to show contextual tooltips in icon-view and folder-view:</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/tooltipspage.cpp:82
#, kde-format
msgid "Do not show tooltips"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/tooltipspage.cpp:87
#, kde-format
msgid "Use Tooltips"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/tooltipspage.cpp:97
#, kde-format
msgid ""
"<qt>"
"<p><i>Note:</i> tooltips show photograph and digiKam metadata on the fly, as the mouse moves over items. This can be useful when selecting items. Tooltips are displayed in the album folder view, album icon view, camera icon view, batch queue list, and thumb bar. From the digiKam configuration dialog, you can customize the contents of these tooltips and the fonts used.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/welcomepage.cpp:49
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1><b>Welcome to digiKam %1</b></h1>"
"</p>"
"<p>digiKam is an advanced digital photo management application published as open-source.</p>"
"<p>This assistant will help you to configure first run settings to be able to use digiKam quickly.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/firstrun/welcomepage.cpp:72
#, kde-format
msgid ""
"<qt><br/>"
"<p>You can ignore the following if you use digiKam for the first time:</p>"
"<p><b>Transition from digiKam 4</b></p>"
"<p>Configuration files from digiKam 4 are not migrated. The old database can still be used, you just need to choose the same locations for collections and database in the following dialogs. It is recommended to create a backup of your database before proceeding.</p>"
"<p>The new location for configuration files is %1 (old %2). There are unresolved problems reported when re-using old configuration files, so it is not recommended to do it for the moment, and at your own risk.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/galleryelementfunctor.cpp:108
#, kde-format
msgid "Error loading RAW image '%1'"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/galleryelementfunctor.cpp:118
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:146
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:163
#, kde-format
msgid "Could not read image '%1'"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/galleryelementfunctor.cpp:126
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:155
#, kde-format
msgid "Format of image '%1' is unknown"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/galleryelementfunctor.cpp:134
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:173
#, kde-format
msgid "Error loading image '%1'"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/galleryelementfunctor.cpp:182
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:211
#, kde-format
msgid "Could not save image '%1' to '%2'"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/galleryelementfunctor.cpp:213
#, kde-format
msgid "Could not save thumbnail for image '%1' to '%2'"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/galleryelementfunctor.cpp:447
#, kde-format
msgid "Could not open file '%1' for writing"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/galleryelementfunctor.cpp:453
#, kde-format
msgid "Could not save image to file '%1'"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:108
#, kde-format
msgid "Could not find theme in '%1'"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:120
#, kde-format
msgid "Create directories"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:124
#, kde-format
msgid "Could not create folder '%1'"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:133
#, kde-format
msgid "Copying theme"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:148
#, kde-format
msgid "Could not copy theme"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:157
#, kde-format
msgid "Generate images and XML files"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:168
#, kde-format
msgid "Could not create gallery.xml"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:270
#, kde-format
msgid "Generating files for \"%1\""
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:304
#, kde-format
msgid "Generating HTML files"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:312
#, kde-format
msgid "Could not load XSL file '%1'"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:321
#, kde-format
msgid "Could not load XML file '%1'"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:357
#, kde-format
msgid "Error processing XML file"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:366
#, kde-format
msgid "Could not open '%1' for writing"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:393
#, kde-format
msgid "Downloading remote files for \"%1\""
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:410
#, kde-format
msgid "Could not open temporary file"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:425
#, kde-format
msgid "Could not download %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:444
#, kde-format
msgid "Previous"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:445
#, kde-format
msgid "Next"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:446
#, kde-format
msgid "Album List"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:447
#, kde-format
msgid "Original Image"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:448
#, kde-format
msgid "Go Up"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:450
#, kde-format
msgid "Make"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:452
#, kde-format
msgid "Image Orientation"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:453
#, kde-format
msgid "Image X Resolution"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:454
#, kde-format
msgid "Image Y Resolution"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:455
#, kde-format
msgid "Image Resolution Unit"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:456
#, kde-format
msgid "Image Date Time"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:457
#, kde-format
msgid "YCBCR Positioning"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:458
#, kde-format
msgid "Exposure Time"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:459
#, kde-format
msgid "F Number"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:460
#, kde-format
msgid "Exposure Index"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:461
#, kde-format
msgid "ISO Speed Ratings"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:462
#, kde-format
msgid "Shutter Speed Value"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:463
#, kde-format
msgid "Aperture Value"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:464
#, kde-format
msgid "Focal Length"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:465
#, kde-format
msgid "GPS Altitude"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:466
#, kde-format
msgid "GPS Latitude"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/generator/gallerygenerator.cpp:467
#, kde-format
msgid "GPS Longitude"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlfinalpage.cpp:108
#: core/utilities/assistants/printcreator/wizard/advprintfinalpage.cpp:138
#: core/utilities/assistants/sendbymail/wizard/mailfinalpage.cpp:125
#: core/utilities/assistants/videoslideshow/wizard/vidslidefinalpage.cpp:122
#: core/utilities/assistants/webservices/common/wizard/wsfinalpage.cpp:133
#, kde-format
msgid "Internal Error"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlfinalpage.cpp:122
#, kde-format
msgid "Starting to generate gallery..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlfinalpage.cpp:130
#, kde-format
msgid "%1 albums to process:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlfinalpage.cpp:141
#: core/utilities/assistants/printcreator/wizard/advprintfinalpage.cpp:156
#, kde-format
msgid "%1 items to process"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlfinalpage.cpp:145
#, kde-format
msgid "Output directory: %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlfinalpage.cpp:159
#, kde-format
msgid "Gallery is completed, but some warnings occurred."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlfinalpage.cpp:164
#, kde-format
msgid "Gallery completed."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlfinalpage.cpp:176
#, kde-format
msgid "Opening gallery with default desktop browser..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlfinalpage.cpp:185
#, kde-format
msgid "Opening gallery with internal browser..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:79
#, kde-format
msgid "Full Image Properties:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:84
#, kde-format
msgid "Save image"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:90
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:171
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:246
#, kde-format
msgid "Format:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:95
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:176
#: core/utilities/queuemanager/tools/custom/userscript.cpp:101
#, kde-format
msgid "JPEG"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:95
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:176
#: core/utilities/queuemanager/tools/custom/userscript.cpp:102
#, kde-format
msgid "PNG"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:105
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:186
#, kde-format
msgid "Quality:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:121
#, kde-format
msgid "Max size:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:143
#, kde-format
msgid "Include full-size original images for download"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:157
#, kde-format
msgid "Use original image"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:165
#, kde-format
msgid "Thumbnail Properties:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlimagesettingspage.cpp:214
#, kde-format
msgid "Square thumbnails"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlintropage.cpp:82
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1><b>Welcome to HTML Gallery tool</b></h1>"
"</p>"
"<p>This assistant will guide you to export quickly</p>"
"<p></p>"
"<p>your images as a small static HTML photo gallery.</p>"
"<p>This tool is fully compliant with <a href='https://en.wikipedia.org/wiki/HTML'>HTML and CSS standards</a></p>"
"<p>and the output can be customized with a nice theme.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlintropage.cpp:94
#: core/utilities/assistants/printcreator/wizard/advprintintropage.cpp:96
#: core/utilities/assistants/sendbymail/wizard/mailintropage.cpp:109
#: core/utilities/assistants/videoslideshow/wizard/vidslideintropage.cpp:95
#, kde-format
msgid "&Choose image selection method:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmloutputpage.cpp:80
#, kde-format
msgid "Gallery Title:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmloutputpage.cpp:89
#: core/utilities/assistants/printcreator/wizard/advprintoutputpage.cpp:111
#: core/utilities/assistants/videoslideshow/wizard/vidslideoutputpage.cpp:123
#, kde-format
msgid "Destination Folder:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmloutputpage.cpp:100
#, kde-format
msgid "Open in Browser:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmloutputpage.cpp:103
#, kde-format
msgid "Internal"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmloutputpage.cpp:104
#, kde-format
msgid "Default from Desktop"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlparameterspage.cpp:75
#, kde-format
msgid "In this page, you can change some theme parameters. Depending on the theme, different parameters are available."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlparameterspage.cpp:148
#, kde-format
msgctxt "'%1' is a label for a theme parameter"
msgid "%1:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlthemepage.cpp:149
#, kde-format
msgid "can be customized"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlthemepage.cpp:150
#, kde-format
msgid "no customization available"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlthemepage.cpp:153
#, kde-format
msgid ""
"Author: %1<br/>"
"<br/>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlwizard.cpp:94
#, kde-format
msgid "Create HTML Gallery"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlwizard.cpp:99
#, kde-format
msgid "Welcome to HTML Gallery Tool"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlwizard.cpp:100
#, kde-format
msgid "Items Selection"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlwizard.cpp:101
#, kde-format
msgid "Theme Selection"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlwizard.cpp:102
#, kde-format
msgid "Theme Parameters"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlwizard.cpp:103
#, kde-format
msgid "Image Settings"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlwizard.cpp:104
#: core/utilities/assistants/videoslideshow/wizard/vidslidewizard.cpp:99
#, kde-format
msgid "Output Settings"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/htmlgallery/wizard/htmlwizard.cpp:105
#, kde-format
msgid "Generating Gallery"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/commandtask.cpp:92
#, kde-format
msgid "<b>Canceled</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/commandtask.cpp:95
#, kde-format
msgid ""
"<b>Cannot run <i>%1</i>:</b>"
"<p>%2</p>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/copyfilestask.cpp:74
#, kde-format
msgid "Temporary panorama file does not exists."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/copyfilestask.cpp:82
#, kde-format
msgid "A panorama file named <filename>%1</filename> already exists."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/copyfilestask.cpp:90
#, kde-format
msgid "Temporary project file does not exist."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/copyfilestask.cpp:98
#, kde-format
msgid "A project file named <filename>%1</filename> already exists."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/copyfilestask.cpp:167
#, kde-format
msgid "Cannot move panorama from <filename>%1</filename> to <filename>%2</filename>."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/copyfilestask.cpp:181
#, kde-format
msgid "Cannot move project file from <filename>%1</filename> to <filename>%2</filename>."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/copyfilestask.cpp:206
#, kde-format
msgid "Cannot copy converted image file from <filename>%1</filename> to <filename>%2</filename>."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/createfinalptotask.cpp:57
#: core/utilities/assistants/panorama/tasks/createptotask.cpp:64
#, kde-format
msgid "PTO file already created in the temporary directory."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/createfinalptotask.cpp:64
#: core/utilities/assistants/panorama/tasks/createptotask.cpp:71
#, kde-format
msgid "PTO file cannot be created in the temporary directory."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/createpreviewtask.cpp:59
#, kde-format
msgid "Project file parsing failed."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/createpreviewtask.cpp:90
#, kde-format
msgid "Unknown input file in the project file: <filename>%1</filename>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/preprocesstask.cpp:175
#, kde-format
msgid "Input image cannot be loaded for preview generation."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/preprocesstask.cpp:218
#, kde-format
msgid "Tiff image creation failed."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/tasks/preprocesstask.cpp:235
#, kde-format
msgid "Raw file conversion failed."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panointropage.cpp:95
#, kde-format
msgctxt "@title:window"
msgid "<b>Welcome to Panorama Tool</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panointropage.cpp:103
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1><b>Welcome to Panorama Tool</b></h1>"
"</p>"
"<p>This tool stitches several images together to create a panorama, making the seam between images not visible.</p>"
"<p>This assistant will help you to configure how to import images before stitching them into a panorama.</p>"
"<p>Images must be taken from the same point of view.</p>"
"<p>For more information, please take a look at <a href='http://hugin.sourceforge.net/tutorials/overview/en.shtml'>this page</a></p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panointropage.cpp:117
#, kde-format
msgctxt "@title:group"
msgid "Panorama Binaries"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panointropage.cpp:175
#, kde-format
msgctxt "@title:group"
msgid "File Format"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panointropage.cpp:179
#, kde-format
msgctxt "@option:radio"
msgid "JPEG output"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panointropage.cpp:182
#, kde-format, no-c-format
msgctxt "@info:tooltip"
msgid "Selects a JPEG output with 90% compression rate (lossy compression, smaller size)."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panointropage.cpp:184
#, kde-format
msgctxt "@info:whatsthis"
msgid "<b>JPEG output</b>: Using JPEG output, the panorama file will be smaller at the cost of information loss during compression. This is the easiest way to share the result, or print it online or in a shop."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panointropage.cpp:190
#, kde-format
msgctxt "@option:radio"
msgid "TIFF output"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panointropage.cpp:191
#, kde-format
msgctxt "@info:tooltip"
msgid "Selects a TIFF output compressed using the LZW algorithm (lossless compression, bigger size)."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panointropage.cpp:193
#, kde-format
msgctxt "@info:whatsthis"
msgid "<b>TIFF output</b>: Using TIFF output, you get the same color depth than your original photos using RAW images at the cost of a bigger panorama file."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panoitemspage.cpp:64
#, kde-format
msgctxt "@title:window"
msgid "<b>Set Panorama Images</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panoitemspage.cpp:71
#, kde-format
msgid ""
"<qt>"
"<p>Set here the list of your images to blend into a panorama. Please follow these conditions:</p>"
"<ul>"
"<li>Images are taken from the same point of view.</li>"
"<li>Images are taken with the same camera (and lens).</li>"
"<li>Do not mix images with different color depth.</li>"
"</ul>"
"<p>Note that, in the case of a 360° panorama, the first image in the list will be the image that will be in the center of the panorama.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panolastpage.cpp:86
#, kde-format
msgctxt "@title:window"
msgid "<b>Panorama Stitched</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panolastpage.cpp:102
#, kde-format
msgctxt "@title:group"
msgid "Save Settings"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panolastpage.cpp:106
#, kde-format
msgctxt "@label:textbox"
msgid "File name template:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panolastpage.cpp:110
#, kde-format
msgctxt "@info:tooltip"
msgid "Name of the panorama file (without its extension)."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panolastpage.cpp:111
#, kde-format
msgctxt "@info:whatsthis"
msgid "<b>File name template</b>: Set here the base name of the files that will be saved. For example, if your template is <i>panorama</i> and if you chose a JPEG output, then your panorama will be saved with the name <i>panorama.jpg</i>. If you choose to save also the project file, it will have the name <i>panorama.pto</i>."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panolastpage.cpp:118
#, kde-format
msgctxt "@option:check"
msgid "Save project file"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panolastpage.cpp:120
#, kde-format
msgctxt "@info:tooltip"
msgid "Save the project file for further processing within Hugin GUI."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panolastpage.cpp:121
#, kde-format
msgctxt "@info:whatsthis"
msgid "<b>Save project file</b>: You can keep the project file generated to stitch your panorama for further tweaking within <a href=\"http://hugin.sourceforge.net/\">Hugin</a> by checking this. This is useful if you want a different projection, modify the horizon or the center of the panorama, or modify the control points to get better results."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panolastpage.cpp:217
#, kde-format
msgid ""
"<qt>"
"<p><font color=\"red\"><b>Warning:</b> This file already exists.</font></p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panolastpage.cpp:225
#, kde-format
msgid ""
"<qt>"
"<p><font color=\"orange\"><b>Warning:</b> One or more converted raw files already exists (they will be skipped during the copying process).</font></p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panolastpage.cpp:262
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1><b>Panorama Stitching is Done</b></h1>"
"</p>"
"<p>Congratulations. Your images are stitched into a panorama.</p>"
"<p>Your panorama will be created to the directory:<br />"
"<b>%1</b><br />"
"once you press the <i>Finish</i> button, with the name set below.</p>"
"<p>If you choose to save the project file, and if your images were raw images then the converted images used during the stitching process will be copied at the same time (those are TIFF files that can be big).</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panolastpage.cpp:299
#, kde-format
msgid ""
"<qt>"
"<p><font color=\"red\"><b>Error:</b> %1</font></p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panooptimizepage.cpp:101
#, kde-format
msgctxt "@title:window"
msgid "<b>Optimization</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panooptimizepage.cpp:114
#, kde-format
msgctxt "@option:check"
msgid "Level horizon"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panooptimizepage.cpp:116
#, kde-format
msgctxt "@info:tooltip"
msgid "Detect the horizon and adapt the project to make it horizontal."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panooptimizepage.cpp:117
#, kde-format
msgctxt "@info:whatsthis"
msgid "<b>Level horizon</b>: Detect the horizon and adapt the projection so that the detected horizon is an horizontal line in the final panorama"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panooptimizepage.cpp:180
#, kde-format
msgid ""
"<qt>"
"<p>Optimization is in progress, please wait.</p>"
"<p>This can take a while...</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panooptimizepage.cpp:206
#, kde-format
msgid ""
"<qt>"
"<p>The optimization step according to your settings is ready to be performed.</p>"
"<p>This step can include an automatic leveling of the horizon, and also an automatic projection selection and size</p>"
"<p>To perform this operation, the <command>%1</command> program from the <a href='%2'>%3</a> project will be used.</p>"
"<p>Press the \"Next\" button to run the optimization.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panooptimizepage.cpp:304
#, kde-format
msgid ""
"<qt>"
"<h1>Optimization has failed.</h1>"
"<p>See processing messages below.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreprocesspage.cpp:105
#, kde-format
msgctxt "@title:window"
msgid "<b>Pre-Processing Images</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreprocesspage.cpp:118
#, kde-format
msgctxt "@option:check"
msgid "Detect moving skies"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreprocesspage.cpp:120
#, kde-format
msgctxt "@info:tooltip"
msgid "Automatic detection of clouds to prevent wrong keypoints matching between images due to moving clouds."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreprocesspage.cpp:122
#, kde-format
msgctxt "@info:whatsthis"
msgid "<b>Detect moving skies</b>: During the control points selection and matching, this option discards any points that are associated to a possible cloud. This is useful to prevent moving clouds from altering the control points matching process."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreprocesspage.cpp:161
#, kde-format
msgid ""
"<qt>"
"<p>Pre-processing is in progress, please wait.</p>"
"<p>This can take a while...</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreprocesspage.cpp:196
#, kde-format
msgid ""
"<qt>"
"<p>Now, we will pre-process images before stitching them.</p>"
"<p>Pre-processing operations include Raw demosaicing. Raw images will be converted to 16-bit sRGB images with auto-gamma.</p>"
"<p>Pre-processing also include a calculation of some control points to match overlaps between images. For that purpose, the <b>%1</b> program from the <a href='%2'>%3</a> project will be used.</p>"
"<p>Press \"Next\" to start pre-processing.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreprocesspage.cpp:293
#, kde-format
msgid ""
"<qt>"
"<h1>Pre-processing has failed.</h1>"
"<p>See processing messages below.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:99
#, kde-format
msgctxt "@title:window"
msgid "<b>Preview and Post-Processing</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:148
#, kde-format
msgid "Processing Panorama Preview..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:224
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1>Panorama Post-Processing</h1>"
"</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:230
#, kde-format
msgctxt "@title:group"
msgid "Panorama Post-Processing"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:300
#, kde-format
msgid "Preview Processing Cancelled."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:362
#, kde-format
msgid ""
"<h1><b>Error</b></h1>"
"<p>%1</p>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:393
#, kde-format
msgctxt "Here a makefile is a script for GNU Make"
msgid ""
"<p><b>Cannot create makefile: </b></p>"
"<p>%1</p>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:421
#, kde-format
msgctxt "a project file is a .pto file, as given to hugin to build a panorama"
msgid ""
"<p><b>Cannot create project file: </b></p>"
"<p>%1</p>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:449
#, kde-format
msgctxt "Error message for image file number %1 out of %2"
msgid ""
"<p><b>Processing file %1 / %2: </b></p>"
"<p>%3</p>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:480
#, kde-format
msgctxt "Error message for panorama compilation"
msgid ""
"<p><b>Panorama compilation: </b></p>"
"<p>%1</p>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:527
#, kde-format
msgid ""
"<qt>"
"<h1>Panorama Preview</h1>"
"<p>Draw a rectangle if you want to crop the image.</p>"
"<p>Pressing the <i>Next</i> button will then launch the final stitching process.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:551
#, kde-format
msgctxt "Success for image file number %1 out of %2"
msgid "Processing file %1 / %2"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:579
#, kde-format
msgctxt "Success for panorama compilation"
msgid "Panorama compilation"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:619
#, kde-format
msgctxt "Compilation started for image file number %1 out of %2"
msgid "Processing file %1 / %2"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panopreviewpage.cpp:628
#, kde-format
msgctxt "Panorama compilation started"
msgid "Panorama compilation"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/panorama/wizard/panowizard.cpp:81
#, kde-format
msgctxt "@title:window"
msgid "Panorama Creator Wizard"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprintphoto.cpp:42
#, kde-format
msgid "Unsupported Paper Size"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprintsettings.cpp:134
#, kde-format
msgctxt "Output: PDF"
msgid "Print to PDF"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprintsettings.cpp:135
#, kde-format
msgctxt "Output: FILE"
msgid "Print to Image File"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprintsettings.cpp:136
#, kde-format
msgctxt "Output: GIMP"
msgid "Print with Gimp"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprintsettings.cpp:159
#, kde-format
msgctxt "Image format: JPEG"
msgid "JPEG"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprintsettings.cpp:160
#, kde-format
msgctxt "Image format: PNG"
msgid "PNG"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprintsettings.cpp:161
#, kde-format
msgctxt "Image format: TIFF"
msgid "TIFF"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprintsettings.cpp:170
#, kde-format
msgctxt "Caption type: NONE"
msgid "No caption"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprintsettings.cpp:171
#, kde-format
msgctxt "Caption type: FILENAME"
msgid "Image file names"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprintsettings.cpp:172
#, kde-format
msgctxt "Caption type: DATETIME"
msgid "Exif date-time"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprintsettings.cpp:173
#, kde-format
msgctxt "Caption type: COMMENT"
msgid "Item comments"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprintsettings.cpp:174
#, kde-format
msgctxt "Caption type: CUSTOM"
msgid "Custom format"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprinttask.cpp:185
#: core/utilities/assistants/printcreator/manager/advprinttask.cpp:229
#: core/utilities/assistants/printcreator/manager/advprinttask.cpp:311
#, kde-format
msgid "Printing canceled"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprinttask.cpp:210
#: core/utilities/assistants/printcreator/manager/advprinttask.cpp:285
#, kde-format
msgid "Processing page %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprinttask.cpp:297
#, kde-format
msgid "Could not save file %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/manager/advprinttask.cpp:303
#, kde-format
msgid "Page %1 saved as %2"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/tools/gimpbinary.h:50
#, kde-format
msgid "The GNU Image Manipulation Program."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintcaptionpage.cpp:129
#, kde-format
msgctxt "@title:column"
msgid "Caption"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintcustomdlg.cpp:42
#: core/utilities/assistants/printcreator/wizard/advprintcustomdlg.cpp:43
#, kde-format
msgid "Choose your grid size"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintcustomdlg.cpp:44
#, kde-format
msgid "Number of rows"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintcustomdlg.cpp:45
#, kde-format
msgid "Insert number of rows"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintcustomdlg.cpp:46
#, kde-format
msgid "Number of columns"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintcustomdlg.cpp:47
#, kde-format
msgid "Insert number of columns"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintcustomdlg.cpp:49
#: core/utilities/assistants/printcreator/wizard/advprintcustomdlg.cpp:50
#, kde-format
msgid "Choose to have a custom photo size album"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintcustomdlg.cpp:51
#, kde-format
msgid "Photo height"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintcustomdlg.cpp:52
#, kde-format
msgid "Insert photo height"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintcustomdlg.cpp:53
#, kde-format
msgid "Photo width"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintcustomdlg.cpp:54
#, kde-format
msgid "Insert photo width"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintcustomdlg.cpp:56
#, kde-format
msgid "Rotate photo automatically on layout accordingly with camera orientation information"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintfinalpage.cpp:145
#, kde-format
msgid "No page to print..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintfinalpage.cpp:153
#, kde-format
msgid "Starting to pre-process files..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintfinalpage.cpp:190
#, kde-format
msgid "Printing process aborted..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintfinalpage.cpp:231
#, kde-format
msgid "Printing process is not completed"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintfinalpage.cpp:236
#, kde-format
msgid "Printing process completed."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintfinalpage.cpp:244
#, kde-format
msgid "Open destination directory in file-browser."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintfinalpage.cpp:266
#, kde-format
msgid "There was an error to launch the external Gimp program. Please make sure it is properly installed."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintfinalpage.cpp:295
#, kde-format
msgid "Could not remove the GIMP's temporary files."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintfinalpage.cpp:311
#, kde-format
msgid "Unable to create a temporary folder. Please make sure you have proper permissions to this folder and try again."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintfinalpage.cpp:356
#: core/utilities/assistants/printcreator/wizard/advprintwizard.cpp:109
#, kde-format
msgid "Print Creator"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintintropage.cpp:84
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1><b>Welcome to Print Creator</b></h1>"
"</p>"
"<p>This assistant will guide you to assemble images to be printed following specific templates as Photo Album, Photo Collage, or Framed Photo.</p>"
"<p>An adaptive photo collection page layout can be also used, based on Atkins algorithm.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintintropage.cpp:107
#, kde-format
msgctxt "@title:group"
msgid "Optional Gimp Binaries"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintoutputpage.cpp:90
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:179
-#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:130
+#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:131
#, kde-format
msgid "Image Format:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintoutputpage.cpp:94
#, kde-format
msgid "Select your preferred format to export printing as image."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintoutputpage.cpp:123
#, kde-format
msgid "The image output file name will be generated automatically."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintoutputpage.cpp:129
#, kde-format
msgid "Open in File Browser"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintphotopage.cpp:121
#, kde-format
msgid "Select your preferred print output."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintphotopage.cpp:462
#, kde-format
msgid "Add again"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintphotopage.cpp:476
#: core/utilities/facemanagement/assignnamewidget.cpp:264
#: core/utilities/geolocation/editor/bookmark/bookmarksdlg.cpp:364
#, kde-format
msgid "Remove"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintphotopage.cpp:876
#, kde-format
msgid "inches"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintphotopage.cpp:881
#, kde-format
msgid "cm"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintphotopage.cpp:1207
#, kde-format
msgid ""
"Custom\n"
"layout"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintwizard.cpp:119
#, kde-format
msgid "Welcome to Print Creator"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintwizard.cpp:120
#: core/utilities/assistants/sendbymail/wizard/mailwizard.cpp:93
#: core/utilities/assistants/videoslideshow/wizard/vidslidewizard.cpp:96
-#: core/utilities/assistants/webservices/common/wizard/wswizard.cpp:104
+#: core/utilities/assistants/webservices/common/wizard/wswizard.cpp:105
#, kde-format
msgid "Albums Selection"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintwizard.cpp:121
#, kde-format
msgid "Select Page Layout"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintwizard.cpp:122
#, kde-format
msgid "Caption Settings"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintwizard.cpp:123
#, kde-format
msgid "Crop and Rotate Photos"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintwizard.cpp:124
#, kde-format
msgid "Images Output Settings"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintwizard.cpp:125
#, kde-format
msgid "Render Printing"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintwizard.cpp:261
#, kde-format
msgid "Photo %1 of %2"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/printcreator/wizard/advprintwizard.cpp:359
#: core/utilities/assistants/printcreator/wizard/advprintwizard.cpp:371
#, kde-format
msgid "Page %1 of %2"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/imageresizejob.cpp:99
#, kde-format
msgid "Error opening input file"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/imageresizejob.cpp:110
#, kde-format
msgid "Error opening temporary folder"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/imageresizejob.cpp:153
#, kde-format
msgid "Cannot resize image. Aborting."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/imageresizejob.cpp:166
#, kde-format
msgid "Cannot save resized image (JPEG). Aborting."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/imageresizejob.cpp:174
#, kde-format
msgid "Cannot save resized image (PNG). Aborting."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:120
#, kde-format
msgid "Cannot create a temporary directory"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:174
#, kde-format
msgid "Resizing %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:187
#, kde-format
msgid "%1 resized successfully"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:196
#, kde-format
msgid "Failed to resize %1: %2"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:224
#, kde-format
msgid "There are no files to send"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:241
#, kde-format
msgid "Build images properties file"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:256
#, kde-format
msgid "no caption"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:259
#, kde-format
msgid "no keywords"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:261
#, kde-format
msgid ""
"file \"%1\":\n"
"Original images: %2\n"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:263
#, kde-format
msgid "Comments: %1\n"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:265
#, kde-format
msgid "Tags: %1\n"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:267
#, kde-format
msgid "Rating: %1\n"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:272
#, kde-format
msgid "properties.txt"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:279
#, kde-format
msgid "Image properties file cannot be opened"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:289
#, kde-format
msgid "Image properties file done"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:309
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:978
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:991
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:629
#, kde-format
msgid "Processing Failed"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:310
#, kde-format
msgid ""
"Some images cannot be resized.\n"
"Do you want them to be added as attachments without resizing?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:378
#, kde-format
msgid "The file \"%1\" is too big to be sent, please reduce its size or change your settings"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:583
#, kde-format
msgid "Failed to start \"%1\" program. Check your system."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:592
#, kde-format
msgid "Starting \"%1\" program..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:595
#, kde-format
msgid "After having sent your images by email..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailprocess.cpp:596
#, kde-format
msgid "Press 'Finish' button to clean up temporary files"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailsettings.cpp:120
#, kde-format
msgctxt "Mail client: BALSA"
msgid "Balsa"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailsettings.cpp:121
#, kde-format
msgctxt "Mail client: CLAWSMAIL"
msgid "Clawsmail"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailsettings.cpp:122
#, kde-format
msgctxt "Mail client: EVOLUTION"
msgid "Evolution"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailsettings.cpp:123
#, kde-format
msgctxt "Mail client: KMAIL"
msgid "Kmail"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailsettings.cpp:124
#, kde-format
msgctxt "Mail client: NETSCAPE"
msgid "Netscape Messenger"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailsettings.cpp:125
#, kde-format
msgctxt "Mail client: SYLPHEED"
msgid "Sylpheed"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailsettings.cpp:126
#, kde-format
msgctxt "Mail client: THUNDERBIRD"
msgid "Thunderbird"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailsettings.cpp:135
#: core/utilities/assistants/webservices/common/manager/wssettings.cpp:132
#, kde-format
msgctxt "Image format: JPEG"
msgid "Jpeg"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/manager/mailsettings.cpp:136
#: core/utilities/assistants/webservices/common/manager/wssettings.cpp:133
#, kde-format
msgctxt "Image format: PNG"
msgid "Png"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/tools/balsabinary.h:44
#: core/utilities/assistants/sendbymail/tools/evolutionbinary.h:44
#, kde-format
msgid "Gnome Mail Client."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/tools/clawsmailbinary.h:44
#: core/utilities/assistants/sendbymail/tools/sylpheedbinary.h:44
#, kde-format
msgid "GTK based Mail Client."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/tools/kmailbinary.h:44
#, kde-format
msgid "KDE Mail Client."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/tools/netscapebinary.h:44
#, kde-format
msgid "Netscape Mail Client."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/tools/thunderbirdbinary.h:44
#, kde-format
msgid "Mozilla Foundation Mail Client."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailfinalpage.cpp:133
#, kde-format
msgid "Preparing file to export by mail..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailfinalpage.cpp:141
#: core/utilities/assistants/webservices/common/wizard/wsfinalpage.cpp:143
#, kde-format
msgid "%1 input items to process"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailimagespage.cpp:72
#, kde-format
msgid "<p>This view list all items to export by mail.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailintropage.cpp:98
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1><b>Welcome to Email Tool</b></h1>"
"</p>"
"<p>This assistant will guide you to send your items with a mail client application.</p>"
"<p>Before to export contents, you will be able to adjust attachments properties accordingly with your mail service capabilities.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailintropage.cpp:120
#, kde-format
msgctxt "@title:group"
msgid "Mail client application Binaries"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:116
#, kde-format
msgid "Mail program:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:120
#, kde-format
msgid "Select your preferred external mail client program here."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:135
#, kde-format
msgid "Attach a file with items properties"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:136
#, kde-format
msgid "If you enable this option, all item properties as Comments, Rating, or Tags, will be added as an attached file."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:146
#, kde-format
msgid " MB"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:148
#, kde-format
msgid "Maximum email size limit:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:153
-#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:104
+#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:105
#, kde-format
msgid "Adjust image properties"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:155
-#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:106
+#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:107
#, kde-format
msgid "If you enable this option, all images to be sent can be resized and recompressed."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:159
-#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:110
+#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:111
#, kde-format
msgid "Image Properties"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:168
-#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:119
+#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:120
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:127
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:131
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:346
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:347
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:132
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:136
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:262
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:263
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:132
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:136
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:330
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:331
#, kde-format
msgid " px"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:169
-#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:120
+#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:121
#, kde-format
msgid "Select the length of the images that are to be sent. The aspect ratio is preserved."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:172
-#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:123
+#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:124
#, kde-format
msgid "Image Length:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:183
-#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:134
+#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:135
#, kde-format
msgid "Select your preferred format to convert image."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:202
-#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:153
+#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:154
#, kde-format
msgid "<p>The new compression value of JPEG images to be sent:</p>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:203
-#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:154
+#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:155
#, kde-format
msgid ""
"<p><b>1</b>: very high compression<br/>"
"<b>25</b>: high compression<br/>"
"<b>50</b>: medium compression<br/>"
"<b>75</b>: low compression (default value)<br/>"
"<b>100</b>: no compression</p>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:211
-#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:162
+#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:163
#, kde-format
msgid "Image quality:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:216
-#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:167
+#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:168
#, kde-format
msgid "Remove all metadata"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailsettingspage.cpp:217
-#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:168
+#: core/utilities/assistants/webservices/common/wizard/wssettingspage.cpp:169
#, kde-format
msgid "If you enable this option, all metadata as Exif, Iptc, and Xmp will be removed."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailwizard.cpp:83
#, kde-format
msgid "Send by Email"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailwizard.cpp:92
#, kde-format
msgid "Welcome to Email Tool"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailwizard.cpp:94
#: core/utilities/assistants/videoslideshow/wizard/vidslidewizard.cpp:97
-#: core/utilities/assistants/webservices/common/wizard/wswizard.cpp:105
+#: core/utilities/assistants/webservices/common/wizard/wswizard.cpp:106
#, kde-format
msgid "Images List"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailwizard.cpp:95
#, kde-format
msgid "Email Settings"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/sendbymail/wizard/mailwizard.cpp:96
#, kde-format
msgid "Export by Email"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:332
#, kde-format
msgctxt "Video Type: QVGA"
msgid "QVGA - 320x180 - 16:9"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:333
#, kde-format
msgctxt "Video Type: VCD"
msgid "VCD - 352x240"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:334
#, kde-format
msgctxt "Video Type: VCD"
msgid "VCD - 352x288"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:335
#, kde-format
msgctxt "Video Type: HVGA"
msgid "HVGA - 480x270 - 16:9"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:336
#, kde-format
msgctxt "Video Type: SVCD"
msgid "SVCD - 480x480"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:337
#, kde-format
msgctxt "Video Type: SVCD"
msgid "SVCD - 480x576"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:338
#, kde-format
msgctxt "Video Type: VGA"
msgid "VGA - 640x360 - 16:9"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:339
#, kde-format
msgctxt "Video Type: DVD"
msgid "DVD - 720x480"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:340
#, kde-format
msgctxt "Video Type: DVD"
msgid "DVD - 720x576"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:341
#, kde-format
msgctxt "Video Type: WVGA"
msgid "WVGA - 800x450 - 16:9"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:342
#, kde-format
msgctxt "Video Type: XVGA"
msgid "XVGA - 1024x576 - 16:9"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:343
#, kde-format
msgctxt "Video Type: HDTV"
msgid "HDTV - 1280x720 - 16:9"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:344
#, kde-format
msgctxt "Video Type: BLUERAY"
msgid "BLUERAY - 1920x1080 - 16:9"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:345
#, kde-format
msgctxt "Video Type: UHD4K"
msgid "UHD4K - 3840x2160 - 16:9"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:354
#, kde-format
msgctxt "Video Bit Rate 400000"
msgid "400k"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:355
#, kde-format
msgctxt "Video Bit Rate 500000"
msgid "500k"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:356
#, kde-format
msgctxt "Video Bit Rate 1000000"
msgid "1000k"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:357
#, kde-format
msgctxt "Video Bit Rate 1200000"
msgid "1200k"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:358
#, kde-format
msgctxt "Video Bit Rate 1500000"
msgid "1500k"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:359
#, kde-format
msgctxt "Video Bit Rate 2000000"
msgid "2000k"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:360
#, kde-format
msgctxt "Video Bit Rate 2500000"
msgid "2500k"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:361
#, kde-format
msgctxt "Video Bit Rate 3000000"
msgid "3000k"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:362
#, kde-format
msgctxt "Video Bit Rate 4000000"
msgid "4000k"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:363
#, kde-format
msgctxt "Video Bit Rate 4500000"
msgid "4500k"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:364
#, kde-format
msgctxt "Video Bit Rate 5000000"
msgid "5000k"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:365
#, kde-format
msgctxt "Video Bit Rate 6000000"
msgid "6000k"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:366
#, kde-format
msgctxt "Video Bit Rate 8000000"
msgid "8000k"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:375
#, kde-format
msgctxt "Video Standard PAL"
msgid "PAL - 25 FPS"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:376
#, kde-format
msgctxt "Video Standard NTSC"
msgid "NTSC - 29.97 FPS"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:388
#, kde-format
msgctxt "Video Codec X264"
msgid "High Quality H.264 AVC/MPEG-4 AVC"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:389
#, kde-format
msgctxt "Video Codec MPEG4"
msgid "DivX/XVid/MPEG-4"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:390
#, kde-format
msgctxt "Video Codec MPEG2"
msgid "MPEG-2 Video"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:406
#, kde-format
msgctxt "Video Standard AVI"
msgid "AVI - Audio Video Interleave"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:407
#, kde-format
msgctxt "Video Standard MKV"
msgid "MKV - Matroska"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:408
#, kde-format
msgctxt "Video Standard MP4"
msgid "MP4 - MPEG-4"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:409
#, kde-format
msgctxt "Video Standard MPG"
msgid "MPG - MPEG-2"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:418
#, kde-format
msgctxt "Video Effect NOPLAYER"
msgid "None"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:419
#, kde-format
msgctxt "Video Standard INTERNAL"
msgid "Internal"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidesettings.cpp:420
#, kde-format
msgctxt "Video Standard DESKTOP"
msgid "Default from Desktop"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidetask.cpp:280
#, kde-format
msgid "Failed to open video encoder"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidetask.cpp:295
#, kde-format
msgid "Failed to open audio encoder"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidetask.cpp:323
#, kde-format
msgid "Failed to open muxer"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidetask.cpp:408
#, kde-format
msgid "Encoding %1 Done"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/manager/vidslidetask.cpp:439
#, kde-format
msgid "Output video is %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/player/mediaplayerview.cpp:168
#, kde-format
msgctxt "pause/play video"
msgid "Pause/Play"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/player/mediaplayerview.cpp:171
#, kde-format
msgid "An error has occurred with the media player..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidefinalpage.cpp:130
#, kde-format
msgid "Starting to generate video slideshow..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidefinalpage.cpp:133
#, kde-format
msgid "%1 input images to process"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidefinalpage.cpp:144
#, kde-format
msgid "%1 input audio stream to process:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidefinalpage.cpp:192
#, kde-format
msgid "Video Slideshow is not completed"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidefinalpage.cpp:197
#, kde-format
msgid "Video Slideshow completed."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidefinalpage.cpp:202
#, kde-format
msgid "Opening video stream in player..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslideimagespage.cpp:74
#, kde-format
msgid ""
"<p>This view list all items to include on video stream.</p>"
"<p>The first one is on top of the list, the last one</p>"
"<p>on the bottom. You can adjust the order of each item.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslideintropage.cpp:79
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1><b>Welcome to Video Slideshow tool</b></h1>"
"</p>"
"<p>This assistant will guide you to export</p>"
"<p>your images as a video stream.</p>"
"<p>You can generate quickly a <a href='https://en.wikipedia.org/wiki/Time-lapse_photography'>Time-lapse</a> movie from images</p>"
"<p>captured with a tripod mounted camera controlled with an <a href='https://en.wikipedia.org/wiki/Intervalometer#Photography'>intervalometer</a>.</p>"
"<p></p>"
"<p>You can also create a video presentation with transition</p>"
"<p>effects and audio tracks to show on a TV screen.</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslideoutputpage.cpp:95
#, kde-format
msgid "Media Container Format:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslideoutputpage.cpp:135
#, kde-format
msgid "The video output file name will be generated automatically."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslideoutputpage.cpp:142
#, kde-format
msgid "Open in Player:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidevideopage.cpp:109
#, kde-format
msgid "Number of Frames by Image:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidevideopage.cpp:118
#, kde-format
msgid "Video Standard:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidevideopage.cpp:137
#, kde-format
msgid "Video Type:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidevideopage.cpp:156
#, kde-format
msgid "Video Bit Rate:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidevideopage.cpp:201
#, kde-format
msgid "Effect While Displaying Images"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidevideopage.cpp:221
#, kde-format
msgid "<i>An effect is an visual panning or zooming applied while an image is displayed. The effect duration will follow the number of frames used to render the image on video stream.</i>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidevideopage.cpp:237
#, kde-format
msgid "Transition Between Images"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidevideopage.cpp:257
#, kde-format
msgid "<i>A transition is an visual effect applied between two images. For some effects, the duration can depend of random values and can change while the slideshow.</i>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidevideopage.cpp:336
#, kde-format
msgid "Duration : %1 seconds by item, total %2 seconds (without transitions)"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidewizard.cpp:86
#, kde-format
msgid "Create a Video Slideshow"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidewizard.cpp:95
#, kde-format
msgid "Welcome to Video Slideshow Tool"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidewizard.cpp:98
#, kde-format
msgid "Video Settings"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/videoslideshow/wizard/vidslidewizard.cpp:100
#, kde-format
msgid "Generating Video Slideshow"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/manager/wsauthentication.cpp:271
+#: core/utilities/assistants/webservices/common/manager/wsauthentication.cpp:274
#, kde-format
msgid "Cannot open image at %1\n"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/manager/wsauthentication.cpp:387
+#: core/utilities/assistants/webservices/common/manager/wsauthentication.cpp:390
#, kde-format
msgid "%1 Call Failed"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/manager/wsauthentication.cpp:388
+#: core/utilities/assistants/webservices/common/manager/wsauthentication.cpp:391
#: core/utilities/assistants/webservices/common/manager/wstalker.cpp:351
-#: core/utilities/assistants/webservices/common/wizard/wsimagespage.cpp:311
+#: core/utilities/assistants/webservices/common/wizard/wsimagespage.cpp:314
#, kde-format
msgid "Code: %1. %2"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/manager/wsauthentication.cpp:411
+#: core/utilities/assistants/webservices/common/manager/wsauthentication.cpp:414
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:338
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:681
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:682
#: core/utilities/assistants/webservices/imageshack/imageshackwindow.cpp:426
#: core/utilities/assistants/webservices/imgur/imgurwindow.cpp:279
#: core/utilities/assistants/webservices/imgur/imgurwindow.cpp:286
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:339
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:339
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:579
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:913
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:323
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:744
#, kde-format
msgid "Uploading Failed"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/manager/wsauthentication.cpp:412
+#: core/utilities/assistants/webservices/common/manager/wsauthentication.cpp:415
#, kde-format
msgid ""
"Failed to upload photo: %1\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/manager/wssettings.cpp:117
#, kde-format
msgctxt "Web Service: FLICKR"
msgid "Flickr"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/manager/wssettings.cpp:118
#, kde-format
msgctxt "Web Service: DROPBOX"
msgid "Dropbox"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/manager/wssettings.cpp:119
#, kde-format
msgctxt "Web Service: IMGUR"
msgid "Imgur"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/manager/wssettings.cpp:120
#, kde-format
msgctxt "Web Service: FACEBOOK"
msgid "Facebook"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/manager/wssettings.cpp:121
#, kde-format
msgctxt "Web Service: SMUGMUG"
msgid "Smugmug"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/manager/wssettings.cpp:122
#, kde-format
msgctxt "Web Service: GDRIVE"
msgid "Google Drive"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/manager/wssettings.cpp:123
#, kde-format
msgctxt "Web Service: GPHOTO"
msgid "Google Photo"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wizard/wsauthenticationpage.cpp:311
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1><b>Authentication done!</b></h1>"
"</p>"
"<p>"
"<h3>Account linking succeeded!</h3>"
"</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wizard/wsauthenticationpage.cpp:318
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1><b>Authentication done!</b></h1>"
"</p>"
"<p>"
"<h3>Account linking failed!</h3>"
"</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wizard/wsfinalpage.cpp:140
#, kde-format
msgid "Preparing files..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wizard/wsfinalpage.cpp:146
#, kde-format
msgid "Start transferring process..."
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/wizard/wsimagespage.cpp:96
+#: core/utilities/assistants/webservices/common/wizard/wsimagespage.cpp:99
#, kde-format
msgid "<h3>This view lists all items to export.</h3>"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/wizard/wsimagespage.cpp:111
+#: core/utilities/assistants/webservices/common/wizard/wsimagespage.cpp:114
#, kde-format
msgid "<h3>This view lists user albums.</h3>"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/wizard/wsimagespage.cpp:310
+#: core/utilities/assistants/webservices/common/wizard/wsimagespage.cpp:313
#, kde-format
msgid "%1 - Create album failed"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/wizard/wsintropage.cpp:94
+#: core/utilities/assistants/webservices/common/wizard/wsintropage.cpp:93
#, kde-format
msgid ""
"<qt>"
"<p>"
"<h1><b>Welcome to Web Services Tool</b></h1>"
"</p>"
"<p>This assistant will guide you step by step, to export your items to popular Internet data hosting service.</p>"
"<p>Before exporting contents, you will be able to adjust items' properties according to your remote Web service capabilities.</p>"
"</qt>"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/wizard/wsintropage.cpp:107
+#: core/utilities/assistants/webservices/common/wizard/wsintropage.cpp:106
#, kde-format
msgid "&Choose operation:"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/wizard/wsintropage.cpp:109
+#: core/utilities/assistants/webservices/common/wizard/wsintropage.cpp:108
#, kde-format
msgid "Export to web services"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/wizard/wsintropage.cpp:110
+#: core/utilities/assistants/webservices/common/wizard/wsintropage.cpp:109
#, kde-format
msgid "Import from web services"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/wizard/wsintropage.cpp:121
+#: core/utilities/assistants/webservices/common/wizard/wsintropage.cpp:120
#, kde-format
msgid "&Choose remote Web Service:"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/wizard/wsintropage.cpp:146
+#: core/utilities/assistants/webservices/common/wizard/wsintropage.cpp:145
#, kde-format
msgid "&Choose account:"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/wizard/wswizard.cpp:91
+#: core/utilities/assistants/webservices/common/wizard/wswizard.cpp:92
#, kde-format
msgid "Export to Web Services"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/wizard/wswizard.cpp:102
+#: core/utilities/assistants/webservices/common/wizard/wswizard.cpp:103
#, kde-format
msgid "Welcome to Web Services Tool"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/wizard/wswizard.cpp:103
+#: core/utilities/assistants/webservices/common/wizard/wswizard.cpp:104
#, kde-format
msgid "Authentication dialog"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/wizard/wswizard.cpp:106
+#: core/utilities/assistants/webservices/common/wizard/wswizard.cpp:107
#, kde-format
msgid "Web Service Settings"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/common/wizard/wswizard.cpp:107
+#: core/utilities/assistants/webservices/common/wizard/wswizard.cpp:108
#, kde-format
msgid "Export by Web Service"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wscomboboxintermediate.h:55
#, kde-format
msgid "Various"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wslogindialog.cpp:94
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:328
#, kde-format
msgid "Login:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wslogindialog.cpp:108
#, kde-format
msgid "&Login"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wslogindialog.cpp:111
#, kde-format
msgid "&Skip"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wslogindialog.cpp:172
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:266
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:598
#: core/utilities/assistants/webservices/google/gswindow.cpp:396
#: core/utilities/assistants/webservices/google/gswindow.cpp:437
#: core/utilities/assistants/webservices/google/gswindow.cpp:519
#: core/utilities/assistants/webservices/google/gswindow.cpp:546
#: core/utilities/assistants/webservices/google/gswindow.cpp:630
#: core/utilities/assistants/webservices/google/gswindow.cpp:1089
#: core/utilities/assistants/webservices/google/gswindow.cpp:1282
#: core/utilities/assistants/webservices/google/gswindow.cpp:1293
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:262
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:262
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:246
#, kde-format
msgctxt "@title:window"
msgid "Error"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wslogindialog.cpp:173
#, kde-format
msgid "Password cannot be empty."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wsnewalbumdialog.cpp:61
#, kde-format
msgid "Title: "
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wsnewalbumdialog.cpp:62
#, kde-format
msgid "Time Stamp: "
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wsnewalbumdialog.cpp:63
#, kde-format
msgid "Description: "
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wsnewalbumdialog.cpp:64
#, kde-format
msgid "Location: "
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wsnewalbumdialog.cpp:116
#, kde-format
msgid "These are basic settings for the new %1 album."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wsnewalbumdialog.cpp:118
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:105
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:119
#, kde-format
msgid "Title of the album that will be created (required)."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wsnewalbumdialog.cpp:121
#, kde-format
msgid "Date and Time of the album that will be created (optional)."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wsnewalbumdialog.cpp:123
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:120
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:122
#, kde-format
msgid "Description of the album that will be created (optional)."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wsnewalbumdialog.cpp:125
#, kde-format
msgid "Location of the album that will be created (optional)."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wsselectuserdlg.cpp:68
#, kde-format
msgid "Account Selector"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wsselectuserdlg.cpp:73
#, kde-format
msgid "Add another account"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wsselectuserdlg.cpp:95
#, kde-format
msgid "Choose the %1 account to use for exporting images:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:145
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:265
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:80
#: core/utilities/assistants/webservices/vkontakte/vkauthwidget.cpp:71
#, kde-format
msgid "Account"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:154
#, kde-format
msgid "Max Dimension"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:157
#: core/utilities/assistants/webservices/google/gsreplacedlg.cpp:180
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:150
#: core/utilities/assistants/webservices/vkontakte/vkwindow.cpp:159
#, kde-format
msgid "Destination"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:174
#, kde-format
msgid "This is the list of images to upload to your %1 account."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:184
#, kde-format
msgid "This is a clickable link to open %1 in a browser."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:190
#, kde-format
msgid "This is the %1 account that is currently logged in."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:192
#, kde-format
msgctxt "account settings"
msgid "Name:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:193
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:365
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:154
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:96
#: core/utilities/assistants/webservices/vkontakte/vkauthwidget.cpp:85
#, kde-format
msgid "Change Account"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:195
#, kde-format
msgid "Change %1 account for transfer"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:205
#, kde-format
msgid "This is the %1 folder to/from which selected photos will be uploaded/downloaded."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:213
#, kde-format
msgid "Create new %1 folder"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:215
#, kde-format
msgctxt "album list"
msgid "Reload"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:217
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:136
#, kde-format
msgid "Reload album list"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:226
#, kde-format
msgid "This is the maximum dimension of the images. Images larger than this will be scaled down."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:227
#, kde-format
msgid "Original Size"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:228
#, kde-format
msgid "1600 px"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:229
#, kde-format
msgid "1440 px"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:230
#, kde-format
msgid "1280 px"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:231
#, kde-format
msgid "1152 px"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:232
#, kde-format
msgid "1024 px"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:238
#, kde-format
msgid "This is the location where %1 images will be downloaded."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:243
#, kde-format
msgid "These are the options that would be applied to photos before upload."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:245
#, kde-format
msgid "Upload original image file"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:249
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:466
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:162
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:163
#, kde-format
msgid "Resize photos before uploading"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:259
#, kde-format
msgid "Maximum Dimension:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wssettingswidget.cpp:267
#, kde-format
msgid "JPEG Quality:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/common/wstooldialog.cpp:68
#: core/utilities/presentation/dialogs/presentationdlg.cpp:88
#, kde-format
msgctxt "@action:button"
msgid "&Start"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/dropbox/dbtalker.cpp:393
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:1087
#: core/utilities/assistants/webservices/google/gdrive/gdtalker.cpp:477
#: core/utilities/assistants/webservices/onedrive/odtalker.cpp:410
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:672
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:812
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:972
#: core/utilities/assistants/webservices/twitter/twittertalker.cpp:380
#: core/utilities/assistants/webservices/twitter/twittertalker.cpp:412
#: core/utilities/assistants/webservices/twitter/twittertalker.cpp:536
#, kde-format
msgid "Failed to upload photo"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/dropbox/dbtalker.cpp:420
#: core/utilities/assistants/webservices/google/gdrive/gdtalker.cpp:380
#: core/utilities/assistants/webservices/onedrive/odtalker.cpp:433
#: core/utilities/assistants/webservices/twitter/twittertalker.cpp:562
#, kde-format
msgid "Failed to list folders"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:87
#, kde-format
msgid "Export to Dropbox"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:89
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:132
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:133
#: core/utilities/assistants/webservices/google/gswindow.cpp:148
#: core/utilities/assistants/webservices/google/gswindow.cpp:194
#: core/utilities/assistants/webservices/mediawiki/mediawikiwindow.cpp:111
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:88
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:89
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:234
#: core/utilities/assistants/webservices/rajce/rajcewindow.cpp:53
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:139
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:68
#: core/utilities/assistants/webservices/vkontakte/vkwindow.cpp:202
#, kde-format
msgid "Start Upload"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:90
#, kde-format
msgid "Start upload to Dropbox"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:267
#: core/utilities/assistants/webservices/google/gswindow.cpp:631
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:263
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:263
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:247
#, kde-format
msgid "No image selected. Please select which images should be uploaded."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:273
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:396
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:396
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:396
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:372
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:381
#, kde-format
msgid "Login Failed"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:274
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:397
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:397
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:397
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:382
#, kde-format
msgid "Authentication failed. Do you want to try again?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:298
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:547
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:548
#: core/utilities/assistants/webservices/google/gswindow.cpp:417
#: core/utilities/assistants/webservices/google/gswindow.cpp:498
#: core/utilities/assistants/webservices/google/gswindow.cpp:731
#: core/utilities/assistants/webservices/imageshack/imageshackwindow.cpp:251
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:300
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:300
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:762
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:795
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:284
#, kde-format
msgid "%v / %m"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:302
#, kde-format
msgid "Dropbox export"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:339
#, kde-format
msgid ""
"Failed to upload photo to Dropbox.\n"
"%1\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:411
#: core/utilities/assistants/webservices/dropbox/dbwindow.cpp:416
#, kde-format
msgid ""
"Dropbox call failed:\n"
"%1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/facebook/fbnewalbumdlg.cpp:54
#, kde-format
msgid "Privacy setting of the album that will be created (required)."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/facebook/fbnewalbumdlg.cpp:56
#, kde-format
msgid "Only Me"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/facebook/fbnewalbumdlg.cpp:58
#, kde-format
msgid "Only Friends"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/facebook/fbnewalbumdlg.cpp:60
#, kde-format
msgid "Friends of Friends"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/facebook/fbnewalbumdlg.cpp:66
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:137
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:145
#, kde-format
msgid "Everyone"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/facebook/fbtalker.cpp:198
#, kde-format
msgid "Validate previous session..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/facebook/fbtalker.cpp:435
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:649
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:650
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:876
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:890
#, kde-format
msgid "Cannot open file"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/facebook/fbtalker.cpp:473
#, kde-format
msgid "The service is not available at this time."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/facebook/fbtalker.cpp:476
#, kde-format
msgid "The application has reached the maximum number of requests allowed."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/facebook/fbtalker.cpp:479
#, kde-format
msgid "Invalid session key or session expired. Try to log in again."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/facebook/fbtalker.cpp:482
#, kde-format
msgid "Invalid album ID."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/facebook/fbtalker.cpp:485
#, kde-format
msgid "Album is full."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/facebook/fbtalker.cpp:488
#, kde-format
msgid "Missing or invalid file."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/facebook/fbtalker.cpp:491
#, kde-format
msgid "Too many unapproved photos pending."
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:130
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:131
#, kde-format
msgid "Export to Facebook Web Service"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:133
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:134
#, kde-format
msgid "Start upload to Facebook web service"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:365
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:398
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:366
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:399
#, kde-format
msgid "<auto create>"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:373
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:393
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:374
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:394
#, kde-format
msgid "Facebook Call Failed: %1\n"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:478
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:479
#, kde-format
msgid "You will be logged out of your account. If you have logged out of facebook,click \"Continue\" to authenticate for another account."
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:551
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:552
#, kde-format
msgid "Facebook export"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:682
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:683
#, kde-format
msgid ""
"Failed to upload photo into Facebook: %1\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
-#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:701
+#: core/utilities/assistants/webservices/facebook/fbwindow.cpp:702
#, kde-format
msgid "Facebook Call Failed: %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftexportwidget.cpp:86
#, kde-format
msgid "Target location: "
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftexportwidget.cpp:87
#, kde-format
msgid "Sets the target address to upload the images to. This can be any address as used in Dolphin or Konqueror, e.g. ftp://my.server.org/sub/folder."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftexportwidget.cpp:91
#, kde-format
msgid "Select export location..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftexportwidget.cpp:99
#, kde-format
msgid "This is the list of images to upload to the specified target."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftexportwidget.cpp:162
#, kde-format
msgid "Select target..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftexportwidget.cpp:185
#, kde-format
msgid "<not selected>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftexportwindow.cpp:81
#, kde-format
msgid "Export to Remote Storage"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftexportwindow.cpp:84
#, kde-format
msgid "Start export"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftexportwindow.cpp:85
#, kde-format
msgid "Start export to the specified target"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftexportwindow.cpp:205
#, kde-format
msgid "Upload not completed"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftexportwindow.cpp:206
#, kde-format
msgid "Some of the images have not been transferred and are still in the list. You can retry to export these images now."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftimportwidget.cpp:66
#, kde-format
msgid "Select import location..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftimportwidget.cpp:75
#, kde-format
msgid "This is the list of images to import into the current album."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftimportwidget.cpp:102
#, kde-format
msgid "Select items to import..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftimportwindow.cpp:71
#, kde-format
msgid "Import from Remote Storage"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftimportwindow.cpp:75
#, kde-format
msgid "Start import"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftimportwindow.cpp:76
#, kde-format
msgid "Start importing the specified images into the currently selected album."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftimportwindow.cpp:145
#, kde-format
msgid "Import not completed"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/filetransfer/ftimportwindow.cpp:146
#, kde-format
msgid "Some of the images have not been transferred and are still in the list. You can retry to import these images now."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrlist.cpp:480
#, kde-format
msgid "Check if photo should be publicly visible or use Upload Options tab to specify this for all images"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrlist.cpp:483
#, kde-format
msgid "Check if photo should be visible to family or use Upload Options tab to specify this for all images"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrlist.cpp:486
#, kde-format
msgid "Check if photo should be visible to friends or use Upload Options tab to specify this for all images"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrlist.cpp:489
#, kde-format
msgid "Indicate the safety level for the photo or use Upload Options tab to specify this for all images"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrlist.cpp:492
#, kde-format
msgid "Indicate what kind of image this is or use Upload Options tab to specify this for all images"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrlist.cpp:505
#, kde-format
msgid "Add extra tags per image or use Upload Options tab to add tags for all images"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrlist.cpp:522
#, kde-format
msgid "Enter extra tags, separated by commas."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:295
#, kde-format
msgid "Getting the maximum allowed file size."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:574
#, kde-format
msgid "File Size exceeds maximum allowed file size."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:659
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:547
#, kde-format
msgid "No photo specified"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:663
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:550
#, kde-format
msgid "General upload failure"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:667
#, kde-format
msgid "Filesize was zero"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:671
#, kde-format
msgid "Filetype was not recognized"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:675
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:559
#, kde-format
msgid "User exceeded upload limit"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:679
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:562
#, kde-format
msgid "Invalid signature"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:683
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:565
#, kde-format
msgid "Missing signature"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:687
#, kde-format
msgid "Login Failed / Invalid auth token"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:691
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:571
#, kde-format
msgid "Invalid API Key"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:695
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:574
#, kde-format
msgid "Service currently unavailable"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:699
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:577
#, kde-format
msgid "Invalid Frob"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:703
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:580
#, kde-format
msgid "Format \"xxx\" not found"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:707
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:583
#, kde-format
msgid "Method \"xxx\" not found"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:711
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:586
#, kde-format
msgid "Invalid SOAP envelope"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:715
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:589
#, kde-format
msgid "Invalid XML-RPC Method Call"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:719
#, kde-format
msgid "The POST method is now required for all setters"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:723
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:595
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:236
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:766
#, kde-format
msgid "Unknown error"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:729
#, kde-format
msgid ""
"Error Occurred: %1\n"
"Cannot proceed any further."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:912
#, kde-format
msgid "PhotoSet creation failed: "
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:1007
#, kde-format
msgid "Failed to fetch list of photo sets."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrtalker.cpp:1146
#, kde-format
msgid "Failed to query photo information"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:40
#, kde-format
msgid "Remove Account"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:50
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:57
#, kde-format
msgctxt "photo permissions"
msgid "Public"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:56
#, kde-format
msgid "This is the list of images to upload to your Flickr account."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:61
#, kde-format
msgid "Extra tags"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:67
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:78
#, kde-format
msgctxt "photo permissions"
msgid "Family"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:72
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:80
#, kde-format
msgctxt "photo permissions"
msgid "Friends"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:87
#, kde-format
msgid "Safety level"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:89
#, kde-format
msgid "Content type"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:92
#, kde-format
msgctxt "photo safety level"
msgid "Safe"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:93
#, kde-format
msgctxt "photo safety level"
msgid "Moderate"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:94
#, kde-format
msgctxt "photo safety level"
msgid "Restricted"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:95
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:190
#, kde-format
msgctxt "photo content type"
msgid "Photo"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:96
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:191
#, kde-format
msgctxt "photo content type"
msgid "Screenshot"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:97
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:192
#, kde-format
msgctxt "photo content type"
msgid "Other"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:113
#, kde-format
msgid "Tag options"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:117
#, kde-format
msgid "Use Host Application Tags"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:119
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:481
#, kde-format
msgid "More tag options"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:133
#, kde-format
msgid "Added Tags: "
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:135
#, kde-format
msgid "Enter new tags here, separated by commas."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:137
#, kde-format
msgid "Add tags per image"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:138
#, kde-format
msgid "If checked, you can set extra tags for each image in the File List tab"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:142
#, kde-format
msgid "Strip Spaces From Tags"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:155
#, kde-format
msgid "Publication Options"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:160
#, kde-format
msgctxt "As in accessible for people"
msgid "Public (anyone can see them)"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:163
#, kde-format
msgid "Visible to Family"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:166
#, kde-format
msgid "Visible to Friends"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:169
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:468
#, kde-format
msgid "More publication options"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:182
#, kde-format
msgid "Safety level:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:184
#, kde-format
msgid "Safe"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:185
#, kde-format
msgid "Moderate"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:186
#, kde-format
msgid "Restricted"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:188
#, kde-format
msgid "Content type:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:284
#, kde-format
msgid ""
"<b>"
"<h2><a href='http://www.23hq.com'><font color=\"#7CD164\">23</font></a> Export</h2>"
"</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:291
#, kde-format
msgid ""
"<b>"
"<h2><a href='http://www.flickr.com'><font color=\"#0065DE\">flick</font><font color=\"#FF0084\">r</font></a> Export</h2>"
"</b>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:464
#, kde-format
msgid "Fewer publication options"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwidget.cpp:486
#, kde-format
msgid "Fewer tag options"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwindow.cpp:155
#, kde-format
msgid "Export to %1 Web Service"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwindow.cpp:194
#, kde-format
msgid "Start Uploading"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwindow.cpp:616
#, kde-format
msgid "Photostream Only"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwindow.cpp:803
#, kde-format
msgid "Flickr Export"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwindow.cpp:833
#, kde-format
msgid "Failed to Fetch Photoset information from %1. %2\n"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/flickr/flickrwindow.cpp:841
#, kde-format
msgid ""
"Failed to upload photo into %1. %2\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gdrive/gdtalker.cpp:446
#, kde-format
msgid "Failed to create folder"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:553
#, kde-format
msgid "File-size was zero"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:556
#, kde-format
msgid "File-type was not recognized"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:568
#, kde-format
msgid "Login failed / Invalid auth token"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:592
#, kde-format
msgid "The POST method is now required for all setters."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:599
#, kde-format
msgid ""
"Error occurred: %1\n"
"Unable to proceed further."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gphoto/gptalker.cpp:796
#, kde-format
msgid "Failed to fetch photo-set list"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsnewalbumdlg.cpp:74
#, kde-format
msgid "Access Level"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsnewalbumdlg.cpp:75
#, kde-format
msgid "These are security and privacy settings for the new Google Photos/PicasaWeb album."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsnewalbumdlg.cpp:77
#, kde-format
msgctxt "google photos/picasaweb album privacy"
msgid "Public"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsnewalbumdlg.cpp:79
#, kde-format
msgid "Public album is listed on your public Google Photos/PicasaWeb page."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsnewalbumdlg.cpp:80
#, kde-format
msgctxt "google photos/picasaweb album privacy"
msgid "Unlisted / Private"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsnewalbumdlg.cpp:81
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:150
#, kde-format
msgid "Unlisted album is only accessible via URL."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsnewalbumdlg.cpp:82
#, kde-format
msgctxt "google photos/picasaweb album privacy"
msgid "Sign-In Required to View"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsnewalbumdlg.cpp:83
#, kde-format
msgid "Unlisted album require Sign-In to View"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsnewalbumdlg.cpp:91
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:163
#, kde-format
msgid "Privacy:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsreplacedlg.cpp:115
#, kde-format
msgid "Add As New"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsreplacedlg.cpp:116
#, kde-format
msgid "Item will be added alongside the linked version."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsreplacedlg.cpp:122
#, kde-format
msgid "Add All"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsreplacedlg.cpp:123
#, kde-format
msgid "Items will be added alongside the linked version. You will not be prompted again."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsreplacedlg.cpp:129
#, kde-format
msgid "Replace"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsreplacedlg.cpp:130
#, kde-format
msgid "Item will be replacing the linked version."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsreplacedlg.cpp:136
#, kde-format
msgid "Replace All"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsreplacedlg.cpp:137
#, kde-format
msgid "Items will be replacing the linked version. You will not be prompted again."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsreplacedlg.cpp:160
#, kde-format
msgid "A linked item already exists."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gsreplacedlg.cpp:185
#, kde-format
msgid "Source"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswidget.cpp:62
#, kde-format
msgid "Tag path behavior :"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswidget.cpp:64
#, kde-format
msgid "Leaf tags only"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswidget.cpp:65
#, kde-format
msgid "Export only the leaf tags of tag hierarchies"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswidget.cpp:66
#, kde-format
msgid "Split tags"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswidget.cpp:67
#, kde-format
msgid "Export the leaf tag and all ancestors as single tags."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswidget.cpp:68
#, kde-format
msgid "Combined String"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswidget.cpp:69
#, kde-format
msgid "Build a combined tag string."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:146
#, kde-format
msgid "Export to Google Drive"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:149
#, kde-format
msgid "Start upload to Google Drive"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:192
#, kde-format
msgid "Export to Google Photos/PicasaWeb Service"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:195
#, kde-format
msgid "Start upload to Google Photos/PicasaWeb Service"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:201
#, kde-format
msgid "Import from Google Photos/PicasaWeb Service"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:203
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:130
#, kde-format
msgid "Start Download"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:204
#, kde-format
msgid "Start download from Google Photos/PicasaWeb service"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:397
#: core/utilities/assistants/webservices/google/gswindow.cpp:438
#: core/utilities/assistants/webservices/google/gswindow.cpp:547
#, kde-format
msgid "Google Photos/PicasaWeb Call Failed: %1\n"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:502
#, kde-format
msgid "Google Photo Export"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:520
#, kde-format
msgid "Google Drive Call Failed: %1\n"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:646
#: core/utilities/assistants/webservices/google/gswindow.cpp:671
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:271
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:271
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:255
#, kde-format
msgid "Authentication failed. Click \"Continue\" to authenticate."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:735
#, kde-format
msgid "Google Drive export"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:1018
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:979
#, kde-format
msgid ""
"Failed to save photo: %1\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:1039
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:992
#, kde-format
msgid ""
"Failed to download photo: %1\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:1090
#, kde-format
msgid "Failed to save image to %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:1118
#, kde-format
msgid ""
"Failed to upload photo to %1.\n"
"%2\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:1165
#, kde-format
msgid ""
"Failed to finish uploading photo to %1.\n"
"%2\n"
"No image uploaded to your account."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:1168
#: core/utilities/facemanagement/assignnamewidget.cpp:250
#: core/utilities/imageeditor/editor/editortoolsettings.cpp:188
#: core/utilities/imageeditor/editor/editorwindow.cpp:1043
#: core/utilities/maintenance/facesdetector.cpp:70
#: core/utilities/searchwindow/searchutilities.cpp:628
#, kde-format
msgid "OK"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:1283
#, kde-format
msgid ""
"Google Drive call failed:\n"
"%1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:1294
#, kde-format
msgid ""
"Google Photos/PicasaWeb call failed:\n"
"%1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/google/gswindow.cpp:1325
#, kde-format
msgid "You will be logged out of your account, click \"Continue\" to authenticate for another account"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshacktalker.cpp:221
#, kde-format
msgid "Authenticating the user"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshacktalker.cpp:247
#, kde-format
msgid "Getting galleries from server"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshacktalker.cpp:337
#, kde-format
msgid "Successfully retrieved galleries"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshackwidget.cpp:53
#, kde-format
msgid "Make private"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshackwidget.cpp:57
#, kde-format
msgid "Tags (optional):"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshackwidget.cpp:59
#, kde-format
msgid "Remove information bar on thumbnails"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshackwidget.cpp:95
#, kde-format
msgctxt "@item:inlistbox"
msgid "Add to root folder"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshackwidget.cpp:98
#, kde-format
msgctxt "@item:inlistbox"
msgid "Create new gallery"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshackwindow.cpp:113
#, kde-format
msgid "Export to ImageShack"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshackwindow.cpp:121
#: core/utilities/assistants/webservices/imgur/imgurwindow.cpp:159
#, kde-format
msgid "Upload"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshackwindow.cpp:122
#, kde-format
msgid "Start upload to ImageShack web service"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshackwindow.cpp:255
#, kde-format
msgid "Image Shack Export"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshackwindow.cpp:282
#, kde-format
msgid "Authenticating..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshackwindow.cpp:340
#, kde-format
msgid "Login failed: %1\n"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshackwindow.cpp:354
#, kde-format
msgid "Failed to get galleries list: %1\n"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imageshack/imageshackwindow.cpp:427
#, kde-format
msgid ""
"Failed to upload photo into ImageShack: %1\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurimageslist.cpp:61
#, kde-format
msgid "Submission title"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurimageslist.cpp:64
#, kde-format
msgid "Submission description"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurimageslist.cpp:67
#, kde-format
msgid "Imgur URL"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurimageslist.cpp:70
#, kde-format
msgid "Imgur Delete URL"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurtalker.cpp:192
#, kde-format
msgid "Could not authorize"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurtalker.cpp:374
#, kde-format
msgid "Could not open file"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurwindow.cpp:118
#, kde-format
msgid "Logged in as:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurwindow.cpp:127
#, kde-format
msgid "Forget"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurwindow.cpp:137
#, kde-format
msgid "Upload Anonymously"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurwindow.cpp:156
#, kde-format
msgid "Export to imgur.com"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurwindow.cpp:160
#, kde-format
msgid "Start upload to Imgur"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurwindow.cpp:245
#, kde-format
msgid "<Not logged in>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurwindow.cpp:252
#, kde-format
msgid "Authorization Failed"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurwindow.cpp:253
#, kde-format
msgid "Failed to log into Imgur: %1\n"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurwindow.cpp:280
#, kde-format
msgid "Failed to upload photo to Imgur: %1\n"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/imgur/imgurwindow.cpp:287
#, kde-format
msgid ""
"Failed to upload photo to Imgur: %1\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikitalker.cpp:123
#, kde-format
msgid "Error on file '%1'\n"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikitalker.cpp:127
#, kde-format
msgid "Error on file '%1': %2\n"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikitalker.cpp:165
#, kde-format
msgid "Uploaded via digiKam uploader"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:104
#, kde-format
msgid "Select an image"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:172
#, kde-format
msgid "This is a clickable link to open the MediaWiki home page in a web browser."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:181
#, kde-format
msgid "This is the list of images to upload to the wiki."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:206
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:379
#, kde-format
msgid "This is the login form to your account on the chosen wiki."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:231
#: core/utilities/queuemanager/views/workflowdlg.cpp:122
#, kde-format
msgid "Description:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:233
#, kde-format
msgid "Categories:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:235
#, kde-format
msgid "Latitude:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:237
#, kde-format
msgid "Longitude:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:266
#, kde-format
msgid "This is the login form to your MediaWiki account."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:273
#, kde-format
msgid "New"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:274
#, kde-format
msgid "Add a wiki to this list"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:279
#, kde-format
msgid "Wikimedia Commons"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:280
#, kde-format
msgid "Wikimedia Meta"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:281
#, kde-format
msgid "Wikipedia"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:282
#, kde-format
msgid "Wikibooks"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:283
#, kde-format
msgid "Wikinews"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:284
#, kde-format
msgid "Wikiquote"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:285
#, kde-format
msgid "Wikisource"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:286
#, kde-format
msgid "Wiktionary"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:287
#, kde-format
msgid "MediaWiki"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:288
#, kde-format
msgid "Wikia Foto"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:289
#, kde-format
msgid "Wikia Uncyclopedia"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:294
#, kde-format
msgid "Wiki:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:305
#, kde-format
msgid "These are options for adding a Wiki."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:313
#, kde-format
msgid "API URL:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:318
#: core/utilities/setup/metadata/advancedmetadatatab.cpp:350
#, kde-format
msgid "Add"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:319
#, kde-format
msgid "Add a new wiki"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:336
#, kde-format
msgid "&Log in"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:352
#, kde-format
msgid "Login Information"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:358
#, kde-format
msgctxt "Name of the wiki the user is currently logged on"
msgid "Logged on: "
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:362
#, kde-format
msgctxt "Username which is used to connect to the wiki"
msgid "Logged as: "
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:366
#, kde-format
msgid "Logout and change the account used for transfer"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:384
#, kde-format
msgid "Author:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:390
#, kde-format
msgid "License:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:394
#, kde-format
msgid "Own work, Creative Commons Attribution-Share Alike 4.0"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:396
#, kde-format
msgid "Own work, multi-license with CC-BY-SA-3.0 and GFDL"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:398
#, kde-format
msgid "Own work, multi-license with CC-BY-SA-3.0 and older"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:400
#, kde-format
msgid "Own work, Creative Commons Attribution-Share Alike 3.0"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:402
#, kde-format
msgid "Own work, Creative Commons Attribution 3.0"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:404
#, kde-format
msgid "Own work, release into public domain under the CC-Zero license"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:406
#, kde-format
msgid "Author died more than 100 years ago"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:408
#, kde-format
msgid "Photo of a two-dimensional work whose author died more than 100 years ago"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:410
#, kde-format
msgid "First published in the United States before 1923"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:412
#, kde-format
msgid "Work of a U.S. government agency"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:414
#, kde-format
msgid "Simple typefaces, individual words or geometric shapes"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:416
#, kde-format
msgid "Logos with only simple typefaces, individual words or geometric shapes"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:418
#, kde-format
msgid "No license specified (not recommended for public wiki sites)"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:421
#, kde-format
msgid "Generic categories:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:424
#, kde-format
msgid "This is a place to enter categories that will be added to all the files."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:427
#, kde-format
msgid "Generic text:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:430
#, kde-format
msgid "This is a place to enter text that will be added to all the files, below the Information template."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:434
#, kde-format
msgid "Upload comments:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:437
#, kde-format
msgid "This is a place to enter text that will be used as upload comments. The default of 'Uploaded via digiKam uploader' will be used if empty."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:460
#, kde-format
msgid "These are options that will be applied to photos before upload."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:476
#, kde-format
msgid "Maximum size:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:487
#, kde-format
msgid "Remove metadata from file"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:491
#, kde-format
msgid "Remove coordinates from file"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:508
#, kde-format
msgid "Items Properties"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwidget.cpp:509
#, kde-format
msgid "Upload Settings"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwindow.cpp:109
#, kde-format
msgid "Export to MediaWiki"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwindow.cpp:112
#, kde-format
msgid "Start upload to MediaWiki"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwindow.cpp:319
#, kde-format
msgid "MediaWiki export"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwindow.cpp:354
#, kde-format
msgid "Login Error"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwindow.cpp:354
#, kde-format
msgid "Please check your credentials and try again."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/mediawiki/mediawikiwindow.cpp:375
#, kde-format
msgid "Upload finished with no errors."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:86
#, kde-format
msgid "Export to Onedrive"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:89
#, kde-format
msgid "Start upload to Onedrive"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:304
#, kde-format
msgid "Onedrive export"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:340
#, kde-format
msgid ""
"Failed to upload photo to OneDrive.\n"
"%1\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:411
#: core/utilities/assistants/webservices/onedrive/odwindow.cpp:416
#, kde-format
msgid ""
"Onedrive call failed:\n"
"%1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/pinterest/ptalker.cpp:509
#, kde-format
msgid "Failed to upload Pin"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/pinterest/ptalker.cpp:535
#, kde-format
msgid "Failed to list boards"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:87
#, kde-format
msgid "Export to Pinterest"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:90
#, kde-format
msgid "Start upload to Pinterest"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:304
#, kde-format
msgid "Pinterest export"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:340
#, kde-format
msgid ""
"Failed to upload photo to Pinterest.\n"
"%1\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:411
#: core/utilities/assistants/webservices/pinterest/pwindow.cpp:416
#, kde-format
msgid ""
"Pinterest call failed:\n"
"%1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigologindlg.cpp:95
#, kde-format
msgctxt "piwigo login settings"
msgid "URL:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigologindlg.cpp:99
#, kde-format
msgctxt "piwigo login settings"
msgid "Username:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigologindlg.cpp:103
#, kde-format
msgctxt "piwigo login settings"
msgid "Password:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:332
#, kde-format
msgid "Check if %1 already exists"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:467
#, kde-format
msgid "Piwigo URL probably incorrect"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:473
#, kde-format
msgid "Incorrect username or password specified"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:516
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:690
#, kde-format
msgid "Upload to Piwigo version < 2.4 is no longer supported"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:588
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:666
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:735
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:806
#, kde-format
msgid "Invalid response received from remote Piwigo"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:594
#: core/utilities/assistants/webservices/smugmug/smugtalker.cpp:929
#, kde-format
msgid "Failed to list albums"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:640
#, kde-format
msgid "Photo '%1' already exists."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:741
#, kde-format
msgid "Photo '%1' already exists in this album."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:827
#, kde-format
msgid "Error : Cannot open photo: %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:854
#, kde-format
msgid "Upload the chunk %1/%2 of %3"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:887
#, kde-format
msgid "Warning : The full size photo cannot be uploaded."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:933
#, kde-format
msgid "Upload the metadata of %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigotalker.cpp:966
#, kde-format
msgid "Invalid response received from remote Piwigo (%1)"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:126
#, kde-format
msgid "Visit Piwigo website"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:165
#, kde-format
msgid "Maximum width:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:171
#, kde-format
msgid "Maximum height:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:177
#, kde-format
msgid "Resized JPEG quality:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:230
#, kde-format
msgid "Piwigo Export"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:263
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:382
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:626
#, kde-format
msgid "Edit Piwigo Data"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:373
#, kde-format
msgid "Failed to login into remote piwigo. "
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:374
#, kde-format
msgid ""
"\n"
"Do you want to check your settings and try again?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:485
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:246
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:209
#, kde-format
msgid "Image"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:517
#, kde-format
msgid "Nothing to upload - please select photos to upload."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:556
#, kde-format
msgid "The file %1 is not a supported image or video format"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:561
#, kde-format
msgid "Uploading file %1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:580
#, kde-format
msgid "Failed to upload media into remote Piwigo. "
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/piwigo/piwigowindow.cpp:581
#, kde-format
msgid ""
"\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcenewalbumdlg.cpp:48
#, kde-format
msgid "Visibility"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcenewalbumdlg.cpp:49
#, kde-format
msgid "Set the visibility of the album"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcenewalbumdlg.cpp:51
#, kde-format
msgid "Public"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:171
#, kde-format
msgid "Not logged in"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:237
#, kde-format
msgid "Invalid command"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:238
#, kde-format
msgid "Invalid login name or password"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:239
#, kde-format
msgid "Session expired"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:241
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:242
#, kde-format
msgid "Unknown album"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:243
#, kde-format
msgid "Failed to open album"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:244
#, kde-format
msgid "The album name cannot be empty"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:245
#, kde-format
msgid "Failed to create album"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:246
#, kde-format
msgid "Album does not exist"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:249
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:251
#, kde-format
msgid "File upload failed"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:252
#, kde-format
msgid "Unsupported file extension"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:308
#, kde-format
msgid "Logging in %v%"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:309
#, kde-format
msgid "Logging out %v%"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:310
#, kde-format
msgid "Loading albums %v%"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:311
#, kde-format
msgid "Creating album %v%"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:312
#, kde-format
msgid "Opening album %v%"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:313
#, kde-format
msgid "Closing album %v%"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewidget.cpp:314
#, kde-format
msgid "Adding photos %v%"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewindow.cpp:51
#, kde-format
msgid "Export to Rajce.net"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/rajce/rajcewindow.cpp:54
#, kde-format
msgid "Start upload to Rajce.net"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:92
#, kde-format
msgid "SmugMug New Album"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:102
#, kde-format
msgid "These are basic settings for the new SmugMug album."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:124
#, kde-format
msgid "Album template for the new album (optional)."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:127
#, kde-format
msgctxt "new smug album dialog"
msgid "Title:"
msgstr ""
#. i18nc("new smug album dialog", "Category:"), d->categCoB);
#. i18nc("new smug album dialog", "Subcategory:"), d->subCategCoB);
#.
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:134
#, kde-format
msgctxt "new smug album dialog"
msgid "Description:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:135
#, kde-format
msgctxt "new smug album dialog"
msgid "Template:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:143
#, kde-format
msgid "Security && Privacy"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:144
#, kde-format
msgid "These are security and privacy settings for the new SmugMug album."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:146
#, kde-format
msgctxt "smug album privacy"
msgid "Public"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:148
#, kde-format
msgid "Public album is listed on your public SmugMug page."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:149
#, kde-format
msgctxt "smug album privacy"
msgid "Unlisted"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:157
#, kde-format
msgid "Require password to access the album (optional)."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:160
#, kde-format
msgid "Password hint to present to users in the password prompt (optional)."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugnewalbumdlg.cpp:165
#, kde-format
msgid "Password Hint:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugtalker.cpp:352
#, kde-format
msgid "Logging in to SmugMug service..."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugtalker.cpp:673
#, kde-format
msgid "Login failed"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugtalker.cpp:676
#, kde-format
msgid "Invalid user/nick/password"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugtalker.cpp:679
#, kde-format
msgid "Invalid API key"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugtalker.cpp:1032
#, kde-format
msgid "Failed to list album template"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:68
#, kde-format
msgid "This is the list of images to upload to your SmugMug account."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:74
#, kde-format
msgid "This is a clickable link to open the SmugMug home page in a web browser."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:81
#, kde-format
msgid "This is the SmugMug account that will be used to authenticate."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:84
#, kde-format
msgctxt "smug account login"
msgid "Anonymous"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:85
#, kde-format
msgid "Login as anonymous to SmugMug web service."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:87
#, kde-format
msgid "SmugMug Account"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:88
#, kde-format
msgid "Login to SmugMug web service using email and password."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:90
#, kde-format
msgctxt "smug account settings"
msgid "Name:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:92
#, kde-format
msgctxt "smug account settings"
msgid "Email:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:98
#, kde-format
msgid "Change SmugMug Account used to authenticate"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:113
#, kde-format
msgid "This is the SmugMug album that will be used for transfer."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:118
#: core/utilities/metadataedit/xmp/xmpstatus.cpp:86
#, kde-format
msgid "Nickname:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:120
#, kde-format
msgid "Nickname of SmugMug user to list albums."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:121
#, kde-format
msgid "Site Password:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:123
#, kde-format
msgid "Site-wide password for specified SmugMug nick/user."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:124
#, kde-format
msgid "Album Password:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:126
#, kde-format
msgid "Password for SmugMug album."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:131
#, kde-format
msgid "Create new SmugMug album"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:134
#, kde-format
msgctxt "reload album list"
msgid "Reload"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:151
#, kde-format
msgid "This is the location where SmugMug images will be downloaded."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:159
#: core/utilities/assistants/webservices/vkontakte/vkwindow.cpp:170
#, kde-format
msgid "These are options that will be applied to images before upload."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwidget.cpp:173
#, kde-format
msgid "Maximum dimension:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:128
#, kde-format
msgid "Import from SmugMug Web Service"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:131
#, kde-format
msgid "Start download from SmugMug web service"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:137
#, kde-format
msgid "Export to SmugMug Web Service"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:140
#, kde-format
msgid "Start upload to SmugMug web service"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:468
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:477
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:507
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:540
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:1012
#, kde-format
msgid "SmugMug Call Failed: %1\n"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:536
#, kde-format
msgid "&lt;none&gt;"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:678
#, kde-format
msgid "You will be logged out of your account, click \"Continue\" to authenticate for another account."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:765
#, kde-format
msgid "SmugMug Import"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:798
#, kde-format
msgid "SmugMug Export"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/smugmug/smugwindow.cpp:914
#, kde-format
msgid ""
"Failed to upload photo to SmugMug.\n"
"%1\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:66
#, kde-format
msgid "Export to Twitter"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:69
#, kde-format
msgid "Start upload to Twitter"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:288
#, kde-format
msgid "Twitter export"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:324
#, kde-format
msgid ""
"Failed to upload photo to Twitter.\n"
"%1\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:397
#: core/utilities/assistants/webservices/twitter/twitterwindow.cpp:402
#, kde-format
msgid ""
"Twitter call failed:\n"
"%1"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkalbumchooser.cpp:87
#, kde-format
msgctxt "@title:group Header above controls for managing albums"
msgid "Album"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkalbumchooser.cpp:92
#, kde-format
msgid "This is the VKontakte album that will be used for the transfer."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkalbumchooser.cpp:100
#, kde-format
msgid "Create new VKontakte album"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkalbumchooser.cpp:103
#, kde-format
msgctxt "reload albums list"
msgid "Reload"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkalbumchooser.cpp:104
#, kde-format
msgid "Reload albums list"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkalbumchooser.cpp:107
#, kde-format
msgid "Edit selected album"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkalbumchooser.cpp:112
#, kde-format
msgid "Delete selected album"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkalbumchooser.cpp:329
#, kde-format
msgctxt "@title:window"
msgid "Confirm Album Deletion"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkalbumchooser.cpp:330
#, kde-format
msgid "<qt>Are you sure you want to remove the album <b>%1</b> including all photos in it?</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkalbumchooser.cpp:443
#: core/utilities/assistants/webservices/vkontakte/vkauthwidget.cpp:182
#: core/utilities/assistants/webservices/vkontakte/vkwindow.cpp:377
#, kde-format
msgctxt "@title:window"
msgid "Request to VKontakte failed"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkalbumchooser.cpp:444
#, kde-format
msgid "Internal error: Null pointer to KJob instance."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkauthwidget.cpp:76
#, kde-format
msgid "This account is used for authentication."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkauthwidget.cpp:81
#, kde-format
msgid "Your VKontakte login"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkauthwidget.cpp:86
#, kde-format
msgid "Change VKontakte account used to authenticate"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkauthwidget.cpp:156
#, kde-format
msgctxt "Concatenation of first name (%1) and last name (%2)"
msgid "%1 %2"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkauthwidget.cpp:173
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:293
#, kde-format
msgid "Unauthorized"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:96
#, kde-format
msgctxt "@title:window"
msgid "Edit album"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:97
#, kde-format
msgctxt "@title:window"
msgid "New album"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:115
#, kde-format
msgctxt "@title:group Header above Title and Summary fields"
msgid "Album"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:116
#, kde-format
msgid "These are basic settings for the new VKontakte album."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:127
#, kde-format
msgid "Summary:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:130
#, kde-format
msgid "Privacy Settings"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:134
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:142
#, kde-format
msgid "Only me"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:135
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:143
#, kde-format
msgid "My friends"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:136
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:144
#, kde-format
msgid "Friends of my friends"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:138
#, kde-format
msgid "Album available to:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:146
#, kde-format
msgid "Comments available to:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vknewalbumdlg.cpp:170
#: core/utilities/assistants/webservices/yandexfotki/yfnewalbumdlg.cpp:104
#, kde-format
msgid "Title cannot be empty."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkwindow.cpp:138
#, kde-format
msgid "This is the list of images to upload to your VKontakte album."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkwindow.cpp:145
#, kde-format
msgid "This is a clickable link to open the VKontakte service in a web browser."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkwindow.cpp:160
#, kde-format
msgid "This is the location where VKontakte images will be downloaded."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkwindow.cpp:200
#, kde-format
msgctxt "@title:window"
msgid "Export to VKontakte Web Service"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkwindow.cpp:203
#, kde-format
msgid "Start upload to VKontakte service"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkwindow.cpp:370
#, kde-format
msgid "VKontakte"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkwindow.cpp:390
#, kde-format
msgid "Please select album first."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/vkontakte/vkwindow.cpp:421
#, kde-format
msgid "Vkontakte Export"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfnewalbumdlg.cpp:78
#, kde-format
msgid "Password for the album (optional)."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwidget.cpp:81
#, kde-format
msgid "Update policy:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwidget.cpp:83
#, kde-format
msgid "Update metadata"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwidget.cpp:84
#, kde-format
msgid "Update metadata of remote file and merge remote tags with local"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwidget.cpp:86
#, kde-format
msgid "Skip photo"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwidget.cpp:87
#, kde-format
msgid "Simple skip photo"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwidget.cpp:88
#, kde-format
msgid "Upload as new"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwidget.cpp:89
#, kde-format
msgid "Add photo as new"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwidget.cpp:91
#, kde-format
msgid "Privacy settings:"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwidget.cpp:94
#, kde-format
msgid "Public access"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwidget.cpp:96
#, kde-format
msgid "Friends access"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwidget.cpp:98
#, kde-format
msgid "Private access"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwidget.cpp:100
#, kde-format
msgid "Hide original photo"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwidget.cpp:101
#, kde-format
msgid "Disable comments"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwidget.cpp:102
#, kde-format
msgid "Adult content"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:306
#, kde-format
msgctxt "Yandex.Fotki"
msgid "Y"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:307
#, kde-format
msgctxt "Yandex.Fotki"
msgid "andex."
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:308
#, kde-format
msgctxt "Yandex.Fotki"
msgid "Fotki"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:630
#, kde-format
msgid ""
"Failed to prepare image %1\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:657
#, kde-format
msgid "Images has been uploaded"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:687
#, kde-format
msgid "Please select album first"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:709
#, kde-format
msgid "Session error"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:712
#, kde-format
msgid "Token error"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:715
#, kde-format
msgid "Invalid credentials"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:719
#, kde-format
msgid "Cannot get service document"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:732
#, kde-format
msgid "Cannot list albums"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:735
#, kde-format
msgid "Cannot list photos"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:738
#, kde-format
msgid "Cannot update album info"
msgstr ""
#. +> trunk5
#: core/utilities/assistants/webservices/yandexfotki/yfwindow.cpp:745
#, kde-format
msgid ""
"Failed to upload image %1\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/extrasupport/addressbook/akonadiiface.cpp:72
#, kde-format
msgid "Create Tag From Address Book"
msgstr ""
#. +> trunk5
#: core/utilities/extrasupport/addressbook/akonadiiface.cpp:75
#, kde-format
msgid "No address book entries found"
msgstr ""
#. +> trunk5
#: core/utilities/extrasupport/filesindexer/baloowrap.cpp:147
#, kde-format
msgid "BalooTags/"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/assignnamewidget.cpp:254
#, kde-format
msgid "Confirm"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/assignnamewidget.cpp:505
#, kde-format
msgid "Who is this?"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facepipeline.cpp:1275
#, kde-format
msgid "Applying face changes"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:127
#, kde-format
msgctxt "@title:window"
msgid "Scanning faces"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:131
#, kde-format
msgctxt "@action:button"
msgid "Scan"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:265
#, kde-format
msgctxt "@info"
msgid ""
"<qt>digiKam can search for faces in your photos.<br/>"
" When you have identified your friends on a number of photos,<br>"
" it can also recognize the people shown on your photos.</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:274
#, kde-format
msgctxt "@option:radio"
msgid "Detect faces"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:275
#, kde-format
msgctxt "@info"
msgid "Find all faces in your photos"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:277
#, kde-format
msgctxt "@option:radio"
msgid "Detect and recognize faces (experimental)"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:278
#, kde-format
msgctxt "@info"
msgid "Find all faces in your photos and try to recognize which person is depicted"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:281
#, kde-format
msgctxt "@label:listbox"
msgid "Skip images already scanned"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:282
#, kde-format
msgctxt "@label:listbox"
msgid "Scan again and merge results"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:283
#, kde-format
msgctxt "@label:listbox"
msgid "Clear unconfirmed results and rescan"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:286
#, kde-format
msgctxt "@option:radio"
msgid "Recognize faces (experimental)"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:287
#, kde-format
msgctxt "@info"
msgid "Try again to recognize the people depicted on marked but yet unconfirmed faces."
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:312
#: core/utilities/fuzzysearch/findduplicatesview.cpp:137
#, kde-format
msgctxt "@label"
msgid "Search in:"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:313
#, kde-format
msgctxt "@title:tab"
msgid "Albums"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:320
#, kde-format
msgctxt "@label"
msgid "Parameters for face detection and Recognition"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:322
#, kde-format
msgctxt "@label Two extremities of a scale"
msgid "Fast - Accurate"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:328
#, kde-format
msgctxt "@info:tooltip"
msgid "Adjust speed versus accuracy: The higher the value, the more accurate the results will be, but it will take more time."
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:337
#, kde-format
msgctxt "@title:tab"
msgid "Parameters"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:346
#, kde-format
msgctxt "@info"
msgid "Face detection is a time-consuming task. You can choose if you wish to employ all processor cores on your system, or work in the background only on one core. Warning: this features still experimental and it is disabled by default."
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:353
#, kde-format
msgctxt "@option:check"
msgid "Work on all processor cores (experimental)"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:358
#, kde-format
msgctxt "@label:listbox"
msgid "Recognize faces using LBP algorithm"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:359
#, kde-format
msgctxt "@label:listbox"
msgid "Recognize faces using EigenFaces algorithm"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:360
#, kde-format
msgctxt "@label:listbox"
msgid "Recognize faces using FisherFaces algorithm"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:361
#, kde-format
msgctxt "@label:listbox"
msgid "Recognize faces using Deep Learning algorithm"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:365
#, kde-format
msgctxt "@option:check"
msgid "Clear and rebuild all training data"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:367
#, kde-format
msgctxt "@info:tooltip"
msgid "This will clear all training data for recognition and rebuild it from all available faces."
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:377
#: core/utilities/setup/metadata/setupmetadata.cpp:542
#, kde-format
msgctxt "@title:tab"
msgid "Advanced"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:419
#, kde-format
msgctxt "@action:button"
msgid "Options <<"
msgstr ""
#. +> trunk5
#: core/utilities/facemanagement/facescandialog.cpp:420
#, kde-format
msgctxt "@action:button"
msgid "Options >>"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesalbum.cpp:73
#, kde-format
msgid "Ref. images"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesalbum.cpp:74
#, kde-format
msgid "Items"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesalbum.cpp:75
#, kde-format
msgid "Avg. similarity"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesalbum.cpp:79
#, kde-format
msgid "This shows all found duplicate items."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:126
#, kde-format
msgid "Update fingerprints"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:128
#, kde-format
msgid "Use this button to update all image fingerprints."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:130
#, kde-format
msgid "Find duplicates"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:132
#, kde-format
msgid "Use this button to scan the selected albums for duplicate items."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:156
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:329
#, kde-format
msgid "Similarity range:"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:159
#, kde-format
msgid "Restriction:"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:163
#, kde-format
msgctxt "@label:listbox"
msgid "None"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:164
#, kde-format
msgctxt "@label:listbox"
msgid "Restrict to reference album"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:165
#, kde-format
msgctxt "@label:listbox"
msgid "Exclude reference album"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:166
#, kde-format
msgid "Use this option to restrict the duplicate search with some criteria, as to limit search to the album of reference image, or to exclude the album of reference image of the search."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:179
#, kde-format
msgid "Restrict to:"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:183
#, kde-format
msgctxt "@label:listbox"
msgid "Only selected tab"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:184
#, kde-format
msgctxt "@label:listbox"
msgid "One of"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:185
#, kde-format
msgctxt "@label:listbox"
msgid "Both"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:186
#, kde-format
msgctxt "@label:listbox"
msgid "Albums but not tags"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:187
#, kde-format
msgctxt "@label:listbox"
msgid "Tags but not albums"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/findduplicatesview.cpp:190
#, kde-format
msgid ""
"Use this option to decide about the relation of the selected albums and tags.<br/>"
"<i>One of</i> means that the images are either in the selected albums or tags.<br/>"
"<i>Both</i> means that the images are both in the selected albums and tags.<br/>"
"<i>Albums but not tags</i> means that images must be in the selected albums but not tags.<br/>"
"<i>Tags but not albums</i> means that images must be in the selected tags but not albums.<br/>"
"<i>Only selected tab</i> means that only the selected tab is used."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:245
#, kde-format
msgid "Duplicates"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:247
#, kde-format
msgid "Sketch"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:303
#, kde-format
msgid ""
"<p>Drag & drop an image here<br/>"
"to perform similar<br/>"
"items search.</p>"
"<p>You can also use the context menu<br/>"
" when browsing through your images.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:311
#, kde-format
msgid "<b>File</b>:"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:313
#, kde-format
msgid "<b>Folder</b>:"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:323
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:459
#, kde-format
msgctxt "@label"
msgid "Search in albums:"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:345
#, kde-format
msgid "Select here the approximate similarity interval as a percentage. "
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:356
#, kde-format
msgid "Enter the name of the current similar image search to save in the \"Similarity Searches\" view."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:362
#, kde-format
msgid "Save current similar image search to a new virtual Album"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:363
#, kde-format
msgid "If you press this button, the current similar image search will be saved to a new search virtual album using name set on the left side."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:401
#, kde-format
msgid "Set here the brush color used to draw sketch."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:420
#, kde-format
msgid "Undo last draw on sketch"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:421
#, kde-format
msgid "Use this button to undo last drawing action on sketch."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:427
#, kde-format
msgid "Redo last draw on sketch"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:428
#, kde-format
msgid "Use this button to redo last drawing action on sketch."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:431
#, kde-format
msgid "Pen:"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:436
#, kde-format
msgid "Set here the brush size in pixels used to draw sketch."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:443
#, kde-format
msgid "Set here the number of items to find using sketch."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:471
#, kde-format
msgid "Clear sketch"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:472
#, kde-format
msgid "Use this button to clear sketch contents."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:476
#, kde-format
msgid "Enter the name of the current sketch search to save in the \"Similarity Searches\" view."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:482
#, kde-format
msgid "Save current sketch search to a new virtual Album"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:483
#, kde-format
msgid "If you press this button, the current sketch fuzzy search will be saved to a new search virtual album using the name set on the left side."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:698
#, kde-format
msgid "Image fingerprints have not yet been generated for your collection. The Similarity Search Tools will not be operational without pre-generated fingerprints. Please generate the fingerprints first."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/fuzzysearchview.cpp:702
#, kde-format
msgid "No Fingerprints"
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/sketchwidget.cpp:153
#, kde-format
msgid "You simply draw here a rough sketch of what you want to find and digiKam will displays the best matches in thumbnail view."
msgstr ""
#. +> trunk5
#: core/utilities/fuzzysearch/sketchwidget.cpp:584
#, kde-format
msgid ""
"Draw a sketch here\n"
"to perform a\n"
"Fuzzy search"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarknode.cpp:157
#: core/utilities/geolocation/editor/bookmark/bookmarknode.cpp:179
#, kde-format
msgid "Bookmark folder"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarknode.cpp:189
#, kde-format
msgid "The file is not an XBEL version 1.0 file."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarknode.cpp:276
#, kde-format
msgid "Unknown title"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksdlg.cpp:97
msgid "Add Bookmark"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksdlg.cpp:102
#, kde-format
msgid "Type a name and a comment for the bookmark, and choose where to keep it."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksdlg.cpp:108
#, kde-format
msgid "Bookmark title"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksdlg.cpp:112
#, kde-format
msgid "Bookmark comment"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksdlg.cpp:214
#, kde-format
msgid "Edit Geolocation Bookmarks"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksdlg.cpp:232
#: core/utilities/setup/album/setupcategory.cpp:106
#: core/utilities/setup/camera/setupcamera.cpp:318
#: core/utilities/setup/camera/setupcamera.cpp:434
#: core/utilities/setup/setuptemplate.cpp:125
#, kde-format
msgid "&Remove"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksdlg.cpp:235
#, kde-format
msgid "Add Folder"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksdlg.cpp:419
#, kde-format
msgid "New Folder"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksdlg.cpp:438
#, kde-format
msgctxt "@info"
msgid "Do you want to remove \"%1\" from your Bookmarks collection?"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:55
#, kde-format
msgid "Remove Bookmark"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:94
#, kde-format
msgid "Insert Bookmark"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:144
#, kde-format
msgid "Title Change"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:148
#, kde-format
msgid "Comment Change"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:152
#, kde-format
msgid "Address Change"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:705
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:822
#, kde-format
msgid "Loading Bookmark"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:706
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:823
#, kde-format
msgid ""
"Error when loading bookmarks on line %1, column %2:\n"
"%3"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:811
#, kde-format
msgid "Open File"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:813
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:838
#, kde-format
msgid "XBEL (*.xbel *.xml)"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:830
#, kde-format
msgid "Imported %1"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:836
#, kde-format
msgid "Save File"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:837
#, kde-format
msgid "%1 Bookmarks.xbel"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:845
#, kde-format
msgid "Export error"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/bookmarksmngr.cpp:845
#, kde-format
msgid "error saving bookmarks"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/gpsbookmarkmodelhelper.cpp:242
#: core/utilities/geolocation/editor/searches/searchresultmodelhelper.cpp:162
#, kde-format
msgid "1 image snapped to '%2'"
msgid_plural "%1 images snapped to '%2'"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/gpsbookmarkowner.cpp:150
#, kde-format
msgid "Edit Bookmarks"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/bookmark/gpsbookmarkowner.cpp:156
#, kde-format
msgid "Add Bookmark..."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:156
#, kde-format
msgid "Load GPX files..."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:163
#, kde-format
msgid "Show tracks on Map"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:164
#, kde-format
msgid "Set this option to show tracks on the Map"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:173
#, kde-format
msgid "Offset of pictures (hh:mm:ss):"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:175
#, kde-format
msgid "Sets the offset between picture times and track times. E.g. to correct wrong camera clock or different time zone."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:183
#, kde-format
msgid "Set whether picture time is ahead or behind the track time."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:200
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:211
#, kde-format
msgid "Max. time gap (hh:mm:ss):"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:204
#, kde-format
msgid "Sets the maximum time difference to interpolate GPX file points to image time data. If the time difference exceeds this setting, no match will be attempted."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:215
#, kde-format
msgid "Sets the maximum time difference from a GPS track point to the image time to be matched. If the time difference exceeds this setting, no match will be attempted."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:234
#, kde-format
msgid "Correlate"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:270
#, kde-format
msgctxt "@title:window"
msgid "Select GPX File to Load"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:272
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:161
#, kde-format
msgid "GPS Exchange Format (*.gpx)"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:310
#, kde-format
msgid "The following GPX file could not be loaded:"
msgid_plural "The following %1 GPX files could not be loaded:"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:316
#, kde-format
msgid "Error loading GPX file"
msgid_plural "Error loading GPX files"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:402
#, kde-format
msgid "Correlating images -"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:471
#, kde-format
msgid "Correlation failed"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:472
#, kde-format
msgid "Could not correlate any image - please make sure the offset and gap settings are correct."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:476
#, kde-format
msgid "Correlation succeeded"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:477
#, kde-format
msgid "All images have been correlated. You can now check their position on the map."
msgstr ""
#. i18np here, because the case of correlationTotalCount==1 is covered in the other two cases.
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:482
#, kde-format
msgid "Correlation finished"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:483
#, kde-format
msgid "%1 out of %2 images have been correlated. Please check the offset and gap settings if you think that more images should have been correlated."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp:493
#, kde-format
msgid "1 image correlated"
msgid_plural "%1 images correlated"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/geolocation/editor/correlator/track_listmodel.cpp:226
#, kde-format
msgid "#points"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:274
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:504
#, kde-format
msgid "Geolocation Editor"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:305
#, kde-format
msgid "Display bookmarked positions on the map."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:323
#, kde-format
msgid "Layout:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:325
#, kde-format
msgid "One map"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:326
#, kde-format
msgid "Two maps - horizontal"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:327
#, kde-format
msgid "Two maps - vertical"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:360
#: core/utilities/geolocation/geomapwrapper/gpsimageinfosorter.cpp:188
#, kde-format
msgid "Sorting"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:367
#: core/utilities/geolocation/geomapwrapper/gpsimageinfosorter.cpp:195
#, kde-format
msgid "Show oldest first"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:371
#: core/utilities/geolocation/geomapwrapper/gpsimageinfosorter.cpp:199
#, kde-format
msgid "Show youngest first"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:407
#, kde-format
msgid "Details"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:408
#, kde-format
msgid "GPS Correlator"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:409
#, kde-format
msgid "Undo/Redo"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:410
#, kde-format
msgid "Reverse Geocoding"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:411
#, kde-format
msgid "Search"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:412
#, kde-format
msgid "KML Export"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:612
#, kde-format
msgid "Loading metadata -"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:796
#, kde-format
msgid "You have 1 modified image."
msgid_plural "You have %1 modified images."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:803
#, kde-format
msgid "Unsaved changes"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:804
#, kde-format
msgid "%1 Would you like to save the changes you made to them?"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:909
#, kde-format
msgid "Saving changes -"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:959
#, kde-format
msgid "Failed to save some information:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/geolocationedit.cpp:988
#, kde-format
msgid "Edit Geolocation"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/gpscommon.cpp:111
#, kde-format
msgid "Warning: Sidecar settings"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/gpscommon.cpp:112
#, kde-format
msgid ""
"You have enabled writing to sidecar files for metadata storage in the host application, but not for reading. This means that any metadata stored in the sidecar files will be overwritten here.\n"
"Please enable reading of sidecar files in the host application or continue at your own risk."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/gpsgeoifacemodelhelper.cpp:212
#, kde-format
msgid "1 image moved"
msgid_plural "%1 images moved"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/gpsimagedetails.cpp:134
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:529
#, kde-format
msgid "Latitude"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/gpsimagedetails.cpp:138
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:530
#, kde-format
msgid "Longitude"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/gpsimagedetails.cpp:146
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:536
#, kde-format
msgid "Speed"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/gpsimagedetails.cpp:152
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:535
#, kde-format
msgid "# satellites"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/gpsimagedetails.cpp:158
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:534
#, kde-format
msgid "Fix type"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/gpsimagedetails.cpp:160
#, kde-format
msgid "2-d"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/gpsimagedetails.cpp:161
#, kde-format
msgid "3-d"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/gpsimagedetails.cpp:164
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:533
#, kde-format
msgid "DOP"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/dialog/gpsimagedetails.cpp:447
#, kde-format
msgid "Details changed"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:366
#, kde-format
msgid "Not available"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:399
#, kde-format
msgid "DOP: %1"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:404
#, kde-format
msgid "Fix: %1d"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:409
#, kde-format
msgid "#Sat: %1"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:444
#, kde-format
msgid "%1d"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:464
#, kde-format
msgid "Modified"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:537
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:148
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:148
#: core/utilities/setup/collections/setupcollectionview.cpp:898
#, kde-format
msgid "Status"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:728
#, kde-format
msgid "Failed to open file."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:793
#, kde-format
msgid "Failed to add GPS info to image."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:804
#, kde-format
msgid "Failed to remove GPS info from image"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:831
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:838
#, kde-format
msgid "Failed to save tags to file."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimageitem.cpp:849
#, kde-format
msgid "Unable to save changes to file"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:111
#: core/utilities/geolocation/editor/searches/searchwidget.cpp:196
#, kde-format
msgid "Copy coordinates"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:113
#, kde-format
msgid "Paste coordinates"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:115
#, kde-format
msgid "Paste coordinates swapped"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:117
#, kde-format
msgid "Remove coordinates"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:118
#, kde-format
msgid "Remove altitude"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:119
#, kde-format
msgid "Remove uncertainty"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:120
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:672
#, kde-format
msgid "Remove speed"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:121
#, kde-format
msgid "Look up missing altitude values"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:150
#: core/utilities/geolocation/editor/searches/searchwidget.cpp:228
#, kde-format
msgid "Bookmarks"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:437
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:776
#, kde-format
msgid "GPS Sync"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:438
#, kde-format
msgid "Found more than one point on the clipboard - can only assign one point at a time."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:505
#, kde-format
msgid "Could not find any coordinates on the clipboard."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:509
#, kde-format
msgid "Coordinates pasted"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:541
#, kde-format
msgid "Bookmark selected"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:651
#, kde-format
msgid "Remove coordinates information"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:656
#, kde-format
msgid "Remove altitude information"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:662
#, kde-format
msgid "Remove uncertainty information"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:724
#, kde-format
msgid "Looking up altitudes"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:775
#, kde-format
msgid ""
"Altitude lookup failed:\n"
"%1"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/items/gpsimagelistcontextmenu.cpp:782
#, kde-format
msgid "Altitude looked up"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:215
#, kde-format
msgid "Creation of picture '%1'"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:312
#, kde-format
msgid "Creation of placemark '%1'"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:320
#, kde-format
msgid "Could not save icon for image '%1' to '%2'"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:324
#, kde-format
msgid "Creation of icon '%1'"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:349
#, kde-format
msgid "No GPX file chosen."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:358
#, kde-format
msgid "Cannot parse %1 GPX file."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:364
#, kde-format
msgid "The %1 GPX file do not have a date-time track to use."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:371
#, kde-format
msgid "Tracks"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:461
#, kde-format
msgid "No position data for '%1'"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:473
#, kde-format
msgid "Cannot open file for writing"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:486
#, kde-format
msgid "Move %1 to final directory %2"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:490
#, kde-format
msgid "Cannot move data to destination directory"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlexport.cpp:500
#, kde-format
msgid "Report below have been generated while KML file processing:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlgpsdataparser.cpp:63
#, kde-format
msgid "Track"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlgpsdataparser.cpp:88
#, kde-format
msgid "Points"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlgpsdataparser.cpp:99
#, kde-format
msgid "Point"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:66
#, kde-format
msgid "Target Preferences"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:70
#, kde-format
msgid "Target Type"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:73
#, kde-format
msgid "&Local or web target used by GoogleEarth"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:76
#, kde-format
msgid "Web target used by GoogleMaps"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:77
#, kde-format
msgid "When using GoogleMaps, all images must have complete URLs, icons are squared, and when drawing a track, only line track is exported."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:88
#, kde-format
msgid "Picture Altitude:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:90
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:214
#, kde-format
msgid "clamp to ground"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:91
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:215
#, kde-format
msgid "relative to ground"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:92
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:216
#, kde-format
msgid "absolute"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:93
#, kde-format
msgid ""
"<p>Specifies how pictures are displayed"
"<dl>"
"<dt>clamp to ground (default)</dt>"
"<dd>Indicates to ignore an altitude specification</dd>"
"<dt>relative to ground</dt>"
"<dd>Sets the altitude of the element relative to the actual ground elevation of a particular location.</dd>"
"<dt>absolute</dt>"
"<dd>Sets the altitude of the coordinate relative to sea level, regardless of the actual elevation of the terrain beneath the element.</dd>"
"</dl>"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:103
#, kde-format
msgid "Destination Directory:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:107
#, kde-format
msgid "Select a directory in which to save the kml file and pictures"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:109
#, kde-format
msgid "Destination Path:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:111
#, kde-format
msgid "Filename:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:129
#, kde-format
msgid "Sizes"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:131
#, kde-format
msgid "Icon Size:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:136
#, kde-format
msgid "Image Size:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:151
#, kde-format
msgid "GPX Tracks"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:155
#, kde-format
msgid "Draw GPX Track"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:158
#, kde-format
msgid "GPX file:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:162
#, kde-format
msgid "Select GPX File to Load"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:165
#, kde-format
msgid "Time Zone:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:167
#, kde-format
msgid "GMT-12:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:168
#, kde-format
msgid "GMT-11:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:169
#, kde-format
msgid "GMT-10:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:170
#, kde-format
msgid "GMT-09:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:171
#, kde-format
msgid "GMT-08:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:172
#, kde-format
msgid "GMT-07:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:173
#, kde-format
msgid "GMT-06:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:174
#, kde-format
msgid "GMT-05:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:175
#, kde-format
msgid "GMT-04:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:176
#, kde-format
msgid "GMT-03:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:177
#, kde-format
msgid "GMT-02:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:178
#, kde-format
msgid "GMT-01:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:179
#, kde-format
msgid "GMT"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:180
#, kde-format
msgid "GMT+01:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:181
#, kde-format
msgid "GMT+02:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:182
#, kde-format
msgid "GMT+03:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:183
#, kde-format
msgid "GMT+04:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:184
#, kde-format
msgid "GMT+05:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:185
#, kde-format
msgid "GMT+06:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:186
#, kde-format
msgid "GMT+07:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:187
#, kde-format
msgid "GMT+08:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:188
#, kde-format
msgid "GMT+09:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:189
#, kde-format
msgid "GMT+10:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:190
#, kde-format
msgid "GMT+11:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:191
#, kde-format
msgid "GMT+12:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:192
#, kde-format
msgid "GMT+13:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:193
#, kde-format
msgid "GMT+14:00"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:194
#, kde-format
msgid "Sets the time zone of the camera during picture shooting, so that the time stamps of the GPS can be converted to match the local time"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:198
#, kde-format
msgid "Track Width:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:202
#, kde-format
msgid "Track Color:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:206
#, kde-format
msgid "Opacity (%):"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:212
#, kde-format
msgid "Track Altitude:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:217
#, kde-format
msgid ""
"<p>Specifies how the points are displayed"
"<dl>"
"<dt>clamp to ground (default)</dt>"
"<dd>Indicates to ignore an altitude specification</dd>"
"<dt>relative to ground</dt>"
"<dd>Sets the altitude of the element relative to the actual ground elevation of a particular location.</dd>"
"<dt>absolute</dt>"
"<dd>Sets the altitude of the coordinate relative to sea level, regardless of the actual elevation of the terrain beneath the element.</dd>"
"</dl>"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:246
#: core/utilities/geolocation/editor/kmlexport/kmlwidget.cpp:290
#, kde-format
msgid "Generate KML file"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgtagmodel.cpp:93
#, kde-format
msgid "{Country}"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgtagmodel.cpp:94
#, kde-format
msgctxt "Part of a country"
msgid "{State}"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgtagmodel.cpp:95
#, kde-format
msgid "{County}"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgtagmodel.cpp:96
#, kde-format
msgid "{City}"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgtagmodel.cpp:97
#, kde-format
msgid "{Town}"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgtagmodel.cpp:98
#, kde-format
msgid "{Village}"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgtagmodel.cpp:99
#, kde-format
msgid "{Hamlet}"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgtagmodel.cpp:100
#, kde-format
msgid "{Street}"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:229
#, kde-format
msgid "Add country tag"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:231
#, kde-format
msgid "Add state tag"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:233
#, kde-format
msgid "Add state district tag"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:235
#, kde-format
msgid "Add county tag"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:237
#, kde-format
msgid "Add city tag"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:239
#, kde-format
msgid "Add city district tag"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:241
#, kde-format
msgid "Add suburb tag"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:243
#, kde-format
msgid "Add town tag"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:245
#, kde-format
msgid "Add village tag"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:247
#, kde-format
msgid "Add hamlet tag"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:249
#, kde-format
msgid "Add street"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:251
#, kde-format
msgid "Add house number tag"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:253
#, kde-format
msgid "Add place"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:255
#, kde-format
msgid "Add Local Administrative Area 2"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:257
#, kde-format
msgid "Add Local Administrative Area 1"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:259
#, kde-format
msgid "Add new tag"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:260
#, kde-format
msgid "Remove selected tag"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:261
#, kde-format
msgid "Remove all control tags below this tag"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:264
#, kde-format
msgid "Add all address elements"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:267
#, kde-format
msgid "Select language:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:277
#, kde-format
msgid "Select service:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:280
#, kde-format
msgid "Open Street Map"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:281
#, kde-format
msgid "Geonames.org place name (non-US)"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:282
#, kde-format
msgid "Geonames.org full address (US only)"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:294
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:485
#, kde-format
msgid "Less options"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:301
#, kde-format
msgid "Write tags to XMP"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:307
#, kde-format
msgid "Apply reverse geocoding"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:431
#, kde-format
msgid "Image tags are changed."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:464
#, kde-format
msgid "Retrieving RG info -"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:479
#, kde-format
msgid "More options"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:799
#, kde-format
msgctxt "@title:window"
msgid "Add new tag:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:800
#, kde-format
msgid "Select a name for the new tag:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:936
#, kde-format
msgid "%1 out of %2 images have been reverse geocoded. Would you like to keep the tags which were already obtained or discard them?"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/reversegeocoding/rgwidget.cpp:942
#, kde-format
msgid "Abort reverse geocoding?"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/searches/searchbackend.cpp:314
#, kde-format
msgid "GeoNames"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/searches/searchbackend.cpp:315
#, kde-format
msgid "OSM"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/searches/searchwidget.cpp:170
#, kde-format
msgctxt "Start the search"
msgid "Search"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/searches/searchwidget.cpp:177
#, kde-format
msgid "Clear the search results."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/searches/searchwidget.cpp:185
#, kde-format
msgid "Keep the results of old searches when doing a new search."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/searches/searchwidget.cpp:192
#, kde-format
msgid "Toggle the visibility of the search results on the map."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/searches/searchwidget.cpp:199
#, kde-format
msgid "Move selected images to this position"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/searches/searchwidget.cpp:201
#, kde-format
msgid "Remove from results list"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/searches/searchwidget.cpp:205
#, kde-format
msgid "Select which service you would like to use."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/searches/searchwidget.cpp:281
#, kde-format
msgid "Search failed"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/searches/searchwidget.cpp:281
#, kde-format
msgid ""
"Your search failed:\n"
"%1"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/editor/searches/searchwidget.cpp:463
#, kde-format
msgid "1 image moved to '%2'"
msgid_plural "%1 images moved to '%2'"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:175
#, kde-format
msgid "Roadmap"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:176
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:88
#, kde-format
msgid "Satellite"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:177
#, kde-format
msgid "Hybrid"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:178
#, kde-format
msgid "Terrain"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:195
#, kde-format
msgid "Show Map Type Control"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:200
#, kde-format
msgid "Show Navigation Control"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:205
#, kde-format
msgid "Show Scale Control"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:218
#, kde-format
msgid "Google Maps"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:376
#: core/utilities/geolocation/geoiface/backends/backendmarble.cpp:414
#, kde-format
msgid "Float items"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendmarble.cpp:199
#, kde-format
msgid "Marble Virtual Globe"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendmarble.cpp:331
#, kde-format
msgid "Atlas map"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendmarble.cpp:336
#, kde-format
msgid "OpenStreetMap"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendmarble.cpp:348
#, kde-format
msgctxt "Spherical projection"
msgid "Spherical"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendmarble.cpp:353
#, kde-format
msgid "Mercator"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendmarble.cpp:358
#, kde-format
msgid "Equirectangular"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendmarble.cpp:368
#, kde-format
msgid "Show compass"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendmarble.cpp:373
#, kde-format
msgid "Show scale bar"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendmarble.cpp:378
#, kde-format
msgid "Show navigation"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendmarble.cpp:383
#, kde-format
msgid "Show overview map"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/backends/backendmarble.cpp:405
#, kde-format
msgid "Projection"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/lookup/lookupaltitudegeonames.cpp:115
#, kde-format
msgid "geonames.org"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/tracks/trackreader.cpp:290
#, kde-format
msgid "Could not open: %1"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/tracks/trackreader.cpp:296
#, kde-format
msgid "File is empty."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/tracks/trackreader.cpp:312
#, kde-format
msgid "Parsing error: %1"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/tracks/trackreader.cpp:322
#, kde-format
msgid "No GPX element found - probably not a GPX file."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/tracks/trackreader.cpp:326
#, kde-format
msgid "File is a GPX file, but no datapoints were found."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:245
#, kde-format
msgid "Zoom in"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:252
#, kde-format
msgid "Zoom out"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:258
#, kde-format
msgid "Switch between markers and thumbnails."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:275
#, kde-format
msgid "Preview single items"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:278
#, kde-format
msgid "Preview grouped items"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:281
#, kde-format
msgid "Show numbers"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:285
#, kde-format
msgid "T+"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:286
#, kde-format
msgid "Increase the thumbnail size on the map"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:287
#, kde-format
msgid "T-"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:288
#, kde-format
msgid "Decrease the thumbnail size on the map"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:293
#, kde-format
msgid "Remove the current region selection"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:301
#, kde-format
msgid "Select images by drawing a rectangle"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:306
#, kde-format
msgid "Pan mode"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:313
#, kde-format
msgid "Zoom into a group"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:319
#, kde-format
msgid "Create a region selection from a thumbnail"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:325
#, kde-format
msgid "Filter images"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:330
#, kde-format
msgid "Remove the current filter"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:335
#, kde-format
msgid "Select images"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:341
#, kde-format
msgid "Lock the map position"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/mapwidget.cpp:774
#, kde-format
msgid "Map settings"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geoiface/widgets/placeholderwidget.cpp:58
#, kde-format
msgid "Geolocation Interface"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/geomapwrapper/gpsimageinfosorter.cpp:203
#, kde-format
msgid "Sort by rating"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/mapsearches/gpssearchview.cpp:158
#, kde-format
msgid "Enter the name of the current map search to save in the \"Map Searches\" view."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/mapsearches/gpssearchview.cpp:164
#, kde-format
msgid "Save current map search to a new virtual album."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/mapsearches/gpssearchview.cpp:165
#, kde-format
msgid "If this button is pressed, the current map search will be saved to a new search virtual album using the name set on the left side."
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/mapsearches/gpssearchview.cpp:208
#, kde-format
msgid "Search by area:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/mapsearches/gpssearchview.cpp:236
#, kde-format
msgid "Show Non-Geolocated Items"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/mapsearches/gpssearchview.cpp:529
#: core/utilities/searchwindow/searchmodificationhelper.cpp:119
#: core/utilities/searchwindow/searchtabheader.cpp:540
#, kde-format
msgid ""
"Search name already exists.\n"
"Please enter a new name:"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/mapsearches/gpssearchview.cpp:533
#: core/utilities/searchwindow/searchmodificationhelper.cpp:123
#: core/utilities/searchwindow/searchtabheader.cpp:544
#, kde-format
msgid "Name exists"
msgstr ""
#. +> trunk5
#: core/utilities/geolocation/mapsearches/gpssearchview.cpp:646
#, kde-format
msgid "Non Geo-located Items"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/core/undocache.cpp:140
#, kde-format
msgid "The free disk space in the path \"%1\" for the undo cache file is < 2 GiB! Undo cache is now disabled!"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:125
#, kde-format
msgid "Do not know"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:126
#, kde-format
msgid "Take the safest and most appropriate action"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:138
#, kde-format
msgid "Color Profile Mismatch"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:142
#, kde-format
msgid "Missing Color Profile"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:146
#, kde-format
msgid "Image with Uncalibrated Color"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:152
#, kde-format
msgctxt "<Problem> - <b>"
msgid "%1 - %2"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:231
#, kde-format
msgid ""
"<p>This image has an <b>embedded color profile</b><br/>"
" which does not match your working space color profile.<br/>"
"How do you want to proceed?</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:237
#, kde-format
msgid ""
"<p>This image has <b>no information about the color space</b><br/>"
"that was used when creating the image. <br/>"
"How do you want to proceed?</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:244
#, kde-format
msgid ""
"<p>The color information of this image is uncalibrated.<br/>"
"How do you want to proceed?</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:274
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:634
#, kde-format
msgid "Embedded Color Profile:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:280
#, kde-format
msgid "Input Color Profile:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:296
#, kde-format
msgid "Working Color Space:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:319
#, kde-format
msgid "Original Colors:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:323
#, kde-format
msgid "Uncorrected Colors:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:327
#, kde-format
msgid "Raw Colors:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:342
#, kde-format
msgid "Resulting Colors:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:346
#, kde-format
msgid "Correction Applied:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:350
#, kde-format
msgid "Corrected Colors:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:382
#, kde-format
msgid "Keep the embedded profile, do not convert"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:383
#, kde-format
msgid "Convert to working color space"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:384
#, kde-format
msgid "Ignore embedded profile, assign this profile:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:387
#, kde-format
msgid "and then convert to working space"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:391
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:490
#: core/utilities/setup/setupicc.cpp:744
#, kde-format
msgid "No Profile Available"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:428
#, kde-format
msgid "Assign profile and convert to working color space"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:429
#, kde-format
msgid "Assign and keep color profile"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:430
#, kde-format
msgid "Leave the file untagged, do not color manage"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:477
#, kde-format
msgid "Which color space shall be used to interpret the colors of this image?"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:480
#, kde-format
msgid "sRGB (Internet standard)"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:481
#, kde-format
msgid "Current working color space"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:482
#, kde-format
msgid "This profile:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:525
#, kde-format
msgid "Please select the input color profile of the device (camera) used to create this image:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:532
#: core/utilities/setup/setupicc.cpp:746
#, kde-format
msgid "No Input Profile Available"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:630
#, kde-format
msgid "Assigned Color Profile:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:644
#, kde-format
msgid "<b>No Profile</b>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/softproofdialog.cpp:89
#, kde-format
msgid "Soft Proofing Options"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/softproofdialog.cpp:93
#, kde-format
msgid "Soft Proofing On"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/softproofdialog.cpp:94
#, kde-format
msgid "Enable soft-proofing color managed view"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/softproofdialog.cpp:95
#, kde-format
msgid "Soft Proofing Off"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/softproofdialog.cpp:96
#, kde-format
msgid "Disable soft-proofing color managed view"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/softproofdialog.cpp:103
#, kde-format
msgid "<b>Configure the Soft Proofing View</b>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/softproofdialog.cpp:111
#, kde-format
msgid "Profile of the output device to simulate:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/softproofdialog.cpp:114
#: core/utilities/setup/setupicc.cpp:428
#, kde-format
msgid "<p>Select the profile for your output device (usually, your printer). This profile will be used to do a soft proof, so you will be able to preview how an image will be rendered via an output device.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/softproofdialog.cpp:120
#, kde-format
msgid "Press this button to get detailed information about the selected proofing profile.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/softproofdialog.cpp:136
#, kde-format
msgid "Rendering intent:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/softproofdialog.cpp:141
#, kde-format
msgid "Highlight out-of-gamut colors"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/softproofdialog.cpp:142
#, kde-format
msgid "Highlighting color:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/softproofdialog.cpp:234
#: core/utilities/setup/setupicc.cpp:852
#, kde-format
msgid "Profile Error"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/softproofdialog.cpp:234
#: core/utilities/setup/setupicc.cpp:852
#, kde-format
msgid "No profile is selected."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/versioningpromptusersavedlg.cpp:66
#, kde-format
msgctxt "@title:window"
msgid "Save?"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/versioningpromptusersavedlg.cpp:76
#, kde-format
msgctxt "@action:button"
msgid "Save Changes"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/versioningpromptusersavedlg.cpp:79
#, kde-format
msgctxt "@info:tooltip"
msgid "Save the current changes. Note: The original image will never be overwritten."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/versioningpromptusersavedlg.cpp:81
#, kde-format
msgctxt "@action:button"
msgid "Save Changes as a New Version"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/versioningpromptusersavedlg.cpp:84
#, kde-format
msgctxt "@info:tooltip"
msgid "Save the current changes as a new version. The loaded file will remain unchanged, a new file will be created."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/versioningpromptusersavedlg.cpp:87
#, kde-format
msgctxt "@action:button"
msgid "Discard Changes"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/versioningpromptusersavedlg.cpp:90
#, kde-format
msgctxt "@info:tooltip"
msgid "Discard the changes applied to the image during this editing session."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/dialogs/versioningpromptusersavedlg.cpp:104
#, kde-format
msgctxt "@label"
msgid ""
"<qt>The current image has been changed.<br>"
"Do you wish to save your changes?</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editortool.cpp:360
#, kde-format
msgid "(%1,%2) RGBA:%3,%4,%5,%6"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editortoolsettings.cpp:167
#, kde-format
msgid "Guide:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editortoolsettings.cpp:171
#, kde-format
msgid "Set here the color used to draw dashed guide lines."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editortoolsettings.cpp:176
#, kde-format
msgid "Set here the width in pixels used to draw dashed guide lines."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editortoolsettings.cpp:184
#, kde-format
msgid "Defaults"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editortoolsettings.cpp:186
#, kde-format
msgid "Reset all settings to their default values."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editortoolsettings.cpp:203
#: core/utilities/queuemanager/tools/color/curvesadjust.cpp:80
#, kde-format
msgid "Load..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editortoolsettings.cpp:205
#: core/utilities/queuemanager/tools/color/curvesadjust.cpp:82
#, kde-format
msgid "Load all parameters from settings text file."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editortoolsettings.cpp:207
#, kde-format
msgid "Save As..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editortoolsettings.cpp:209
#, kde-format
msgid "Save all parameters to settings text file."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editortoolsettings.cpp:211
#: core/utilities/searchwindow/searchview.cpp:525
#, kde-format
msgid "Try"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editortoolsettings.cpp:213
#, kde-format
msgid "Try all settings."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:375
#: core/utilities/lighttable/lighttablewindow_setup.cpp:45
#, kde-format
msgid "&First"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:381
#: core/utilities/lighttable/lighttablewindow_setup.cpp:51
#, kde-format
msgid "&Last"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:388
#, kde-format
msgctxt "@action"
msgid "Open Original"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:400
#, kde-format
msgctxt "@action Save changes to current version"
msgid "Save Changes"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:401
#, kde-format
msgctxt "@info:tooltip"
msgid "Save the modifications to the current version of the file"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:406
#, kde-format
msgctxt "@action Save changes to a newly created version"
msgid "Save As New Version"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:407
#, kde-format
msgctxt "@info:tooltip"
msgid "Save the current modifications to a new version of the file"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:413
#, kde-format
msgctxt "@action Save changes to a newly created version, specifying the filename and format"
msgid "Save New Version As..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:414
#, kde-format
msgctxt "@info:tooltip"
msgid "Save the current modifications to a new version of the file, specifying the filename and format"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:419
#, kde-format
msgctxt "@action Save As New Version...Save in format..."
msgid "Save in Format"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:421
#, kde-format
msgctxt "@action:inmenu"
msgid "JPEG"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:422
#, kde-format
msgctxt "@action:inmenu"
msgid "TIFF"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:423
#, kde-format
msgctxt "@action:inmenu"
msgid "PNG"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:424
#, kde-format
msgctxt "@action:inmenu"
msgid "PGF"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:426
#, kde-format
msgctxt "@action:inmenu"
msgid "JPEG 2000"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:433
#, kde-format
msgctxt "@action"
msgid "Export"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:434
#, kde-format
msgctxt "@info:tooltip"
msgid "Save the file in a folder outside your collection"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:443
#, kde-format
msgctxt "@action"
msgid "Discard Changes"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:444
#, kde-format
msgctxt "@info:tooltip"
msgid "Discard all current changes to this file"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:456
#, kde-format
msgid "Print Image..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:463
#: core/utilities/lighttable/lighttablewindow_setup.cpp:78
#, kde-format
msgid "Open the item with default assigned application."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:484
#, kde-format
msgid "Undo"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:503
#, kde-format
msgid "Redo"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:519
#, kde-format
msgctxt "Create a selection containing the full image"
msgid "Select All"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:552
#, kde-format
msgid "Fit to &Selection"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:557
#, kde-format
msgid "This option can be used to zoom the image to the current selection area."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:562
#, kde-format
msgid "Insert Text..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:569
#, kde-format
msgid "Add Border..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:575
#, kde-format
msgid "Apply Texture..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:583
#, kde-format
msgid "Color Effects..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:589
#, kde-format
msgid "Charcoal Drawing..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:595
#, kde-format
msgid "Emboss..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:601
#, kde-format
msgid "Oil Paint..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:607
#, kde-format
msgid "Blur Effects..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:613
#, kde-format
msgid "Distortion Effects..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:619
#, kde-format
msgid "Raindrops..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:625
#, kde-format
msgid "Add Film Grain..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:633
#, kde-format
msgid "Brightness/Contrast/Gamma..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:640
#, kde-format
msgid "Hue/Saturation/Lightness..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:648
#, kde-format
msgid "Color Balance..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:656
#: core/utilities/imageeditor/editor/editorwindow.cpp:809
#, kde-format
msgid "Auto-Correction..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:664
#: core/utilities/imageeditor/editor/editorwindow.cpp:3342
#, kde-format
msgid "Invert"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:683
#, kde-format
msgid "Color Spaces"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:693
#, kde-format
msgid "Color Space Converter..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:700
#, kde-format
msgid "Black && White..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:706
#, kde-format
msgid "White Balance..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:713
#, kde-format
msgid "Channel Mixer..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:720
#, kde-format
msgid "Curves Adjust..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:728
#, kde-format
msgid "Levels Adjust..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:735
#, kde-format
msgid "Color Negative..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:744
#, kde-format
msgid "Restoration..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:750
#, kde-format
msgid "Sharpen..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:756
#, kde-format
msgid "Blur..."
msgstr ""
#. i18n("Healing Clone..."), this);
#. actionCollection()->addAction(QLatin1String("editorwindow_enhance_healingclone"), d->healCloneAction);
#. d->healCloneAction->setWhatsThis( i18n( "This filter can be used to clone a part in a photo to erase unwanted region.") );
#. connect(d->healCloneAction, SIGNAL(triggered(bool)),
#. this, SLOT(slotHealingClone()));
#. d->healCloneAction->setEnabled(false);
#.
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:769
#, kde-format
msgid "Noise Reduction..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:775
#, kde-format
msgid "Local Contrast..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:781
#, kde-format
msgid "Red Eye..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:782
#, kde-format
msgid "This filter can be used to correct red eyes in a photo. Select a region including the eyes to use this option."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:789
#, kde-format
msgid "Vignetting Correction..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:795
#, kde-format
msgid "Distortion..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:801
#, kde-format
msgid "Hot Pixels..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:872
#, kde-format
msgid "Under-Exposure Indicator"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:874
#, kde-format
msgid "Set this option to display black overlaid on the image. This will help you to avoid under-exposing the image."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:881
#, kde-format
msgid "Over-Exposure Indicator"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:883
#, kde-format
msgid "Set this option to display white overlaid on the image. This will help you to avoid over-exposing the image."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:896
#, kde-format
msgid "Soft Proofing Options..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:900
#, kde-format
msgid "Soft Proofing View"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:907
#, kde-format
msgctxt "@action"
msgid "Crop to Selection"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:910
#, kde-format
msgid "This option can be used to crop the image. Select a region of the image to enable this action."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:915
#, kde-format
msgctxt "@action"
msgid "Auto-Crop"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:916
#, kde-format
msgid "This option can be used to crop automatically the image."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:922
#, kde-format
msgid "Perspective Adjustment..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:928
#, kde-format
msgid "Shear..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:934
#, kde-format
msgid "&Resize..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:940
#, kde-format
msgid "Aspect Ratio Crop..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:948
#, kde-format
msgid "Liquid Rescale..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:958
#, kde-format
msgid "Free Rotation..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:964
#, kde-format
msgid "Set Point 1"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:970
#, kde-format
msgid "Set Point 2"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:976
#, kde-format
msgid "Auto Adjust"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:1064
#: core/utilities/imageeditor/editor/editorwindow.cpp:1923
#, kde-format
msgid "No selection"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:1067
#, kde-format
msgid "Information about current image selection"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:1072
#, kde-format
msgid "Information about image size"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:1573
#, kde-format
msgid "Saving image..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:1574
#, kde-format
msgid "Please wait for the image to be saved..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:1593
#, kde-format
msgid ""
"About to overwrite file \"%1\"\n"
"Are you sure?"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:1707
#, kde-format
msgctxt "@info"
msgid ""
"<qt>The image <b>%1</b> has been modified.<br/>"
"Do you want to save it?</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:1850
#, kde-format
msgctxt "@info"
msgid ""
"The image <b>%1</b> has been modified.<br/>"
"All changes will be lost."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:1942
#, kde-format
msgid "Loading:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:1968
#, kde-format
msgid "Cannot load \"%1\""
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2009
#, kde-format
msgid "Cannot open the specified working space profile (\"%1\"). No color transformation will be applied. Please check the color management configuration in digiKam's setup."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2065
#, kde-format
msgid "Saving:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2084
#, kde-format
msgid ""
"Failed to save file\n"
"\"%1\"\n"
"to\n"
"\"%2\"."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2196
#, kde-format
msgid "Could not open a temporary file in the folder \"%1\": %2 (%3)"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2245
#: core/utilities/import/dscanner/scandialog.cpp:176
#, kde-format
msgid "New Image File Name"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2374
#, kde-format
msgid "Unable to determine the format to save the target image with."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2381
#, kde-format
msgid "Cannot Save: Found file path <b>%1</b> is invalid."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2623
#, kde-format
msgctxt "@info"
msgid "Cannot save file <b>%1</b> to the suggested version file name <b>%2</b>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2692
#: core/utilities/imageeditor/editor/editorwindow.cpp:2711
#: core/utilities/import/dscanner/scandialog.cpp:241
#, kde-format
msgid "Overwrite File?"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2693
#, kde-format
msgid "You do not have write permissions for the file named \"%1\". Are you sure you want to overwrite it?"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2712
#: core/utilities/import/dscanner/scandialog.cpp:242
#, kde-format
msgid "A file named \"%1\" already exists. Are you sure you want to overwrite it?"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2739
#, kde-format
msgid "Failed to overwrite original file"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2816
#, kde-format
msgid "Color-Managed View is enabled."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2820
#, kde-format
msgid "Color-Managed View is disabled."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2825
#, kde-format
msgid "Color Management is not configured, so the Color-Managed View is not available."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2860
#, kde-format
msgid "Under-Exposure indicator is enabled"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2861
#, kde-format
msgid "Under-Exposure indicator is disabled"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2875
#, kde-format
msgid "Over-Exposure indicator is enabled"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2876
#, kde-format
msgid "Over-Exposure indicator is disabled"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2967
#, kde-format
msgctxt "@title Image Transform"
msgid "Transform"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2984
#, kde-format
msgctxt "@title Image Decorate"
msgid "Decorate"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2989
#, kde-format
msgctxt "@title Image Effect"
msgid "Effects"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:2999
#, kde-format
msgctxt "@title Image Colors"
msgid "Colors"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:3015
#, kde-format
msgctxt "@title Image Enhance"
msgid "Enhance"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:3355
#, kde-format
msgid "This image is already using a depth of 8 bits / color / pixel."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:3363
#, kde-format
msgid "Performing this operation will reduce image color quality. Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:3384
#, kde-format
msgid "This image is already using a depth of 16 bits / color / pixel."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:3400
#, kde-format
msgid "This image is not color managed."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/editor/editorwindow.cpp:3415
#, kde-format
msgid "Color Management is disabled..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/main/imagewindow.cpp:183
#, kde-format
msgid "Image Editor - %1"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/main/imagewindow.cpp:919
#, kde-format
msgid "No Image in Current Album"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/main/imagewindow.cpp:920
#, kde-format
msgid ""
"There is no image to show in the current album.\n"
"The image editor will be closed."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/main/imagewindow.cpp:1180
#, kde-format
msgctxt "@title"
msgid "File Not Available"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/main/imagewindow.cpp:1181
#, kde-format
msgctxt "@info"
msgid "<qt>The original file (<b>%1</b>) is currently not available</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/main/imagewindow_setup.cpp:37
#, kde-format
msgctxt "@action Finish editing, close editor, back to main window"
msgid "Close Editor"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/main/imagewindow_setup.cpp:46
#, kde-format
msgid "Delete File Permanently"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/main/imagewindow_setup.cpp:56
#, kde-format
msgid "Delete Permanently without Confirmation"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/main/imagewindow_setup.cpp:63
#, kde-format
msgid "Move to Trash without Confirmation"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/main/imagewindow_setup.cpp:217
#, kde-format
msgid "Image Editor Thumbnail Dock"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/main/imagewindow_setup.cpp:254
#, kde-format
msgid "Remove Tag"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/main/imagewindow_setup.cpp:279
#: core/utilities/import/widgets/importcontextmenu.cpp:374
#, kde-format
msgid "Assign Labels"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/printiface/printhelper.cpp:177
#, kde-format
msgid "Print Image"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/printiface/printoptionspage.cpp:101
#, kde-format
msgid "Use Color Management for Printing"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/printiface/printoptionspage.cpp:104
#: core/utilities/maintenance/maintenancedlg.cpp:328
#: core/utilities/maintenance/maintenancedlg.cpp:348
#, kde-format
msgid "Settings..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/printiface/printoptionspage.cpp:350
#, kde-format
msgid ""
"<p>Color Management is disabled.</p>"
" "
"<p>You can enable it now by clicking on the \"Settings\" button.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawimport.cpp:73
#, kde-format
msgid "Raw Import"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawimport.cpp:75
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:317
#, kde-format
msgid "Post Processing"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawimport.cpp:180
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:316
#: core/utilities/queuemanager/views/queuesettingsview.cpp:241
#, kde-format
msgid "Raw Decoding"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawpreview.cpp:179
#, kde-format
msgid ""
"Cannot decode RAW image\n"
"\"%1\""
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:180
#, kde-format
msgid "Abort"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:183
#, kde-format
msgid "Abort the current Raw image preview."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:186
#, kde-format
msgid "Update"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:189
#, kde-format
msgid "Generate a Raw image preview using current settings."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:225
#, kde-format
msgid "Set here the gamma adjustment of the image"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:232
#, kde-format
msgid "Set here the color saturation correction."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:234
#, kde-format
msgid "Exposure (E.V):"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:239
#, kde-format
msgid "This value in E.V will be used to perform an exposure compensation of the image."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:272
#, kde-format
msgid "Reset curve to linear"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:294
#, kde-format
msgid "Luminosity Curve"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:318
#, kde-format
msgid "Info"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:324
#, kde-format
msgid "Reset all settings to default values."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:328
#, kde-format
msgid "Import image to editor using current settings."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:330
#, kde-format
msgid "Use Default"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/rawimport/rawsettingsbox.cpp:332
#, kde-format
msgid "Use general Raw decoding settings to load this image in editor."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustcurvestool.cpp:265
#, kde-format
msgid "Adjust Curve"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:165
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:884
#, kde-format
msgid "Adjust Levels"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:200
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:190
#, kde-format
msgid "This is the histogram drawing of the selected channel from the original image."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:208
#, kde-format
msgid "Select the input intensity of the histogram here."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:209
#, kde-format
msgid "Input intensity."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:216
#, kde-format
msgid "Select the output intensity of the histogram here."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:217
#, kde-format
msgid "Output intensity."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:223
#, kde-format
msgid "Select the minimal input intensity value of the histogram here."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:224
#, kde-format
msgid "Minimal input intensity."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:230
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:282
#, kde-format
msgid "Gamma input value."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:231
#, kde-format
msgid "Select the gamma input value here."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:236
#, kde-format
msgid "Maximal input intensity."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:237
#, kde-format
msgid "Select the maximal input intensity value of the histogram here."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:242
#, kde-format
msgid "Minimal output intensity."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:243
#, kde-format
msgid "Select the minimal output intensity value of the histogram here."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:248
#, kde-format
msgid "Maximal output intensity."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:249
#, kde-format
msgid "Select the maximal output intensity value of the histogram here."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:259
#, kde-format
msgid "With this button, you can pick the color from the original image used to set <b>Shadow Tone</b> input levels on the Red, Green, Blue, and Luminosity channels."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:267
#, kde-format
msgid "With this button, you can pick the color from the original image used to set <b>Middle Tone</b> input levels on the Red, Green, Blue, and Luminosity channels."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:275
#, kde-format
msgid "With this button, you can pick the color from the original image used to set <b>Highlight Tone</b> input levels on the Red, Green, Blue, and Luminosity channels."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:298
#, kde-format
msgid "Adjust all levels automatically."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:299
#, kde-format
msgid "If you press this button, all channel levels will be adjusted automatically."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:304
#, kde-format
msgid "Reset current channel levels' values."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:305
#, kde-format
msgid "If you press this button, all levels' values from the currently selected channel will be reset to the default values."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:891
#, kde-format
msgid "Select Gimp Levels File to Load"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:903
#, kde-format
msgid "Cannot load from the Gimp levels text file."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:917
#, kde-format
msgid "Gimp Levels File to Save"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/adjustlevelstool.cpp:929
#, kde-format
msgid "Cannot save to the Gimp levels text file."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:97
#, kde-format
msgid "Auto Correction"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:128
#, kde-format
msgid ""
"<b>Auto Levels</b>:"
"<p>This option maximizes the tonal range in the Red, Green, and Blue channels. It searches the image shadow and highlight limit values and adjusts the Red, Green, and Blue channels to a full histogram range.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:135
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:274
#: core/utilities/queuemanager/tools/color/autocorrection.cpp:69
#, kde-format
msgid "Normalize"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:136
#, kde-format
msgid ""
"<b>Normalize</b>:"
"<p>This option scales brightness values across the active image so that the darkest point becomes black, and the brightest point becomes as bright as possible without altering its hue. This is often a \"magic fix\" for images that are dim or washed out.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:145
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:278
#: core/utilities/queuemanager/tools/color/autocorrection.cpp:70
#, kde-format
msgid "Equalize"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:146
#, kde-format
msgid ""
"<b>Equalize</b>:"
"<p>This option adjusts the brightness of colors across the active image so that the histogram for the value channel is as nearly as possible flat, that is, so that each possible brightness value appears at about the same number of pixels as each other value. Sometimes Equalize works wonderfully at enhancing the contrasts in an image. Other times it gives garbage. It is a very powerful operation, which can either work miracles on an image or destroy it.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:158
#, kde-format
msgid ""
"<b>Stretch Contrast</b>:"
"<p>This option enhances the contrast and brightness of the RGB values of an image by stretching the lowest and highest values to their fullest range, adjusting everything in between.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/autocorrectiontool.cpp:166
#, kde-format
msgid ""
"<b>Auto Exposure</b>:"
"<p>This option enhances the contrast and brightness of the RGB values of an image to calculate optimal exposition and black level using image histogram properties.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/bcgtool.cpp:83
#: core/utilities/imageeditor/tools/colors/bcgtool.cpp:179
#, kde-format
msgid "Brightness / Contrast / Gamma"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/bwsepiatool.cpp:85
#, kde-format
msgid "Black and White"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/bwsepiatool.cpp:196
#, kde-format
msgid "Convert to Black and White"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/cbtool.cpp:82
#: core/utilities/imageeditor/tools/colors/cbtool.cpp:172
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:229
#: core/utilities/queuemanager/tools/color/colorbalance.cpp:48
#, kde-format
msgid "Color Balance"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/channelmixertool.cpp:92
#: core/utilities/imageeditor/tools/colors/channelmixertool.cpp:179
#: core/utilities/queuemanager/tools/color/channelmixer.cpp:48
#, kde-format
msgid "Channel Mixer"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:155
#, kde-format
msgid "Color Negative Film"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:200
#, kde-format
msgid "Input range of red color channel."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:205
#, kde-format
msgid "Input range of green color channel."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:210
#, kde-format
msgid "Input range of blue color channel."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:231
#, kde-format
msgid "Check to apply the built-in color balance of the film profile. Un-check if you want to apply color balance yourself."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:239
#, kde-format
msgid "White point color picker"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:240
#, kde-format
msgid "With this button, you can pick the color of the orange mask of the scanned color negative. It represents white point of the negative, or the darkest black tone of the positive image after inversion. It is also the reference point for applying the film profile."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:247
#, kde-format
msgid "Reset white point."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:248
#, kde-format
msgid "If you press this button, the white point is reset to pure white."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:253
#, kde-format
msgid "Adjust white point automatically."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:254
#, kde-format
msgid "If you press this button, the white point is calculated from the image data automatically. This function requires to have some residual orange mask around the exposed area of the negative."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:274
#, kde-format
msgid "Exposure correction."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:275
#, kde-format
msgid "Move the slider to higher values until maximum brightness is achieved without clipping any color channel. Use the output histogram to evaluate each channel."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/filmtool.cpp:283
#, kde-format
msgid "Linear raw scans of film negatives require application of a gamma curve. Standard values are 1.8 or 2.2."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/hsltool.cpp:83
#, kde-format
msgid "Hue / Saturation / Lightness"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/hsltool.cpp:175
#, kde-format
msgid "HSL Adjustments"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/profileconversiontool.cpp:132
#, kde-format
msgid "Current Color Space:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/colors/whitebalancetool.cpp:87
#: core/utilities/imageeditor/tools/colors/whitebalancetool.cpp:217
#: core/utilities/queuemanager/tools/color/whitebalance.cpp:48
#: core/utilities/searchwindow/searchfields.cpp:517
#, kde-format
msgid "White Balance"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/bordertool.cpp:75
#: core/utilities/imageeditor/tools/decorate/bordertool.cpp:171
#: core/utilities/queuemanager/tools/decorate/border.cpp:49
#, kde-format
msgid "Add Border"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:135
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:449
#, kde-format
msgid "Insert Text"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:146
#, kde-format
msgid "This previews the text inserted in the image. You can use the mouse to move the text to the right location."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:155
#, kde-format
msgid "Here, enter the text you want to insert in your image."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:174
#, kde-format
msgid "Align text to the left"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:180
#, kde-format
msgid "Align text to the right"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:186
#, kde-format
msgid "Align text to center"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:192
#, kde-format
msgid "Align text to a block"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:205
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:374
#, kde-format
msgid "Rotation:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:207
#, kde-format
msgctxt "no rotation"
msgid "None"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:208
#, kde-format
msgid "90 Degrees"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:209
#, kde-format
msgid "180 Degrees"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:210
#, kde-format
msgid "270 Degrees"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:211
#, kde-format
msgid "Select the text rotation to use here."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:215
#, kde-format
msgctxt "font color"
msgid "Color:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:218
#, kde-format
msgid "Set here the font color to use."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:222
#, kde-format
msgctxt "text opacity"
msgid "Opacity:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:227
#, kde-format
msgid "Select the text opacity to use here."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:231
#, kde-format
msgid "Add border"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:232
#, kde-format
msgid "Add a solid border around text using current text color"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:234
#, kde-format
msgid "Semi-transparent"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:235
#, kde-format
msgid "Use semi-transparent text background under image"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:327
#, kde-format
msgid "Enter your text here."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/inserttexttool.cpp:436
#, kde-format
msgid "Insert Text Tool"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:108
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:243
#, kde-format
msgid "Texture"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:120
#, kde-format
msgid "Paper"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:121
#, kde-format
msgid "Paper 2"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:122
#, kde-format
msgid "Fabric"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:123
#, kde-format
msgid "Burlap"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:124
#, kde-format
msgid "Bricks"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:125
#, kde-format
msgid "Bricks 2"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:126
#, kde-format
msgid "Canvas"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:127
#, kde-format
msgid "Marble"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:128
#, kde-format
msgid "Marble 2"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:129
#, kde-format
msgid "Blue Jean"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:130
#, kde-format
msgid "Cell Wood"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:131
#, kde-format
msgid "Metal Wire"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:132
#, kde-format
msgid "Modern"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:133
#, kde-format
msgid "Wall"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:134
#, kde-format
msgid "Moss"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:135
#, kde-format
msgid "Stone"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:137
#, kde-format
msgid "Set here the texture type to apply to image."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:141
#, kde-format
msgid "Relief:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/decorate/texturetool.cpp:145
#, kde-format
msgid "Set here the relief gain used to merge texture and image."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/antivignettingtool.cpp:78
#: core/utilities/imageeditor/tools/enhance/antivignettingtool.cpp:166
#, kde-format
msgid "Vignetting Correction"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/blurtool.cpp:78
#, kde-format
msgid "Blur"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/blurtool.cpp:87
#: core/utilities/queuemanager/tools/enhance/blur.cpp:66
#, kde-format
msgid "Smoothness:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/blurtool.cpp:91
#: core/utilities/queuemanager/tools/enhance/blur.cpp:70
#, kde-format
msgid "A smoothness of 0 has no effect, 1 and above determine the Gaussian blur matrix radius that determines how much to blur the image."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/blurtool.cpp:167
#, kde-format
msgid "Gaussian Blur"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/healingclonetool.cpp:89
#, kde-format
msgid "Healing Clone Tool"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/healingclonetool.cpp:101
#, kde-format
msgid "Brush Radius:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/healingclonetool.cpp:105
#, kde-format
msgid "A radius of 0 has no effect, 1 and above determine the brush radius that determines the size of parts copied in the image."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/healingclonetool.cpp:111
#, kde-format
msgid "Radial Blur Percent:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/healingclonetool.cpp:115
#, kde-format
msgid "A percent of 0 has no effect, values above 0 represent a factor for mixing the destination color with source color this is done radially i.e. the inner part of the brush radius is totally from source and mixing with destination is done gradually till the outer part of the circle."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/healingclonetool.cpp:126
#, kde-format
msgid "Set Source Point"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/healingclonetool.cpp:194
#, kde-format
msgid "healingClone"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/hotpixels/blackframelistview.cpp:53
#, kde-format
msgid "Preview"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/hotpixels/blackframelistview.cpp:56
#, kde-format
msgctxt "This is a column which will contain the amount of HotPixels found in the black frame file"
msgid "HP"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/hotpixels/hotpixelfixer.h:79
#, kde-format
msgid "Hot Pixels Tool"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/hotpixels/hotpixelstool.cpp:102
#, kde-format
msgid "Hot Pixels"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/hotpixels/hotpixelstool.cpp:115
#: core/utilities/queuemanager/tools/color/autocorrection.cpp:73
#: core/utilities/queuemanager/tools/enhance/restoration.cpp:69
#, kde-format
msgid "Filter:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/hotpixels/hotpixelstool.cpp:117
#, kde-format
msgctxt "average filter mode"
msgid "Average"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/hotpixels/hotpixelstool.cpp:118
#, kde-format
msgctxt "linear filter mode"
msgid "Linear"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/hotpixels/hotpixelstool.cpp:119
#, kde-format
msgctxt "quadratic filter mode"
msgid "Quadratic"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/hotpixels/hotpixelstool.cpp:120
#, kde-format
msgctxt "cubic filter mode"
msgid "Cubic"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/hotpixels/hotpixelstool.cpp:123
#, kde-format
msgid "Black Frame..."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/hotpixels/hotpixelstool.cpp:125
#, kde-format
msgid "Use this button to add a new black frame file which will be used by the hot pixels removal filter."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/hotpixels/hotpixelstool.cpp:181
#, kde-format
msgid "Loading: "
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/hotpixels/hotpixelstool.cpp:220
#, kde-format
msgid "Select Black Frame Image"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/hotpixels/hotpixelstool.cpp:276
#, kde-format
msgid "Hot Pixels Correction"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/lensautofixtool.cpp:92
#: core/utilities/imageeditor/tools/enhance/lensautofixtool.cpp:245
#: core/utilities/queuemanager/tools/enhance/lensautofix.cpp:71
#, kde-format
msgid "Lens Auto-Correction"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/lensautofixtool.cpp:104
#, kde-format
msgid "Show grid"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/lensautofixtool.cpp:105
#, kde-format
msgid "Set this option to visualize the correction grid to be applied."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/lensdistortiontool.cpp:104
#: core/utilities/imageeditor/tools/enhance/lensdistortiontool.cpp:319
#, kde-format
msgid "Lens Distortion"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/lensdistortiontool.cpp:119
#, kde-format
msgid "You can see here a thumbnail preview of the distortion correction applied to a cross pattern."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/lensdistortiontool.cpp:124
#, kde-format
msgctxt "value for amount of distortion"
msgid "Main:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/lensdistortiontool.cpp:130
#, kde-format
msgid "This value controls the amount of distortion. Negative values correct lens barrel distortion, while positive values correct lens pincushion distortion."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/lensdistortiontool.cpp:136
#, kde-format
msgid "Edge:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/lensdistortiontool.cpp:142
#, kde-format
msgid "This value controls in the same manner as the Main control, but has more effect at the edges of the image than at the center."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/lensdistortiontool.cpp:147
#, kde-format
msgid "Zoom:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/lensdistortiontool.cpp:153
#, kde-format
msgid "This value rescales the overall image size."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/lensdistortiontool.cpp:157
#, kde-format
msgid "Brighten:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/lensdistortiontool.cpp:163
#, kde-format
msgid "This value adjusts the brightness in image corners."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/localcontrasttool.cpp:88
#: core/utilities/imageeditor/tools/enhance/localcontrasttool.cpp:170
#: core/utilities/queuemanager/tools/enhance/localcontrast.cpp:48
#, kde-format
msgid "Local Contrast"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/noisereductiontool.cpp:73
#: core/utilities/imageeditor/tools/enhance/noisereductiontool.cpp:147
#: core/utilities/queuemanager/tools/enhance/noisereduction.cpp:48
#, kde-format
msgid "Noise Reduction"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/redeyetool.cpp:93
#, kde-format
msgid "Red Eye"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/redeyetool.cpp:98
#, kde-format
msgid "Here you can see the image selection preview with red eye reduction applied."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/redeyetool.cpp:187
#, kde-format
msgid "Red Eyes Correction"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:129
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:349
#: core/utilities/queuemanager/tools/enhance/restoration.cpp:51
#, kde-format
msgid "Restoration"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:147
#, kde-format
msgid "Preset"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:151
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:239
#: core/utilities/queuemanager/tools/enhance/restoration.cpp:67
#, kde-format
msgid "Visit CImg library website"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:153
#, kde-format
msgid "Filtering type:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:156
#: core/utilities/queuemanager/tools/enhance/restoration.cpp:71
#, kde-format
msgid "Reduce Uniform Noise"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:157
#: core/utilities/queuemanager/tools/enhance/restoration.cpp:72
#, kde-format
msgid "Reduce JPEG Artifacts"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:158
#: core/utilities/queuemanager/tools/enhance/restoration.cpp:73
#, kde-format
msgid "Reduce Texturing"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:159
#, kde-format
msgctxt "custom restoration settings"
msgid "Custom"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:160
#, kde-format
msgid ""
"<p>Select the filter preset to use for photograph restoration here:</p>"
"<p><b>Reduce Uniform Noise</b>: reduce small image artifacts such as sensor noise.<br/>"
"<b>Reduce JPEG Artifacts</b>: reduce large image artifacts, such as a JPEG compression mosaic.<br/>"
"<b>Reduce Texturing</b>: reduce image artifacts, such as paper texture, or Moire patterns on scanned images.<br/>"
"<b>Custom</b>: Puts settings to most common values, fully customizable.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:354
#, kde-format
msgid "Photograph Restoration Settings File to Load"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:370
#, kde-format
msgid "\"%1\" is not a Photograph Restoration settings text file."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:381
#, kde-format
msgid "Cannot load settings from the Photograph Restoration text file."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:393
#, kde-format
msgid "Photograph Restoration Settings File to Save"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/restorationtool.cpp:411
#, kde-format
msgid "Cannot save settings to the Photograph Restoration text file."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/enhance/sharpentool.cpp:286
#, kde-format
msgid "Unsharp Mask"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:101
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:381
#, kde-format
msgid "Blur Effects"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:113
#, kde-format
msgid "This is the preview of the blur effect applied to the photograph."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:120
#, kde-format
msgid "Zoom Blur"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:121
#, kde-format
msgid "Radial Blur"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:122
#, kde-format
msgid "Far Blur"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:123
#, kde-format
msgid "Motion Blur"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:124
#, kde-format
msgid "Softener Blur"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:125
#, kde-format
msgid "Shake Blur"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:126
#, kde-format
msgid "Focus Blur"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:127
#, kde-format
msgid "Smart Blur"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:128
#, kde-format
msgid "Frost Glass"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:129
#, kde-format
msgid "Mosaic"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:131
#, kde-format
msgid ""
"<p>Select the blurring effect to apply to image.</p>"
"<p><b>Zoom Blur</b>: blurs the image along radial lines starting from a specified center point. This simulates the blur of a zooming camera.</p>"
"<p><b>Radial Blur</b>: blurs the image by rotating the pixels around the specified center point. This simulates the blur of a rotating camera.</p>"
"<p><b>Far Blur</b>: blurs the image by using far pixels. This simulates the blur of an unfocalized camera lens.</p>"
"<p><b>Motion Blur</b>: blurs the image by moving the pixels horizontally. This simulates the blur of a linear moving camera.</p>"
"<p><b>Softener Blur</b>: blurs the image softly in dark tones and hardly in light tones. This gives images a dreamy and glossy soft focus effect. It is ideal for creating romantic portraits, glamour photographs, or giving images a warm and subtle glow.</p>"
"<p><b>Shake Blur</b>: blurs the image by shaking randomly the pixels. This simulates the blur of a random moving camera.</p>"
"<p><b>Focus Blur</b>: blurs the image corners to reproduce the astigmatism distortion of a lens.</p>"
"<p><b>Smart Blur</b>: finds the edges of color in your image and blurs them without muddying the rest of the image.</p>"
"<p><b>Frost Glass</b>: blurs the image by randomly disperse light coming through a frosted glass.</p>"
"<p><b>Mosaic</b>: divides the photograph into rectangular cells and then recreates it by filling those cells with average pixel value.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:155
#, kde-format
msgid "Distance:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:159
#, kde-format
msgid "Set here the blur distance in pixels."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:161
#, kde-format
msgctxt "level to use for the effect"
msgid "Level:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/blurfxtool.cpp:165
#, kde-format
msgid "This value controls the level to use with the current effect."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/charcoaltool.cpp:85
#: core/utilities/imageeditor/tools/filters/charcoaltool.cpp:198
#, kde-format
msgid "Charcoal"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/charcoaltool.cpp:100
#, kde-format
msgid "Pencil size:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/charcoaltool.cpp:104
#, kde-format
msgid "Set here the charcoal pencil size used to simulate the drawing."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/charcoaltool.cpp:108
#, kde-format
msgctxt "smoothing value of the pencil"
msgid "Smooth:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/charcoaltool.cpp:112
#, kde-format
msgid "This value controls the smoothing effect of the pencil under the canvas."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/colorfxtool.cpp:97
#: core/utilities/queuemanager/tools/filters/colorfx.cpp:41
#, kde-format
msgid "Color Effects"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/colorfxtool.cpp:103
#, kde-format
msgid "This is the color effects preview"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:104
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:345
#, kde-format
msgid "Distortion Effects"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:108
#, kde-format
msgid "This is the preview of the distortion effect applied to the photograph."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:123
#, kde-format
msgid "Fish Eyes"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:124
#, kde-format
msgid "Twirl"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:125
#, kde-format
msgid "Cylindrical Hor."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:126
#, kde-format
msgid "Cylindrical Vert."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:127
#, kde-format
msgid "Cylindrical H/V."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:128
#, kde-format
msgid "Caricature"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:129
#, kde-format
msgid "Multiple Corners"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:130
#, kde-format
msgid "Waves Hor."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:131
#, kde-format
msgid "Waves Vert."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:132
#, kde-format
msgid "Block Waves 1"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:133
#, kde-format
msgid "Block Waves 2"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:134
#, kde-format
msgid "Circular Waves 1"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:135
#, kde-format
msgid "Circular Waves 2"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:136
#, kde-format
msgid "Polar Coordinates"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:137
#, kde-format
msgid "Unpolar Coordinates"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:138
#, kde-format
msgid "Tile"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:140
#, kde-format
msgid ""
"<p>Here, select the type of effect to apply to an image.</p>"
"<p><b>Fish Eyes</b>: warps the photograph around a 3D spherical shape to reproduce the common photograph 'Fish Eyes' effect.</p>"
"<p><b>Twirl</b>: spins the photograph to produce a Twirl pattern.</p>"
"<p><b>Cylinder Hor.</b>: warps the photograph around a horizontal cylinder.</p>"
"<p><b>Cylinder Vert.</b>: warps the photograph around a vertical cylinder.</p>"
"<p><b>Cylinder H/V.</b>: warps the photograph around 2 cylinders, vertical and horizontal.</p>"
"<p><b>Caricature</b>: distorts the photograph with the 'Fish Eyes' effect inverted.</p>"
"<p><b>Multiple Corners</b>: splits the photograph like a multiple corners pattern.</p>"
"<p><b>Waves Horizontal</b>: distorts the photograph with horizontal waves.</p>"
"<p><b>Waves Vertical</b>: distorts the photograph with vertical waves.</p>"
"<p><b>Block Waves 1</b>: divides the image into cells and makes it look as if it is being viewed through glass blocks.</p>"
"<p><b>Block Waves 2</b>: like Block Waves 1 but with another version of glass blocks distortion.</p>"
"<p><b>Circular Waves 1</b>: distorts the photograph with circular waves.</p>"
"<p><b>Circular Waves 2</b>: another variation of the Circular Waves effect.</p>"
"<p><b>Polar Coordinates</b>: converts the photograph from rectangular to polar coordinates.</p>"
"<p><b>Unpolar Coordinates</b>: the Polar Coordinate effect inverted.</p>"
"<p><b>Tile</b>: splits the photograph into square blocks and moves them randomly inside the image.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/distortionfxtool.cpp:175
#, kde-format
msgid "This value controls the iterations to use for Waves, Tile, and Neon effects."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/embosstool.cpp:80
#: core/utilities/imageeditor/tools/filters/embosstool.cpp:178
#, kde-format
msgid "Emboss"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/embosstool.cpp:91
#, kde-format
msgid "Depth:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/embosstool.cpp:95
#, kde-format
msgid "Set here the depth of the embossing image effect."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/filmgraintool.cpp:79
#: core/utilities/imageeditor/tools/filters/filmgraintool.cpp:157
#: core/utilities/queuemanager/tools/filters/filmgrain.cpp:50
#, kde-format
msgid "Film Grain"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/oilpainttool.cpp:86
#: core/utilities/imageeditor/tools/filters/oilpainttool.cpp:201
#, kde-format
msgid "Oil Paint"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/oilpainttool.cpp:99
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:304
#, kde-format
msgid "Brush size:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/oilpainttool.cpp:103
#, kde-format
msgid "Set here the brush size to use for simulating the oil painting."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/oilpainttool.cpp:107
#, kde-format
msgctxt "value of smoothing effect"
msgid "Smooth:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/oilpainttool.cpp:111
#, kde-format
msgid "This value controls the smoothing effect of the brush under the canvas."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/raindroptool.cpp:90
#, kde-format
msgid "Raindrops"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/raindroptool.cpp:94
#, kde-format
msgid ""
"This is the preview of the Raindrop effect."
"<p>Note: if you have previously selected an area in the editor, this will be unaffected by the filter. You can use this method to disable the Raindrops effect on a human face, for example.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/raindroptool.cpp:113
#, kde-format
msgid "Drop size:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/raindroptool.cpp:117
#, kde-format
msgid "Set here the raindrops' size."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/raindroptool.cpp:121
#, kde-format
msgid "Number:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/raindroptool.cpp:125
#, kde-format
msgid "This value controls the maximum number of raindrops."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/raindroptool.cpp:129
#, kde-format
msgid "Fish eyes:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/raindroptool.cpp:133
#, kde-format
msgid "This value is the fish-eye-effect optical distortion coefficient."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/filters/raindroptool.cpp:240
#, kde-format
msgid "RainDrop"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:169
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:771
#, kde-format
msgid "Liquid Rescale"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:201
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:204
#, kde-format
msgid "Maintain aspect ratio"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:202
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:205
#, kde-format
msgid "Enable this option to maintain aspect ratio with new image sizes."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:205
#, kde-format
msgid "Width (px):"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:210
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:213
#, kde-format
msgid "Set here the new image width in pixels."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:212
#, kde-format
msgid "Height (px):"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:217
#, kde-format
msgid "Set here the new image height in pixels."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:224
#, kde-format
msgid "New image width, as a percentage (%)."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:226
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:229
#, kde-format
msgid "Height (%):"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:231
#, kde-format
msgid "New image height, as a percentage (%)."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:254
#, kde-format
msgid "Specify here your desired content-aware rescaling percentage."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:266
#, kde-format
msgid "Add weight masks"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:267
#, kde-format
msgid "Enable this option to add suppression and preservation masks."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:273
#, kde-format
msgid "Suppression weight mask:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:278
#, kde-format
msgid "Draw a suppression mask"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:279
#, kde-format
msgid "Click on this button to draw zones marking which areas of the image are less important. These zones will be deleted when reducing the picture, or duplicated when enlarging the picture."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:285
#, kde-format
msgid "Preservation weight mask:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:289
#, kde-format
msgid "Draw a preservation mask"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:290
#, kde-format
msgid "Click on this button to draw zones marking which areas of the image you want to preserve."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:295
#, kde-format
msgid "Erase mask:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:299
#, kde-format
msgid "Erase mask"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:300
#, kde-format
msgid "Click on this button to erase mask regions."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:309
#, kde-format
msgid "Specify here the size of the brush used to paint masks."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:329
#, kde-format
msgid "Norm of brightness gradient"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:330
#, kde-format
msgid "Sum of absolute values of brightness gradients"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:331
#, kde-format
msgid "Absolute value of brightness gradient"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:332
#, kde-format
msgid "Norm of luma gradient"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:333
#, kde-format
msgid "Sum of absolute values of luma gradients"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:334
#, kde-format
msgid "Absolute value of luma gradient"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:337
#, kde-format
msgid "This option allows you to choose a gradient function. This function is used to determine which pixels should be removed or kept."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:340
#, kde-format
msgid "Preserve Skin Tones"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:341
#, kde-format
msgid "Enable this option to preserve pixels whose color is close to a skin tone."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:355
#, kde-format
msgid "Overall rigidity of the seams:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:359
#, kde-format
msgid "Use this value to give a negative bias to the seams which are not straight. May be useful to prevent distortions in some situations, or to avoid artifacts from pixel skipping (it is better to use low values in such case). This setting applies to the whole selected layer if no rigidity mask is used. Note: the bias is proportional to the difference in the transversal coordinate between each two successive points, elevated to the power of 1.5, and summed up for the whole seam."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:368
#, kde-format
msgid "Maximum number of transversal steps:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:372
#, kde-format
msgid "This option lets you choose the maximum transversal step that the pixels in the seams can take. In the standard algorithm, corresponding to the default value step = 1, each pixel in a seam can be shifted by at most one pixel with respect to its neighbors. This implies that the seams can form an angle of at most 45 degrees with respect to their base line. Increasing the step value lets you overcome this limit, but may lead to the introduction of artifacts. In order to balance the situation, you can use the rigidity setting."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:382
#, kde-format
msgid "Side switch frequency:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:386
#, kde-format
msgid "During the carving process, at each step the optimal seam to be carved is chosen based on the relevance value for each pixel. However, in the case where two seams are equivalent (which may happen, for instance, when large portions of the image have the same color), the algorithm always chooses the seams from one side. In some cases, this can pose problems, e.g. an object centered in the original image might not be centered in the resulting image. In order to overcome this effect, this setting allows the favored side to be switched automatically during rescaling, at the cost of slightly worse performance."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:398
#, kde-format
msgid "Resize Order:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:400
#, kde-format
msgid "Horizontally first"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:401
#, kde-format
msgid "Vertically first"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:403
#, kde-format
msgid "Here you can set whether to resize horizontally first or vertically first."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:421
#, kde-format
msgid "Target size"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:424
#, kde-format
msgid "Content-aware rescale percentage"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:426
#, kde-format
msgid "Mask Settings"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/contentawareresizetool.cpp:428
#, kde-format
msgid "Energy function"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:108
#, kde-format
msgid "This is the free rotation operation preview. If you move the mouse cursor on this preview, a vertical and horizontal dashed line will be drawn to guide you in adjusting the free rotation correction. Release the left mouse button to freeze the dashed line's position."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:126
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:131
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:131
#, kde-format
msgid "New width:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:130
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:135
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:135
#, kde-format
msgid "New height:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:136
#, kde-format
msgid "Select a point in the preview widget, then click this button to assign the point for auto-correction."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:184
#, kde-format
msgctxt "Automatic Adjustment"
msgid "Adjust"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:193
#, kde-format
msgid ""
"<p>Correct the rotation of your images automatically by assigning two points in the preview widget and clicking <i>Adjust</i>.<br/>"
"You can either adjust horizontal or vertical lines.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:215
#, kde-format
msgid "Automatic Adjustment"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:360
#, kde-format
msgid "Click to set"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/freerotationtool.cpp:361
#, kde-format
msgctxt "point has been set and is valid"
msgid "Okay"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:106
#, kde-format
msgid "Perspective"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:116
#, kde-format
msgid "This is the perspective transformation operation preview. You can use the mouse for dragging the corner to adjust the perspective transformation area."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:142
#, kde-format
msgid "Angles (in degrees):"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:143
#, kde-format
msgid " Top left:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:145
#, kde-format
msgid " Top right:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:147
#, kde-format
msgid " Bottom left:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:149
#, kde-format
msgid " Bottom right:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:155
#, kde-format
msgid "Draw preview while moving"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:156
#, kde-format
msgid "Draw grid"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/perspectivetool.cpp:157
#, kde-format
msgid "Inverse transformation"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/perspectivewidget.cpp:312
#, kde-format
msgid "Perspective Adjustment Tool"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/perspectivewidget.cpp:329
#, kde-format
msgid "Perspective Adjustment"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:215
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:1089
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:1095
#, kde-format
msgid "Aspect Ratio Crop"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:223
#, kde-format
msgid ""
"<p>Here you can see the aspect ratio selection preview used for cropping. You can use the mouse to move and resize the crop area.</p>"
"<p>Press and hold the <b>CTRL</b> key to move the opposite corner too.</p>"
"<p>Press and hold the <b>SHIFT</b> key to move the closest corner to the mouse pointer.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:246
#, kde-format
msgid "Max. Aspect"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:247
#, kde-format
msgid "Set selection area to the maximum size according to the current ratio."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:263
#, kde-format
msgid "Resolution:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:276
#, kde-format
msgid "Crop Information"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:282
#, kde-format
msgid "Aspect ratio:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:284
#, kde-format
msgctxt "custom aspect ratio crop settings"
msgid "Custom"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:297
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:820
#, kde-format
msgid "Format DIN A"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:298
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:821
#, kde-format
msgid "Golden Ratio"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:299
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:822
#, kde-format
msgid "Current Aspect Ratio"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:300
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:823
#, kde-format
msgctxt "no aspect ratio"
msgid "None"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:303
#, kde-format
msgid ""
"<p>Select your constrained aspect ratio for cropping. Aspect Ratio Crop tool uses a relative ratio. That means it is the same if you use centimeters or inches and it does not specify the physical size.</p>"
"<p>You can see below a correspondence list of traditional photographic paper sizes and aspect ratio crop:</p>"
"<p><b>2:3</b>: 10x15cm, 20x30cm, 30x45cm, 4x6\", 8x12\", 12x18\", 16x24\", 20x30\"</p>"
"<p><b>3:4</b>: 6x8cm, 15x20cm, 18x24cm, 30x40cm, 3.75x5\", 4.5x6\", 6x8\", 7.5x10\", 9x12\"</p>"
"<p><b>4:5</b>: 20x25cm, 40x50cm, 8x10\", 16x20\"</p>"
"<p><b>5:7</b>: 15x21cm, 30x42cm, 5x7\"</p>"
"<p><b>7:10</b>: 21x30cm, 42x60cm, 3.5x5\"</p>"
"<p><b>8:5</b>: common wide-screen monitor (as 1680x1050)</p>"
"<p><b>2:1</b>, <b>3:1</b>, <b>4:1</b>: common panoramic sizes</p>"
"<p><b>16:9</b>: common tv-screen (as HDTV or Full-HD)</p>"
"<p>The paper <b>Format DIN A</b> use the ratio 1:1.414</p>"
"<p>The <b>Golden Ratio</b> is 1:1.618. A composition following this rule is considered visually harmonious but can be unadapted to print on standard photographic paper.</p>"
"<p>The <b>Current Aspect Ratio</b> takes aspect ratio from the currently opened image.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:327
#, kde-format
msgid "Exact aspect"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:328
#, kde-format
msgid "Enable this option to force exact aspect ratio crop."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:330
#, kde-format
msgid "Orientation:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:332
#: core/utilities/metadataedit/exif/exifdevice.cpp:303
#, kde-format
msgid "Landscape"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:333
#: core/utilities/metadataedit/exif/exifdevice.cpp:304
#, kde-format
msgid "Portrait"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:334
#, kde-format
msgid "Select constrained aspect ratio orientation."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:337
#: core/utilities/metadataedit/exif/exiflight.cpp:189
#, kde-format
msgid "Auto"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:338
#, kde-format
msgid "Enable this option to automatically set the orientation."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:342
#, kde-format
msgid "Custom ratio:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:347
#, kde-format
msgid "Set here the desired custom aspect numerator value."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:352
#, kde-format
msgid "Set here the desired custom aspect denominator value."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:360
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:365
#: core/utilities/queuemanager/tools/transform/crop.cpp:106
#: core/utilities/queuemanager/tools/transform/crop.cpp:111
#, kde-format
msgid "Set here the top left selection corner position for cropping."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:375
#: core/utilities/queuemanager/tools/transform/crop.cpp:121
#, kde-format
msgid "Set here the width selection for cropping."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:383
#, kde-format
msgid "Set width position to center."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:386
#: core/utilities/queuemanager/tools/transform/crop.cpp:126
#, kde-format
msgid "Set here the height selection for cropping."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:394
#, kde-format
msgid "Set height position to center."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:420
#, kde-format
msgid "Crop Settings"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:427
#, kde-format
msgid "Form:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:429
#, kde-format
msgid "Rules of Thirds"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:430
#, kde-format
msgid "Diagonal Method"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:431
#, kde-format
msgid "Harmonious Triangles"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:432
#, kde-format
msgid "Golden Mean"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:433
#, kde-format
msgctxt "no geometric form"
msgid "None"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:436
#, kde-format
msgid "With this option, you can display guide lines to help compose your photograph."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:439
#, kde-format
msgid "Golden sections"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:440
#, kde-format
msgid "Enable this option to show golden sections."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:442
#, kde-format
msgid "Golden spiral sections"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:443
#, kde-format
msgid "Enable this option to show golden spiral sections."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:445
#, kde-format
msgid "Golden spiral"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:446
#, kde-format
msgid "Enable this option to show a golden spiral guide."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:448
#, kde-format
msgid "Golden triangles"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:449
#, kde-format
msgid "Enable this option to show golden triangles."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:451
#, kde-format
msgid "Flip horizontally"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:452
#, kde-format
msgid "Enable this option to flip the guidelines horizontally."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:454
#, kde-format
msgid "Flip vertically"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:455
#, kde-format
msgid "Enable this option to flip the guidelines vertically."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:457
#, kde-format
msgid "Color and width:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:463
#, kde-format
msgid "Set here the color used to draw composition guides."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:464
#, kde-format
msgid "Set here the width in pixels used to draw composition guides."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:483
#, kde-format
msgid "Composition Guides"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/ratiocroptool.cpp:790
#, kde-format
msgctxt "custom ratio crop settings"
msgid "Custom"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:171
#, kde-format
msgid "Resize Image"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:202
#, kde-format
msgid "New Size"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:208
#, kde-format
msgid "Width:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:215
#, kde-format
msgid "Height:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:220
#, kde-format
msgid "New image height in pixels (px)."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:227
#, kde-format
msgid "New image width in percent (%)."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:234
#, kde-format
msgid "New image height in percent (%)."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:241
#, kde-format
msgid "Restore photograph (slow)"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:242
#, kde-format
msgid "Enable this option to scale-up an image to a huge size. <b>Warning</b>: This process can take some time."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:245
#, kde-format
msgid "<b>Note:</b> use Restoration Mode to scale-up an image to a huge size. This process can take some time."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:565
#, kde-format
msgid "Photograph Resizing Settings File to Load"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:581
#, kde-format
msgid "\"%1\" is not a Photograph Resizing settings text file."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:590
#, kde-format
msgid "Cannot load settings from the Photograph Resizing text file."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:598
#, kde-format
msgid "Photograph Resizing Settings File to Save"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/resizetool.cpp:616
#, kde-format
msgid "Cannot save settings to the Photograph Resizing text file."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:111
#, kde-format
msgid "This is the shear operation preview. If you move the mouse cursor on this preview, a vertical and horizontal dashed line will be drawn to guide you in adjusting the shear correction. Release the left mouse button to freeze the dashed line's position."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:139
#, kde-format
msgid "Main horizontal angle:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:143
#, kde-format
msgid "The main horizontal shearing angle, in degrees."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:145
#, kde-format
msgid "Fine horizontal angle:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:149
#, kde-format
msgid "This value in degrees will be added to main horizontal angle value to set fine adjustments."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:151
#, kde-format
msgid "Main vertical angle:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:155
#, kde-format
msgid "The main vertical shearing angle, in degrees."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:157
#, kde-format
msgid "Fine vertical angle:"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:161
#, kde-format
msgid "This value in degrees will be added to main vertical angle value to set fine adjustments."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/tools/transform/sheartool.cpp:165
#, kde-format
msgid "Enable this option to apply the anti-aliasing filter to the sheared image. To smooth the target image, it will be blurred a little."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/canvas.cpp:176
#, kde-format
msgid ""
"Failed to load image\n"
"\"%1\""
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/imageguidewidget.cpp:52
#, kde-format
msgctxt "Preview image (before filter has been applied)"
msgid "Before"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/imageguidewidget.cpp:53
#, kde-format
msgctxt "Preview image (after filter has been applied)"
msgid "After"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/imageregionitem.cpp:191
#: core/utilities/imageeditor/widgets/imageregionitem.cpp:200
#: core/utilities/imageeditor/widgets/imageregionitem.cpp:233
#: core/utilities/imageeditor/widgets/imageregionitem.cpp:255
#, kde-format
msgid "Before"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/imageregionitem.cpp:192
#: core/utilities/imageeditor/widgets/imageregionitem.cpp:212
#: core/utilities/imageeditor/widgets/imageregionitem.cpp:234
#: core/utilities/imageeditor/widgets/imageregionitem.cpp:256
#, kde-format
msgid "After"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/imageregionwidget.cpp:87
#, kde-format
msgid ""
"<p>Here you can see the original clip image which will be used for the preview computation.</p>"
"<p>Click and drag the mouse cursor in the image to change the clip focus.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:96
#, kde-format
msgid "If this option is enabled, the original image will be shown."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:97
#, kde-format
msgid "Preview original image"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:105
#, kde-format
msgid "If this option is enabled, the preview area will split vertically. A contiguous area of the image will be shown, with one half from the original image, the other half from the target image."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:110
#, kde-format
msgid "Preview vertical split with contiguous image"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:118
#, kde-format
msgid "If this option is enabled, the preview area will split horizontally. A contiguous area of the image will be shown, with one half from the original image, the other half from the target image."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:123
#, kde-format
msgid "Preview horizontal split with contiguous image"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:131
#, kde-format
msgid "If this option is enabled, the preview area will split vertically. The same part of the original and the target image will be shown side by side."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:135
#, kde-format
msgid "Preview vertical split with same image region"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:143
#, kde-format
msgid "If this option is enabled, the preview area will split horizontally. The same part of the original and the target image will be shown side by side."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:147
#, kde-format
msgid "Preview horizontal split with same image region"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:155
#, kde-format
msgid "If this option is enabled, the target image will be shown."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:156
#, kde-format
msgid "Preview target image"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:164
#, kde-format
msgid "If this option is enabled, the original image will be shown when the mouse is over image area; otherwise, the target image will be shown."
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:167
#, kde-format
msgid "Preview on mouse-over"
msgstr ""
#. +> trunk5
#: core/utilities/imageeditor/widgets/previewtoolbar.cpp:181
#, kde-format
msgctxt "@action Select image editor preview mode"
msgid "Preview Mode"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:417
#, kde-format
msgid "Connecting to camera..."
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:426
#, kde-format
msgid "Connection established."
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:430
#, kde-format
msgid "Connection failed."
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:455
#, kde-format
msgid "Failed to get free space from camera"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:468
#, kde-format
msgid "Failed to get preview from camera"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:481
#, kde-format
msgid "Failed to process capture from camera"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:494
#, kde-kuit-format
msgid "Failed to list folder <filename>%1</filename>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:509
#, kde-kuit-format
msgid "Failed to list files in <filename>%1</filename>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:558
#, kde-kuit-format
msgid "Failed to get thumbnail for <filename>%1</filename>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:574
#, kde-kuit-format
msgid "Failed to get Metadata for <filename>%1</filename>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:620
#: core/utilities/import/backend/cameracontroller.cpp:903
#: core/utilities/import/backend/cameracontroller.cpp:960
#, kde-kuit-format
msgid "Failed to download <filename>%1</filename>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:705
#, kde-kuit-format
msgid "Failed to convert file <filename>%1</filename> to JPEG"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:738
#, kde-kuit-format
msgid "Failed to convert file <filename>%1</filename> to DNG"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:751
#, kde-kuit-format
msgid "Skipped to convert file <filename>%1</filename> to DNG"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:855
#, kde-kuit-format
msgid "Skipped file <filename>%1</filename>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:867
#, kde-kuit-format
msgid "Rename file to <filename>%1</filename>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:887
#, kde-kuit-format
msgid "Failed to save sidecar file for <filename>%1</filename>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:943
#, kde-kuit-format
msgid "Timeout from script for <filename>%1</filename>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:949
#, kde-kuit-format
msgid "Failed to run script for <filename>%1</filename>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:966
#, kde-format
msgid "Failed to download file <b>%1</b>."
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:970
#, kde-format
msgid "Failed to download file <b>%1</b>. Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:986
#, kde-kuit-format
msgid "Failed to upload <filename>%1</filename>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:992
#, kde-format
msgid "Failed to upload file <b>%1</b>."
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:996
#, kde-format
msgid "Failed to upload file <b>%1</b>. Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:1010
#, kde-kuit-format
msgid "Failed to delete <filename>%1</filename>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:1016
#, kde-format
msgid "Failed to delete file <b>%1</b>."
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:1020
#, kde-format
msgid "Failed to delete file <b>%1</b>. Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:1034
#, kde-kuit-format
msgid "Failed to lock <filename>%1</filename>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:1040
#, kde-format
msgid "Failed to toggle lock file <b>%1</b>."
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/cameracontroller.cpp:1044
#, kde-format
msgid "Failed to toggle lock file <b>%1</b>. Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/gpcamera.cpp:1392
#, kde-format
msgctxt "@info List of device properties"
msgid ""
"Title: <b>%1</b><br/>"
"Model: <b>%2</b><br/>"
"Port: <b>%3</b><br/>"
"Path: <b>%4</b><br/>"
"<br/>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/gpcamera.cpp:1402
#, kde-format
msgctxt "@info List of supported device operations"
msgid ""
"Thumbnails: <b>%1</b><br/>"
"Capture image: <b>%2</b><br/>"
"Delete items: <b>%3</b><br/>"
"Upload items: <b>%4</b><br/>"
"Create directories: <b>%5</b><br/>"
"Delete Directories: <b>%6</b><br/>"
"<br/>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/umscamera.cpp:578
#, kde-format
msgid ""
"<b>Mounted Camera</b> driver for USB/IEEE1394 mass storage cameras and Flash disk card readers.<br/>"
"<br/>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/umscamera.cpp:584
#, kde-format
msgctxt "@info List of device properties"
msgid ""
"Title: <b>%1</b><br/>"
"Model: <b>%2</b><br/>"
"Port: <b>%3</b><br/>"
"Path: <b>%4</b><br/>"
"UUID: <b>%5</b><br/>"
"<br/>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/umscamera.cpp:596
#, kde-format
msgctxt "@info List of supported device operations"
msgid ""
"Thumbnails: <b>%1</b><br/>"
"Capture image: <b>%2</b><br/>"
"Delete items: <b>%3</b><br/>"
"Upload items: <b>%4</b><br/>"
"Create directories: <b>%5</b><br/>"
"Delete directories: <b>%6</b><br/>"
"<br/>"
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/umscamera.cpp:613
#, kde-format
msgid "For more information about the <b>Mounted Camera</b> driver, please read the <b>Supported Digital Still Cameras</b> section in the digiKam manual."
msgstr ""
#. +> trunk5
#: core/utilities/import/backend/umscamera.cpp:621
#, kde-format
msgid ""
"The <b>Mounted Camera</b> driver is a simple interface to a camera disk mounted locally on your system.<br/>"
"<br/>"
"It does not use libgphoto2 drivers.<br/>"
"<br/>"
"To report any problems with this driver, please contact the digiKam team at:<br/>"
"<br/>"
"http://www.digikam.org/?q=contact"
msgstr ""
#. +> trunk5
#: core/utilities/import/dialogs/camerafolderdialog.cpp:74
#, kde-format
msgctxt "@title:window %1: name of the camera"
msgid "%1 - Select Camera Folder"
msgstr ""
#. +> trunk5
#: core/utilities/import/dialogs/camerafolderdialog.cpp:92
#, kde-format
msgid "<p>Please select the camera folder where you want to upload the images.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/import/dialogs/camerainfodialog.cpp:54
#, kde-format
msgctxt "@title:window"
msgid "Device Information"
msgstr ""
#. +> trunk5
#: core/utilities/import/dialogs/camerainfodialog.cpp:66
#, kde-format
msgid "Device Summary"
msgstr ""
#. +> trunk5
#: core/utilities/import/dialogs/camerainfodialog.cpp:73
#, kde-format
msgid "Device Manual"
msgstr ""
#. +> trunk5
#: core/utilities/import/dialogs/camerainfodialog.cpp:80
#, kde-format
msgid "About Driver"
msgstr ""
#. +> trunk5
#: core/utilities/import/dialogs/capturedlg.cpp:77
#, kde-format
msgctxt "@title:window %1: name of the camera"
msgid "Capture from %1"
msgstr ""
#. +> trunk5
#: core/utilities/import/dialogs/capturedlg.cpp:82
#, kde-format
msgctxt "@action:button"
msgid "Capture"
msgstr ""
#. +> trunk5
#: core/utilities/import/dscanner/ksaneaction.cpp:54
#, kde-format
msgid "Import from Scanner..."
msgstr ""
#. +> trunk5
#: core/utilities/import/dscanner/ksaneaction.cpp:85
#, kde-format
msgid "Cannot open scanner device."
msgstr ""
#. +> trunk5
#: core/utilities/import/dscanner/scandialog.cpp:78
#, kde-format
msgid "Scan Image"
msgstr ""
#. +> trunk5
#: core/utilities/import/dscanner/scandialog.cpp:88
#, kde-format
msgid "Scan Images"
msgstr ""
#. +> trunk5
#: core/utilities/import/dscanner/scandialog.cpp:218
#, kde-format
msgid "Unsupported Format"
msgstr ""
#. +> trunk5
#: core/utilities/import/dscanner/scandialog.cpp:219
#, kde-format
msgid "The target image file format \"%1\" is unsupported."
msgstr ""
#. +> trunk5
#: core/utilities/import/dscanner/scandialog.cpp:228
#, kde-format
msgid "Cannot Save File"
msgstr ""
#. +> trunk5
#: core/utilities/import/dscanner/scandialog.cpp:229
#, kde-format
msgid ""
"Failed to save file\n"
"\"%1\" to\n"
"\"%2\"."
msgstr ""
#. +> trunk5
#: core/utilities/import/dscanner/scandialog.cpp:277
#, kde-format
msgid "Saving file %1 -"
msgstr ""
#. +> trunk5
#: core/utilities/import/dscanner/scandialog.cpp:285
#, kde-format
msgid "File Not Saved"
msgstr ""
#. +> trunk5
#: core/utilities/import/dscanner/scandialog.cpp:285
#, kde-format
msgid "Cannot save \"%1\" file"
msgstr ""
#. +> trunk5
#: core/utilities/import/items/importcategorydrawer.cpp:211
#, kde-format
msgid "Unknown Format"
msgstr ""
#. +> trunk5
#: core/utilities/import/items/importoverlays.cpp:173
#, kde-format
msgctxt "@info:tooltip"
msgid "This item is locked."
msgstr ""
#. +> trunk5
#: core/utilities/import/items/importoverlays.cpp:242
#, kde-format
msgctxt "@info:tooltip"
msgid "This item has an unknown download status"
msgstr ""
#. +> trunk5
#: core/utilities/import/items/importoverlays.cpp:248
#, kde-format
msgctxt "@info:tooltip"
msgid "This item has never been downloaded"
msgstr ""
#. +> trunk5
#: core/utilities/import/items/importoverlays.cpp:254
#, kde-format
msgctxt "@info:tooltip"
msgid "This item has already been downloaded"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:240
#, kde-format
msgid "Set how digiKam will rename files as they are downloaded."
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:241
#, kde-format
msgid "File Renaming Options"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:247
#, kde-format
msgid "Auto-creation of Albums"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:253
#, kde-format
msgid "On the Fly Operations (JPEG only)"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:259
#, kde-format
msgid "DNG Convert Options"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:265
#, kde-format
msgid "Scripting"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:284
#, kde-format
msgctxt "@action Cancel process"
msgid "Cancel"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:291
#, kde-format
msgctxt "@action Information about camera"
msgid "Information"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:298
#, kde-format
msgctxt "@action Capture photo from camera"
msgid "Capture"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:310
#, kde-format
msgctxt "@action:inmenu"
msgid "Select All"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:318
#, kde-format
msgctxt "@action:inmenu"
msgid "Select None"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:326
#, kde-format
msgctxt "@action:inmenu"
msgid "Invert Selection"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:334
#, kde-format
msgctxt "@action:inmenu"
msgid "Select New Items"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:341
#, kde-format
msgctxt "@action:inmenu"
msgid "Select Locked Items"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:349
#, kde-format
msgctxt "@title:menu"
msgid "Download"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:354
#, kde-format
msgctxt "@action"
msgid "Download New"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:361
#, kde-format
msgctxt "@action"
msgid "Download Selected"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:368
#, kde-format
msgctxt "@action"
msgid "Download All"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:376
#, kde-format
msgctxt "@action"
msgid "Download && Delete New"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:384
#, kde-format
msgctxt "@action"
msgid "Download && Delete Selected"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:392
#, kde-format
msgctxt "@action"
msgid "Download && Delete All"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:399
#, kde-format
msgctxt "@action"
msgid "Upload..."
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:407
#, kde-format
msgctxt "@action"
msgid "Toggle Lock"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:415
#, kde-format
msgctxt "@action"
msgid "Mark as downloaded"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:422
#, kde-format
msgctxt "@title:menu"
msgid "Delete"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:427
#, kde-format
msgctxt "@action"
msgid "Delete Selected"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:435
#, kde-format
msgctxt "@action"
msgid "Delete All"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:441
#, kde-format
msgctxt "@action"
msgid "Delete New"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:449
#, kde-format
msgctxt "@title:group"
msgid "Views"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:460
#, kde-format
msgctxt "@action View the selected image"
msgid "Preview Item"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:480
#, kde-format
msgctxt "@title:menu"
msgid "&Sort Items"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:481
#, kde-format
msgctxt "@info:whatsthis"
msgid "The value by which the items are sorted in the thumbnail view"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:487
#, kde-format
msgctxt "item:inmenu Sort by"
msgid "By Name"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:488
#, kde-format
msgctxt "item:inmenu Sort by"
msgid "By Path"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:489
#, kde-format
msgctxt "item:inmenu Sort by"
msgid "By Date"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:490
#, kde-format
msgctxt "item:inmenu Sort by"
msgid "By Size"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:491
#, kde-format
msgctxt "item:inmenu Sort by"
msgid "By Rating"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:492
#, kde-format
msgctxt "item:inmenu Sort by"
msgid "By Download State"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:512
#, kde-format
msgctxt "@title:inmenu"
msgid "Item Sorting &Order"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:513
#, kde-format
msgctxt "@info:whatsthis"
msgid "Defines whether items are sorted in ascending or descending manner."
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:518
#, kde-format
msgctxt "@item:inmenu Sorting Order"
msgid "Ascending"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:519
#, kde-format
msgctxt "@item:inmenu Sorting Order"
msgid "Descending"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:531
#, kde-format
msgctxt "@title:menu"
msgid "&Group Items"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:532
#, kde-format
msgctxt "@info:whatsthis"
msgid "The categories in which the items in the thumbnail view are displayed"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:538
#, kde-format
msgctxt "@item:inmenu Group Items"
msgid "Flat List"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:539
#, kde-format
msgctxt "@item:inmenu Group Items"
msgid "By Folder"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:540
#, kde-format
msgctxt "@item:inmenu Group Items"
msgid "By Format"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:541
#, kde-format
msgctxt "@item:inmenu Group Items"
msgid "By Date"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:569
#, kde-format
msgctxt "@action:inmenu"
msgid "Fit to &Window"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:574
#, kde-format
msgctxt "@action:inmenu"
msgid "Zoom to 100%"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:592
#, kde-format
msgctxt "@option:check"
msgid "Show History"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:598
#, kde-format
msgctxt "@option:check"
msgid "Show Thumbbar"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:623
#: core/utilities/import/main/importui.cpp:853
#, kde-format
msgctxt "@action"
msgid "Previous Image"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:630
#, kde-format
msgctxt "@action Connection failed, try again?"
msgid "Retry"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:842
#, kde-format
msgctxt "@action"
msgid "Exit Preview Mode"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:847
#, kde-format
msgctxt "@action"
msgid "Next Image"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:859
#, kde-format
msgctxt "@action Go to first image"
msgid "First Image"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:864
#, kde-format
msgctxt "@action Go to last image"
msgid "Last Image"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:946
#, kde-format
msgctxt "@info:status"
msgid "Canceling current operation, please wait..."
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1001
#, kde-format
msgctxt "@info"
msgid "Do you want to close the dialog and cancel the current operation?"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1011
#, kde-format
msgctxt "@info:status"
msgid "Disconnecting from camera, please wait..."
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1053
#, kde-format
msgctxt "@info:status"
msgid "Scanning for new files, please wait..."
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1092
#, kde-format
msgctxt "@info:status"
msgid "Ready"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1148
#, kde-format
msgctxt "@info"
msgid "Failed to connect to the camera. Please make sure it is connected properly and turned on."
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1238
#, kde-format
msgctxt "@title:window"
msgid "Select Image to Upload"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1272
#, kde-format
msgctxt "@info"
msgid ""
"There is not enough free space on the Camera Medium to upload pictures.\n"
"\n"
"Space require: %1\n"
"Available free space: %2"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1326
#, kde-format
msgctxt "@info"
msgid ""
"<qt>Camera Folder <resource>%1</resource> already contains the item <resource>%2</resource>.<br/>"
"Please enter a new filename (without extension):</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1330
#, kde-format
msgctxt "@title:window"
msgid "File already exists"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1396
#, kde-format
msgctxt "@info"
msgid "Your custom target album date format is not valid. Please check your settings..."
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1436
#, kde-format
msgctxt "@info"
msgid "Collection which host your default target album set to process download from camera device is not available. Please select another one from camera configuration dialog."
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1445
#, kde-format
msgctxt "@info"
msgid "Your default target album set to process download from camera device is not available. Please select another one from camera configuration dialog."
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1471
#, kde-format
msgctxt "@info"
msgid "<p>Please select the destination album from the digiKam library to import the camera pictures into.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1562
#, kde-format
msgctxt "@info Popup notification"
msgid "Images download finished, you can now detach your camera while the images will be auto-rotated"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1569
#, kde-format
msgctxt "@info Popup notification"
msgid "Images download finished"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1959
#, kde-format
msgctxt "@info"
msgid "The items listed below are locked by camera (read-only). These items will not be deleted. If you really want to delete these items, please unlock them and try again."
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:1970
#, kde-format
msgctxt "@info"
msgid "About to delete this image. <b>Deleted file is unrecoverable.</b> Are you sure?"
msgid_plural "About to delete these %1 images. <b>Deleted files are unrecoverable.</b> Are you sure?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:2021
#, kde-format
msgctxt "@title:window"
msgid "Insufficient Disk Space"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:2022
#, kde-format
msgctxt "@info"
msgid ""
"There is not enough free space on the disk of the album you selected to download and process the selected pictures from the camera.\n"
"\n"
"Estimated space required: %1\n"
"Available free space: %2\n"
"\n"
"Try Anyway?"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:2332
#: core/utilities/import/main/importui.cpp:2358
#, kde-format
msgctxt "@info:status"
msgid "No item selected (%1 item)"
msgid_plural "No item selected (%1 items)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:2350
#, kde-format
msgctxt "@info:status Filename of first selected item of number of items"
msgid "<b>%1</b> (%2 of %3)"
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:2368
#, kde-format
msgctxt "@info:status"
msgid "%2/%1 item selected"
msgid_plural "%2/%1 items selected"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:2439
#, kde-format
msgctxt "@info"
msgid "A file with the same name (<b>%1</b>) already exists in folder <resource>%2</resource>."
msgstr ""
#. +> trunk5
#: core/utilities/import/main/importui.cpp:2451
#, kde-format
msgctxt "@info"
msgid "Failed to find Album for path <b>%1</b>."
msgstr ""
#. +> trunk5
#: core/utilities/import/views/camerafolderview.cpp:68
#, kde-format
msgid "Camera Folders"
msgstr ""
#. +> trunk5
#: core/utilities/import/views/importpreviewview.cpp:191
#, kde-format
msgid "Escape preview"
msgstr ""
#. +> trunk5
#: core/utilities/import/views/importstackedview.cpp:100
#, kde-format
msgid "Import Thumbnail Dock"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/advancedsettings.cpp:89
#, kde-format
msgctxt "@option:check"
msgid "Write the document name to EXIF"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/advancedsettings.cpp:90
#, kde-format
msgctxt "@option:check"
msgid "Fix internal date && time"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/advancedsettings.cpp:92
#, kde-format
msgctxt "@option:check"
msgid "Auto-rotate/flip image"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/advancedsettings.cpp:93
#, kde-format
msgctxt "@option:check"
msgid "Convert to lossless file format"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/advancedsettings.cpp:95
#, kde-format
msgid "New image format:"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/advancedsettings.cpp:115
#, kde-format
msgid "Set here all options to fix/transform JPEG files automatically as they are downloaded."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/advancedsettings.cpp:117
#, kde-format
msgid "Enable this option if you want images automatically rotated or flipped using EXIF information provided by the camera."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/advancedsettings.cpp:119
#, kde-format
msgid "Select here which metadata template you want to apply to images."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/advancedsettings.cpp:121
#, kde-format
msgid "Enable this option to write the document name to the EXIF metadata. The document name is the original file name of the imported file."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/advancedsettings.cpp:123
#, kde-format
msgid "Enable this option to set date and time metadata tags to the right values if your camera does not set these tags correctly when pictures are taken. The values will be saved in the DateTimeDigitized and DateTimeCreated EXIF, XMP, and IPTC tags."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/advancedsettings.cpp:127
#, kde-format
msgid "Enable this option to automatically convert all JPEG files to a lossless image format. <b>Note:</b> Image conversion can take a while on a slow computer."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/advancedsettings.cpp:130
#, kde-format
msgid "Select your preferred lossless image file format to convert to. <b>Note:</b> All metadata will be preserved during the conversion."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:93
#, kde-format
msgid ""
"<p>These expressions may be used to customize date format:</p>"
"<p><b>d</b>: The day as a number without a leading zero (1 to 31)</p>"
"<p><b>dd</b>: The day as a number with a leading zero (01 to 31)</p>"
"<p><b>ddd</b>: The abbreviated localized day name (e.g. 'Mon' to 'Sun')</p>"
"<p><b>dddd</b>: The long localized day name (e.g. 'Monday' to 'Sunday').</p>"
"<p><b>M</b>: The month as a number without a leading zero (1 to 12)</p>"
"<p><b>MM</b>: The month as a number with a leading zero (01 to 12)</p>"
"<p><b>MMM</b>: The abbreviated localized month name (e.g. 'Jan' to 'Dec')</p>"
"<p><b>MMMM</b>: The long localized month name (e.g. 'January' to 'December')</p>"
"<p><b>yy</b>: The year as two digit number (eg. 00 to 99)</p>"
"<p><b>yyyy</b>: The year as four digit number (eg. 2012)</p>"
"<p>All other input characters will be treated as text. Any sequence of characters that are enclosed in singlequotes will be treated as text and not be used as an expression. Examples, if date is 20 July 1969:"
"<p>"
"<p><b>dd.MM.yyyy</b> : 20.07.1969</p>"
"<p><b>ddd MMMM d yy</b> : Sun July 20 69</p>"
"<p><b>'Photo shot on ' dddd</b> : Photo shot on Sunday</p>"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:114
#, kde-format
msgctxt "@option:check"
msgid "Extension-based sub-albums"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:115
#, kde-format
msgctxt "@option:check"
msgid "Date-based sub-albums"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:117
#, kde-format
msgctxt "@label:listbox"
msgid "Date format:"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:119
#, kde-format
msgctxt "@item:inlistbox"
msgid "ISO"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:120
#, kde-format
msgctxt "@item:inlistbox"
msgid "Full Text"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:121
#, kde-format
msgctxt "@item:inlistbox"
msgid "Local Settings"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:122
#, kde-format
msgctxt "@item:inlistbox"
msgid "Custom"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:141
#, kde-format
msgid "Set how digiKam creates albums automatically when downloading."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:142
#, kde-format
msgid "Enable this option if you want to download your pictures into automatically created file extension-based sub-albums of the destination album. This way, you can separate JPEG and RAW files as they are downloaded from your camera."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:145
#, kde-format
msgid "Enable this option if you want to download your pictures into automatically created file date-based sub-albums of the destination album."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:148
#, kde-format
msgid ""
"<p>Select your preferred date format used to create new albums. The options available are:</p>"
"<p><b>ISO</b>: the date format is in accordance with ISO 8601 (YYYY-MM-DD). E.g.: <i>2006-08-24</i></p>"
"<p><b>Full Text</b>: the date format is in a user-readable string. E.g.: <i>Thu Aug 24 2006</i></p>"
"<p><b>Local Settings</b>: the date format depending on KDE control panel settings.</p>"
"<p><b>Custom</b>: use a customized format for date.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:156
#, kde-format
msgid "Show the result of converted date 1968-12-26 using your customized format."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:254
#, kde-format
msgctxt "Example of custom date format for album naming"
msgid "Ex.: %1"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/albumcustomizer.cpp:258
#, kde-format
msgctxt "Custom date format"
msgid "Format is not valid..."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/capturewidget.cpp:91
#, kde-format
msgid "Cannot display camera preview"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/dngconvertsettings.cpp:71
#, kde-format
msgctxt "@option:check"
msgid "Convert RAW images to"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/dngconvertsettings.cpp:75
#, kde-format
msgid "<p><a href='http://en.wikipedia.org/wiki/Digital_Negative_(file_format)'>DNG container</a></p>"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/dngconvertsettings.cpp:92
#, kde-format
msgid "Set here all options to convert RAW images to DNG container automatically as they are downloaded."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/dngconvertsettings.cpp:94
#, kde-format
msgid "Enable this option to convert RAW images to DNG container automatically."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/filtercombo.cpp:117
#, kde-format
msgctxt "@item:inlistbox"
msgid "All Files"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/filtercombo.cpp:121
#, kde-format
msgctxt "@item:inlistbox"
msgid "Only New Files"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/filtercombo.cpp:126
#, kde-format
msgctxt "@item:inlistbox"
msgid "Raw Files"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/filtercombo.cpp:136
#, kde-format
msgctxt "@item:inlistbox"
msgid "JPG/TIFF Files"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/filtercombo.cpp:141
#, kde-format
msgctxt "@item:inlistbox"
msgid "Video Files"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/freespacewidget.cpp:333
#, kde-format
msgid "Camera Media"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/freespacewidget.cpp:337
#, kde-format
msgid "Album Library"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/freespacewidget.cpp:347
#: core/utilities/import/widgets/freespacewidget.cpp:358
#, kde-format
msgctxt "@info Storage"
msgid "Capacity:"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/freespacewidget.cpp:350
#: core/utilities/import/widgets/freespacewidget.cpp:361
#, kde-format
msgctxt "@info Storage"
msgid "Available:"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/freespacewidget.cpp:353
#, kde-format
msgctxt "@info Storage"
msgid "Require:"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/importcontextmenu.cpp:226
#, kde-format
msgctxt "@title:menu"
msgid "Open With"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/importcontextmenu.cpp:239
#, kde-format
msgctxt "@item:inmenu"
msgid "Other..."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/importcontextmenu.cpp:248
#, kde-format
msgctxt "@title:menu"
msgid "Open With..."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/renamecustomizer.cpp:117
#, kde-format
msgid "Camera filenames"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/renamecustomizer.cpp:119
#, kde-format
msgid "Turn on this option to use the camera provided image filenames without modifications."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/renamecustomizer.cpp:125
#, kde-format
msgid "Change case to:"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/renamecustomizer.cpp:129
#, kde-format
msgctxt "Leave filename as it is"
msgid "Leave as-is"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/renamecustomizer.cpp:130
#, kde-format
msgctxt "Filename to uppercase"
msgid "Upper"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/renamecustomizer.cpp:131
#, kde-format
msgctxt "Filename to lowercase"
msgid "Lower"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/renamecustomizer.cpp:133
#, kde-format
msgid "Set the method to use to change the case of the image filenames."
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/renamecustomizer.cpp:144
#, kde-format
msgctxt "Custom Image Renaming"
msgid "Customize"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/renamecustomizer.cpp:297
#, kde-format
msgid "<p><a href=\"camerasetup\">Note: changes after restart the camera connection.</a></p>"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/renamecustomizer.cpp:316
#, kde-format
msgid "<p><a href=\"camerasetup\">Note: file metadata is used.</a></p>"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/renamecustomizer.cpp:321
#, kde-format
msgid "<p><a href=\"camerasetup\">Note: file metadata is not used.</a></p>"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/scriptingsettings.cpp:75
#, kde-format
msgid ""
"<p>These expressions may be used to customize the command line:</p>"
"<p><b>%file</b>: full path of the imported file</p>"
"<p><b>%filename</b>: file name of the imported file</p>"
"<p><b>%path</b>: path of the imported file</p>"
"<p><b>%orgfilename</b>: original file name</p>"
"<p><b>%orgpath</b>: original path</p>"
"<p>If there are no expressions full path is added to the command."
"<p>"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/scriptingsettings.cpp:86
#, kde-format
msgid "Execute script for image:"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/scriptingsettings.cpp:90
#, kde-format
msgid "No script selected"
msgstr ""
#. +> trunk5
#: core/utilities/import/widgets/scriptingsettings.cpp:101
#, kde-format
msgid "Set here the script that is executed for every imported image."
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablepreview.cpp:71
#, kde-format
msgid "Drag and drop an image here"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablethumbbar.cpp:263
#, kde-format
msgid "Show on left panel"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablethumbbar.cpp:264
#, kde-format
msgid "Show on right panel"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablethumbbar.cpp:265
#: core/utilities/lighttable/lighttablewindow_setup.cpp:71
#: core/utilities/setup/metadata/advancedmetadatatab.cpp:353
#, kde-format
msgid "Edit"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablethumbbar.cpp:266
#, kde-format
msgid "Remove item"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablethumbbar.cpp:267
#, kde-format
msgid "Clear all"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablethumbbar.cpp:467
#, kde-format
msgid "Drag and drop images here"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow.cpp:191
#, kde-format
msgid "%1 item on Light Table"
msgid_plural "%1 items on Light Table"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:57
#, kde-format
msgid "On left"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:59
#, kde-format
msgid "Show item on left panel"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:64
#, kde-format
msgid "On right"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:66
#, kde-format
msgid "Show item on right panel"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:83
#, kde-format
msgid "Remove item from LightTable"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:89
#, kde-format
msgid "Remove all items from LightTable"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:101
#, kde-format
msgid "Delete immediately"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:112
#, kde-format
msgid "Synchronize"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:115
#, kde-format
msgid "Synchronize preview from left and right panels"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:120
#, kde-format
msgid "By Pair"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:123
#, kde-format
msgid "Navigate by pairs with all items"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:128
#, kde-format
msgid "Clear On Close"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:131
#, kde-format
msgid "Clear light table when it is closed"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:132
#, kde-format
msgid "Remove all images from the light table when it is closed"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:249
#, kde-format
msgid "Edit Titles on the Right"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:254
#, kde-format
msgid "Edit Comments on the Right"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:259
#, kde-format
msgid "Edit Titles on the Left"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:264
#, kde-format
msgid "Edit Comments on the Left"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:269
#, kde-format
msgid "Show Assigned Tags on the Right"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:274
#, kde-format
msgid "Show Assigned Tags on the Left"
msgstr ""
#. +> trunk5
#: core/utilities/lighttable/lighttablewindow_setup.cpp:464
#, kde-format
msgid "Light Table Thumbnail Dock"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/dbcleaner.cpp:137
#: core/utilities/maintenance/dbcleaner.cpp:219
#: core/utilities/maintenance/dbcleaner.cpp:246
#: core/utilities/maintenance/dbcleaner.cpp:275
#: core/utilities/maintenance/dbcleaner.cpp:309
#: core/utilities/maintenance/dbcleaner.cpp:346
#, kde-format
msgid "Clean up the databases : "
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/dbcleaner.cpp:137
#, kde-format
msgid "analysing databases"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/dbcleaner.cpp:219
#, kde-format
msgid "cleaning core db"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/dbcleaner.cpp:246
#, kde-format
msgid "cleaning thumbnails db"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/dbcleaner.cpp:275
#, kde-format
msgid "cleaning recognition db"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/dbcleaner.cpp:309
#, kde-format
msgid "cleaning similarity db"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/dbcleaner.cpp:346
#, kde-format
msgid "shrinking databases"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/dbcleaner.cpp:473
#, kde-format
msgid ""
"<p>Database shrinking in progress.</p>"
"<p>Currently, your databases are being shrunk. This will take some time - depending on your databases size.</p>"
"<p>We have to freeze digiKam in order to prevent database corruption. This info box will vanish when the shrinking process is finished.</p>"
"Current Status:"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/dbcleaner.cpp:486
#, kde-format
msgid "Core DB"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/dbcleaner.cpp:487
#, kde-format
msgid "Thumbnails DB"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/dbcleaner.cpp:488
#, kde-format
msgid "Face Recognition DB"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/dbcleaner.cpp:489
#, kde-format
msgid "Similarity DB"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/duplicatesfinder.cpp:127
#, kde-format
msgid "Find duplicates items"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/facesdetector.cpp:112
#, kde-format
msgid "Updating faces database."
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/fingerprintsgenerator.cpp:74
#, kde-format
msgid "Finger-prints"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:188
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:105
#, kde-format
msgid "Maintenance"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:203
#, kde-format
msgid "<qt><b>Select Maintenance Operations to Process</b></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:209
#, kde-format
msgctxt "@label"
msgid "Process items from:"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:210
#, kde-format
msgctxt "@option:check"
msgid "Work on all processor cores (when it possible)"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:211
#, kde-format
msgid "Common Options"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:215
#, kde-format
msgid ""
"<qt>No option<br/>"
"<i>Note: only Albums Collection are processed by this tool.</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:217
#, kde-format
msgid "Scan for new items"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:223
#, kde-format
msgid ""
"<qt><i>Note: If activated, the Core DB is always cleaned. You can select additional databases for cleaning.<br/>"
" If you select one of the options below, the process may take much time and can freeze digiKam temporarily<br/>"
" in order to make sure that no database corruption occurs.</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:226
#, kde-format
msgid "Also clean up the thumbnail database."
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:227
#, kde-format
msgid "Also clean up the faces database."
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:228
#, kde-format
msgid "Also shrink all databases if possible."
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:229
#, kde-format
msgid "This option leads to the vacuuming (shrinking) of the databases. Vacuuming is supported both for SQLite and MySQL."
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:233
#, kde-format
msgid "Perform database cleaning"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:238
#: core/utilities/maintenance/maintenancedlg.cpp:245
#, kde-format
msgid "Scan for changed or non-cataloged items (faster)"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:240
#, kde-format
msgid "Rebuild Thumbnails"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:247
#, kde-format
msgid "Rebuild Finger-prints"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:256
#, kde-format
msgid "Similarity range (in percents): "
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:276
#, kde-format
msgid "Restriction on duplicates:"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:280
#, kde-format
msgid "No restriction"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:281
#, kde-format
msgid "Restrict to album of reference image"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:282
#, kde-format
msgid "Exclude album of reference image"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:295
#, kde-format
msgid "Find Duplicate Items"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:301
#, kde-format
msgid "Faces data management: "
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:305
#, kde-format
msgid "Skip images already scanned"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:306
#, kde-format
msgid "Scan again and merge results"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:307
#, kde-format
msgid "Clear unconfirmed results and rescan"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:309
#, kde-format
msgid "Detect and recognize Faces (experimental)"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:316
#, kde-format
msgid "Scan Mode: "
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:321
#, kde-format
msgid "Clean all and re-scan"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:322
#, kde-format
msgid "Scan non-assigned only"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:325
#, kde-format
msgid "Check quality sorter setup panel for details: "
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:337
#, kde-format
msgid "Sync Direction: "
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:341
#, kde-format
msgid "From database to image metadata"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:342
#, kde-format
msgid "From image metadata to database"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:345
#, kde-format
msgid "Check metadata setup panel for details: "
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancedlg.cpp:350
#, kde-format
msgid "Sync Metadata and Database"
msgstr ""
#. i18n
#. +> trunk5
#: core/utilities/maintenance/maintenancemngr.cpp:363
#, kde-format
msgid ""
"All operations are done.\n"
"Duration: %1"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancemngr.cpp:364
#, kde-format
msgid "digiKam Maintenance"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/maintenancetool.cpp:95
#, kde-format
msgid ""
"Process is done.\n"
"Duration: %1"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/metadatasynchronizer.cpp:192
#, kde-format
msgid "Synchronizing image metadata with database"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/metadatasynchronizer.cpp:197
#, kde-format
msgid "Updating database from image metadata"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/newitemsfinder.cpp:67
#, kde-format
msgid "Find new items"
msgstr ""
#. +> trunk5
#: core/utilities/maintenance/thumbsgenerator.cpp:97
#, kde-format
msgid "Thumbs"
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserver.cpp:131
#, kde-format
msgid "%1 Media Server"
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:104
#, kde-format
msgctxt "@title:window"
msgid "Share Files with DLNA Media Server"
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:150
#, kde-format
msgid "Start Server at Startup"
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:151
#, kde-format
msgid "Set this option to turn-on the DLNA server at application start-up automatically"
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:167
#, kde-format
msgid ""
"The media server permit to share items through the local network using <a href='https://en.wikipedia.org/wiki/Digital_Living_Network_Alliance'>DLNA</a> standard and <a href='https://en.wikipedia.org/wiki/Universal_Plug_and_Play'>UPNP</a> protocol. Many kind of electronic devices can support DLNA, as tablets, cellulars, TV, etc.<br/>"
"Note: depending of the network features and the configuration, the delay to discover the server on client devices can take a while."
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:224
#: core/utilities/mediaserver/dmediaserverdlg.cpp:304
#: core/utilities/mediaserver/dmediaserverdlg.cpp:317
#, kde-format
msgid "Media Server Contents"
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:225
#, kde-format
msgid "The items list to share has changed. Do you want to start now the media server with this contents?"
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:267
#, kde-format
msgid "Server is running"
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:268
#, kde-format
msgid "1 album shared"
msgid_plural "%1 albums shared"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:270
#, kde-format
msgid "1 item shared"
msgid_plural "%1 items shared"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:271
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:340
#, kde-format
msgid "Stop"
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:278
#, kde-format
msgid "Server is not running"
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:282
#, kde-format
msgid "Start"
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:305
#, kde-format
msgid "There is no collection to share with the current selection..."
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:318
#, kde-format
msgid "There is no item to share with the current selection..."
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:323
#, kde-format
msgid "Shared Items"
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:339
#, kde-format
msgid "Starting Media Server"
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaserverdlg.cpp:340
#, kde-format
msgid "An error occurs while to start Media Server..."
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaservermngr.cpp:163
#, kde-format
msgid "Media Server have been started"
msgstr ""
#. +> trunk5
#: core/utilities/mediaserver/dmediaservermngr.cpp:164
#, kde-format
msgid "Media Server cannot be started!"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/metadataedit.cpp:101
#, kde-format
msgid "Metadata Editor"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/metadataedit.cpp:125
#, kde-format
msgctxt "@action:button"
msgid "Next"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/metadataedit.cpp:127
#, kde-format
msgctxt "@action:button"
msgid "Previous"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/metadataedit.cpp:140
#, kde-format
msgid "Edit EXIF"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/metadataedit.cpp:141
#, kde-format
msgid "Edit IPTC"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/metadataedit.cpp:142
#, kde-format
msgid "Edit XMP"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/metadataedit.cpp:323
#, kde-format
msgid "%1 (%2/%3) - Edit Metadata"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/multistringsedit.cpp:90
#: core/utilities/metadataedit/dialog/multivaluesedit.cpp:89
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:99
#, kde-format
msgid "Add a new value to the list"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/multistringsedit.cpp:91
#: core/utilities/metadataedit/dialog/multivaluesedit.cpp:90
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:100
#, kde-format
msgid "Remove the current selected value from the list"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/multistringsedit.cpp:92
#: core/utilities/metadataedit/dialog/multivaluesedit.cpp:91
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:101
#, kde-format
msgid "Replace the current selected value from the list"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/multistringsedit.cpp:106
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:146
#, kde-format
msgid " This field is limited to:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/multistringsedit.cpp:112
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:152
#, kde-format
msgid "<p>Printable ASCII characters.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/multistringsedit.cpp:118
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:158
#, kde-format
msgid "<p>1 character.</p>"
msgid_plural "<p>%1 characters.</p>"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:91
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:210
#, kde-format
msgid "Attribute:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:113
#, kde-format
msgid "Select here the editorial attribute of content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:114
#, kde-format
msgctxt "Content type"
msgid "Current"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:115
#, kde-format
msgctxt "Content type"
msgid "Analysis"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:116
#, kde-format
msgctxt "Content type"
msgid "Archive material"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:117
#, kde-format
msgctxt "Content type"
msgid "Background"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:118
#, kde-format
msgctxt "Content type"
msgid "Feature"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:119
#, kde-format
msgctxt "Content type"
msgid "Forecast"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:120
#, kde-format
msgctxt "Content type"
msgid "History"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:121
#, kde-format
msgctxt "Content type"
msgid "Obituary"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:122
#, kde-format
msgctxt "Content type"
msgid "Opinion"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:123
#, kde-format
msgctxt "Content type"
msgid "Polls & Surveys"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:124
#, kde-format
msgctxt "Content type"
msgid "Profile"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:125
#, kde-format
msgctxt "Content type"
msgid "Results Listings & Table"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:126
#, kde-format
msgctxt "Content type"
msgid "Side bar & Supporting information"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:127
#, kde-format
msgctxt "Content type"
msgid "Summary"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:128
#, kde-format
msgctxt "Content type"
msgid "Transcript & Verbatim"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:129
#, kde-format
msgctxt "Content type"
msgid "Interview"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:130
#, kde-format
msgctxt "Content type"
msgid "From the Scene"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:131
#, kde-format
msgctxt "Content type"
msgid "Retrospective"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:132
#, kde-format
msgctxt "Content type"
msgid "Statistics"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:133
#, kde-format
msgctxt "Content type"
msgid "Update"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:134
#, kde-format
msgctxt "Content type"
msgid "Wrap-up"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:135
#, kde-format
msgctxt "Content type"
msgid "Press Release"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/dialog/objectattributesedit.cpp:141
#, kde-format
msgid "Set here the editorial attribute description of content. This field is limited to 64 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:94
#, kde-format
msgid "Brightness (APEX):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:99
#, kde-format
msgid "Set here the brightness adjustment value in APEX unit used by camera to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:104
#, kde-format
msgid "Gain Control:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:106
#, kde-format
msgctxt "gain control"
msgid "None"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:107
#, kde-format
msgctxt "gain control"
msgid "Low gain up"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:108
#, kde-format
msgctxt "gain control"
msgid "High gain up"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:109
#, kde-format
msgctxt "gain control"
msgid "Low gain down"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:110
#, kde-format
msgctxt "gain control"
msgid "High gain down"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:111
#, kde-format
msgid "Set here the degree of overall image gain adjustment used by camera to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:118
#, kde-format
msgctxt "contrast mode"
msgid "Normal"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:119
#, kde-format
msgctxt "contrast mode"
msgid "Soft"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:120
#, kde-format
msgctxt "contrast mode"
msgid "Hard"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:121
#, kde-format
msgid "Set here the direction of contrast processing applied by the camera to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:128
#, kde-format
msgctxt "saturation mode"
msgid "Normal"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:129
#, kde-format
msgctxt "saturation mode"
msgid "Low"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:130
#, kde-format
msgctxt "saturation mode"
msgid "High"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:131
#, kde-format
msgid "Set here the direction of saturation processing applied by the camera to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:138
#, kde-format
msgctxt "sharpness mode"
msgid "Normal"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:139
#, kde-format
msgctxt "sharpness mode"
msgid "Soft"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:140
#, kde-format
msgctxt "sharpness mode"
msgid "Hard"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:141
#, kde-format
msgid "Set here the direction of sharpness processing applied by the camera to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:146
#, kde-format
msgid "Custom rendered:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:148
#, kde-format
msgid "Normal process"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:149
#, kde-format
msgid "Custom process"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifadjust.cpp:150
#, kde-format
msgid "Set here the use of special processing on image data, such as rendering geared to output."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifcaption.cpp:97
#, kde-format
msgctxt "name of the document this image has been scanned from"
msgid "Name (*):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifcaption.cpp:101
#, kde-format
msgid "Enter the name of the document from which this image was been scanned. This field is limited to ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifcaption.cpp:107
#, kde-format
msgctxt "image description"
msgid "Description (*):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifcaption.cpp:111
#, kde-format
msgid "Enter the image description. This field is limited to ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifcaption.cpp:116
#, kde-format
msgid "Artist (*):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifcaption.cpp:120
#, kde-format
msgid "Enter the image author's name. This field is limited to ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifcaption.cpp:125
#, kde-format
msgid "Copyright (*):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifcaption.cpp:129
#, kde-format
msgid "Enter the copyright owner of the image. This field is limited to ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifcaption.cpp:134
#, kde-format
msgctxt "image caption"
msgid "Caption:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifcaption.cpp:136
#, kde-format
msgid "Enter the image's caption. This field is not limited. UTF8 encoding will be used to save the text."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifcaption.cpp:140
#: core/utilities/metadataedit/iptc/iptccontent.cpp:101
#: core/utilities/metadataedit/xmp/xmpcontent.cpp:100
#, kde-format
msgid "Sync JFIF Comment section"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifcaption.cpp:141
#, kde-format
msgid "Sync XMP caption"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifcaption.cpp:142
#, kde-format
msgid "Sync IPTC caption (warning: limited to 2000 printable Ascii characters)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifcaption.cpp:150
#: core/utilities/metadataedit/exif/exifdevice.cpp:322
#, kde-format
msgid "<b>Note: <b><a href='http://en.wikipedia.org/wiki/EXIF'>EXIF</a></b> text tags marked by (*) only support printable <b><a href='http://en.wikipedia.org/wiki/Ascii'>ASCII</a></b> characters.</b>"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:119
#, kde-format
msgid "Creation date and time"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:120
#, kde-format
msgid "Creation sub-second"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:131
#, kde-format
msgid "Sync XMP creation date"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:132
#, kde-format
msgid "Sync IPTC creation date"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:136
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:181
#: core/utilities/metadataedit/xmp/xmporigin.cpp:155
#, kde-format
msgid "Set creation date to today"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:141
#, kde-format
msgid "Set here the date and time of image creation. In this standard it is the date and time the file was changed."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:143
#, kde-format
msgid "Set here the fractions of seconds for the date and time of image creation."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:150
#, kde-format
msgid "Original date and time"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:151
#, kde-format
msgid "Original sub-second"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:164
#, kde-format
msgid "Set original date to today"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:166
#, kde-format
msgid "Set here the date and time when the original image data was generated. For a digital still camera the date and time the picture was taken are recorded."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:169
#, kde-format
msgid "Set here the fractions of seconds for the date and time when the original image data was generated."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:176
#, kde-format
msgid "Digitization date and time"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:177
#, kde-format
msgid "Digitization sub-second"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:190
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:154
#: core/utilities/metadataedit/xmp/xmporigin.cpp:134
#, kde-format
msgid "Set digitization date to today"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:192
#, kde-format
msgid "Set here the date and time when the image was stored as digital data. If, for example, an image was captured by a digital still camera and at the same time the file was recorded, then Original and Digitization date and time will have the same contents."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdatetime.cpp:197
#, kde-format
msgid "Set here the fractions of seconds for the date and time when the image was stored as digital data."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:131
#, kde-format
msgid "Device manufacturer (*):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:135
#, kde-format
msgid "Set here the manufacturer of image input equipment used to take the picture. This field is limited to ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:140
#, kde-format
msgid "Device model (*):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:144
#, kde-format
msgid "Set here the model of image input equipment used to take the picture. This field is limited to ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:149
#, kde-format
msgid "Device type:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:151
#, kde-format
msgid "Film scanner"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:152
#, kde-format
msgid "Reflection print scanner"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:153
#, kde-format
msgid "Digital still camera"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:154
#, kde-format
msgid "Select here the image input equipment type used to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:157
#, kde-format
msgid "<b>Warning: EXIF <b><a href='http://en.wikipedia.org/wiki/Exchangeable_image_file_format#MakerNote_data'>Makernotes</a></b> can be unreadable if you set wrong device manufacturer/model description.</b>"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:169
#, kde-format
msgid "Exposure time (seconds):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:182
#, kde-format
msgid "Set on this option to set the exposure time of picture, given in seconds."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:187
#, kde-format
msgid "Exposure program:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:189
#, kde-format
msgctxt "exposure program"
msgid "Not defined"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:190
#, kde-format
msgctxt "exposure program"
msgid "Manual"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:191
#, kde-format
msgctxt "exposure program"
msgid "Auto"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:192
#, kde-format
msgctxt "exposure program"
msgid "Aperture priority"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:193
#, kde-format
msgctxt "exposure program"
msgid "Shutter priority"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:194
#, kde-format
msgctxt "exposure program"
msgid "Creative program"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:195
#, kde-format
msgctxt "exposure program"
msgid "Action program"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:196
#, kde-format
msgctxt "exposure program"
msgid "Portrait mode"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:197
#, kde-format
msgctxt "exposure program"
msgid "Landscape mode"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:198
#, kde-format
msgid "Select here the program used by the camera to set exposure when the picture was taken."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:203
#, kde-format
msgid "Exposure mode:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:205
#, kde-format
msgctxt "exposure mode"
msgid "Auto"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:206
#, kde-format
msgctxt "exposure mode"
msgid "Manual"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:207
#, kde-format
msgctxt "exposure mode"
msgid "Auto bracket"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:208
#, kde-format
msgid "Select here the mode used by the camera to set exposure when the picture was taken. In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:216
#, kde-format
msgid "Exposure bias (APEX):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:221
#, kde-format
msgid "Set here the exposure bias value (in APEX units) used by camera to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:228
#, kde-format
msgid "Metering mode:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:230
#, kde-format
msgctxt "metering mode"
msgid "Unknown"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:231
#, kde-format
msgctxt "metering mode"
msgid "Average"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:232
#, kde-format
msgctxt "metering mode"
msgid "Center weighted average"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:233
#, kde-format
msgctxt "metering mode"
msgid "Spot"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:234
#, kde-format
msgctxt "metering mode"
msgid "Multi-spot"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:235
#, kde-format
msgctxt "metering mode"
msgid "Multi-segment"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:236
#, kde-format
msgctxt "metering mode"
msgid "Partial"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:237
#, kde-format
msgctxt "metering mode"
msgid "Other"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:238
#, kde-format
msgid "Select here the metering mode used by the camera to set exposure when the picture was taken."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:243
#, kde-format
msgid "Sensitivity (ISO):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:281
#, kde-format
msgid "Select here the ISO Speed of the camera which took the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:286
#, kde-format
msgid "Sensing method:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:288
#, kde-format
msgid "Not defined"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:289
#, kde-format
msgid "One-chip color area"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:290
#, kde-format
msgid "Two-chip color area"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:291
#, kde-format
msgid "Three-chip color area"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:292
#, kde-format
msgid "Color sequential area"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:293
#, kde-format
msgid "Trilinear sensor"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:294
#, kde-format
msgid "Color sequential linear"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:295
#, kde-format
msgid "Select here the image sensor type used by the camera to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:300
#, kde-format
msgid "Scene capture type:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:302
#, kde-format
msgid "Standard"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:305
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:87
#, kde-format
msgid "Night scene"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:306
#, kde-format
msgid "Select here the type of scene used by the camera to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:311
#, kde-format
msgid "Subject distance type:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:314
#, kde-format
msgid "Macro"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:315
#, kde-format
msgid "Close view"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:316
#, kde-format
msgid "Distant view"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifdevice.cpp:317
#, kde-format
msgid "Select here the type of distance between the subject and the image input equipment."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifeditwidget.cpp:110
#, kde-format
msgctxt "image caption"
msgid "Caption"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifeditwidget.cpp:114
#, kde-format
msgid "Date & Time"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifeditwidget.cpp:122
#, kde-format
msgid "Device"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifeditwidget.cpp:126
#, kde-format
msgid "Light"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifeditwidget.cpp:130
#, kde-format
msgctxt "Picture adjustments"
msgid "Adjustments"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifeditwidget.cpp:191
#, kde-format
msgid "Caption Information"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifeditwidget.cpp:192
#, kde-format
msgid "Date and Time Information"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifeditwidget.cpp:193
#, kde-format
msgid "Lens Settings"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifeditwidget.cpp:194
#, kde-format
msgid "Capture Device Settings"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifeditwidget.cpp:195
#, kde-format
msgid "Light Source Information"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exifeditwidget.cpp:196
#, kde-format
msgid "Pictures Adjustments"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflens.cpp:152
#, kde-format
msgid "Focal length (mm):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflens.cpp:158
#, kde-format
msgid "Set here the lens focal length in millimeters used by camera to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflens.cpp:163
#, kde-format
msgid "Focal length in 35mm film (mm):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflens.cpp:169
#, kde-format
msgid "Set here equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflens.cpp:175
#, kde-format
msgid "Digital zoom ratio:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflens.cpp:181
#, kde-format
msgid "Set here the digital zoom ratio used by camera to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflens.cpp:186
#, kde-format
msgid "Lens aperture (f-number):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflens.cpp:189
#, kde-format
msgid "Select here the lens aperture used by camera to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflens.cpp:194
#, kde-format
msgid "Max. lens aperture (f-number):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflens.cpp:197
#, kde-format
msgid "Select here the smallest aperture of the lens used by camera to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:83
#, kde-format
msgid "No flash"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:84
#, kde-format
msgid "Fired"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:85
#, kde-format
msgid "Fired, no strobe return light"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:86
#, kde-format
msgid "Fired, strobe return light"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:87
#, kde-format
msgid "Yes, compulsory"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:88
#, kde-format
msgid "Yes, compulsory, no return light"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:89
#, kde-format
msgid "Yes, compulsory, return light"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:90
#, kde-format
msgid "No, compulsory"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:91
#, kde-format
msgid "No, auto"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:92
#, kde-format
msgid "Yes, auto"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:93
#, kde-format
msgid "Yes, auto, no return light"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:94
#, kde-format
msgid "Yes, auto, return light"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:95
#, kde-format
msgid "No flash function"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:96
#, kde-format
msgid "Yes, red-eye"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:97
#, kde-format
msgid "Yes, red-eye, no return light"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:98
#, kde-format
msgid "Yes, red-eye, return light"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:99
#, kde-format
msgid "Yes, compulsory, red-eye"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:100
#, kde-format
msgid "Yes, compulsory, red-eye, no return light"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:101
#, kde-format
msgid "Yes, compulsory, red-eye, return light"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:102
#, kde-format
msgid "Yes, auto, red-eye"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:103
#, kde-format
msgid "Yes, auto, red-eye, no return light"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:104
#, kde-format
msgid "Yes, auto, red-eye, return light"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:134
#, kde-format
msgid "Light source:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:136
#, kde-format
msgctxt "light source"
msgid "Unknown"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:137
#, kde-format
msgctxt "light source"
msgid "Daylight"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:138
#, kde-format
msgctxt "light source"
msgid "Fluorescent"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:139
#, kde-format
msgctxt "light source"
msgid "Tungsten (incandescent light)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:140
#, kde-format
msgctxt "light source"
msgid "Flash"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:141
#, kde-format
msgctxt "light source"
msgid "Fine weather"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:142
#, kde-format
msgctxt "light source"
msgid "Cloudy weather"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:143
#, kde-format
msgctxt "light source"
msgid "Shade"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:144
#, kde-format
msgctxt "light source"
msgid "Daylight fluorescent (D 5700 - 7100K)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:145
#, kde-format
msgctxt "light source"
msgid "Day white fluorescent (N 4600 - 5400K)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:146
#, kde-format
msgctxt "light source"
msgid "Cool white fluorescent (W 3900 - 4500K)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:147
#, kde-format
msgctxt "light source"
msgid "White fluorescent (WW 3200 - 3700K)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:148
#, kde-format
msgctxt "light source"
msgid "Standard light A"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:149
#, kde-format
msgctxt "light source"
msgid "Standard light B"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:150
#, kde-format
msgctxt "light source"
msgid "Standard light C"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:151
#, kde-format
msgctxt "light source"
msgid "D55"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:152
#, kde-format
msgctxt "light source"
msgid "D65"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:153
#, kde-format
msgctxt "light source"
msgid "D75"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:154
#, kde-format
msgctxt "light source"
msgid "D50"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:155
#, kde-format
msgctxt "light source"
msgid "ISO studio tungsten"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:156
#, kde-format
msgctxt "light source"
msgid "Other light source"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:157
#, kde-format
msgid "Select here the kind of light source used to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:162
#, kde-format
msgid "Flash mode:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:168
#, kde-format
msgid "Select here the flash program mode used by the camera to take the picture."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:173
#, kde-format
msgid "Flash energy (BCPS):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:179
#, kde-format
msgid "Set here the flash energy used to take the picture in BCPS units. Beam Candle Power Seconds is the measure of effective intensity of a light source when it is focused into a beam by a reflector or lens. This value is the effective intensity for a period of one second."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:187
#, kde-format
msgid "White balance:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:190
#, kde-format
msgid "Manual"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/exif/exiflight.cpp:191
#, kde-format
msgid "Select here the white balance mode set by the camera when the picture was taken."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccategories.cpp:92
#: core/utilities/metadataedit/xmp/xmpcategories.cpp:86
#, kde-format
msgid "Identify subject of content (3 chars max):"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccategories.cpp:97
#, kde-format
msgid "Set here the category of content. This field is limited to 3 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccategories.cpp:100
#: core/utilities/metadataedit/xmp/xmpcategories.cpp:93
#, kde-format
msgid "Supplemental categories:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccategories.cpp:106
#, kde-format
msgid "Enter here a new supplemental category of content. This field is limited to 32 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccategories.cpp:123
#: core/utilities/metadataedit/iptc/iptccontent.cpp:119
#: core/utilities/metadataedit/iptc/iptccredits.cpp:138
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:285
#: core/utilities/metadataedit/iptc/iptckeywords.cpp:110
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:245
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:263
#: core/utilities/metadataedit/iptc/iptcstatus.cpp:128
#: core/utilities/metadataedit/iptc/iptcsubjects.cpp:92
#, kde-format
msgid "<b>Note: <b><a href='http://en.wikipedia.org/wiki/IPTC_Information_Interchange_Model'>IPTC</a></b> text tags only support the printable <b><a href='http://en.wikipedia.org/wiki/Ascii'>ASCII</a></b> characters and limit string sizes. Use contextual help for details.</b>"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccontent.cpp:89
#: core/utilities/metadataedit/xmp/xmpcontent.cpp:87
#, kde-format
msgid "Headline:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccontent.cpp:94
#, kde-format
msgid "Enter here the content synopsis. This field is limited to 256 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccontent.cpp:99
#: core/utilities/metadataedit/xmp/xmpcontent.cpp:94
#, kde-format
msgctxt "content description"
msgid "Caption:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccontent.cpp:102
#: core/utilities/metadataedit/xmp/xmpcontent.cpp:101
#, kde-format
msgid "Sync EXIF Comment"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccontent.cpp:108
#, kde-format
msgid "Enter the content description. This field is limited to 2000 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccontent.cpp:113
#: core/utilities/metadataedit/xmp/xmpcontent.cpp:110
#, kde-format
msgid "Caption Writer:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccontent.cpp:114
#: core/utilities/metadataedit/xmp/xmpcontent.cpp:113
#, kde-format
msgid "Enter the name of the caption author."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccredits.cpp:95
#, kde-format
msgid "Set here the necessary copyright notice. This field is limited to 128 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccredits.cpp:100
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:114
#, kde-format
msgid "Byline:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccredits.cpp:101
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:115
#, kde-format
msgid "Set here the name of content creator."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccredits.cpp:106
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:120
#, kde-format
msgid "Byline Title:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccredits.cpp:107
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:123
#, kde-format
msgid "Set here the title of content creator."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccredits.cpp:117
#, kde-format
msgid "Set here the content provider. This field is limited to 32 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccredits.cpp:122
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:192
#, kde-format
msgctxt "original owner of content"
msgid "Source:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccredits.cpp:127
#, kde-format
msgid "Set here the original owner of content. This field is limited to 32 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccredits.cpp:132
#, kde-format
msgid "Contact:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptccredits.cpp:133
#, kde-format
msgid "Set here the person or organisation to contact."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:124
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:124
#, kde-format
msgid "Content"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:128
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:128
#, kde-format
msgid "Origin"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:132
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:132
#, kde-format
msgid "Credits"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:140
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:140
#, kde-format
msgid "Keywords"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:144
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:144
#, kde-format
msgid "Categories"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:156
#, kde-format
msgid "Envelope"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:222
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:217
#, kde-format
msgid ""
"<qt>Content Information<br/>"
"<i>Use this panel to describe the visual content of the image</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:224
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:219
#, kde-format
msgid ""
"<qt>Origin Information<br/>"
"<i>Use this panel for formal descriptive information about the image</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:226
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:221
#, kde-format
msgid ""
"<qt>Credit Information<br/>"
"<i>Use this panel to record copyright information about the image</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:228
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:223
#, kde-format
msgid ""
"<qt>Subject Information<br/>"
"<i>Use this panel to record subject information about the image</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:230
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:225
#, kde-format
msgid ""
"<qt>Keyword Information<br/>"
"<i>Use this panel to record keywords relevant to the image</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:232
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:227
#, kde-format
msgid ""
"<qt>Category Information<br/>"
"<i>Use this panel to record categories relevant to the image</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:234
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:229
#, kde-format
msgid ""
"<qt>Status Information<br/>"
"<i>Use this panel to record workflow information</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:236
#: core/utilities/metadataedit/xmp/xmpeditwidget.cpp:231
#, kde-format
msgid ""
"<qt>Status Properties<br/>"
"<i>Use this panel to record workflow properties</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptceditwidget.cpp:238
#, kde-format
msgid ""
"<qt>Envelope Information<br/>"
"<i>Use this panel to record editorial details</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:83
#, kde-format
msgid "No ObjectData"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:84
#, kde-format
msgid "IPTC-NAA Digital Newsphoto Parameter Record (version 1)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:85
#, kde-format
msgid "IPTC-NAA Digital Newsphoto Parameter Record (version 2)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:86
#, kde-format
msgid "IPTC-NAA Digital Newsphoto Parameter Record (version 3)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:87
#, kde-format
msgid "IPTC-NAA Digital Newsphoto Parameter Record (version 4)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:88
#, kde-format
msgid "IPTC7901 Recommended Message Format"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:89
#, kde-format
msgid "Tagged Image File Format (version 5.0)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:90
#, kde-format
msgid "Tagged Image File Format (version 6.0)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:91
#, kde-format
msgid "Illustrator"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:92
#, kde-format
msgid "AppleSingle"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:93
#, kde-format
msgid "NAA 89-3 (ANPA 1312)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:94
#, kde-format
msgid "MacBinary II"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:95
#, kde-format
msgid "IPTC Unstructured Character Oriented File Format"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:96
#, kde-format
msgid "United Press International ANPA 1312 variant"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:97
#, kde-format
msgid "United Press International Down-Load Message"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:98
#, kde-format
msgid "JPEG File Interchange"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:99
#, kde-format
msgid "Photo-CD Image-Pac"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:100
#, kde-format
msgid "Microsoft Bit Mapped Graphics File [*.BMP]"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:101
#, kde-format
msgid "Digital Audio File [*.WAV]"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:102
#, kde-format
msgid "Audio plus Moving Video [*.AVI]"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:103
#, kde-format
msgid "PC DOS/Windows Executable Files [*.COM][*.EXE]"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:104
#, kde-format
msgid "Compressed Binary File [*.ZIP]"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:105
#, kde-format
msgid "Audio Interchange File Format AIFF"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:106
#, kde-format
msgid "RIFF Wave (Microsoft Corporation)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:107
#, kde-format
msgid "Freehand (version 3.1)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:108
#, kde-format
msgid "Freehand (version 4.0)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:109
#, kde-format
msgid "Freehand (version 5.0)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:110
#, kde-format
msgid "Freehand (version 5.5)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:111
#, kde-format
msgid "Hypertext Markup Language \"HTML\""
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:112
#, kde-format
msgid "MPEG 2 Audio Layer 2 (Musicom), ISO/IEC"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:113
#, kde-format
msgid "MPEG 2 Audio Layer 3, ISO/IEC"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:114
#, kde-format
msgid "Portable Document File [*.PDF] Adobe"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:115
#, kde-format
msgid "News Industry Text Format"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:116
#, kde-format
msgid "Tape Archive [*.TAR]"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:117
#, kde-format
msgid "Tidningarnas Telegrambyra NITF version (TTNITF DTD)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:118
#, kde-format
msgid "Ritzaus Bureau NITF version (RBNITF DTD)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:119
#, kde-format
msgid "Corel Draw [*.CDR]"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:179
#, kde-format
msgid "Destination:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:185
#, kde-format
msgid "Enter the envelope destination. This field is limited to 1024 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:190
#, kde-format
msgid "U.N.O ID:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:195
#, kde-format
msgid "Set here the Unique Name of Object identifier. This field is limited to 80 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:200
#, kde-format
msgid "Product ID:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:205
#, kde-format
msgid "Set here the product identifier. This field is limited to 32 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:210
#, kde-format
msgid "Service ID:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:215
#, kde-format
msgid "Set here the service identifier. This field is limited to 10 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:220
#, kde-format
msgid "Envelope ID:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:225
#, kde-format
msgid "Set here the envelope identifier. This field is limited to 8 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:230
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:209
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:168
#, kde-format
msgid "Priority:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:232
#, kde-format
msgctxt "priority for the envelope"
msgid "0: None"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:233
#, kde-format
msgctxt "priority for the envelope"
msgid "1: High"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:237
#, kde-format
msgctxt "priority for the envelope"
msgid "5: Normal"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:240
#, kde-format
msgctxt "priority for the envelope"
msgid "8: Low"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:241
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:220
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:179
#, kde-format
msgctxt "editorial urgency of content"
msgid "9: User-defined"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:242
#, kde-format
msgid "Select here the envelope priority."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:259
#, kde-format
msgid "Select here envelope file format."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:263
#, kde-format
msgid "Sent date:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:264
#, kde-format
msgid "Sent time:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:275
#, kde-format
msgid "Set envelope sent date to today"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:277
#, kde-format
msgid "Set here the date when the service sent the material."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:278
#, kde-format
msgid "Set here the time when the service sent the material."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcenvelope.cpp:279
#, kde-format
msgid "Set here the time zone when the service sent the material."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptckeywords.cpp:87
#: core/utilities/metadataedit/xmp/xmpkeywords.cpp:81
#, kde-format
msgid "Use information retrieval words:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptckeywords.cpp:93
#, kde-format
msgid "Enter here a new keyword. This field is limited to 64 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:142
#: core/utilities/metadataedit/xmp/xmporigin.cpp:126
#, kde-format
msgid "Digitization date"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:143
#, kde-format
msgid "Digitization time"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:156
#: core/utilities/metadataedit/xmp/xmporigin.cpp:136
#, kde-format
msgid "Set here the creation date of digital representation."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:158
#, kde-format
msgid "Set here the creation time of digital representation."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:160
#: core/utilities/metadataedit/xmp/xmporigin.cpp:138
#, kde-format
msgid "Set here the time zone of digital representation."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:167
#: core/utilities/metadataedit/xmp/xmporigin.cpp:145
#, kde-format
msgid "Creation date"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:168
#, kde-format
msgid "Creation time"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:177
#: core/utilities/metadataedit/xmp/xmporigin.cpp:151
#, kde-format
msgid "Sync EXIF creation date"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:183
#: core/utilities/metadataedit/xmp/xmporigin.cpp:157
#, kde-format
msgid "Set here the creation date of intellectual content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:185
#, kde-format
msgid "Set here the creation time of intellectual content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:187
#: core/utilities/metadataedit/xmp/xmporigin.cpp:159
#, kde-format
msgid "Set here the time zone of intellectual content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:194
#, kde-format
msgid "Location:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:195
#, kde-format
msgid "Set here the full country name referenced by the content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:204
#, kde-format
msgid "Set here the city of content origin. This field is limited to 32 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:214
#, kde-format
msgid "Set here the content location within city. This field is limited to 32 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:219
#: core/utilities/metadataedit/xmp/xmporigin.cpp:180
#, kde-format
msgid "State/Province:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:224
#, kde-format
msgid "Set here the Province or State of content origin. This field is limited to 32 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcorigin.cpp:231
#: core/utilities/metadataedit/xmp/xmporigin.cpp:189
#, kde-format
msgid "Select here country name of content origin."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:144
#, kde-format
msgid "Release date"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:145
#, kde-format
msgid "Release time"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:156
#, kde-format
msgid "Set release date to today"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:158
#, kde-format
msgid "Set here the earliest intended usable date of intellectual content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:160
#, kde-format
msgid "Set here the earliest intended usable time of intellectual content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:162
#, kde-format
msgid "Set here the earliest intended usable time zone of intellectual content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:169
#, kde-format
msgid "Expiration date"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:170
#, kde-format
msgid "Expiration time"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:181
#, kde-format
msgid "Set expiration date to today"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:183
#, kde-format
msgid "Set here the latest intended usable date of intellectual content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:185
#, kde-format
msgid "Set here the latest intended usable time of intellectual content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:187
#, kde-format
msgid "Set here the latest intended usable time zone of intellectual content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:194
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:155
#, kde-format
msgid "Language:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:205
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:156
#, kde-format
msgid "Select here the language of content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:211
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:170
#, kde-format
msgctxt "editorial urgency of content"
msgid "0: None"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:212
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:171
#, kde-format
msgctxt "editorial urgency of content"
msgid "1: High"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:216
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:175
#, kde-format
msgctxt "editorial urgency of content"
msgid "5: Normal"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:219
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:178
#, kde-format
msgctxt "editorial urgency of content"
msgid "8: Low"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:221
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:180
#, kde-format
msgid "Select here the editorial urgency of content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:225
#, kde-format
msgid "Cycle:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:227
#, kde-format
msgid "Morning"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:228
#, kde-format
msgid "Afternoon"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:229
#, kde-format
msgid "Evening"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:230
#, kde-format
msgid "Select here the editorial cycle of content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:240
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:106
#, kde-format
msgid "News"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:241
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:102
#, kde-format
msgid "Data"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:242
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:99
#, kde-format
msgid "Advisory"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:243
#, kde-format
msgid "Select here the editorial type of content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:244
#, kde-format
msgid "Set here the editorial type description of content. This field is limited to 64 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:258
#, kde-format
msgid "Set here the original content transmission reference. This field is limited to 32 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:438
#, kde-format
msgid "Afar"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:439
#, kde-format
msgid "Abkhazian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:440
#, kde-format
msgid "Afrikaans"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:441
#, kde-format
msgid "Amharic"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:442
#, kde-format
msgid "Arabic"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:443
#, kde-format
msgid "Assamese"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:444
#, kde-format
msgid "Aymara"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:445
#, kde-format
msgid "Azerbaijani"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:446
#, kde-format
msgid "Bashkir"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:447
#, kde-format
msgid "Byelorussian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:448
#, kde-format
msgid "Bulgarian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:449
#, kde-format
msgid "Bihari"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:450
#, kde-format
msgid "Bislama"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:451
#, kde-format
msgid "Bengali;Bangla"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:452
#, kde-format
msgid "Tibetan"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:453
#, kde-format
msgid "Breton"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:454
#, kde-format
msgid "Catalan"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:455
#, kde-format
msgid "Corsican"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:456
#, kde-format
msgid "Czech"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:457
#, kde-format
msgid "Welsh"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:458
#, kde-format
msgid "Danish"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:459
#, kde-format
msgid "German"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:460
#, kde-format
msgid "Bhutani"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:461
#, kde-format
msgid "Greek"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:462
#, kde-format
msgid "English"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:463
#, kde-format
msgid "Esperanto"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:464
#, kde-format
msgid "Spanish"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:465
#, kde-format
msgid "Estonian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:466
#, kde-format
msgid "Basque"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:467
#, kde-format
msgid "Persian(farsi)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:468
#, kde-format
msgid "Finnish"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:469
#, kde-format
msgid "Fiji"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:470
#, kde-format
msgid "Faroese"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:471
#, kde-format
msgid "French"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:472
#, kde-format
msgid "Frisian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:473
#, kde-format
msgid "Irish"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:474
#, kde-format
msgid "Scotsgaelic"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:475
#, kde-format
msgid "Galician"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:476
#, kde-format
msgid "Guarani"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:477
#, kde-format
msgid "Gujarati"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:478
#, kde-format
msgid "Hausa"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:479
#, kde-format
msgid "Hebrew"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:480
#, kde-format
msgid "Hindi"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:481
#, kde-format
msgid "Croatian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:482
#, kde-format
msgid "Hungarian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:483
#, kde-format
msgid "Armenian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:484
#, kde-format
msgid "Interlingua"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:485
#, kde-format
msgid "Interlingue"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:486
#, kde-format
msgid "Inupiak"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:487
#, kde-format
msgid "Indonesian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:488
#, kde-format
msgid "Icelandic"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:489
#, kde-format
msgid "Italian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:490
#, kde-format
msgid "Inuktitut"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:491
#, kde-format
msgid "Japanese"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:492
#, kde-format
msgid "Javanese"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:493
#, kde-format
msgid "Georgian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:494
#, kde-format
msgid "Kazakh"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:495
#, kde-format
msgid "Greenlandic"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:496
#, kde-format
msgid "Cambodian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:497
#, kde-format
msgid "Kannada"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:498
#, kde-format
msgid "Korean"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:499
#, kde-format
msgid "Kashmiri"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:500
#, kde-format
msgid "Kurdish"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:501
#, kde-format
msgid "Kirghiz"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:502
#, kde-format
msgid "Latin"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:503
#, kde-format
msgid "Lingala"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:504
#, kde-format
msgid "Laothian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:505
#, kde-format
msgid "Lithuanian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:506
#, kde-format
msgid "Latvian;Lettish"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:507
#, kde-format
msgid "Malagasy"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:508
#, kde-format
msgid "Maori"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:509
#, kde-format
msgid "Macedonian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:510
#, kde-format
msgid "Malayalam"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:511
#, kde-format
msgid "Mongolian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:512
#, kde-format
msgid "Moldavian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:513
#, kde-format
msgid "Marathi"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:514
#, kde-format
msgid "Malay"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:515
#, kde-format
msgid "Maltese"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:516
#, kde-format
msgid "Burmese"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:518
#, kde-format
msgid "Nepali"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:519
#, kde-format
msgid "Dutch"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:520
#, kde-format
msgid "Norwegian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:521
#, kde-format
msgid "Occitan"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:522
#, kde-format
msgid "Afan(oromo)"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:523
#, kde-format
msgid "Oriya"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:524
#, kde-format
msgid "Punjabi"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:525
#, kde-format
msgid "Polish"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:526
#, kde-format
msgid "Pashto;Pushto"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:527
#, kde-format
msgid "Portuguese"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:528
#, kde-format
msgid "Quechua"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:529
#, kde-format
msgid "Rhaeto-romance"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:530
#, kde-format
msgid "Kurundi"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:531
#, kde-format
msgid "Romanian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:532
#, kde-format
msgid "Russian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:533
#, kde-format
msgid "Kinyarwanda"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:534
#, kde-format
msgid "Sanskrit"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:535
#, kde-format
msgid "Sindhi"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:536
#, kde-format
msgid "Sangho"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:537
#, kde-format
msgid "Serbo-croatian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:538
#, kde-format
msgid "Singhalese"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:539
#, kde-format
msgid "Slovak"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:540
#, kde-format
msgid "Slovenian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:541
#, kde-format
msgid "Samoan"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:542
#, kde-format
msgid "Shona"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:543
#, kde-format
msgid "Somali"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:544
#, kde-format
msgid "Albanian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:545
#, kde-format
msgid "Serbian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:546
#, kde-format
msgid "Siswati"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:547
#, kde-format
msgid "Sesotho"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:548
#, kde-format
msgid "Sundanese"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:549
#, kde-format
msgid "Swedish"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:550
#, kde-format
msgid "Swahili"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:551
#, kde-format
msgid "Tamil"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:552
#, kde-format
msgid "Telugu"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:553
#, kde-format
msgid "Tajik"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:554
#, kde-format
msgid "Thai"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:555
#, kde-format
msgid "Tigrinya"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:556
#, kde-format
msgid "Turkmen"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:557
#, kde-format
msgid "Tagalog"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:558
#, kde-format
msgid "Setswana"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:560
#, kde-format
msgid "Turkish"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:561
#, kde-format
msgid "Tsonga"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:562
#, kde-format
msgid "Tatar"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:563
#, kde-format
msgid "Twi"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:564
#, kde-format
msgid "Uigur"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:565
#, kde-format
msgid "Ukrainian"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:566
#, kde-format
msgid "Urdu"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:567
#, kde-format
msgid "Uzbek"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:568
#, kde-format
msgid "Vietnamese"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:569
#, kde-format
msgid "Volapuk"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:570
#, kde-format
msgid "Wolof"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:571
#, kde-format
msgid "Xhosa"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:572
#, kde-format
msgid "Yiddish"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:573
#, kde-format
msgid "Yoruba"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:574
#, kde-format
msgid "Zhuang"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:575
#, kde-format
msgid "Chinese"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcproperties.cpp:576
#, kde-format
msgid "Zulu"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcstatus.cpp:87
#, kde-format
msgctxt "image title"
msgid "Title:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcstatus.cpp:92
#, kde-format
msgid "Set here the shorthand reference of content. This field is limited to 64 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcstatus.cpp:97
#, kde-format
msgid "Edit Status:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcstatus.cpp:102
#, kde-format
msgid "Set here the title of content status. This field is limited to 64 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcstatus.cpp:107
#, kde-format
msgid "Job Identifier:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcstatus.cpp:112
#, kde-format
msgid "Set here the string that identifies content that recurs. This field is limited to 32 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcstatus.cpp:117
#: core/utilities/metadataedit/xmp/xmpstatus.cpp:99
#, kde-format
msgid "Special Instructions:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcstatus.cpp:123
#, kde-format
msgid "Enter the editorial usage instructions. This field is limited to 256 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcsubjects.cpp:51
#, kde-format
msgid "Enter here the Informative Provider Reference. I.P.R is a name registered with the IPTC/NAA, identifying the provider that provides an indicator of the content. The default value for the I.P.R is \"IPTC\" if a standard Reference Code is used. This field is limited to 32 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcsubjects.cpp:59
#, kde-format
msgid "Enter here the Subject Reference Number. Provides a numeric code to indicate the Subject Name plus optional Subject Matter and Subject Detail Names in the language of the service. Subject Reference is a number from the range 01000000 to 17999999 and represent a language independent international reference to a Subject. A Subject is identified by its Reference Number and corresponding Names taken from a standard lists given by IPTC/NAA. If a standard reference code is used, these lists are the English language reference versions. This field is limited to 8 ASCII digit code."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcsubjects.cpp:74
#, kde-format
msgid "Enter here the Subject Name. English language is used if you selected a standard IPTC/NAA reference code. This field is limited to 64 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcsubjects.cpp:81
#, kde-format
msgid "Enter here the Subject Matter Name. English language is used if you selected a standard IPTC/NAA reference code. This field is limited to 64 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/iptc/iptcsubjects.cpp:88
#, kde-format
msgid "Enter here the Subject Detail Name. English language is used if you selected a standard IPTC/NAA reference code. This field is limited to 64 ASCII characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcategories.cpp:90
#, kde-format
msgid "Set here the category of content. This field is limited to 3 characters."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcategories.cpp:97
#, kde-format
msgid "Enter here a new supplemental category of content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcontent.cpp:90
#, kde-format
msgid "Enter here the content synopsis."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcontent.cpp:95
#, kde-format
msgid "Enter the content description."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcontent.cpp:97
#, kde-format
msgid "Default Language Caption Options"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcontent.cpp:116
#, kde-format
msgid "Enter the necessary copyright notice."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:130
#, kde-format
msgctxt "contact email address"
msgid "E-mail:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:133
#, kde-format
msgid "Set here the contact e-mail."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:138
#, kde-format
msgid "Set here the contact URL."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:143
#, kde-format
msgid "Set here the contact 'phone number."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:145
#, kde-format
msgctxt "Street address"
msgid "Address:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:148
#, kde-format
msgid "Set here the contact address."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:150
#, kde-format
msgid "Postal code:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:153
#, kde-format
msgid "Set here the contact postal code."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:158
#, kde-format
msgid "Set here the contact city."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:163
#, kde-format
msgid "Set here the contact country."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:188
#, kde-format
msgid "Set here the content provider."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpcredits.cpp:195
#, kde-format
msgid "Set here the original owner of content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpkeywords.cpp:85
#, kde-format
msgid "Enter here a new keyword."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmporigin.cpp:169
#, kde-format
msgid "Set here the content's city of origin."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmporigin.cpp:176
#, kde-format
msgid "Set here the content's location within the city."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmporigin.cpp:183
#, kde-format
msgid "Set here the content's Province or State of origin."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:74
#, kde-format
msgid "Headshot"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:75
#, kde-format
msgid "Half-length"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:76
#, kde-format
msgid "Full-length"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:77
#, kde-format
msgctxt "Side view of a person"
msgid "Profile"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:78
#, kde-format
msgid "Rear view"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:79
#, kde-format
msgid "Single"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:80
#, kde-format
msgid "Couple"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:81
#, kde-format
msgid "Two"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:82
#, kde-format
msgctxt "group of people"
msgid "Group"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:83
#, kde-format
msgid "General view"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:84
#, kde-format
msgid "Panoramic view"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:85
#, kde-format
msgid "Aerial view"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:86
#, kde-format
msgid "Under-water"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:89
#, kde-format
msgid "Exterior view"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:90
#, kde-format
msgid "Interior view"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:91
#, kde-format
msgid "Close-up"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:92
#, kde-format
msgid "Action"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:93
#, kde-format
msgid "Performing"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:94
#, kde-format
msgid "Posing"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:95
#, kde-format
msgid "Symbolic"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:96
#, kde-format
msgid "Off-beat"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:97
#, kde-format
msgid "Movie scene"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:100
#, kde-format
msgid "Alert"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:101
#, kde-format
msgid "Catalog"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:103
#, kde-format
msgctxt "type is a document"
msgid "Document"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:104
#, kde-format
msgid "DTD"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:107
#, kde-format
msgid "News Management Mode"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:108
#, kde-format
msgid "Package"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:109
#, kde-format
msgid "Schema"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:110
#, kde-format
msgid "Topic"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:111
#, kde-format
msgid "Topic Set"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:184
#, kde-format
msgid "Scene:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:185
#, kde-format
msgid "Select here the scene type of the content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:198
#, kde-format
msgid "Select here the editorial type of the content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:214
#, kde-format
msgid "Set here the editorial attribute description of the content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:216
#, kde-format
msgid "Select here the editorial attribute of the content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:217
#, kde-format
msgctxt "editorial content attribute"
msgid "Current"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:218
#, kde-format
msgctxt "editorial content attribute"
msgid "Analysis"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:219
#, kde-format
msgctxt "editorial content attribute"
msgid "Archive material"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:220
#, kde-format
msgctxt "editorial content attribute"
msgid "Background"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:221
#, kde-format
msgctxt "editorial content attribute"
msgid "Feature"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:222
#, kde-format
msgctxt "editorial content attribute"
msgid "Forecast"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:223
#, kde-format
msgctxt "editorial content attribute"
msgid "History"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:224
#, kde-format
msgctxt "editorial content attribute"
msgid "Obituary"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:225
#, kde-format
msgctxt "editorial content attribute"
msgid "Opinion"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:226
#, kde-format
msgctxt "editorial content attribute"
msgid "Polls & Surveys"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:227
#, kde-format
msgctxt "editorial content attribute"
msgid "Profile"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:228
#, kde-format
msgctxt "editorial content attribute"
msgid "Results Listings & Table"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:229
#, kde-format
msgctxt "editorial content attribute"
msgid "Side bar & Supporting information"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:230
#, kde-format
msgctxt "editorial content attribute"
msgid "Summary"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:231
#, kde-format
msgctxt "editorial content attribute"
msgid "Transcript & Verbatim"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:232
#, kde-format
msgctxt "editorial content attribute"
msgid "Interview"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:233
#, kde-format
msgctxt "editorial content attribute"
msgid "From the Scene"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:234
#, kde-format
msgctxt "editorial content attribute"
msgid "Retrospective"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:235
#, kde-format
msgctxt "editorial content attribute"
msgid "Statistics"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:236
#, kde-format
msgctxt "editorial content attribute"
msgid "Update"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:237
#, kde-format
msgctxt "editorial content attribute"
msgid "Wrap-up"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:238
#, kde-format
msgctxt "editorial content attribute"
msgid "Press Release"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpproperties.cpp:245
#, kde-format
msgid "Set here the original content transmission reference."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpstatus.cpp:81
#, kde-format
msgctxt "short title for the content"
msgid "Title:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpstatus.cpp:82
#, kde-format
msgid "Set here a shorthand reference for the content."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpstatus.cpp:89
#, kde-format
msgid "A short informal name for the resource."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpstatus.cpp:93
#, kde-format
msgid "Identifiers:"
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpstatus.cpp:94
#, kde-format
msgid "Set here the strings that identify content that recurs."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpstatus.cpp:101
#, kde-format
msgid "Enter the editorial usage instructions."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpsubjects.cpp:51
#, kde-format
msgid "Enter here the Informative Provider Reference. I.P.R is a name registered with the XMP/NAA, identifying the provider that provides an indicator of the content. The default value for the I.P.R is \"XMP\" if a standard Reference Code is used."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpsubjects.cpp:57
#, kde-format
msgid "Enter here the Subject Reference Number. Provides a numeric code to indicate the Subject Name plus optional Subject Matter and Subject Detail Names in the language of the service. Subject Reference is a number from the range 01000000 to 17999999 and represent a language independent international reference to a Subject. A Subject is identified by its Reference Number and corresponding Names taken from a standard lists given by XMP/NAA. If a standard reference code is used, these lists are the English language reference versions. This field is limited to 8 digit code."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpsubjects.cpp:70
#, kde-format
msgid "Enter here the Subject Name. English language is used if you selected a standard XMP/NAA reference code."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpsubjects.cpp:74
#, kde-format
msgid "Enter here the Subject Matter Name. English language is used if you selected a standard XMP/NAA reference code."
msgstr ""
#. +> trunk5
#: core/utilities/metadataedit/xmp/xmpsubjects.cpp:78
#, kde-format
msgid "Enter here the Subject Detail Name. English language is used if you selected a standard XMP/NAA reference code."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:49
#, kde-format
msgid "Soundtrack preview"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:106
#, kde-format
msgid "If set, the soundtrack for the current album will be saved and restored automatically on the next startup."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:127
#, kde-format
msgid "Move the selected track up in the playlist."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:128
#, kde-format
msgid "Move the selected track down in the playlist."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:129
#, kde-format
msgid "Add new tracks to the playlist."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:130
#, kde-format
msgid "Delete the selected track from the playlist."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:131
#, kde-format
msgid "Load playlist from a file."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:132
#, kde-format
msgid "Save playlist to a file."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:133
#, kde-format
msgid "Clear the playlist."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:259
#, kde-format
msgctxt "number of tracks and running time"
msgid "1 track [%2]"
msgid_plural "%1 tracks [%2]"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:287
#, kde-format
msgid "Slide time is greater than soundtrack time. Suggestion: add more sound files."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:353
#, kde-format
msgid "Select sound files"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:417
#, kde-format
msgid "You can only move image files up one at a time."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:453
#, kde-format
msgid "You can only move files down one at a time."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:474
#, kde-format
msgid "Load playlist"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:475
#: core/utilities/presentation/audio/presentation_audiopage.cpp:527
#, kde-format
msgid "Playlist (*.m3u)"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:526
#, kde-format
msgid "Save playlist"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:585
#, kde-format
msgid "Cannot access file \"%1\". Please check the path is correct."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentation_audiopage.cpp:595
#, kde-format
msgid "Cannot create a preview of an empty file list."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentationaudiolist.cpp:141
#, kde-format
msgid "No detail available"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentationaudiolist.cpp:158
#: core/utilities/presentation/audio/presentationaudiolist.cpp:176
#, kde-format
msgctxt "artist - title"
msgid "%1 - %2"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentationaudiolist.cpp:167
#, kde-format
msgid "%1 may not be playable."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/audio/presentationaudiolist.cpp:175
#, kde-format
msgid "This file may not be playable."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/dialogs/presentation_captionpage.cpp:44
#, kde-format
msgid "This is a comment sample..."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/dialogs/presentation_mainpage.cpp:250
#, kde-format
msgid "%1 image [%2]"
msgid_plural "%1 images [%2]"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/presentation/dialogs/presentation_mainpage.cpp:330
#, kde-format
msgid "Cannot access file %1. Please check the path is correct."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/dialogs/presentation_mainpage.cpp:372
#, kde-format
msgctxt "Image number %1"
msgid "Image #%1"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/dialogs/presentation_mainpage.cpp:404
#: core/utilities/presentation/opengl/presentationkb.cpp:631
#, kde-format
msgid "Ken Burns"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/dialogs/presentation_mainpage.cpp:427
#, kde-format
msgid "Delay between images (ms):"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/dialogs/presentation_mainpage.cpp:434
#, kde-format
msgid "Delay between images (s):"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/dialogs/presentationdlg.cpp:83
#, kde-format
msgid "Presentation"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/dialogs/presentationdlg.cpp:90
#, kde-format
msgid "Start Presentation"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/dialogs/presentationdlg.cpp:103
#, kde-format
msgid "Main Settings"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/dialogs/presentationdlg.cpp:108
#, kde-format
msgctxt "captions for the slideshow"
msgid "Caption"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/dialogs/presentationdlg.cpp:114
#, kde-format
msgid "Soundtrack"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/dialogs/presentationdlg.cpp:120
#: core/utilities/setup/setupicc.cpp:505
#, kde-format
msgid "Advanced"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/opengl/presentationgl.cpp:472
#: core/utilities/presentation/widgets/presentationwidget.cpp:867
#, kde-format
msgctxt "Filter Effect: No effect"
msgid "None"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/opengl/presentationgl.cpp:473
#, kde-format
msgctxt "Filter Effect: Bend"
msgid "Bend"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/opengl/presentationgl.cpp:474
#, kde-format
msgctxt "Filter Effect: Blend"
msgid "Blend"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/opengl/presentationgl.cpp:475
#, kde-format
msgctxt "Filter Effect: Cube"
msgid "Cube"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/opengl/presentationgl.cpp:476
#, kde-format
msgctxt "Filter Effect: Fade"
msgid "Fade"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/opengl/presentationgl.cpp:477
#, kde-format
msgctxt "Filter Effect: Flutter"
msgid "Flutter"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/opengl/presentationgl.cpp:478
#, kde-format
msgctxt "Filter Effect: In Out"
msgid "In Out"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/opengl/presentationgl.cpp:479
#, kde-format
msgctxt "Filter Effect: Rotate"
msgid "Rotate"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/opengl/presentationgl.cpp:480
#, kde-format
msgctxt "Filter Effect: Slide"
msgid "Slide"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/opengl/presentationgl.cpp:481
#: core/utilities/presentation/widgets/presentationwidget.cpp:880
#, kde-format
msgctxt "Filter Effect: Random effect"
msgid "Random"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/opengl/presentationgl.cpp:772
#: core/utilities/presentation/widgets/presentationwidget.cpp:733
#, kde-format
msgid "Slideshow Completed"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/opengl/presentationgl.cpp:773
#: core/utilities/presentation/opengl/presentationkb.cpp:573
#: core/utilities/presentation/widgets/presentationwidget.cpp:734
#, kde-format
msgid "Click to Exit..."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/opengl/presentationkb.cpp:572
#, kde-format
msgid "SlideShow Completed"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/presentationmngr.cpp:101
#, kde-format
msgid "There are no images to show."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/presentationmngr.cpp:134
#, kde-format
msgid "OpenGL support is not available on your system."
msgstr ""
#. +> trunk5
#: core/utilities/presentation/widgets/presentationwidget.cpp:868
#, kde-format
msgctxt "Filter Effect: Chess Board"
msgid "Chess Board"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/widgets/presentationwidget.cpp:869
#, kde-format
msgctxt "Filter Effect: Melt Down"
msgid "Melt Down"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/widgets/presentationwidget.cpp:870
#, kde-format
msgctxt "Filter Effect: Sweep"
msgid "Sweep"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/widgets/presentationwidget.cpp:871
#, kde-format
msgctxt "Filter Effect: Mosaic"
msgid "Mosaic"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/widgets/presentationwidget.cpp:872
#, kde-format
msgctxt "Filter Effect: Cubism"
msgid "Cubism"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/widgets/presentationwidget.cpp:873
#, kde-format
msgctxt "Filter Effect: Growing"
msgid "Growing"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/widgets/presentationwidget.cpp:874
#, kde-format
msgctxt "Filter Effect: Horizontal Lines"
msgid "Horizontal Lines"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/widgets/presentationwidget.cpp:875
#, kde-format
msgctxt "Filter Effect: Vertical Lines"
msgid "Vertical Lines"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/widgets/presentationwidget.cpp:876
#, kde-format
msgctxt "Filter Effect: Circle Out"
msgid "Circle Out"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/widgets/presentationwidget.cpp:877
#, kde-format
msgctxt "Filter Effect: Multi-Circle Out"
msgid "Multi-Circle Out"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/widgets/presentationwidget.cpp:878
#, kde-format
msgctxt "Filter Effect: Spiral In"
msgid "Spiral In"
msgstr ""
#. +> trunk5
#: core/utilities/presentation/widgets/presentationwidget.cpp:879
#, kde-format
msgctxt "Filter Effect: Blobs"
msgid "Blobs"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:177
#, kde-format
msgid "Queues"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:186
#, kde-format
msgid "Queue Settings"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:195
#, kde-format
msgid "Control Panel"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:204
#, kde-format
msgid "Assigned Tools"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:213
#, kde-format
msgid "Tool Settings"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:327
#, kde-format
msgid "Run"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:334
#, kde-format
msgid "Run all"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:346
#, kde-format
msgid "New Queue"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:350
#, kde-format
msgid "Remove Queue"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:355
#, kde-format
msgid "Save Workflow"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:359
#, kde-format
msgid "Remove items"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:365
#, kde-format
msgid "Remove processed items"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:370
#, kde-format
msgid "Clear Queue"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:381
#, kde-format
msgid "Move up"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:385
#, kde-format
msgid "Move down"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:389
#, kde-format
msgid "Remove tool"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:393
#, kde-format
msgid "Clear List"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:477
#, kde-format
msgid "Current Queue: "
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:482
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:508
#, kde-format
msgid "No items"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:495
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:521
#, kde-format
msgid "No tasks"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:499
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:525
#, kde-format
msgid "1 task"
msgid_plural "%1 tasks"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:503
#, kde-format
msgid "Total: "
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:533
#, kde-format
msgctxt "batch queue manager is ready to use"
msgid "Ready"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:566
#, kde-format
msgid "Processing under progress"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:567
#, kde-format
msgid "Batch Queue Manager is running. Do you want to cancel current job?"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:666
#, kde-format
msgid "There is no queue to be run."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:670
#, kde-format
msgid "There is no item to process in the current queue (%1)."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:676
#, kde-format
msgid "Custom renaming rule is invalid for current queue (%1). Please fix it."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:681
#, kde-format
msgid "Assigned batch tools list is empty for current queue (%1). Please assign tools."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:711
#, kde-format
msgid "There are no items to process in the queues."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:873
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:883
#, kde-format
msgid "Processed items album settings"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:874
#, kde-format
msgid "Album to host processed items from queue \"%1\" is not set. Please select one from Queue Settings panel."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:884
#, kde-format
msgid "Album to host processed items from queue \"%1\" is not available or not writable. Please set another one from Queue Settings panel."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:959
#, kde-format
msgid "Failed to process item..."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:971
#, kde-format
msgid "Process Cancelled..."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:990
#, kde-format
msgid "Item \"%1\" from queue \"%2\": %3"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:1018
#, kde-format
msgid "Batch queue finished"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/main/queuemgrwindow.cpp:1022
#, kde-format
msgid "All batch queues finished"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/manager/batchtool.cpp:552
#, kde-format
msgid "No setting available"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/manager/task.cpp:229
#, kde-format
msgid "(renamed to %1)"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/manager/task.cpp:233
#, kde-format
msgid "(overwritten)"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/manager/task.cpp:252
#, kde-format
msgid "Failed to create sidecar file..."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/manager/task.cpp:261
#, kde-format
msgid "Item processed successfully %1"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/manager/task.cpp:265
#: core/utilities/queuemanager/manager/task.cpp:270
#, kde-format
msgid "Failed to create file..."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/autocorrection.cpp:54
#, kde-format
msgid "Color Auto-correction"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/autocorrection.cpp:55
#, kde-format
msgid "Automatically correct image colors."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/bcgcorrection.cpp:47
#, kde-format
msgid "BCG Correction"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/bcgcorrection.cpp:48
#, kde-format
msgid "Fix Brightness/Contrast/Gamma."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/bwconvert.cpp:47
#, kde-format
msgid "B&W Convert"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/bwconvert.cpp:48
#, kde-format
msgid "Convert to black and white."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/channelmixer.cpp:49
#, kde-format
msgid "Mix color channel."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/colorbalance.cpp:49
#, kde-format
msgid "Adjust color balance."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/convert16to8.cpp:41
#, kde-format
msgid "Convert to 8 bits"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/convert16to8.cpp:42
#, kde-format
msgid "Convert color depth from 16 to 8 bits."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/convert8to16.cpp:41
#, kde-format
msgid "Convert to 16 bits"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/convert8to16.cpp:42
#, kde-format
msgid "Convert color depth from 8 to 16 bits."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/curvesadjust.cpp:53
#, kde-format
msgid "Curves Adjust"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/curvesadjust.cpp:54
#, kde-format
msgid "Perform curves adjustments."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/curvesadjust.cpp:74
#, kde-format
msgid "Alpha"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/hslcorrection.cpp:47
#, kde-format
msgid "HSL Correction"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/hslcorrection.cpp:48
#, kde-format
msgid "Fix Hue/Saturation/Lightness."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/iccconvert.cpp:52
#, kde-format
msgid "ICC Convert"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/iccconvert.cpp:53
#, kde-format
msgid "Convert image to a color space."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/invert.cpp:45
#, kde-format
msgid "Invert Colors"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/invert.cpp:46
#, kde-format
msgid "Invert image colors."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/color/whitebalance.cpp:49
#, kde-format
msgid "Adjust White Balance."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/convert/convert2dng.cpp:44
#, kde-format
msgid "Convert RAW To DNG"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/convert/convert2dng.cpp:45
#, kde-format
msgid "Convert RAW images to DNG container."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/convert/convert2jp2.cpp:51
#, kde-format
msgid "Convert To JP2"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/convert/convert2jp2.cpp:52
#, kde-format
msgid "Convert images to JPEG-2000 format."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/convert/convert2jpeg.cpp:51
#, kde-format
msgid "Convert To JPEG"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/convert/convert2jpeg.cpp:52
#, kde-format
msgid "Convert images to JPEG format."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/convert/convert2pgf.cpp:51
#, kde-format
msgid "Convert To PGF"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/convert/convert2pgf.cpp:52
#, kde-format
msgid "Convert images to PGF format."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/convert/convert2png.cpp:51
#, kde-format
msgid "Convert To PNG"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/convert/convert2png.cpp:52
#, kde-format
msgid "Convert images to PNG format."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/convert/convert2tiff.cpp:50
#, kde-format
msgid "Convert To TIFF"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/convert/convert2tiff.cpp:51
#, kde-format
msgid "Convert images to TIFF format."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/custom/userscript.cpp:82
#, kde-format
msgid "User Shell Script"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/custom/userscript.cpp:83
#, kde-format
msgid "Execute a custom shell script"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/custom/userscript.cpp:97
#, kde-format
msgid "Output file type:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/custom/userscript.cpp:100
#, kde-format
msgid "Same as input"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/custom/userscript.cpp:103
#, kde-format
msgid "TIFF"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/custom/userscript.cpp:107
#, kde-format
msgid "Shell Script:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/custom/userscript.cpp:110
#, kde-format
msgid "Enter script for execution. Use $INPUT and $OUTPUT for input / output filenames (with special characters escaped). These would be substituted before shell execution."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/custom/userscript.cpp:113
#, kde-format
msgid "<b>Note:</b> Environment variables TITLE, COMMENTS, COLORLABEL, PICKLABEL, RATING and TAGSPATH (separated by ;) are available."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/custom/userscript.cpp:198
#, kde-format
msgid "User Script: No script."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/custom/userscript.cpp:244
#, kde-format
msgid "User Script: Timeout from script."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/custom/userscript.cpp:251
#, kde-format
msgid "User Script: Failed to start script."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/custom/userscript.cpp:256
#, kde-format
msgid "User Script: Script process crashed."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/custom/userscript.cpp:261
#, kde-format
msgid "User Script: Command not found."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/border.cpp:50
#, kde-format
msgid "Add a border around images"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:157
#, kde-format
msgid "Add Watermark"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:158
#, kde-format
msgid "Overlay an image or text as a visible watermark"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:190
#, kde-format
msgid "Check this if you want the watermark to use the given size of the font or the image without any adjustment to the actual image"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:193
#, kde-format
msgid "Use Absolute Size"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:199
#, kde-format
msgid "Watermark type:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:210
#, kde-format
msgid "Text"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:217
#, kde-format
msgid "Image settings"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:225
#, kde-format
msgid "Click to select watermark image."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:226
#, kde-format
msgid "Watermark image:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:235
#, kde-format
msgid "Check this if you want the watermark to ignore its own aspect ratio and use the image's aspect ratio instead"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:239
#, kde-format
msgid "Ignore Watermark aspect Ratio"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:244
#, kde-format
msgid "Text settings"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:253
#, kde-format
msgid "Enter your watermark string here."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:254
#, kde-format
msgid "Watermark text:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:261
#, kde-format
msgid "choose the font type and style. size is auto calculated"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:267
#, kde-format
msgid "Set the font color to use here"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:268
#, kde-format
msgid "Font color:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:273
#, kde-format
msgid "Text opacity:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:277
#, kde-format
msgid "Set the opacity of the watermark text. 100 is fully opaque, 0 is fully transparent."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:286
#, kde-format
msgid "Check this if you want a background fill behind the text"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:288
#, kde-format
msgid "Use background"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:294
#, kde-format
msgid "Choose the color of the watermark background"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:295
#, kde-format
msgid "Background color:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:300
#, kde-format
msgid "Background opacity:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:304
#, kde-format
msgid "Set the opacity of the watermark background. 100 is fully opaque, 0 is fully transparent."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:313
#, kde-format
msgid "Specific Location"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:314
#, kde-format
msgid "Systematic Repetition"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:315
#, kde-format
msgid "Random Repetition"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:316
#, kde-format
msgid "Placement Type:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:324
#, kde-format
msgid "When you choose to have the watermark repeated many times in the placement combo box, you can specify here whether the repetition"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:329
#, kde-format
msgid "Density of watermark repetition (Disabled in \"Specific Location\" mode)"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:337
#, kde-format
msgid "When you choose to have the watermark repeated randomly, many times in the placement combo box, you can specify here whether the repetition, you can check this to make the watermark rotations random also [0, 90, 180, 270]"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:343
#, kde-format
msgid "Randomize watermark orientation (Enabled in \"Random Repetition\" mode only)"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:354
#, kde-format
msgid "Use this to get more control over the sparsity of watermark repetition. The higher the value the sparser the watermarks get. Use floating point values, typically between 1.0 and 3.0. It can also be less than 1.0"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:357
#, kde-format
msgid "Sparsity Factor:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:361
#, kde-format
msgid "Top left"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:362
#, kde-format
msgid "Top right"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:363
#, kde-format
msgid "Bottom left"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:364
#, kde-format
msgid "Bottom right"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:365
#, kde-format
msgid "Center"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:366
#, kde-format
msgid "Placement Position:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:370
#, kde-format
msgid "0 degrees"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:371
#, kde-format
msgid "90 degrees CW"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:372
#: core/utilities/queuemanager/tools/transform/rotate.cpp:101
#, kde-format
msgid "180 degrees"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:373
#, kde-format
msgid "270 degrees CW"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:380
#, kde-format
msgid "Size of watermark, as a percentage of the marked image."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:381
#, kde-format
msgid "Size (%):"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:387
#, kde-format
msgid "Margin from edge in X direction, as a percentage of the marked image"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:388
#, kde-format
msgid "X margin (%):"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:394
#, kde-format
msgid "Margin from edge in Y direction, as a percentage of the marked image"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/decorate/watermark.cpp:395
#, kde-format
msgid "Y margin (%):"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/antivignetting.cpp:48
#, kde-format
msgid "Anti-Vignetting"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/antivignetting.cpp:49
#, kde-format
msgid "Remove/add vignetting to photograph."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/blur.cpp:52
#, kde-format
msgid "Blur Image"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/blur.cpp:53
#, kde-format
msgid "Blur images"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/lensautofix.cpp:72
#, kde-format
msgid "Fix automatically lens distortions"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/lensautofix.cpp:86
#, kde-format
msgid "<b>Use Metadata</b> option will parse images' information at queue run-time to find relevant lens features."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/lensautofix.cpp:218
#, kde-format
msgid "Cannot find all lens information to process lens auto-corrections"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/localcontrast.cpp:49
#, kde-format
msgid "Emulate tone mapping."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/noisereduction.cpp:49
#, kde-format
msgid "Remove photograph noise using wavelets."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/redeyecorrection.cpp:49
#, kde-format
msgid "RedEye-Correction"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/redeyecorrection.cpp:50
#, kde-format
msgid "Automatically detect and correct RedEye effect."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/restoration.cpp:52
#, kde-format
msgid "Restore photographs based on Greystoration."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/restoration.cpp:74
#, kde-format
msgid ""
"<p>Select the filter preset to use for photograph restoration here:</p>"
"<p><b>None</b>: Most common values. Puts settings to default.<br/>"
"<b>Reduce Uniform Noise</b>: reduce small image artifacts such as sensor noise.<br/>"
"<b>Reduce JPEG Artifacts</b>: reduce large image artifacts, such as a JPEG compression mosaic.<br/>"
"<b>Reduce Texturing</b>: reduce image artifacts, such as paper texture, or Moire patterns on scanned images.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/sharpen.cpp:55
#, kde-format
msgid "Sharpen Image"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/enhance/sharpen.cpp:56
#, kde-format
msgid "Sharpen images"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/filters/colorfx.cpp:42
#, kde-format
msgid "Apply color effects"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/filters/filmgrain.cpp:51
#, kde-format
msgid "Add film grain"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/assigntemplate.cpp:54
#, kde-format
msgid "Apply Metadata Template"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/assigntemplate.cpp:55
#, kde-format
msgid "Apply template metadata"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/clockphotodialog.cpp:91
#, kde-format
msgid "Determine Time Difference With Clock Photo"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/clockphotodialog.cpp:98
#, kde-format
msgid "Load different photo"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/clockphotodialog.cpp:105
#, kde-format
msgid "If you have a photo in your set with a clock or another external time source on it, you can load it here and set the indicator to the (date and) time displayed. The difference of your internal camera clock will be determined from this setting."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/clockphotodialog.cpp:176
#, kde-format
msgid ""
"<font color=\"red\"><b>Could not load<br/>"
"image %1.</b></font>"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/clockphotodialog.cpp:191
#, kde-format
msgid "The clock date and time:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/clockphotodialog.cpp:249
#, kde-format
msgid "Select Image to Extract Clock Photo"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/removemetadata.cpp:53
#, kde-format
msgid "Remove Metadata"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/removemetadata.cpp:54
#, kde-format
msgid "Remove Exif, Iptc, or Xmp metadata from images."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/removemetadata.cpp:65
#, kde-format
msgid "Remove Exif"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/removemetadata.cpp:66
#, kde-format
msgid "Remove Iptc"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/removemetadata.cpp:67
#, kde-format
msgid "Remove Xmp"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/removemetadata.cpp:114
#, kde-format
msgid "Remove Metadata: Not the last tool in the list."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjust.cpp:60
#, kde-format
msgid "Time Adjust"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjust.cpp:61
#, kde-format
msgid "Adjust Date Time Stamp of Image"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:154
#, kde-format
msgid "%1 timestamp"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:161
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:241
#, kde-format
msgid "File last modified"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:169
#, kde-format
msgid "EXIF/IPTC/XMP"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:170
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:242
#, kde-format
msgid "EXIF: created"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:171
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:243
#, kde-format
msgid "EXIF: original"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:172
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:244
#, kde-format
msgid "EXIF: digitized"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:173
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:246
#, kde-format
msgid "IPTC: created"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:174
#, kde-format
msgid "XMP: created"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:184
#, kde-format
msgid "Reset to current date"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:213
#, kde-format
msgctxt "copy timestamp as well"
msgid "Copy value"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:214
#, kde-format
msgctxt "add a fixed timestamp to date"
msgid "Add"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:215
#, kde-format
msgctxt "subtract a fixed timestamp to date"
msgid "Subtract"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:219
#, kde-format
msgctxt "time adjust offset, days value label"
msgid "days"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:222
#, kde-format
msgid "Determine difference from clock photo"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:223
#, kde-format
msgid "Either click or drag'n drop a photo on the button to choose a clock photo"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:245
#, kde-format
msgid "EXIF: Thumbnail"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:268
#, kde-format
msgid "Timestamp Used"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:269
#, kde-format
msgid "Timestamp Adjustments"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/metadata/timeadjustsettings.cpp:270
#, kde-format
msgid "Timestamp Updated"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/crop.cpp:81
#, kde-format
msgid "Crop images to a region."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/crop.cpp:98
#, kde-format
msgid "Auto-Crop"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/crop.cpp:99
#, kde-format
msgid "Compute automatically crop area settings by a parse of black hole image borders."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/flip.cpp:53
#, kde-format
msgid "Flip images horizontally or vertically."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/flip.cpp:62
#, kde-format
msgid "Horizontal"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/flip.cpp:63
#, kde-format
msgid "Vertical"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/flip.cpp:64
#, kde-format
msgid "Flip:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/resize.cpp:131
#, kde-format
msgid "Resize images with a customized length."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/resize.cpp:143
#, kde-format
msgid "Preset Length:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/resize.cpp:145
#, kde-format
msgid "Tiny (1 pixel)"
msgid_plural "Tiny (%1 pixels)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/resize.cpp:146
#, kde-format
msgid "Small (1 pixel)"
msgid_plural "Small (%1 pixels)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/resize.cpp:147
#, kde-format
msgid "Medium (1 pixel)"
msgid_plural "Medium (%1 pixels)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/resize.cpp:148
#, kde-format
msgid "Big (1 pixel)"
msgid_plural "Big (%1 pixels)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/resize.cpp:149
#, kde-format
msgid "Large (1 pixel)"
msgid_plural "Large (%1 pixels)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/resize.cpp:150
#, kde-format
msgid "Huge (1 pixel)"
msgid_plural "Huge (%1 pixels)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/resize.cpp:152
#, kde-format
msgid "Use Custom Length"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/rotate.cpp:83
#, kde-format
msgid "Rotate images."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/rotate.cpp:96
#, kde-format
msgid "Use Exif Orientation"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/rotate.cpp:100
#, kde-format
msgid "90 degrees"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/rotate.cpp:102
#, kde-format
msgid "270 degrees"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/tools/transform/rotate.cpp:105
#, kde-format
msgid "Angle:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/assignedlist.cpp:102
#, kde-format
msgid "This is the list of batch tools assigned."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuelist.cpp:296
#, kde-format
msgid "This is the list of images to batch process."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuelist.cpp:315
#: core/utilities/queuemanager/views/queuesettingsview.cpp:157
#, kde-format
msgid "Target"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuepool.cpp:412
#, kde-format
msgid ""
"There is still 1 unprocessed item in \"%2\".\n"
"Do you want to close this queue?"
msgid_plural ""
"There are still %1 unprocessed items in \"%2\".\n"
"Do you want to close this queue?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuepool.cpp:477
#, kde-format
msgid "Custom renaming rules are invalid for Queues listed below. Please fix them."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuepool.cpp:508
#, kde-format
msgid "Assigned batch tools list is empty for Queues listed below. Please assign tools."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuesettingsview.cpp:155
#, kde-format
msgid "Use original Album"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuesettingsview.cpp:167
#, kde-format
msgid "Use original filenames"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuesettingsview.cpp:168
#, kde-format
msgid "Turn on this option to use original filenames without modifications."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuesettingsview.cpp:171
#, kde-format
msgid "Customize filenames:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuesettingsview.cpp:187
#, kde-format
msgid "File Renaming"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuesettingsview.cpp:199
#, kde-format
msgid "Raw Files Loading:"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuesettingsview.cpp:203
#, kde-format
msgid "Perform RAW demosaicing"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuesettingsview.cpp:204
#, kde-format
msgid "Extract embedded preview (faster)"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuesettingsview.cpp:219
#, kde-format
msgctxt "@option:check"
msgid "Work on all processor cores"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuesettingsview.cpp:220
#, kde-format
msgid "Turn on this option to use all CPU core from your computer to process more than one item from a queue at the same time."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/queuesettingsview.cpp:292
#, kde-format
msgid "Saving Images"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/toolsettingsview.cpp:111
#, kde-format
msgid "Reset current tool settings to default values."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/toolslistview.cpp:64
#, kde-format
msgid "Enhance"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/toolslistview.cpp:69
#, kde-format
msgid "Transform"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/toolslistview.cpp:74
#, kde-format
msgid "Decorate"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/toolslistview.cpp:84
#, kde-format
msgid "Convert"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/toolslistview.cpp:94
#, kde-format
msgid "Custom Tools"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/toolslistview.cpp:351
#, kde-format
msgid "Assign tools"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/toolsview.cpp:72
#, kde-format
msgid "This is the list of digiKam batch tools available."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/toolsview.cpp:81
#, kde-format
msgid "Base Tools"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/toolsview.cpp:86
#, kde-format
msgid "This is the list of your customized workflow settings."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/toolsview.cpp:87
#, kde-format
msgid "Workflow"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/toolsview.cpp:92
#, kde-format
msgid "You can see below the history of last batch operations processed."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/toolsview.cpp:93
#, kde-format
msgid "History"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/workflowdlg.cpp:79
#: core/utilities/queuemanager/views/workflowlist.cpp:250
#, kde-format
msgid "Edit Workflow"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/workflowdlg.cpp:79
#: core/utilities/queuemanager/views/workflowdlg.cpp:150
#, kde-format
msgid "New Workflow"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/workflowdlg.cpp:92
#, kde-format
msgid "<qt><b>Create new Workflow</b></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/workflowdlg.cpp:96
#, kde-format
msgid "<qt><b>Workflow Properties</b></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/workflowlist.cpp:124
#, kde-format
msgid "Some Workflows cannot be loaded from your config file due to an incompatible version of a tool."
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/workflowlist.cpp:249
#, kde-format
msgid "Assign Workflow to current queue"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/workflowlist.cpp:251
#, kde-format
msgid "Delete Workflow"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/workflowlist.cpp:295
#, kde-format
msgid "Delete Workflow?"
msgstr ""
#. +> trunk5
#: core/utilities/queuemanager/views/workflowlist.cpp:296
#, kde-format
msgid "Are you sure you want to delete the selected workflow \"%1\"?"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/ratingsearchutilities.cpp:195
#, kde-format
msgid "(No Value Selected)"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/ratingsearchutilities.cpp:198
#, kde-format
msgid "No Rating assigned"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:86
#, kde-format
msgid "Search items located in"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:93
#, kde-format
msgid "The album name contains"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:100
#, kde-format
msgid "The album caption contains"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:107
#, kde-format
msgid "The album category is"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:130
#, kde-format
msgid "Return items with tag"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:137
#, kde-format
msgid "A tag of the item contains"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:148
#, kde-format
msgid "item has no tags"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:149
#, kde-format
msgid "Not Tagged"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:156
#, kde-format
msgid "Return items whose file name contains"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:163
#, kde-format
msgid "Modification"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:163
#, kde-format
msgid "Return items modified between"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:164
#, kde-format
msgctxt "'Return items modified between...and..."
msgid "and"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:171
#, kde-format
msgid "File Size"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:171
#, kde-format
msgid "Size of the file"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:172
#, kde-format
msgctxt "Size of the file ...-..."
msgid "-"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:182
#, kde-format
msgid "Return items with labels"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:189
#, kde-format
msgid "Return items rated at least"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:190
#, kde-format
msgctxt "Return items rated at least...at most..."
msgid "at most"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:197
#, kde-format
msgid "Return items created between"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:198
#, kde-format
msgctxt "'Return items created between...and..."
msgid "and"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:205
#, kde-format
msgid "Digitization"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:205
#, kde-format
msgid "Return items digitized between"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:206
#, kde-format
msgctxt "'Return items digitized between...and..."
msgid "and"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:214
#, kde-format
msgid "Exif Orientation"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:214
#, kde-format
msgid "Find items with orientation flag"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:227
#, kde-format
msgid "Find items with a width between"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:228
#, kde-format
msgctxt "Find items with a width between...and..."
msgid "and"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:229
#: core/utilities/searchwindow/searchfields.cpp:246
#, kde-format
msgctxt "Pixels"
msgid "px"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:244
#, kde-format
msgid "Find items with a height between"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:245
#, kde-format
msgctxt "Find items with a height between...and..."
msgid "and"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:262
#, kde-format
msgctxt "Find items with any orientation / landscape / portrait orientation..."
msgid "Find items with"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:270
#, kde-format
msgid "File Format"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:270
#, kde-format
msgid "Return items with the file format"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:274
#: core/utilities/searchwindow/searchfields.cpp:309
#: core/utilities/searchwindow/searchfields.cpp:310
#: core/utilities/searchwindow/searchfields.cpp:311
#: core/utilities/searchwindow/searchfields.cpp:312
#: core/utilities/searchwindow/searchfields.cpp:313
#: core/utilities/searchwindow/searchfields.cpp:314
#: core/utilities/searchwindow/searchfields.cpp:315
#: core/utilities/searchwindow/searchfields.cpp:316
#: core/utilities/searchwindow/searchfields.cpp:317
#, kde-format
msgid "%1 [Image]"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:277
#: core/utilities/searchwindow/searchfields.cpp:319
#: core/utilities/searchwindow/searchfields.cpp:320
#: core/utilities/searchwindow/searchfields.cpp:321
#: core/utilities/searchwindow/searchfields.cpp:322
#, kde-format
msgid "%1 [Video]"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:280
#, kde-format
msgid "%1 [Audio]"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:298
#, kde-format
msgid "Color Depth"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:298
#, kde-format
msgctxt "Find items with any color depth / 8 bits per channel..."
msgid "Find items with"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:306
#, kde-format
msgid "Color Model"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:306
#, kde-format
msgid "Find items with the color model"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:331
#, kde-format
msgid "The make of the camera"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:357
#, kde-format
msgid "The model of the camera"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:383
#, kde-format
msgid "The type of the lens"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:395
#, kde-format
msgid "Lens aperture as f-number"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:396
#, kde-format
msgctxt "Lens aperture as f-number ...-..."
msgid "-"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:413
#, kde-format
msgid "Focal length of the lens"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:414
#, kde-format
msgctxt "Focal length of the lens ...-..."
msgid "-"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:430
#, kde-format
msgid "35mm equivalent focal length"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:431
#, kde-format
msgctxt "35mm equivalent focal length ...-..."
msgid "-"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:448
#, kde-format
msgctxt "Exposure time ...-..."
msgid "-"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:466
#, kde-format
msgid "Automatic exposure program"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:476
#, kde-format
msgid "Automatic or manual exposure"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:486
#, kde-format
msgid "ISO film speed (linear scale, ASA)"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:487
#, kde-format
msgctxt "ISO film speed (linear scale, ASA) ...-..."
msgid "-"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:517
#, kde-format
msgid "Automatic or manual white balance"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:527
#, kde-format
msgid "Color temperature used for white balance"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:528
#, kde-format
msgctxt "Color temperature used for white balance ...-..."
msgid "-"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:538
#, kde-format
msgid "Metering Mode"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:538
#, kde-format
msgid "Method to determine the exposure"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:548
#: core/utilities/searchwindow/searchfields.cpp:559
#, kde-format
msgid "Subject Distance"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:548
#, kde-format
msgid "Distance of the subject from the lens"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:549
#, kde-format
msgctxt "Distance of the subject from the lens ...-..."
msgid "-"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:559
#, kde-format
msgid "Macro, close or distant view"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:575
#: core/utilities/searchwindow/searchfields.cpp:597
#, kde-format
msgid "GPS"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:575
#, kde-format
msgid "Altitude range"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:576
#, kde-format
msgctxt "Altitude range ...-..."
msgid "-"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:597
#, kde-format
msgid "Item has no GPS info"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:598
#, kde-format
msgid "Not Geo-located"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:606
#, kde-format
msgid "Return items whose comment contains"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:613
#, kde-format
msgid "Author"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:613
#, kde-format
msgid "Return items commented by"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:620
#, kde-format
msgid "Headline"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:620
#, kde-format
msgid "Return items with the IPTC headline"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:627
#, kde-format
msgid "Return items with the IPTC title"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:634
#, kde-format
msgid "Find items that have associated all these words:"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:641
#: core/utilities/searchwindow/searchfields.cpp:658
#, kde-format
msgid "Aspect Ratio"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:641
#, kde-format
msgid "Return items with the aspect ratio"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:648
#, kde-format
msgid "Pixel Size"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:648
#, kde-format
msgid "Value of (Width * Height) between"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:649
#, kde-format
msgctxt "Value of (Width * Height) between...and..."
msgid "and"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:658
#, kde-format
msgid "Return video with the frame aspect ratio"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:672
#, kde-format
msgid "Length of the video"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:673
#, kde-format
msgctxt "Find video with a length between...and..."
msgid "and"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:674
#, kde-format
msgctxt "Seconds"
msgid "s"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:689
#, kde-format
msgid "Frame Rate"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:689
#, kde-format
msgid "Return video with the frame rate"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:690
#, kde-format
msgctxt "Find video with frame rate between...and..."
msgid "and"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:691
#, kde-format
msgctxt "Frames per Second"
msgid "fps"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:705
#, kde-format
msgid "Codec"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:705
#, kde-format
msgid "Return video codec"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:772
#, kde-format
msgid "Return Audio Bits Rate"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:773
#, kde-format
msgctxt "Find files with audio bit rate between...and..."
msgid "and"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:774
#, kde-format
msgctxt "Bits per Second"
msgid "bps"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:789
#, kde-format
msgid "Return Audio Channel Type"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:791
#, kde-format
msgid "Mono"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:792
#, kde-format
msgid "Stereo"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:793
#, kde-format
msgid "5.1 Surround Sound"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:794
#, kde-format
msgid "7.1 Surround Sound"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:795
#, kde-format
msgid "16 Channels Sequence"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:796
#, kde-format
msgid "Other Channel Type"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:806
#, kde-format
msgid "Return Audio Codec"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:953
#, kde-format
msgid "Reset contents"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:2012
#, kde-format
msgid "Any"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:2071
#, kde-format
msgid "Any of: %1"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:2415
#, kde-format
msgid "Any Album"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:2427
#, kde-format
msgctxt "@label:listbox"
msgid "In All"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:2428
#, kde-format
msgctxt "@label:listbox"
msgid "In One of"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:2432
#, kde-format
msgid "Any Tag"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:2875
#, kde-format
msgid "any color depth"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:2876
#, kde-format
msgid "8 bits per channel"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:2877
#, kde-format
msgid "16 bits per channel"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:2911
#, kde-format
msgid "Any Orientation"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:2912
#, kde-format
msgid "Landscape Orientation"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfields.cpp:2913
#, kde-format
msgid "Portrait orientation"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfolderview.cpp:63
#, kde-format
msgctxt "Create new search"
msgid "New..."
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchfolderview.cpp:64
#, kde-format
msgctxt "Edit selected search"
msgid "Edit..."
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchgroup.cpp:93
#, kde-format
msgid "File, Album, Tags"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchgroup.cpp:113
#, kde-format
msgid "Picture Properties"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchgroup.cpp:161
#, kde-format
msgid "Caption, Comment, Title"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchgroup.cpp:208
#, kde-format
msgid "Geographic position"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchgroup.cpp:448
#, kde-format
msgid "Find Items"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchgroup.cpp:453
#, kde-format
msgid "Meet All of the following conditions"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchgroup.cpp:457
#, kde-format
msgid "Meet Any of the following conditions"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchgroup.cpp:461
#, kde-format
msgid "None of these conditions are met"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchgroup.cpp:465
#, kde-format
msgid "At least one of these conditions is not met"
msgstr ""
#. i18n("Find Pictures meeting all of these conditions"));
#. simpleLabel->setPixmap(QIcon::fromTheme(QLatin1String("edit-find")).pixmap(128));
#. +> trunk5
#: core/utilities/searchwindow/searchgroup.cpp:496
#, kde-format
msgid ""
"<qt>"
"<p>Search your collection<br/>"
"for Items meeting the following conditions</p>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchgroup.cpp:534
#, kde-format
msgid "Remove Group"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchgroup.cpp:577
#, kde-format
msgid "Hide Options <<"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchgroup.cpp:587
#, kde-format
msgid "Options >>"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchmodificationhelper.cpp:81
#, kde-format
msgid "Delete Search?"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchmodificationhelper.cpp:82
#, kde-format
msgid "Are you sure you want to delete the selected search \"%1\"?"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchtabheader.cpp:109
#, kde-format
msgctxt "@action:inmenu"
msgid "Autostart Search"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchtabheader.cpp:136
#: core/utilities/searchwindow/searchtabheader.cpp:142
#, kde-format
msgid "(Advanced Search)"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchtabheader.cpp:250
#, kde-format
msgid "New Search"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchtabheader.cpp:252
#, kde-format
msgid "Search:"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchtabheader.cpp:255
#, kde-format
msgid "Enter keywords here..."
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchtabheader.cpp:271
#, kde-format
msgid "Save Current Search"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchtabheader.cpp:275
#, kde-format
msgid "Enter a name for the current search to save it in the \"Searches\" view"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchtabheader.cpp:280
#, kde-format
msgid "Save current search to a new virtual Album"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchtabheader.cpp:281
#, kde-format
msgid "If you press this button, the current search will be saved to a new virtual Search Album using the name set on the left side."
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchtabheader.cpp:295
#: core/utilities/searchwindow/searchtabheader.cpp:312
#, kde-format
msgid "Edit Stored Search"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchtabheader.cpp:318
#, kde-format
msgid "Edit..."
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchview.cpp:496
#, kde-format
msgid "Add Search Group"
msgstr ""
#. +> trunk5
#: core/utilities/searchwindow/searchwindow.cpp:91
#, kde-format
msgid "Advanced Search"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:158
#: core/utilities/setup/camera/setupcamera.cpp:462
#, kde-format
msgid "Show file&name"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:159
#: core/utilities/setup/camera/setupcamera.cpp:463
#, kde-format
msgid "Set this option to show the filename below the image thumbnail."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:161
#: core/utilities/setup/camera/setupcamera.cpp:465
#, kde-format
msgid "Show file si&ze"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:162
#: core/utilities/setup/camera/setupcamera.cpp:466
#, kde-format
msgid "Set this option to show the file size below the image thumbnail."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:164
#: core/utilities/setup/camera/setupcamera.cpp:468
#, kde-format
msgid "Show camera creation &date"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:165
#: core/utilities/setup/camera/setupcamera.cpp:469
#, kde-format
msgid "Set this option to show the camera creation date below the image thumbnail."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:168
#, kde-format
msgid "Show file &modification date"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:169
#, kde-format
msgid "Set this option to show the file modification date below the image thumbnail if it is different than camera creation date. This option is useful to identify quickly which items have been modified."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:173
#, kde-format
msgid "Show ima&ge dimensions"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:174
#, kde-format
msgid "Set this option to show the image size in pixels below the image thumbnail."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:177
#, kde-format
msgid "Show image aspect ratio"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:178
#, kde-format
msgid "Set this option to show the image aspect ratio below the image thumbnail."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:181
#, kde-format
msgid "Show image format"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:182
#, kde-format
msgid "Set this option to show image mime type over image thumbnail."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:184
#, kde-format
msgid "Show digiKam tit&le"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:185
#, kde-format
msgid "Set this option to show the digiKam title below the image thumbnail."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:188
#, kde-format
msgid "Show digiKam &captions"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:189
#, kde-format
msgid "Set this option to show the digiKam captions below the image thumbnail."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:192
#: core/utilities/setup/camera/setupcamera.cpp:484
#, kde-format
msgid "Show digiKam &tags"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:193
#, kde-format
msgid "Set this option to show the digiKam tags list below the image thumbnail."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:196
#, kde-format
msgid "Show digiKam &rating"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:197
#, kde-format
msgid "Set this option to show the digiKam rating below the image thumbnail."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:200
#: core/utilities/setup/camera/setupcamera.cpp:492
#, kde-format
msgid "Show rotation overlay buttons"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:201
#, kde-format
msgid "Set this option to show overlay buttons over the image thumbnail to be able to process left or right image rotation."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:204
#, kde-format
msgid "Show fullscreen overlay button"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:205
#, kde-format
msgid "Set this option to show an overlay button over the image thumbnail to open it in fullscreen mode."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:208
#: core/utilities/setup/camera/setupcamera.cpp:481
#, kde-format
msgid "Show Geolocation Indicator"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:209
#, kde-format
msgid "Set this option to show an icon over the image thumbnail if item has geolocation information."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:211
#: core/utilities/setup/camera/setupcamera.cpp:496
#, kde-format
msgid "Thumbnail click action:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:213
#, kde-format
msgid "Show preview"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:214
#: core/utilities/setup/camera/setupcamera.cpp:499
#, kde-format
msgid "Start image editor"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:215
#: core/utilities/setup/camera/setupcamera.cpp:500
#, kde-format
msgid "Choose what should happen when you click on a thumbnail."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:217
#: core/utilities/setup/camera/setupcamera.cpp:502
#, kde-format
msgid "Icon View font:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:218
#, kde-format
msgid "Select here the font used to display text in icon views."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:220
#, kde-format
msgid "Use large thumbnail size for high screen resolution"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:221
#, kde-format
msgid ""
"Set this option to render icon-view with large thumbnail size, for example in case of 4K monitor is used.\n"
"By default this option is turned off and the maximum thumbnail size is limited to 256x256 pixels. When this option is enabled, thumbnail size can be extended to 512x512 pixels.\n"
"This option will store more data in thumbnail database and will use more system memory. digiKam needs to be restarted to take effect, and Rebuild Thumbnails option from Maintenance tool needs to be processed over whole collections."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:252
#, kde-format
msgctxt "@title:tab"
msgid "Icons"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:259
#, kde-format
msgid "Tree View icon size:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:265
#, kde-format
msgid "Set this option to configure the size in pixels of the Tree View icons in digiKam's sidebars."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:268
#, kde-format
msgid "Tree View font:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:269
#, kde-format
msgid "Select here the font used to display text in Tree Views."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:271
#, kde-format
msgid "Show a count of items in Tree Views"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:272
#, kde-format
msgid "Set this option to display along the album name the number of icon-view items inside."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:282
#, kde-format
msgctxt "@title:tab"
msgid "Tree-Views"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:290
#, kde-format
msgctxt "@option:radio"
msgid "Preview shows embedded view if available (faster)"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:292
#, kde-format
msgctxt "@option:radio"
msgid "Preview shows the full image"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:294
#, kde-format
msgctxt "@label:listbox Mode of RAW preview decoding:"
msgid "Raw images:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:297
#, kde-format
msgctxt "@option:inlistbox Automatic choice of RAW image preview source"
msgid "Automatic"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:299
#, kde-format
msgctxt "@option:inlistbox Embedded preview as RAW image preview source"
msgid "Embedded preview"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:301
#, kde-format
msgctxt "@option:inlistbox Original, half-size data as RAW image preview source"
msgid "Raw data in half size"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:303
#, kde-format
msgid "Preview image is converted to 8 bits for a faster viewing"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:304
#, kde-format
msgid "Uncheck this if you do not want to convert a 16 bits preview image to 8 bits."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:306
#, kde-format
msgid "Preview is zoomed to the original image size"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:307
#, kde-format
msgid "Uncheck this if you do not want to zoom the preview to the original image size."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:309
#: core/utilities/setup/camera/setupcamera.cpp:537
#, kde-format
msgid "Show icons and text over preview"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:310
#: core/utilities/setup/camera/setupcamera.cpp:538
#, kde-format
msgid "Uncheck this if you do not want to see icons and text in the image preview."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:327
#, kde-format
msgctxt "@title:tab"
msgid "Preview"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:342
#, kde-format
msgctxt "@title:tab"
msgid "Full-Screen"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:347
#, kde-format
msgctxt "@title:tab"
msgid "Mime Types"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:350
#, kde-format
msgctxt "@title:tab"
msgid "Categories"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupalbumview.cpp:515
#, kde-format
msgctxt "@info"
msgid "This option changes the size in which thumbnails are generated. You need to restart digiKam for this option to take effect. Furthermore, you need to regenerate all already stored thumbnails via the <interface>Tools / Maintenance</interface> menu."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupcategory.cpp:90
#, kde-format
msgid "Manage categories to sort and re-arrange album tree-view."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupcategory.cpp:99
#, kde-format
msgid "You can add or remove Album category types here to improve how your Albums are sorted in digiKam."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupcategory.cpp:105
#: core/utilities/setup/camera/setupcamera.cpp:316
#: core/utilities/setup/camera/setupcamera.cpp:432
#: core/utilities/setup/setuptemplate.cpp:123
#, kde-format
msgid "&Add..."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupmime.cpp:93
#, kde-format
msgid ""
"<p>Add new file types to show as album items. "
"<p>digiKam attempts to support all of the image formats that digital cameras produce, while being able to handle a few other important video and audio formats.</p>"
" "
"<p>You can add to the already-appreciable list of formats that digiKam handles by adding the extension of the type you want to add. Multiple extensions need to be separated by a semicolon or space.</p>"
"<p><b><u>Note:</u> changes done in this view will perform a database rescan in the background.</b></p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupmime.cpp:111
#, kde-format
msgid "Additional &image file extensions (<a href='image'>Currently-supported types</a>):"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupmime.cpp:115
#, kde-format
msgid ""
"<p>Here you can add the extensions of image files (including RAW files) to be displayed in the Album view. Just put \"xyz abc\" to display files with the xyz and abc extensions in your Album view.</p>"
"<p>You can also remove file formats that are shown by default by putting a minus sign in front of the extension: e.g. \"-gif\" would remove all GIF files from your Album view and any trace of them in your database. They would not be deleted, just not shown in digiKam.</p>"
"<p><b>Warning:</b> Removing files from the database means losing all of their tags and ratings.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupmime.cpp:125
#, kde-format
msgid "Enter additional image file extensions."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupmime.cpp:144
#, kde-format
msgid "Additional &video file extensions (<a href='video'>Currently-supported types</a>):"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupmime.cpp:148
#, kde-format
msgid ""
"<p>Here you can add extra extensions of video files to be displayed in your Album view. Just write \"xyz abc\" to support files with the *.xyz and *.abc extensions. Clicking on these files will play them in an embedded video player.</p>"
"<p>You can also remove file formats that are supported by default by putting a minus sign in front of the extension: e.g. \"-avi\" would remove all AVI files from your Album view and any trace of them in your database. They would not be deleted, just not shown in digiKam.</p>"
"<p><b>Warning:</b> Removing files from the database means losing all of their tags and ratings.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupmime.cpp:160
#, kde-format
msgid "Enter additional video file extensions."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupmime.cpp:179
#, kde-format
msgid "Additional &audio file extensions (<a href='audio'>Currently-supported types</a>):"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupmime.cpp:183
#, kde-format
msgid ""
"<p>Here you can add extra extensions of audio files to be displayed in your Album view. Just write \"xyz abc\" to support files with the *.xyz and *.abc extensions. Clicking on these files will play them in an embedded audio player.</p>"
"<p>You can also remove file formats that are supported by default by putting a minus sign in front of the extension: e.g. \"-ogg\" would remove all OGG files from your Album view and any trace of them in your database. They would not be deleted, just not shown in digiKam.</p>"
"<p><b>Warning:</b> Removing files from the database means losing all of their tags and ratings.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupmime.cpp:195
#, kde-format
msgid "Enter additional audio file extensions."
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupmime.cpp:258
#, kde-format
msgid ""
"<p>You have chosen to remove the following image formats from the list of supported formats: <b>%1</b>.</p>"
"<p>These are very common formats. If you have images in your collection with these formats, they will be removed from the database and you will lose all information about them, including rating and tags.</p>"
"<p>Are you sure you want to apply your changes and lose the support for these formats?</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupmime.cpp:311
#, kde-format
msgid ""
"<p>Files with these extensions will be recognized as images and included into the database:<br/>"
" <code>%1</code></p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupmime.cpp:321
#, kde-format
msgid ""
"<p>Files with these extensions will be recognized as video files and included into the database:<br/>"
" <code>%1</code></p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/album/setupmime.cpp:331
#, kde-format
msgid ""
"<p>Files with these extensions will be recognized as audio files and included into the database:<br/>"
" <code>%1</code></p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameralist.cpp:278
#, kde-format
msgid "Failed to auto-detect camera; please make sure it is connected properly and is turned on. Would you like to try again?"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:112
#, kde-format
msgid "Camera Configuration"
msgstr ""
#. i18n!
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:121
#, kde-format
msgid "Mounted Camera"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:137
#, kde-format
msgid "Camera List"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:138
#, kde-format
msgid ""
"<p>Select the camera name that you want to use here. All default settings on the right panel will be set automatically.</p>"
"<p>This list has been generated using the gphoto2 library installed on your computer.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:147
#, kde-format
msgid "Camera Title"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:150
#, kde-format
msgid "<p>Set here the name used in digiKam interface to identify this camera.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:159
#, kde-format
msgid "Camera Port Type"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:164
#, kde-format
msgid "USB"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:165
#, kde-format
msgid "<p>Select this option if your camera is connected to your computer using a USB cable.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:168
#, kde-format
msgid "Serial"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:169
#, kde-format
msgid "<p>Select this option if your camera is connected to your computer using a serial cable.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:172
#, kde-format
msgid "Network"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:173
#, kde-format
msgid "<p>Select this option if your camera is connected to your computer network.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:178
#, kde-format
msgid "<p>Select the serial port to use on your computer here. This option is only required if you use a serial camera.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:182
#, kde-format
msgid "<p>Enter here the network address of your camera.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:200
#, kde-format
msgid "Camera Mount Path"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:204
#, kde-format
msgid "Note: only for USB/IEEE mass storage cameras."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:209
#, kde-format
msgid "<p>Set here the mount path to use on your computer. This option is only required if you use a <b>USB Mass Storage</b> camera.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:227
#, kde-format
msgid ""
"<p>To set a <b>USB Mass Storage</b> camera<br/>"
"(which looks like a removable drive when mounted<br/>"
"on your desktop), please use<br/>"
"<a href=\"umscamera\">%1</a> from the camera list.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:234
#, kde-format
msgid ""
"<p>To set a <b>Generic PTP USB Device</b><br/>"
"(which uses Picture Transfer Protocol), please<br/>"
"use <a href=\"ptpcamera\">%1</a> from the camera list.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:240
#, kde-format
msgid ""
"<p>To set a <b>Generic PTP/IP Network Device</b><br/>"
"(which uses Picture Transfer Protocol), please<br/>"
"use <a href=\"ptpipcamera\">%1</a> from the camera list.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/cameraselection.cpp:247
#, kde-format
msgid ""
"<p>A complete list of camera settings to use is<br/>"
"available at <a href='http://www.teaser.fr/~hfiguiere/linux/digicam.html'>this URL</a>.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/importfilters.cpp:91
#, kde-format
msgid "Edit Import Filters"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/importfilters.cpp:109
#, kde-format
msgid "Mime filter:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/importfilters.cpp:117
#, kde-format
msgid "Select Type Mime..."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/importfilters.cpp:122
#, kde-format
msgid "File name filter:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/importfilters.cpp:132
#, kde-format
msgid "Path filter:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/importfilters.cpp:142
#, kde-format
msgid "Show only new files"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/importfilters.cpp:213
#, kde-format
msgid "Select the MimeTypes you want for this filter."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/importfilters.cpp:215
#, kde-format
msgid "Select Mime Types"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:295
#, kde-format
msgid "Here you can see the digital camera list used by digiKam via the Gphoto interface."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:301
#, kde-format
msgid "Port"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:320
#: core/utilities/setup/camera/setupcamera.cpp:436
#, kde-format
msgid "&Edit..."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:322
#, kde-format
msgid "Auto-&Detect"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:333
#, kde-format
msgid "Visit Gphoto project website"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:354
#, kde-format
msgid "Devices"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:361
#, kde-format
msgid "Use file metadata (makes connection slower)"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:362
#, kde-format
msgid "Turn on high quality thumbnail loading (slower loading)"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:363
#, kde-format
msgid "Use a default target album to download from camera"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:369
#, kde-format
msgid "If target file exists when downloaded from camera"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:374
#, kde-format
msgid "Skip automatically"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:410
#, kde-format
msgid "Here you can see filters that can be used to filter files in import dialog."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:429
#, kde-format
msgid "Always ignore"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:430
#, kde-format
msgid "Ignored file names:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:431
#, kde-format
msgid "Ignored file extensions:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:451
#, kde-format
msgid "Import Filters"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:459
#, kde-format
msgid "Icon-View Options"
msgstr ""
#. i18n("Show ima&ge dimensions"), iconViewGroup);
#. d->iconShowResolutionBox->setWhatsThis(i18n("Set this option to show the image size in pixels "
#. "below the image thumbnail."));
#.
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:478
#, kde-format
msgid "Show image Format"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:485
#, kde-format
msgid "Set this option to show the digiKam tags below the image thumbnail."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:488
#, kde-format
msgid "Show item &rating"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:489
#, kde-format
msgid "Set this option to show the item rating below the image thumbnail."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:493
#, kde-format
msgid "Set this option to show overlay buttons on the image thumbnail for image rotation."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:498
#, kde-format
msgid "Show embedded preview"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:503
#, kde-format
msgid "Select here the font used to display text in Icon Views."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:523
#, kde-format
msgid "Preview Options"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:526
#, kde-format
msgid "Embedded preview loads full-sized images"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:527
#, kde-format
msgid ""
"<p>Set this option to load images at their full size for preview, rather than at a reduced size. As this option will make it take longer to load images, only use it if you have a fast computer.</p>"
"<p><b>Note:</b> for Raw images, a half size version of the Raw data is used instead of the embedded JPEG preview.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:534
#, kde-format
msgid "Preview each item while downloading it"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:535
#, kde-format
msgid "<p>Set this option to preview each item while downloading.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:557
#, kde-format
msgid "Import Window"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:807
#, kde-format
msgid "No default target album have been selected to process download from camera device. Please select one."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:895
#, kde-format
msgid "Device detection under progress, please wait..."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:906
#, kde-format
msgid ""
"Failed to auto-detect camera.\n"
"Please check if your camera is turned on and retry or try setting it manually."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:920
#, kde-format
msgid "Camera '%1' (%2) is already in list."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:924
#, kde-format
msgid "Found camera '%1' (%2) and added it to the list."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:940
#, kde-format
msgid "Untitled"
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:1003
#, kde-format
msgid "In order to enable this feature, the full-sized preview will be disabled."
msgstr ""
#. +> trunk5
#: core/utilities/setup/camera/setupcamera.cpp:1013
#, kde-format
msgid "If the full-sized preview is enabled it will affect the speed of previewing each item while download."
msgstr ""
#. +> trunk5
-#: core/utilities/setup/collections/setupcollections.cpp:86
+#: core/utilities/setup/collections/setupcollections.cpp:87
#, kde-format
msgid "Root Album Folders"
msgstr ""
#. +> trunk5
-#: core/utilities/setup/collections/setupcollections.cpp:89
+#: core/utilities/setup/collections/setupcollections.cpp:90
#, kde-format
msgid ""
"<p>Below are the locations of your root albums used to store your images. Write access is necessary to be able to edit images in these albums.</p>"
"<p>Note: Removable media (such as USB drives or DVDs) and remote file systems (such as NFS, or Samba mounted with cifs/smbfs) are supported.</p>"
+"<p>Important: You need to mount the share natively on your system before to setup a remote collection.</p>"
"<p></p>"
msgstr ""
#. +> trunk5
-#: core/utilities/setup/collections/setupcollections.cpp:96
+#: core/utilities/setup/collections/setupcollections.cpp:99
#, kde-format
msgid ""
"<p>Below are the locations of your root albums used to store your images. Write access is necessary to be able to edit images in these albums.</p>"
"<p></p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:454
#, kde-format
msgid "It was not possible to add a collection for the following paths:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:501
#, kde-format
msgid "Choose the folder containing your collection"
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:541
#, kde-format
msgid "You have previously added a collection that contains the path \"%1\"."
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:565
#, kde-format
msgid "Problem Adding Collection"
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:572
#, kde-format
msgid "Adding Collection"
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:576
#, kde-format
msgid "Your new collection will be created with this name:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:684
#, kde-format
msgid "Remove Collection?"
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:685
#, kde-format
msgid "Do you want to remove the collection \"%1\" from your list of collections?"
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:718
#, kde-format
msgid "Local Collections"
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:721
#, kde-format
msgid "Collections on Removable Media"
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:724
#, kde-format
msgid "Collections on Network Shares"
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:749
#, kde-format
msgid "Add Collection"
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:779
#, kde-format
msgid "Col. %1"
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:846
#, kde-format
msgid "This collection is currently not available."
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:849
#, kde-format
msgid "No problems found, enjoy this collection."
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:852
#, kde-format
msgid "This collection is hidden."
msgstr ""
#. +> trunk5
#: core/utilities/setup/collections/setupcollectionview.cpp:866
#, kde-format
msgid "Remove collection"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditor.cpp:79
#, kde-format
msgctxt "@title:tab"
msgid "Editor Window"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditor.cpp:80
#, kde-format
msgctxt "@title:tab"
msgid "Versioning"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditor.cpp:81
#, kde-format
msgctxt "@title:tab"
msgid "Save Settings"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:129
#: core/utilities/setup/setuplighttable.cpp:95
#, kde-format
msgid "Interface Options"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:132
#, kde-format
msgid "&Use theme background color"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:134
#, kde-format
msgid "Enable this option to use the background theme color in the image editor area."
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:138
#, kde-format
msgid "&Background color:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:141
#, kde-format
msgid "Customize the background color to use in the image editor area."
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:155
#, kde-format
msgid "Exposure Indicators"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:158
#, kde-format
msgid "&Under-exposure color: "
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:161
#, kde-format
msgid "Customize color used in image editor to identify under-exposed pixels."
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:164
#, kde-format
msgid "Under-exposure percents: "
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:170
#, kde-format
msgid "Adjust the percents of the bottom of image histogram which will be used to check under exposed pixels."
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:173
#, kde-format
msgid "&Over-exposure color: "
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:176
#, kde-format
msgid "Customize color used in image editor to identify over-exposed pixels."
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:179
#, kde-format
msgid "Over-exposure percents: "
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:185
#, kde-format
msgid "Adjust the percents of the top of image histogram which will be used to check over exposed pixels."
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:188
#, kde-format
msgid "Indicate exposure as pure color"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:189
#, kde-format
msgid "If this option is enabled, over- and under-exposure indicators will be displayed only when pure white and pure black color matches, as all color components match the condition in the same time. Otherwise, indicators are turned on when one of the color components matches the condition."
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupeditoriface.cpp:194
#, kde-format
msgid "Example:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupiofiles.cpp:132
#, kde-format
msgid "Show Settings Dialog when Saving Image Files"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupiofiles.cpp:133
#, kde-format
msgid ""
"<ul>"
"<li>Checked: A dialog where settings can be changed when saving image files</li>"
"<li>Unchecked: Default settings are used when saving image files</li>"
"</ul>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupraw.cpp:95
#, kde-format
msgctxt "@info"
msgid ""
"<p>A <i>raw image file</i> contains minimally processed data from the image sensor of a digital camera.</p>"
"<p>Opening a raw file requires extensive data interpretation and processing.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupraw.cpp:113
#, kde-format
msgctxt "@label"
msgid "Open raw files in the image editor"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupraw.cpp:116
#, kde-format
msgctxt "@option:radio Open raw files..."
msgid "Fast and simple, as 8 bit image"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupraw.cpp:118
#, kde-format
msgctxt "@option:radio Open raw files..."
msgid "Using the default settings, in 16 bit"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupraw.cpp:120
#, kde-format
msgctxt "@option:radio Open raw files..."
msgid "Always open the Raw Import Tool to customize settings"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupraw.cpp:150
#, kde-format
msgctxt "@title:tab"
msgid "RAW Behavior"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupraw.cpp:151
#, kde-format
msgctxt "@title:tab"
msgid "RAW Default Settings"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:122
#, kde-format
msgid "Enable Non-Destructive Editing and Versioning"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:124
#, kde-format
msgctxt "@info:tooltip"
msgid "Enable support for non-destructive editing and image versioning"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:126
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<para><interface>Non-Destructive Editing and Versioning</interface> allows different versions of an image to be created, whilst always preserving the original image.</para>"
" "
"<para> All steps of the editing history are recorded and can be accessed later.</para>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:136
#, kde-format
msgctxt "@info:tooltip"
msgid "Get information on non-destructive editing and file versioning"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:145
#, kde-format
msgctxt "@title:group"
msgid "Workspace File Format"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:150
#, kde-format
msgctxt "@label"
msgid "Save files as"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:154
#, kde-format
msgctxt "@label:listbox"
msgid "JPEG"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:155
#, kde-format
msgctxt "@label:listbox"
msgid "TIFF"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:156
#, kde-format
msgctxt "@label:listbox"
msgid "PNG"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:157
#, kde-format
msgctxt "@label:listbox"
msgid "PGF"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:158
#, kde-format
msgctxt "@label:listbox"
msgid "JPEG 2000"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:163
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Default File Format for Saving</title>"
"<para>Select the file format in which edited images are saved automatically. Format-specific options, like compression settings, can be configured on the <interface>Format Options</interface> tab.</para>"
"<para>"
"<list>"
"<item><emphasis strong='true'>JPEG</emphasis>: JPEG is the most commonly used file format, but it employs lossy compression, which means that with each saving operation some image information will be irreversibly lost. JPEG offers a good compression rate, resulting in smaller files. </item>"
"<item><emphasis strong='true'>PNG</emphasis>: A widely used format employing lossless compression. The files, though, will be larger because PNG does not achieve very good compression rates.</item>"
"<item><emphasis strong='true'>TIFF</emphasis>: A commonly used format, usually uncompressed or with modest lossless compression. Resulting files will be large, but without quality loss due to compression. </item>"
"<item><emphasis strong='true'>PGF</emphasis>: This is a technically superior file format offering good compression rates with either lossy or lossless compression. But it is not yet widely used and supported, so your friends may not directly be able to open these files, and you may not be able to directly publish them on the web. </item>"
"<item><emphasis strong='true'>JPEG 2000</emphasis>: JPEG 2000 is similar to PGF. Loading or saving is slower, the compression rate is better, and the format more widely supported, though still not comparable to the tradition formats JPEG, PNG or TIFF. </item>"
"</list>"
"</para>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:204
#, kde-format
msgctxt "@info:tooltip"
msgid "Get information on available image file formats"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:221
#, kde-format
msgctxt "@label"
msgid "When closing the editor"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:224
#, kde-format
msgctxt "@option:radio"
msgid "Always ask to save changes"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:225
#, kde-format
msgctxt "@option:radio"
msgid "Save changes automatically"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:257
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<para>First and foremost, the <emphasis>original image will never be overwritten.</emphasis> Instead, when an image is edited, a new file is created: The <interface>current version</interface>.</para>"
" "
"<para>You can also create multiple <interface>versions</interface> deriving from the same <interface>original image</interface>.</para>"
" "
"<para>In addition to these files representing a current version, digiKam can take and keep additional, <interface>intermediate snapshots</interface> during the editing process. This can be useful if you want to preserve the intermediate steps for later access, for example if some editing steps cannot be automatically reproduced.</para>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:272
#, kde-format
msgctxt "@label"
msgid "Keep a snapshot of an edited image"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:276
#: core/utilities/setup/editor/setupversioning.cpp:320
#, kde-format
msgctxt "@info:tooltip"
msgid "Get an explanation for these options"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:278
#, kde-format
msgctxt "@option:check"
msgid "After converting from a RAW image"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:279
#, kde-format
msgctxt "@option:check"
msgid "After each editing session"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:280
#, kde-format
msgctxt "@option:check"
msgid "After each step that is not completely reproducible"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:307
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<para>If an image has been edited, only the <interface>current versions</interface> will be shown in the main thumbnail view. From the <interface>right sidebar</interface>, you always have access to all hidden files.</para>"
" "
"<para>With the options here, you can choose to show certain files permanently.</para>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:313
#, kde-format
msgctxt "@label"
msgid "In main view"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:322
#, kde-format
msgctxt "@option:check"
msgid "Always show original images"
msgstr ""
#. +> trunk5
#: core/utilities/setup/editor/setupversioning.cpp:323
#, kde-format
msgctxt "@option:check"
msgid "Always show intermediate snapshots"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/advancedmetadatatab.cpp:139
#, kde-format
msgid ""
"This option will reset configuration to default\n"
"All your changes will be lost.\n"
" Do you want to continue?"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/advancedmetadatatab.cpp:322
#, kde-format
msgid ""
"Advanced configuration menu allow you to manage metadata namespaces used by digiKam to store and retrieve tags, rating and comments.<br/>"
"<b>Note: </b>Order is important when reading metadata"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/advancedmetadatatab.cpp:332
#, kde-format
msgid "Read Options"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/advancedmetadatatab.cpp:332
#, kde-format
msgid "Write Options"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/advancedmetadatatab.cpp:334
#, kde-format
msgid "Unify read and write"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/advancedmetadatatab.cpp:359
#, kde-format
msgid "Move Up"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/advancedmetadatatab.cpp:362
#, kde-format
msgid "Move Down"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/advancedmetadatatab.cpp:365
#, kde-format
msgid "Revert Changes"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/advancedmetadatatab.cpp:370
#, kde-format
msgid "Reset to Default"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:160
#, kde-format
msgid "New Xmp Namespace"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:164
#, kde-format
msgid "Edit Xmp Namespace"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:254
#, kde-format
msgid "Add metadata namespace"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:258
#, kde-format
msgid "Metadata Subspace"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:278
#, kde-format
msgid ""
"<p>To create new namespaces, you need to specify parameters:</p>"
"<p>"
"<ul>"
"<li>Namespace name with dots.<br/>"
"Ex.: <i>\"Xmp.digiKam.TagsList\"</i></li>"
"<li>Separator parameter, used by tag paths <br/>"
"Ex.: \"City/Paris\" or \"City|Paris\"</li>"
"<li>Specify if only keyword or the whole path must be written.</li>"
"</ul>"
"</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:289
#, kde-format
msgid ""
"<p>To create new rating namespaces, you need to specify parameters:</p>"
"<p>"
"<ul>"
"<li>Namespace name with dots.<br/>"
"Ex.: <i>\"Xmp.xmp.Rating\"</i></li>"
"<li>Rating mappings, if namespace need other values than 0-5 <br/>"
"Ex.: Microsoft uses 0 1 25 50 75 99</li>"
"<li>Select the correct namespace option from list.</li>"
"</ul>"
"</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:300
#, kde-format
msgid ""
"<p>To create new comment namespaces, you need to specify parameters:</p>"
"<p>"
"<ul>"
"<li>Namespace name with dots.<br/>"
"Ex.: <i>\"Xmp.xmp.Rating\"</i></li>"
"<li>Select the correct namespace option from list.</li>"
"</ul>"
"</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:309
#, kde-format
msgid "Special Options"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:330
#, kde-format
msgid "Alternative name"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:334
#, kde-format
msgid "Alternative special options"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:358
#, kde-format
msgid "Separator:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:364
#, kde-format
msgid "Set Tags Path:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:384
#, kde-format
msgid "Rating Mapping:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:520
#, kde-format
msgid "This is a default namespace. Default namespaces can only be disabled"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:548
#, kde-format
msgid "The namespace name is required"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:558
#, kde-format
msgid "EXIF namespace name must start with \"Exif\"."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:565
#, kde-format
msgid "EXIF alternative namespace name must start with \"Exif\"."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:575
#, kde-format
msgid "IPTC namespace name must start with \"Iptc\"."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:582
#, kde-format
msgid "IPTC alternative namespace name must start with \"Iptc\"."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:592
#, kde-format
msgid "XMP namespace name must start with \"Xmp\"."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:599
#, kde-format
msgid "XMP alternative namespace name must start with \"Xmp\"."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:615
#, kde-format
msgid "Tag Path separator is required"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/namespaceeditdlg.cpp:621
#, kde-format
msgid "Only one character is now supported as tag path separator"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:174
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<para>In addition to the pixel content, image files usually contain a variety of metadata. A lot of the parameters you can use in digiKam to manage files, such as rating or comment, can be written to the files' metadata.</para>"
" "
"<para>Storing in metadata allows one to preserve this information when moving or sending the files to different systems.</para>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:184
#, kde-format
msgctxt "@label"
msgid "Write This Information to the Metadata"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:187
#, kde-format
msgctxt "@option:check"
msgid "Image tags"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:188
#, kde-format
msgctxt "@info:whatsthis"
msgid "Turn on this option to store the item tags in the XMP and IPTC tags."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:192
#, kde-format
msgctxt "@option:check"
msgid "Captions and title"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:193
#, kde-format
msgctxt "@info:whatsthis"
msgid "Turn on this option to store item caption and title in the JFIF Comment section, the EXIF tag, the XMP tag, and the IPTC tag."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:198
#, kde-format
msgctxt "@option:check"
msgid "Rating"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:199
#, kde-format
msgctxt "@info:whatsthis"
msgid "Turn on this option to store the item rating in the EXIF tag and the XMP tags."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:203
#, kde-format
msgctxt "@option:check"
msgid "Pick label"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:204
#, kde-format
msgctxt "@info:whatsthis"
msgid "Turn on this option to store the item pick label in the XMP tags."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:208
#, kde-format
msgctxt "@option:check"
msgid "Color label"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:209
#, kde-format
msgctxt "@info:whatsthis"
msgid "Turn on this option to store the item color label in the XMP tags."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:213
#, kde-format
msgctxt "@option:check"
msgid "Timestamps"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:214
#, kde-format
msgctxt "@info:whatsthis"
msgid "Turn on this option to store the item date and time in the EXIF, XMP, and IPTC tags."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:218
#, kde-format
msgctxt "@option:check"
msgid "Metadata templates (Copyright etc.)"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:219
#, kde-format
msgctxt "@info:whatsthis"
msgid "Turn on this option to store the metadata template in the XMP and the IPTC tags. You can set template values to Template setup page."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:223
#, kde-format
msgctxt "@option:check"
msgid "Face Tags (including face areas)"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:224
#, kde-format
msgctxt "@info:whatsthis"
msgid "Turn on this option to store face tags with face rectangles in the XMP tags."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:248
#, kde-format
msgctxt "@label"
msgid "Reading and Writing Metadata"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:251
#, kde-format
msgctxt "@option:check"
msgid "Use lazy synchronization"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:253
#, kde-format
msgctxt "@info:whatsthis"
msgid "Instead of synchronizing metadata, just schedule it for synchronization.Synchronization can be done later by triggering the apply pending, or at digikam exit"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:256
#, kde-format
msgctxt "@option:check"
msgid "If possible write Metadata to RAW files (experimental)"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:257
#, kde-format
msgctxt "@info:whatsthis"
msgid "Turn on this option to write metadata into RAW TIFF/EP files. This feature requires the Exiv2 shared library, version >= 0.18.0. It is still experimental, and is disabled by default."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:263
#, kde-format
msgctxt "@option:check"
msgid "&Update file timestamp when files are modified"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:265
#, kde-format
msgctxt "@info:whatsthis"
msgid "Turn off this option to not update file timestamps when files are changed as when you update metadata or image data. Note: disabling this option can introduce some dysfunctions with applications which use file timestamps properties to detect file modifications automatically."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:271
#, kde-format
msgctxt "@option:check"
msgid "&Rescan file when files are modified"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:273
#, kde-format
msgctxt "@info:whatsthis"
msgid "Turning this option on, will force digiKam to rescan files that has been modified outside digiKam. If a file has changed it is file size or if the last modified timestamp has changed, a rescan of that file will be performed when digiKam starts."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:279
#, kde-format
msgctxt "@option:check"
msgid "&Clean up the metadata from the database when rescan files"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:281
#, kde-format
msgctxt "@info:whatsthis"
msgid "Turning this option on, will force digiKam to delete the file metadata contained in the database before the file is rescanned. WARNING: if your metadata has been written to the database only and not to the file or sidecar, you will be able to lose inserted metadata such as tags, keywords, or geographic coordinates."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:341
#, kde-format
msgctxt "@title:tab"
msgid "Behavior"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:351
#, kde-format
msgctxt "@label"
msgid "When rotating a file"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:355
#, kde-format
msgctxt "@option:radio"
msgid "Rotate by only setting a flag"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:356
#, kde-format
msgctxt "@option:radio"
msgid "Rotate by changing the content if possible"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:357
#, kde-format
msgctxt "@option:check"
msgid "Even allow lossy rotation if necessary"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:358
#, kde-format
msgctxt "@option:check"
msgid "Write flag to metadata if possible"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:370
#, kde-format
msgctxt "@info:tooltip"
msgid "Rotate files only by changing a flag, not touching the pixel data"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:372
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<para>A file can be rotated in two ways:<nl/>"
" You can change the contents, rearranging the individual pixels of the image data.<nl/>"
" Or you can set a flag that the file is to be rotated before it is shown.</para>"
" "
"<para>Select this option if you always want to set only a flag. This is less obtrusive, but requires support if the file is accessed with another software. Ensure to allow setting the flag in the metadata if you want to share your files outside digiKam.</para>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:381
#, kde-format
msgctxt "@info:tooltip"
msgid "If possible rotate files by changing the pixel data"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:383
#, kde-kuit-format
msgctxt "@info:whatsthis"
msgid ""
"<para>A file can be rotated in two ways:<nl/>"
" You can change the contents, rearranging the individual pixels of the image data.<nl/>"
" Or you can set a flag that the file is to be rotated before it is shown.</para>"
" "
"<para>Select this option if you want the file to be rotated by changing the content. This is a lossless operation for JPEG files. For other formats it is a lossy operation, which you need to enable explicitly. It is not support for RAW and other read-only formats, which will be rotated by flag only.</para>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:393
#, kde-format
msgctxt "@info:tooltip"
msgid "Rotate files by changing the pixel data even if the operation will incur quality loss"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:395
#, kde-format
msgctxt "@info:whatsthis"
msgid "For some file formats which apply lossy compression, data will be lost each time the content is rotated. Check this option to allow lossy rotation. If not enabled, these files will be rotated by flag."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:401
#, kde-format
msgctxt "@info:tooltip"
msgid "When rotating a file by setting a flag, also change this flag in the file's metadata"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:403
#, kde-format
msgctxt "@info:whatsthis"
msgid "File metadata typically contains a flag describing that a file shall be shown rotated. Enable this option to allow editing this field. "
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:440
#, kde-format
msgid "<b>Note: These settings affect the album view and not the image editor. The image editor always changes the image data during the rotation.</b>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:454
#, kde-format
msgctxt "@title:tab"
msgid "Rotation"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:461
#, kde-format
msgctxt "@info:label"
msgid "Select Metadata Fields to Be Displayed"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:475
#, kde-format
msgctxt "@title:tab"
msgid "Views"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:484
#, kde-format
msgid "Baloo Desktop Search"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:488
#, kde-format
msgid "Store metadata from digiKam in Baloo"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:489
#, kde-format
msgid "Turn on this option to push rating, comments and tags from digiKam into the Baloo storage"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:493
#, kde-format
msgid "Read metadata from Baloo"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:494
#, kde-format
msgid "Turn on this option if you want to apply changes to rating, comments and tags made in Baloo to digiKam's metadata storage. Please note that image metadata will not be edited automatically."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:501
#, kde-format
msgctxt "@title:tab"
msgid "Baloo"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:517
#, kde-format
msgid ""
"<p><a href='http://community.kde.org/Baloo'>Baloo</a> provides the basis to handle all kinds of metadata on the KDE desktop in a generic fashion. It allows you to tag, rate and comment your files in KDE applications like Dolphin.</p>"
" "
"<p>Please set here if you want to synchronize the metadata stored by digiKam desktop-wide with the Baloo Desktop Search.</p>"
" "
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:554
#, kde-format
msgctxt "@label"
msgid "Reading and Writing to Sidecars"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:557
#, kde-format
msgctxt "@option:check"
msgid "Read from sidecar files"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:559
#, kde-format
msgctxt "@info:whatsthis"
msgid "Turn on this option to read metadata from XMP sidecar files when reading metadata."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:563
#, kde-format
msgctxt "@option:check"
msgid "Write to sidecar files"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:565
#, kde-format
msgctxt "@info:whatsthis"
msgid "Turn on this option to save, as specified, metadata to XMP sidecar files."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:569
#, kde-format
msgid "Write to XMP sidecar for read-only item only"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:570
#, kde-format
msgid "Write to XMP sidecar only"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:571
#, kde-format
-msgid "Write to image and XMP Sidecar"
+msgid "Write to item and XMP Sidecar"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:572
#, kde-format
msgctxt "@info:tooltip"
msgid "Specify the exact mode of XMP sidecar writing"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:591
#, kde-format
msgid ""
"<p>Add file types to be recognised as sidecars.</p>"
"<p>digiKam (optionally) writes metadata to *.xmp sidecar files. Other programs might use different types, which can be specified below. digiKam will neither display these nor read from or write to them. But whenever a matching album item (e.g. \"image.dng\" for \"image.dng.pp3\") is renamed, moved, copied or deleted, the same operation will be done on these sidecar files.</p>"
"<p>Multiple extensions must be separated by a semicolon or a space.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:607
#, kde-format
msgid "<p>Here you can add extra extensions of sidecars files to be processed alongside regular items. These files will not be visible, but regarded as an extension of the main file. Just write \"xyz abc\" to support files with the *.xyz and *.abc extensions. The internally used sidecars type *.xmp is always included.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:615
#, kde-format
msgid "Enter additional sidecars file extensions."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:618
#, kde-format
msgid "Additional &sidecar file extensions"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:633
#, kde-format
msgctxt "@title:tab"
msgid "Sidecars"
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:831
#, kde-format
msgctxt "@info"
msgid "Switching off exif auto rotation will most probably show your images in a wrong orientation, so only change this option if you explicitly require this. Furthermore, you need to regenerate all already stored thumbnails via the <interface>Tools | Maintenance...</interface> menu."
msgstr ""
#. +> trunk5
#: core/utilities/setup/metadata/setupmetadata.cpp:846
#, kde-format
msgctxt "@info"
msgid "Switching on this option and your metadata has been written to the database only and not to the file or sidecar, you will be able to lose inserted metadata such as tags, keywords, or geographic coordinates."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:142
#, kde-format
msgid "Database"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:143
#, kde-format
msgid ""
"<qt>Database Settings<br/>"
"<i>Customize database settings</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:148
#, kde-format
msgid "Collections"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:149
#, kde-format
msgid ""
"<qt>Collections Settings<br/>"
"<i>Set root albums locations</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:155
#, kde-format
msgid ""
"<qt>Application Views Settings<br/>"
"<i>Customize the look of the views</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:160
#, kde-format
msgid "Tool-Tip"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:161
#, kde-format
msgid ""
"<qt>Items Tool-Tip Settings<br/>"
"<i>Customize information in item tool-tips</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:172
#, kde-format
msgid "Templates"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:173
#, kde-format
msgid ""
"<qt>Metadata templates<br/>"
"<i>Manage your collection of metadata templates</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:179
#, kde-format
msgid ""
"<qt>Image Editor Settings<br/>"
"<i>Customize the image editor settings</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:185
#, kde-format
msgid ""
"<qt>Settings for Color Management<br/>"
"<i>Customize the color management settings</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:191
#, kde-format
msgid ""
"<qt>Light Table Settings<br/>"
"<i>Customize tool used to compare images</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:203
#, kde-format
msgid "<qt>Image Quality Sorter Settings<br/>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:208
#, kde-format
msgid ""
"<qt>Camera Settings<br/>"
"<i>Manage your camera devices</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:223
#, kde-format
msgid ""
"<qt>Miscellaneous Settings<br/>"
"<i>Customize behavior of the other parts of digiKam</i></qt>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setup.cpp:416
#, kde-format
msgid ""
"The Exif auto-rotate thumbnails option has been changed.\n"
"Do you want to rebuild all albums' items' thumbnails now?\n"
"\n"
"Note: thumbnail processing can take a while. You can start this job later from the \"Tools-Maintenance\" menu."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupdatabase.cpp:114
#, kde-format
msgctxt "@title:tab"
msgid "Database Settings"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupdatabase.cpp:122
#, kde-format
msgid ""
"<p>Set the names of directories that you want to ignore from your photo collections. The names are case sensitive and should be separated by a semicolon.</p>"
"<p>This is for example useful when you store your photos on a Synology NAS (Network Attached Storage). In every directory the system creates a subdirectory @eaDir to store thumbnails. To avoid digiKam inserting the original photo and its corresponding thumbnail twice, @eaDir is ignored by default.</p>"
"<p>To re-include directories that are ignored by default prefix it with a minus, e.g. -@eaDir.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupdatabase.cpp:140
#, kde-format
msgid "Additional directories to ignore (<a href='image'>Currently ignored directories</a>):"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupdatabase.cpp:145
#, kde-format
msgid "Enter directories that you want to ignore from adding to your collections."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupdatabase.cpp:166
#, kde-format
msgctxt "@title:tab"
msgid "Ignored Directories"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupdatabase.cpp:263
#, kde-format
msgctxt "@info"
msgid ""
"<p>The process of updating the file hashes takes a few minutes.</p>"
" "
"<p>Please ensure that any important collections on removable media are connected. <i>After the upgrade you cannot use your database with a digiKam version prior to 2.0.</i></p>"
" "
"<p>Do you want to begin the update?</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupdatabase.cpp:278
#, kde-format
msgctxt "@title:group"
msgid "Updates"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupdatabase.cpp:281
#, kde-format
msgctxt "@action:button"
msgid "Update File Hashes"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupdatabase.cpp:283
#, kde-format
msgctxt "@info:tooltip"
msgid ""
"<qt>File hashes are used to identify identical files and to display thumbnails. A new, improved algorithm to create the hash is now used. The old algorithm, though, still works quite well, so it is recommended to carry out this upgrade, but not required.<br>"
" After the upgrade you cannot use your database with a digiKam version prior to 2.0.</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupdatabase.cpp:292
#, kde-format
msgctxt "@info:tooltip"
msgid "Get information about <interface>Update File Hashes</interface>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupdatabase.cpp:316
#, kde-format
msgid ""
"<p>Directories starting with a dot are ignored by default.<br/>"
" <code>%1</code></p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:186
#, kde-format
msgid "Enable Color Management"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:187
#, kde-format
msgid ""
"<ul>"
"<li>Checked: Color Management is enabled</li>"
"<li>Unchecked: Color Management is disabled</li>"
"</ul>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:194
#, kde-format
msgid "Visit Little CMS project website"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:204
#, kde-format
msgid "Working Color Space"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:210
#, kde-format
msgid "<p>This is the color space all the images will be converted to when opened (if you choose to convert) and the profile that will be embedded when saving. Good and safe choices are <b>Adobe RGB (1998)</b> and <b>sRGB IEC61966-2.1</b>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:216
#, kde-format
msgid "<p>You can use this button to get more detailed information about the selected workspace profile.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:230
#, kde-format
msgid "When the profile of an image does not match the working color space"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:238 core/utilities/setup/setupicc.cpp:269
#, kde-format
msgid "Ask when opening the image"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:239
#, kde-format
msgid "<p>If an image has an embedded color profile not matching the working space profile, digiKam will ask if you want to convert to the working space, keep the embedded profile or discard the embedded profile and assign a different one.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:245
#, kde-format
msgid "Convert the image to the working color space"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:246
#, kde-format
msgid "<p>If an image has an embedded color profile not matching the working space profile, digiKam will convert the image's color information to the working color space. This changes the pixel data, but not the appearance of the image.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:262
#, kde-format
msgid "When an image has no color profile information"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:270
#, kde-format
msgid "<p>If an image has no embedded color profile, digiKam will ask which color space shall be used to interpret the image and to which color space it shall be transformed for editing.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:274
#, kde-format
msgid "Assume it is using the sRGB color space (Internet standard)"
msgstr ""
#. i18n("<p></p>"));
#.
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:279
#, kde-format
msgid "and convert it to the working color space"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:291
#, kde-format
msgid "Assume it is using the working color space"
msgstr ""
#. i18n("<p></p>"));
#.
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:296
#, kde-format
msgid "Convert it from default input color space to working space"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:314
#, kde-format
msgid "When loading a RAW file with uncalibrated colors"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:321
#, kde-format
msgid "Ask for the input profile"
msgstr ""
#. i18n("<p></p>"));
#.
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:326
#, kde-format
msgid "Automatic color correction"
msgstr ""
#. i18n("<p></p>"));
#.
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:331
#, kde-format
msgid "Convert it from the default input profile"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:355
#, kde-format
msgid "Color Managed View"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:360
#, kde-format
msgid "Monitor profile:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:364
#, kde-format
msgid "<p>Select the color profile for your monitor here.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:368
#, kde-format
msgid "<p>You can use this button to get more detailed information about the selected monitor profile.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:372
#, kde-format
msgid "Use color managed view in editor"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:373
#, kde-format
msgid "<p>Turn on this option if you want to use your <b>Monitor Color Profile</b> to show your pictures in the Image Editor window with a color correction adapted to your monitor. You can at any time toggle this option from the Editor window. <i>Warning</i>: This can slow down rendering of the image, depending on the speed of your computer.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:380
#, kde-format
msgid "Use color managed view for previews and thumbnails"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:395
#, kde-format
msgid "Camera and Scanner"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:400
#, kde-format
msgid "Default input color profile:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:402
#, kde-format
msgid "<p>This is the default color profile for your input device (that is your camera - or your scanner). A camera input profile is recommended for correct conversion of RAW images in 16bit. Some of the options about loading behavior above refer to this profile.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:409
#, kde-format
msgid "<p>You can use this button to get more detailed information about the selected input profile.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:420
#, kde-format
msgid "Printing and Proofing"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:425
#, kde-format
msgid "Output device profile:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:434
#, kde-format
msgid "<p>You can use this button to get more detailed information about the selected proofing profile.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:445
#, kde-format
msgid "Color Profiles Repository"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:450
#, kde-format
msgid "digiKam looks for ICC profiles in a number of <a href='default'>default locations</a>. You can specify an additional folder:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:458
#, kde-format
msgid "<p>digiKam searches ICC profiles in default system folders and ships itself a few selected profiles. Store all your additional color profiles in the directory set here.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:481
#, kde-format
msgid "Use black point compensation"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:482
#, kde-format
msgid "<p><b>Black Point Compensation</b> is a way to make adjustments between the maximum black levels of digital files and the black capabilities of various digital devices.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:488
#, kde-format
msgid "Rendering Intents:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:504
#, kde-format
msgid "Profiles"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:698
#, kde-format
msgid "Monitor Profile From System Settings"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:730
#, kde-format
msgid "No ICC profiles files found."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:745
#, kde-format
msgid "No Display Profile Available"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:747
#, kde-format
msgid "No Output Profile Available"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:877
#, kde-format
msgctxt "none of the paths"
msgid "none"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:886
#, kde-format
msgid ""
"On Windows, the default search paths include "
"<ul>"
"<li>%1/Windows/Spool/Drivers/Color/</li>"
"<li>%2/Windows/Color/</li>"
"</ul>"
"On your system, currently these paths exist and are scanned:"
"<ul>"
"<li>%3</li>"
"</ul>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:900
#, kde-format
msgid ""
"On Mac OS X, the default search paths include "
"<ul>"
"<li>/System/Library/ColorSync/Profiles</li>"
"<li>/Library/ColorSync/Profiles</li>"
"<li>~/Library/ColorSync/Profiles</li>"
"<li>/opt/local/share/color/icc</li>"
"<li>/opt/digikam/share/color/icc</li>"
"<li>~/.local/share/color/icc/</li>"
"<li>~/.local/share/icc/</li>"
"<li>~/.color/icc/</li>"
"</ul>"
"On your system, currently these paths exist and are scanned:"
"<ul>"
"<li>%1</li>"
"</ul>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupicc.cpp:917
#, kde-format
msgid ""
"On Linux, the default search paths include "
"<ul>"
"<li>/usr/share/color/icc</li>"
"<li>/usr/local/share/color/icc</li>"
"<li>~/.local/share/color/icc/</li>"
"<li>~/.local/share/icc/</li>"
"<li>~/.color/icc/</li>"
"</ul>"
"On your system, currently these paths exist and are scanned:"
"<ul>"
"<li>%1</li>"
"</ul>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:109
#, kde-format
msgid "Enable Image Quality Sorting (Experimental)"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:110
#, kde-format
msgid "Enable this option to assign automatically Pick Labels based on image quality."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:119
#, kde-format
msgid "Detect Blur"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:120
#, kde-format
msgid "Detect the amount of blur in the images passed to it"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:122
#, kde-format
msgid "Detect Noise"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:123
#, kde-format
msgid "Detect the amount of noise in the images passed to it"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:125
#, kde-format
msgid "Detect Compression"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:126
#, kde-format
msgid "Detect the amount of compression in the images passed to it"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:128
#, kde-format
msgid "Detect Overexposure"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:129
#, kde-format
msgid "Detect if the images are overexposed"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:135
#, kde-format
msgid "Assign 'Rejected' Label to Low Quality Pictures"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:136
#, kde-format
msgid "Low quality images detected by blur, noise, and compression analysis will be assigned to Rejected label."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:148
#, kde-format
msgid "Assign 'Pending' Label to Medium Quality Pictures"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:149
#, kde-format
msgid "Medium quality images detected by blur, noise, and compression analysis will be assigned to Pending label."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:161
#, kde-format
msgid "Assign 'Accepted' Label to High Quality Pictures"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:162
#, kde-format
msgid "High quality images detected by blur, noise, and compression analysis will be assigned to Accepted label."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:175
#, kde-format
msgid "Speed:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:180
#, kde-format
msgid "Tradeoff between speed and accuracy of sorting algorithm"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:182
#, kde-format
msgid "Rejected threshold:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:187
#, kde-format
msgid "Threshold below which all pictures are assigned Rejected Label"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:189
#, kde-format
msgid "Pending threshold:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:194
#, kde-format
msgid "Threshold below which all pictures are assigned Pending Label"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:196
#, kde-format
msgid "Accepted threshold:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:201
#, kde-format
msgid "Threshold above which all pictures are assigned Accepted Label"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:203
#, kde-format
msgid "Blur Weight:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:208
#, kde-format
msgid "Weight to assign to Blur Algorithm"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:210
#, kde-format
msgid "Noise Weight:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:215
#, kde-format
msgid "Weight to assign to Noise Algorithm"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:217
#, kde-format
msgid "Compression Weight:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupimagequalitysorter.cpp:222
#, kde-format
msgid "Weight to assign to Compression Algorithm"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuplighttable.cpp:98
#, kde-format
msgid "Synchronize panels automatically"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuplighttable.cpp:99
#, kde-format
msgid "Set this option to automatically synchronize zooming and panning between left and right panels if the images have the same size."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuplighttable.cpp:103
#, kde-format
msgid "Selecting a thumbbar item loads the image to the right panel"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuplighttable.cpp:105
#, kde-format
msgid "Set this option to automatically load an image into the right panel when the corresponding item is selected on the thumbbar."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuplighttable.cpp:108
#, kde-format
msgid "Clear the light table on close"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuplighttable.cpp:109
#, kde-format
msgid "Set this option to remove all images from the light table when you close it, or unset it to preserve the images currently on the light table."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:134
#, kde-format
msgid "String comparison type:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:136
#, kde-format
msgctxt "method to compare strings"
msgid "Natural"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:137
#, kde-format
msgctxt "method to compare strings"
msgid "Normal"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:138
#, kde-format
msgid ""
"<qt>Sets the way in which strings are compared inside digiKam. This eg. influences the sorting of the tree views.<br/>"
"<b>Natural</b> tries to compare strings in a way that regards some normal conventions and will eg. result in sorting numbers naturally even if they have a different number of digits.<br/>"
"<b>Normal</b> uses a more technical approach. Use this style if you eg. want to entitle albums with ISO dates (201006 or 20090523) and the albums should be sorted according to these dates.</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:148
#, kde-format
msgid "Confirm when moving items to the &trash"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:149
#, kde-format
msgid "Confirm when permanently deleting items"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:150
#, kde-format
msgid "Do not confirm when applying changes in the &right sidebar"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:151
#, kde-format
msgid "&Scan for new items at startup (makes startup slower)"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:152
#, kde-format
msgid ""
"Set this option to force digiKam to scan all collections for new items to\n"
"register new elements in database. The scan is performed in the background through\n"
"the progress manager available in the statusbar\n"
" when digiKam main interface\n"
"is loaded. If your computer is fast enough, this will have no effect on usability\n"
"of digiKam while scanning. If your collections are huge or if you use a remote database,\n"
"this can introduce low latency, and it is recommended to disable this option and to plan\n"
"a manual scan through the maintenance tool at the right moment."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:162
#, kde-format
msgid "Remove obsolete core database objects (makes startup slower)"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:163
#, kde-format
msgid ""
"Set this option to force digiKam to clean up the core database from obsolete item entries.\n"
"Entries are only deleted if the connected image/video/audio file was already removed, i.e.\n"
"the database object wastes space.\n"
"This option does not clean up other databases as the thumbnails or recognition db.\n"
"For clean up routines for other databases, please use the maintenance."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:176
#, kde-format
msgid "Draw frames around grouped items"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:178
#, kde-format
msgid "Show only face tags for assigning names in people sidebar"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:181
#, kde-format
msgid "Lower bound for minimum similarity:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:187
#, kde-format
msgid "Select here the lower bound of the minimum similarity threshold for fuzzy and duplicates searches. The default value is 40. Selecting a lower value than 40 can make the search <b>really</b> slow."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:199
#, kde-format
msgid "Set this option to configure how sidebar tab titles are visible. Use \"Only For Active Tab\" option if you use a small screen resolution as with a laptop computer."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:274
#, kde-format
msgctxt "@title:tab"
msgid "Behaviour"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:283
#, kde-format
msgid "Perform the following operations on all group members:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:284
#, kde-format
msgid ""
"When images are grouped the following operations<br/>"
"are performed only on the displayed item (No)<br/>"
"or on all the hidden items in the group as well (Yes).<br/>"
"If Ask is selected, there will be a prompt every<br/>"
"time this operation is executed."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:292
#, kde-format
msgid "Ask"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupmisc.cpp:339
#, kde-format
msgctxt "@title:tab"
msgid "Grouping"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:106
#, kde-format
msgid "Delay between images:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:114
#, kde-format
msgid "The delay, in seconds, between images."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:117
#, kde-format
msgid "Start with current image"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:118
#, kde-format
msgid "If this option is enabled, the Slideshow will be started with the current image selected in the images list."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:121
#, kde-format
msgid "Slideshow runs in a loop"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:122
#, kde-format
msgid "Run the slideshow in a loop."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:124
#, kde-format
msgid "Show progress indicator"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:125
#, kde-format
msgid "Show a progress indicator with pending items to show and time progression."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:127
#, kde-format
msgid "Show image file name"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:128
#, kde-format
msgid "Show the image file name at the bottom of the screen."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:130
#, kde-format
msgid "Show image creation date"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:131
#, kde-format
msgid "Show the image creation time/date at the bottom of the screen."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:134
#, kde-format
msgid "Show the camera aperture and focal length at the bottom of the screen."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:137
#, kde-format
msgid "Show the camera exposure and sensitivity at the bottom of the screen."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:140
#, kde-format
msgid "Show the camera make and model at the bottom of the screen."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:142
#, kde-format
msgid "Show image caption"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:143
#, kde-format
msgid "Show the image caption at the bottom of the screen."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:145
#, kde-format
msgid "Show image title"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:146
#, kde-format
msgid "Show the image title at the bottom of the screen."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:148
#, kde-format
msgid "Show image caption if it has not title"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:149
#, kde-format
msgid "Show the image caption at the bottom of the screen if no titles existed."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:151
#, kde-format
msgid "Show image tags"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:152
#, kde-format
msgid "Show the digiKam image tag names at the bottom of the screen."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:154
#, kde-format
msgid "Show image labels"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:155
#, kde-format
msgid "Show the digiKam image color label, pick label, and rating at the bottom of the screen."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:158
#, kde-format
msgid "Screen placement:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:160
#, kde-format
msgid "In case of multi-screen computer, select here the monitor to slide contents."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:163
#, kde-format
msgctxt "@label:listbox The current screen, for the presentation mode"
msgid "Current Screen"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:164
#, kde-format
msgctxt "@label:listbox The default screen for the presentation mode"
msgid "Default Screen"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setupslideshow.cpp:168
#, kde-format
msgctxt "@label:listbox %1 is the screen number (0, 1, ...)"
msgid "Screen %1"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptemplate.cpp:92
#, kde-format
msgid "Template Title:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptemplate.cpp:95
#, kde-format
msgid "Enter the metadata template title here."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptemplate.cpp:96
#, kde-format
msgid "<p>Enter the metadata template title here. This title will be used to identify a template in your collection.</p>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptemplate.cpp:106
#, kde-format
msgid "<b>Note: These information are used to set <b><a href='http://en.wikipedia.org/wiki/Extensible_Metadata_Platform'>XMP</a></b> and <b><a href='http://en.wikipedia.org/wiki/IPTC'>IPTC</a></b> tag contents. There is no limitation with XMP, but note that IPTC text tags only support the printable <b><a href='http://en.wikipedia.org/wiki/Ascii'>ASCII</a></b> character set, and tag sizes are limited. Use contextual help for details.</b>"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptemplate.cpp:127
#, kde-format
msgid "&Replace..."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptemplate.cpp:244
#: core/utilities/setup/setuptemplate.cpp:273
#, kde-format
msgid "Cannot register new metadata template without title."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptemplate.cpp:250
#, kde-format
msgid "A metadata template named '%1' already exists."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:195
#, kde-format
msgid "Tool-Tips Font:"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:196
#, kde-format
msgid "Select here the font used to display text in tool-tips."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:204
#, kde-format
msgid "Show icon-view and thumb-bar items' tool-tips"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:205
#, kde-format
msgid "Set this option to display image information when the mouse hovers over an icon-view or thumb-bar item."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:208
#, kde-format
msgid "File/Item Information"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:211
#, kde-format
msgid "File name"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:214
#, kde-format
msgid "File date"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:217
#, kde-format
msgid "File size"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:220
#, kde-format
msgid "Image type"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:223
#, kde-format
msgid "Image dimensions"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:226
#, kde-format
msgid "Image aspect ratio"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:227
#, kde-format
msgid "Set this option to display the image aspect ratio."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:243
#: core/utilities/setup/setuptooltip.cpp:423
#, kde-format
msgid "Camera make and model"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:251
#, kde-format
msgid "Camera date"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:254
#: core/utilities/setup/setuptooltip.cpp:431
#, kde-format
msgid "Camera aperture and focal length"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:258
#: core/utilities/setup/setuptooltip.cpp:435
#, kde-format
msgid "Camera exposure and sensitivity"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:262
#, kde-format
msgid "Camera mode and program"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:266
#: core/utilities/setup/setuptooltip.cpp:439
#, kde-format
msgid "Camera flash settings"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:270
#: core/utilities/setup/setuptooltip.cpp:443
#, kde-format
msgid "Camera white balance settings"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:287
#, kde-format
msgid "digiKam Information"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:290
#: core/utilities/setup/setuptooltip.cpp:363
#, kde-format
msgid "Album name"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:291
#: core/utilities/setup/setuptooltip.cpp:364
#, kde-format
msgid "Set this option to display the album name."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:293
#, kde-format
msgid "Image title"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:294
#, kde-format
msgid "Set this option to display the image title."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:296
#, kde-format
msgid "Image caption"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:297
#, kde-format
msgid "Set this option to display the image captions."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:299
#, kde-format
msgid "Image tags"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:300
#, kde-format
msgid "Set this option to display the image tags."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:302
#, kde-format
msgid "Image labels"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:303
#, kde-format
msgid "Set this option to display the image pick, color, rating labels."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:315
#, kde-format
msgid "Audio/Video Information"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:318
#, kde-format
msgid "Video Aspect Ratio"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:319
#: core/utilities/setup/setuptooltip.cpp:334
#, kde-format
msgid "Set this option to display the Aspect Ratio of the Video."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:322
#, kde-format
msgid "Set this option to display the Audio Bit Rate of the Video."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:325
#, kde-format
msgid "Set this option to display the Audio Channel Type of the Video."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:328
#, kde-format
msgid "Set this option to display the Audio Codec of the Video."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:330
#, kde-format
msgid "Video Duration"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:331
#, kde-format
msgid "Set this option to display the Duration of the Video."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:333
#, kde-format
msgid "Video Frame Rate"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:337
#, kde-format
msgid "Set this option to display the Codec of the Video."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:357
#, kde-format
msgid "Show album items' tool-tips"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:358
#, kde-format
msgid "Album Information"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:360
#: core/utilities/setup/setuptooltip.cpp:401
#, kde-format
msgid "Set this option to display album information when the mouse hovers over a folder-view item."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:366
#, kde-format
msgid "Album date"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:367
#, kde-format
msgid "Set this option to display the album date."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:369
#, kde-format
msgid "Album collection"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:370
#, kde-format
msgid "Set this option to display the album collection."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:372
#, kde-format
msgid "Album category"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:373
#, kde-format
msgid "Set this option to display the album category."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:375
#, kde-format
msgid "Album caption"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:376
#, kde-format
msgid "Set this option to display the album caption."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:378
#, kde-format
msgid "Album preview"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:379
#, kde-format
msgid "Set this option to display the album preview."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:398
#, kde-format
msgid "Show import items' tool-tips"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:399
#, kde-format
msgid "Import Information"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:404
#, kde-format
msgid "Item name"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:405
#, kde-format
msgid "Set this option to display the item name."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:407
#, kde-format
msgid "Item date"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:408
#, kde-format
msgid "Set this option to display the item date."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:410
#, kde-format
msgid "Item size"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:411
#, kde-format
msgid "Set this option to display the item size."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:413
#, kde-format
msgid "Item type"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:414
#, kde-format
msgid "Set this option to display the item type."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:416
#, kde-format
msgid "Item dimensions"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:417
#, kde-format
msgid "Set this option to display the item dimensions."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:420
#, kde-format
msgid "Note: these settings require \"Use File Metadata\" option from Camera Setup Behavior page."
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:470
#, kde-format
msgid "Icon Items"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:471
#, kde-format
msgid "Album Items"
msgstr ""
#. +> trunk5
#: core/utilities/setup/setuptooltip.cpp:472
#, kde-format
msgid "Import Items"
msgstr ""
#. +> trunk5
#: core/utilities/slideshow/slideend.cpp:77
#, kde-format
msgid ""
"Slideshow Completed.\n"
"Click To Exit\n"
"or press ESC..."
msgstr ""
#. +> trunk5
#: core/utilities/slideshow/slideerror.cpp:88
#, kde-format
msgid ""
"An error has occurred to show item\n"
"%1"
msgstr ""
#. +> trunk5
#: core/utilities/slideshow/slidehelp.cpp:43
#, kde-format
msgid "Slideshow Usage"
msgstr ""
#. +> trunk5
#: core/utilities/slideshow/slidehelp.cpp:51
#, kde-format
msgid ""
"<qt>"
"<table>"
"<tr>"
"<td colspan=\"2\"><nobr>"
"<center><b>"
"<h1>Item Access</h1>"
"</b></center>"
"</nobr></td>"
"</tr>"
"<tr>"
"<td>Previous Item:</td>"
"<td><i>Up</i> key</td>"
"</tr>"
"<tr>"
"<td></td>"
"<td><i>PgUp</i> key</td>"
"<tr>"
"<td></td>"
"<td><i>Left</i> key</td>"
"<tr>"
"<td></td>"
"<td>Mouse wheel up</td>"
"<tr>"
"<td></td>"
"<td>Left mouse button</td>"
"<tr>"
"<td>Next Item:</td>"
"<td><i>Down</i> key</td>"
"</tr>"
"<tr>"
"<td></td>"
"<td><i>PgDown</i> key</td>"
"<tr>"
"<td></td>"
"<td><i>Right</i> key</td>"
"<tr>"
"<td></td>"
"<td>Mouse wheel down</td>"
"<tr>"
"<td></td>"
"<td>Right mouse button</td>"
"<tr>"
"<td>Pause/Start:</td>"
"<td><i>Space</i> key</td>"
"</tr>"
"<tr>"
"<td>Quit:</td>"
"<td><i>Esc</i> key"
"<td></tr>"
"<tr>"
"<td colspan=\"2\"><nobr>"
"<center><b>"
"<h1>Item Properties</h1>"
"</b></center>"
"</nobr></td>"
"</tr>"
"<tr>"
"<td>Change Tags:</td>"
"<td>Use Tags keyboard shortcuts</td>"
"</tr>"
"<tr>"
"<td>Change Rating:</td>"
"<td>Use Rating keyboard shortcuts</td>"
"</tr>"
"<tr>"
"<td>Change Color Label:</td>"
"<td>Use Color label keyboard shortcuts</td>"
"</tr>"
"<tr>"
"<td>Change Pick Label:</td>"
"<td>Use Pick label keyboard shortcuts</td>"
"</tr>"
"<tr>"
"<td colspan=\"2\"><nobr>"
"<center><b>"
"<h1>Others</h1>"
"</b></center>"
"</nobr></td>"
"</tr>"
"<tr>"
"<td>Show this help:</td>"
"<td><i>F1</i> key</td>"
"</tr>"
"</table>"
"</qt>"
msgstr ""
#. +> trunk5
#: core/utilities/slideshow/slideshow.cpp:514
#, kde-format
msgctxt "Reason for inhibiting the screensaver activation, when the presentation mode is active"
msgid "Giving a slideshow"
msgstr ""
#. +> trunk5
#: core/utilities/slideshow/slidetoolbar.cpp:108
#, kde-format
msgid "Switch Screen"
msgstr ""
#. +> trunk5
#: core/utilities/slideshow/slidetoolbar.cpp:120
#, kde-format
msgctxt "%1 is the screen number (0, 1, ...)"
msgid "Screen %1"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/extragear-graphics/krita.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/extragear-graphics/krita.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/extragear-graphics/krita.pot (revision 1522564)
@@ -1,44428 +1,44428 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-12 16:53+0200\n"
+"POT-Creation-Date: 2018-08-14 09:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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 <interface>Layers</interface> 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:615
#, 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:591
#: 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:597
#, 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:622
#, 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:369 libs/ui/KisApplication.cpp:365
#, kde-format
msgctxt "@title:window"
msgid "Krita: Warning"
msgstr ""
#. +> trunk5 stable5
#: krita/main.cc:370
#, 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:393 krita/main.cc:398
#, kde-format
msgid "Krita Tablet Support"
msgstr ""
#. +> trunk5 stable5
#: krita/main.cc:394
#, 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:399
#, 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 "<empty>"
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:609
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:155
#: libs/odf/KoOdfReadStore.cpp:133 libs/ui/flake/kis_shape_layer.cc:514
#, 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:568
#: 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:570
#: libs/flake/text/KoSvgTextShape.cpp:578
#, kde-format
msgid "SVG Text Shape"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/text/KoSvgTextShape.cpp:576
#, kde-format
msgid "SVG Text"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:144
#, kde-format
msgid "More than one 'text' node found!"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:153
#, kde-format
msgid "Unknown node of type '%1' found!"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:159
#, kde-format
msgid "No 'text' node found!"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:367
#: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:704
#, 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 (QToolButton, bnToggle)
#. i18n: ectx: property (text), widget (QToolButton, bnClear)
#. i18n: ectx: property (text), widget (QToolButton, bnSave)
#. i18n: ectx: property (text), widget (QToolButton, bnSettings)
#. 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/logdocker/WdgLogDocker.ui:45
#: plugins/dockers/logdocker/WdgLogDocker.ui:58
#: plugins/dockers/logdocker/WdgLogDocker.ui:68
#: plugins/dockers/logdocker/WdgLogDocker.ui:91
#: 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:52
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:62
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:108
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:49
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:44
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:50
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:40
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:60
#: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:42
#: 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:54
#: plugins/python/quick_settings_docker/quick_settings_docker.py:60
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:1022
#, 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:781
#: libs/ui/forms/wdgdisplaysettings.ui:193
#: libs/ui/forms/wdgrectangleconstraints.ui:91
#: libs/ui/forms/wdgrectangleconstraints.ui:127 libs/ui/kis_paintop_box.cc:274
#: 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_brush.cc:362
#: 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:222
#: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:225
#: 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:333
#: libs/widgets/KoColorPopupAction.cpp:99
#: plugins/dockers/defaultdockers/kis_layer_box.cpp:188
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:51
#: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:35
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:60
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:114
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:48
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:43
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:49
#: 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:59
#: 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:52
#: 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:61
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:126
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:53
#: 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:181
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:57
#: 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:53
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:64
#: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:43
#: plugins/paintops/spray/kis_spray_paintop_settings.cpp:105
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:58
#, 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:624
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_category_ids.cpp:24
#, kde-format
msgid "Adjust"
msgstr ""
#. +> trunk5 stable5
#: libs/image/filter/kis_filter_category_ids.cpp:25
#, kde-format
msgid "Artistic"
msgstr ""
#. +> trunk5 stable5
#: libs/image/filter/kis_filter_category_ids.cpp:26
#: 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_category_ids.cpp:27
#: 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_category_ids.cpp:28
#: plugins/filters/edgedetection/kis_edge_detection_filter.h:43
#, kde-format
msgid "Edge Detection"
msgstr ""
#. +> trunk5 stable5
#: libs/image/filter/kis_filter_category_ids.cpp:29
#, kde-format
msgid "Emboss"
msgstr ""
#. +> trunk5 stable5
#: libs/image/filter/kis_filter_category_ids.cpp:30
#, kde-format
msgid "Enhance"
msgstr ""
#. +> trunk5 stable5
#: libs/image/filter/kis_filter_category_ids.cpp:31
#, kde-format
msgid "Map"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode)
#. i18n: ectx: property (title), widget (QGroupBox, otherBox)
#. +> trunk5 stable5
#: libs/image/filter/kis_filter_category_ids.cpp:32
#: 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 ""
#. +> stable5
#: libs/image/filter/kis_filter.cc:77
#, kde-format
msgid "Non-photorealistic"
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:68
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:61
#, 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:314
#, 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:519
#, kde-format
msgid "background"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbType)
#. +> trunk5 stable5
#: libs/image/kis_image.cc:523 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:623
msgctxt "(qtundo-format)"
msgid "Crop Image"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:665
msgctxt "(qtundo-format)"
msgid "Crop Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:666
msgctxt "(qtundo-format)"
msgid "Crop Mask"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:698
msgctxt "(qtundo-format)"
msgid "Scale Image"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:699
msgctxt "(qtundo-format)"
msgid "Change Image Resolution"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:746
msgctxt "(qtundo-format)"
msgid "Scale Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:834
msgctxt "(qtundo-format)"
msgid "Rotate Image"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:840
msgctxt "(qtundo-format)"
msgid "Rotate Mask"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:842
msgctxt "(qtundo-format)"
msgid "Rotate Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:911
msgctxt "(qtundo-format)"
msgid "Shear Mask"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:914
msgctxt "(qtundo-format)"
msgid "Shear Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:921
msgctxt "(qtundo-format)"
msgid "Shear Image"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:933
msgctxt "(qtundo-format)"
msgid "Convert Image Color Space"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:968
msgctxt "(qtundo-format)"
msgid "Convert Projection Color Space"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:1744
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:333 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:338 libs/ui/widgets/kis_cmb_composite.cc:71
#: plugins/dockers/defaultdockers/wdglayerbox.ui:52
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:50
#: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:38
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:59
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:47
#: 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:48
#: 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:54
#: plugins/paintops/particle/kis_particle_paintop_settings_widget.cpp:38
#: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:41
#: 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:51
#, 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 ""
#. i18n: ectx: property (text), widget (QPushButton, openFileLink)
#. +> trunk5 stable5
#: libs/image/kis_layer_properties_icons.cpp:44
#: libs/ui/forms/KisWelcomePage.ui:575
#, kde-format
msgid "Open File"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:429
#, kde-format
msgid "Merged"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:922
msgctxt "(qtundo-format)"
msgid "Merge Down"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1122
#, kde-format
msgid "Copy of"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1184
msgctxt "(qtundo-format)"
msgid "Change projection color"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1283
msgctxt "(qtundo-format)"
msgid "Merge Selected Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1291
msgctxt "(qtundo-format)"
msgid "New From Visible"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1291
#, kde-format
msgctxt "New layer created from all the visible layers"
msgid "Visible"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1370
msgctxt "(qtundo-format)"
msgid "Merge Selection Masks"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1393
msgctxt "(qtundo-format)"
msgid "Flatten Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1401
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:1143
#: libs/ui/KisMainWindow.cpp:1446 libs/ui/KisMainWindow.cpp:1465
#: 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:138
#, 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:85
msgctxt "(qtundo-format)"
msgid "Colorize"
msgstr ""
#. +> trunk5 stable5
#: libs/image/lazybrush/kis_colorize_stroke_strategy.cpp:85
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:419
#: libs/image/metadata/kis_meta_data_value.cc:458
#, 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 <b>animated layers</b>. 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 <b>%1 x %2</b>. 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 <b>%1</b> or channel depth <b>%2</b> 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 <b>%1</b> and channel depth <b>%2</b> 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 <b>compositions</b>. The compositions will not be saved."
msgstr ""
#. +> trunk5 stable5
#: libs/impex/ExifCheck.h:40
#, kde-format
msgctxt "image conversion warning"
msgid "The image contains <b>Exif</b> 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 <b>more than one layer or a mask or an active selection</b>. 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 <b>%1</b>. 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 <b>layer styles</b>. 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 <b>non-linear gamma sRGB</b>. 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:560
#, 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:75
#: 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:1168 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:66
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:77
#, 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:67
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:78
#: 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:68
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:79
#, 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:76
#, 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:401
#: libs/ui/KisView.cpp:729
#: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:63
#, 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:142
msgctxt "(qtundo-format)"
msgid "Select All"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:216
msgctxt "(qtundo-format)"
msgid "Flood Fill Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:294
#, 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:303
#, 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:359
#: plugins/flake/textshape/TextTool.cpp:1136
msgctxt "(qtundo-format)"
msgid "Cut"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:360
msgctxt "(qtundo-format)"
msgid "Copy"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:386
msgctxt "(qtundo-format)"
msgid "Copy Merged"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:406
#, kde-format
msgid "Pasted"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:408
#: libs/ui/actions/KisPasteActionFactory.cpp:218
#, kde-format
msgid "(pasted)"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:450
msgctxt "(qtundo-format)"
msgid "Convert to Vector Selection"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:468
msgctxt "(qtundo-format)"
msgid "Convert shapes to vector selection"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:520
#: libs/ui/actions/kis_selection_action_factories.cpp:580
#: 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:194
#, kde-format
msgctxt "floating message about mirroring"
msgid "Horizontal mirroring: %1 "
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_canvas_controller.cpp:194
#: libs/ui/canvas/kis_canvas_controller.cpp:302
#, kde-format
msgid "OFF"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_canvas_controller.cpp:194
#: libs/ui/canvas/kis_canvas_controller.cpp:302
#, kde-format
msgid "ON"
msgstr ""
#. +> trunk5 stable5
#: 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: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:267
#, kde-format
msgid "Entering Wraparound mode. Press '%1' to leave Wraparound mode."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_canvas_controller.cpp:301
#, kde-format
msgid "Instant Preview Mode: %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_canvas_controller.cpp:308
#, 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:314
#: libs/ui/forms/wdgdisplaysettings.ui:54
#, kde-format
msgid "Nearest Neighbour"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_canvas_controller.cpp:315
#, 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:319
#, 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:746
#, kde-format
msgid "Snap to:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab)
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:747
#: 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:748
#: plugins/dockers/griddocker/grid_config_widget.ui:564
#, kde-format
msgid "Guides"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:749
#, kde-format
msgid "Orthogonal"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:751
#, kde-format
msgid "Node"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:752
#, kde-format
msgid "Extension"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:753
#, kde-format
msgid "Intersection"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:755
#, kde-format
msgid "Bounding Box"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:756
#, kde-format
msgid "Image Bounds"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:757
#, 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 ""
"<html><head/><body>"
"<h1 align=\"center\">Created By</h1>"
"</p>"
"<p>"
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 ""
"<html><head/><body>"
"<h1 align=\"center\">Backed By</h1>"
"<p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_about_application.cpp:99
#, kde-format
msgid ""
".</p>"
"<p><i>Thanks! You were all <b>awesome</b>!</i></p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<h1 align=\"center\">Thanks To</h1>"
"<p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_about_application.cpp:126
#, kde-format
msgid ""
".</p>"
"<p><i>For supporting Krita development with advice, icons, brush sets and more.</i></p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<h1 align=\"center\"><b>Your Rights</b></h1>"
"<p>Krita is released under the GNU General Public License (version 3 or any later version).</p>"
"<p>This license grants people a number of freedoms:</p>"
"<ul>"
"<li>You are free to use Krita, for any purpose</li>"
"<li>You are free to distribute Krita</li>"
"<li>You can study how Krita works and change it</li>"
"<li>You can distribute changed versions of Krita</li>"
"</ul>"
"<p>The Krita Foundation and its projects on krita.org are <b>committed</b> to preserving Krita as free software.</p>"
"<h1 align=\"center\">Your artwork</h1>"
"<p>What you create with Krita is your sole property. All your artwork is free for you to use as you like.</p>"
"<p>That means that Krita can be used commercially, for any purpose. There are no restrictions whatsoever.</p>"
"<p>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.</p>"
"<br/>"
"<hr/>"
"<pre>"
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 ""
"<html><head/><body>"
"<h1 align=\"center\"><b>Third-party Libraries used by Krita</b></h1>"
"<p>Krita is built on the following free software libraries:</p>"
"<p>"
"<ul>"
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:535
#: plugins/flake/textshape/dialogs/AcceptRejectChangeDialog.ui:70
#: plugins/python/krita_script_starter/bbdkss.ui:199
#, 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:103
#, 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:928
#, 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:2194
#, 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:709
#: libs/ui/dialogs/kis_dlg_preferences.cc:713
#: libs/ui/dialogs/kis_dlg_preferences.cc:717
#: libs/ui/dialogs/kis_dlg_preferences.cc:786 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:115
#, 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:346
#, kde-format
msgid "Select a Background Image"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:358
#: libs/ui/dialogs/KisSessionManagerDialog.cpp:129
#: libs/ui/input/kis_tablet_debugger.cpp:103 libs/ui/kis_filter_manager.cc:219
#: libs/ui/kis_filter_manager.cc:228 libs/ui/kis_layer_manager.cc:343
#: libs/ui/kis_layer_manager.cc:902 libs/ui/kis_node_manager.cpp:1113
#: libs/ui/KisApplication.cpp:742 libs/ui/KisApplication.cpp:745
#: libs/ui/KisApplication.cpp:767 libs/ui/KisApplication.cpp:793
#: libs/ui/KisApplication.cpp:814 libs/ui/KisDocument.cpp:622
#: libs/ui/KisDocument.cpp:1088 libs/ui/KisDocument.cpp:1170
#: libs/ui/KisDocument.cpp:1211 libs/ui/KisDocument.cpp:1219
#: libs/ui/KisMainWindow.cpp:847 libs/ui/KisMainWindow.cpp:951
#: libs/ui/KisMainWindow.cpp:964 libs/ui/KisMainWindow.cpp:1024
#: libs/ui/KisMainWindow.cpp:1821 libs/ui/KisMainWindow.cpp:1851
#: libs/ui/KisMainWindow.cpp:1926 libs/ui/KisMainWindow.cpp:1938
#: libs/ui/KisPart.cpp:482 libs/ui/KisPart.cpp:485
#: libs/ui/KisReferenceImage.cpp:138 libs/ui/KisRemoteFileFetcher.cpp:56
#: libs/ui/KisTemplateCreateDia.cpp:297 libs/ui/KisTemplateCreateDia.cpp:403
#: libs/ui/KisView.cpp:732 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:467
#: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:471
#: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:477
#: plugins/extensions/imagesplit/imagesplit.cpp:81
#: plugins/extensions/imagesplit/imagesplit.cpp:83
#: 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:157
#: plugins/tools/basictools/kis_tool_colorpicker.cc:162
#: plugins/tools/basictools/kis_tool_colorpicker.cc:205
#: plugins/tools/defaulttool/referenceimagestool/KisReferenceImageCollection.cpp:105
#: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:139
#: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:153
#: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:180
#: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:189
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:806
#: 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:358
#: libs/ui/KisTemplateCreateDia.cpp:403
#, kde-format
msgid "%1 is not a valid image file!"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:444
#: 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:449
#: libs/ui/dialogs/kis_dlg_preferences.cc:625
#, kde-format
msgctxt "The number of the screen"
msgid "Screen %1:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:510
#: 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:550
#, 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:756
#: libs/ui/forms/wdgperformancesettings.ui:202
#, kde-format
msgid " GiB"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:775
#, kde-format
msgid " fps"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:887
#, kde-format
msgctxt "@title:window"
msgid "Select a swap directory"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:917
#, kde-format
msgctxt "canvas renderer"
msgid "OpenGL"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:919
#, kde-format
msgctxt "canvas renderer"
msgid "Direct3D 11 via ANGLE"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:927
#, kde-format
msgctxt "canvas renderer"
msgid "Auto (%1)"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:981
#, kde-format
msgid "Warning(s):"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1122
#, 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:1130
#: libs/ui/dialogs/kis_dlg_preferences.cc:1132
#: libs/ui/forms/wdgcolorsettings.ui:24
#: libs/ui/forms/wdgperformancesettings.ui:34
#: libs/widgets/KoDocumentInfoDlg.cpp:100
#: libs/widgets/KoDocumentInfoDlg.cpp:101
#: plugins/dockers/logdocker/LogDockerDock.cpp:128
#: 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:1139
#, kde-format
msgid "Keyboard Shortcuts"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1141
#: libs/widgetutils/xmlgui/KisShortcutsEditor_p.cpp:287
#, kde-format
msgid "Shortcuts"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1150
#, kde-format
msgid "Canvas Input Settings"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1151
#, 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:1157
#: libs/ui/dialogs/kis_dlg_preferences.cc:1159
#: 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:139
#, kde-format
msgid "Display"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1166
#: plugins/dockers/logdocker/LogDockerDock.cpp:200
#, kde-format
msgid "Color Management"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1175
#: libs/ui/dialogs/kis_dlg_preferences.cc:1177
#, kde-format
msgid "Performance"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1184
#, kde-format
msgid "Tablet settings"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1186
#, kde-format
msgid "Tablet"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1193
#, kde-format
msgid "Canvas-only settings"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1195
#, kde-format
msgid "Canvas-only"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1202
#, 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:1204
#: 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:1209
#, 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 (text), widget (QLabel, helpTitleLabel)
#. +> trunk5
#: libs/ui/forms/KisWelcomePage.ui:91
#, kde-format
msgid "Community"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, manualLink)
#. +> trunk5
#: libs/ui/forms/KisWelcomePage.ui:120
#, kde-format
msgid "User Manual"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, gettingStartedLink)
#. +> trunk5
#: libs/ui/forms/KisWelcomePage.ui:164
#, kde-format
msgid "Getting Started"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, supportKritaLink)
#. +> trunk5
#: libs/ui/forms/KisWelcomePage.ui:202
#, kde-format
msgid "Support Krita"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, userCommunityLink)
#. +> trunk5
#: libs/ui/forms/KisWelcomePage.ui:240
#, kde-format
msgid "User Community"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, kritaWebsiteLink)
#. +> trunk5
#: libs/ui/forms/KisWelcomePage.ui:278
#, kde-format
msgid "Krita Website"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, sourceCodeLink)
#. +> trunk5
#: libs/ui/forms/KisWelcomePage.ui:322
#, kde-format
msgid "Source Code"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, poweredByKDELink)
#. +> trunk5
#: libs/ui/forms/KisWelcomePage.ui:363
#, kde-format
msgid "Powered by KDE"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, dragImageHereLabel)
#. +> trunk5
#: libs/ui/forms/KisWelcomePage.ui:405
#, kde-format
msgid "Drag Image in window to open"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, startTitleLabel)
#. +> trunk5
#: libs/ui/forms/KisWelcomePage.ui:493
#, kde-format
msgid "Start"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, newFileLink)
#. +> trunk5
#: libs/ui/forms/KisWelcomePage.ui:513
#, kde-format
msgid "New File"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, recentDocumentsLabel)
#. +> trunk5
#: libs/ui/forms/KisWelcomePage.ui:628
#, kde-format
msgid "Recent Documents"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pushButton)
#. i18n: ectx: property (text), widget (QPushButton, clearRecentFilesLink)
#. 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/KisWelcomePage.ui:649 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 (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:117
#: 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:243 libs/ui/kis_paintop_box.cc:248
#: 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:276
#: plugins/flake/textshape/TextTool.cpp:2640
#, 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 ""
"<html><head/><body>"
"<p><a href=\"https://en.wikipedia.org/wiki/Color_space\"><span style=\" font-weight:600; text-decoration: underline; color:#006e28;\">Color Spaces</span></a> determine how colors are encoded in your files. Different color spaces have different properties and are used for different purposes.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Try to disable vsync for Krita. This makes painting more responsive. Uncheck only when experiencing crashes with some GPU/driver combinations.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Use Texture Buffering. This can be faster on some GPU/Driver combinations (like Intel) or broken on some others (like AMD/Radeon).</p>"
"</body></html>"
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 ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Ubuntu'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Warning</span>: Cleanup will remove resource files permanently.</p>"
"</body></html>"
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:85
#: libs/ui/kis_control_frame.cpp:225
#: 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:70
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:87
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:53
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:65
#: plugins/paintops/libpaintop/kis_color_source_option.cpp:59
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:69
#, 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)
#. +> 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
#, 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 (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
#: plugins/dockers/logdocker/LogDockerDock.cpp:144
#, 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:690
#, kde-format
msgid "Show root layer"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, m_chkNativeFileDialog)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:697
#, 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:700
#, 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:707
#, kde-format
msgid "Maximum brush size:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, m_hideSplashScreen)
#. +> stable5
#: libs/ui/forms/wdggeneralsettings.ui:719
#, kde-format
msgid "Hide splash screen on startup"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, intMaxBrushSize)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:722
#, 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:725
#, kde-format
msgctxt "pixel"
msgid "px"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:741
#, 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:40
#, 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:1038
#, 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 ""
"<html><head/><body>"
"<p><span style=\" font-weight:600;\">Note:</span> This changes only the colorspace of the rendered image. To convert the colorspace of the layers, use Convert Image Colorspace.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Set how much you wish to correct the adaptation state. This will affect how <span style=\" font-style:italic;\">Absolute Colorimetric</span> 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 <span style=\" font-style:italic;\">Absolute Colorimetric</span>?</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, ckbBlackPointComp)
#. +> trunk5 stable5
#: libs/ui/forms/wdgimageproperties.ui:310
#, kde-format
msgid ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
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:408
#, 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:811
#: libs/ui/widgets/kis_workspace_chooser.cpp:121
#: libs/widgets/KisColorsetChooser.cpp:101
#: 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 ""
"<html><head/><body>"
"<p>Krita will not use more CPU cores than selected by this limit</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>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.</p>"
"<p><br/>"
"</p>"
"<p><span style=\" font-weight:600;\">Recommended value:</span> set Clones Limit to the number of <span style=\" text-decoration: underline;\">physical</span> (non-hyperthreaded) cores your CPU has</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>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."
"<p></body></html>"
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 ""
"<html><head/><body>"
"<p>When performance logging is enabled Krita saves timing information into the '&lt;working_dir&gt;/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.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Animation frame cache will be stored in RAM completely without any limitations</p>"
"<p><span style=\" font-weight:600;\">WARNING:</span> please make sure your computer has enough RAM <span style=\" text-decoration: underline;\">above</span> the amount you requested in General tab. Otherwise you might face system freezes.</p>"
"<p>* for 1 second of FullHD@25fps video you need extra 200 MiB of memory</p>"
"<p>* for 1 second of 4K UltraHD@25fps video you need extra 800 MiB of memory</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>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.</p>"
"<p>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.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Size limit after which the frames will be scaled down</p>"
"<p><span style=\" font-weight:600;\">Recommended value:</span> 2500&nbsp;px</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, chkUseRegionOfInterest)
#. +> trunk5 stable5
#: libs/ui/forms/wdgperformancesettings.ui:470
#, kde-format
msgid ""
"<html><head/><body>"
"<p>When the image is too big, render only currently visible part of it</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Add extra area to the region of interest to each side of the canvas.</p>"
"<p><span style=\" font-weight:600;\">Recommended value:</span> 25%. The region of interest will be extended by 25% to each side.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, chkBackgroundCacheGeneration)
#. +> trunk5 stable5
#: libs/ui/forms/wdgperformancesettings.ui:493
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Automatically prerender animation cache in background when the user is idle</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
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:59
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:60
#: plugins/paintops/colorsmudge/kis_smudge_option_widget.cpp:33
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:75
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:55
#: 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/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:59
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:60
#: plugins/paintops/colorsmudge/kis_smudge_option_widget.cpp:33
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:75
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:55
#: 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/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 ""
"<html><head/><body>"
"<p>Action Description</p>"
"</body></html>"
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 <i>Alternate Invocation</i> 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 <i>Switch Time</i> 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 <i>Change Primary Setting</i> 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 <i>Exposure and Gamma</i> 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 <i>Pan Canvas</i> 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 <i>Rotate Canvas</i> 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 <i>Show Popup Palette</i> displays the popup palette."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/input/kis_tablet_debugger.cpp:104
#, kde-format
msgid "Tablet Event Logging Enabled"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/input/kis_tablet_debugger.cpp:105
#, 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 <i>Tool Invocation</i> 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 <i>Zoom Canvas</i> 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 ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
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:81
#, kde-format
msgid "Fill Patterns"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_control_frame.cpp:99
#, kde-format
msgid "&Patterns"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_control_frame.cpp:104
#, kde-format
msgid "&Gradients"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_control_frame.cpp:117
#, kde-format
msgid "&Color"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_control_frame.cpp:132
#, kde-format
msgid "&Painter's Tools"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_control_frame.cpp:179
#: 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:182 libs/ui/kis_control_frame.cpp:184
#, 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:199
#, kde-format
msgctxt "@action:inmenu"
msgid "Merge Group"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:200
#, kde-format
msgctxt "@action:inmenu"
msgid "Merge with Layer Below"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:219
#, kde-format
msgctxt "floating message in layer manager"
msgid "Layer is empty "
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:252
#, kde-format
msgid "Filter Layer Properties"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:297
#, kde-format
msgid "Fill Layer Properties"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:334
#, kde-format
msgid "File Layer Properties"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:343 libs/ui/kis_layer_manager.cc:902
#, kde-format
msgid "No file name specified"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:434
msgctxt "(qtundo-format)"
msgid "Convert to a Paint Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:461
msgctxt "(qtundo-format)"
msgid "Convert to an animated layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:478
#, kde-format
msgid "Save layers to..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:479
#, 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:539
msgctxt "(qtundo-format)"
msgid "Convert to a file layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:627
#, kde-format
msgid "New Filter Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:682
#, kde-format
msgctxt "@title:window"
msgid "Flatten Image"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:683
#, 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:764
#, kde-format
msgctxt "floating message in layer manager"
msgid "Layer is locked "
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:810
msgctxt "(qtundo-format)"
msgid "Rasterize Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:849
#, kde-format
msgid "Convert Invisible Groups"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:852
#, 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:437
msgctxt "(qtundo-format)"
msgid "Move Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:444
msgctxt "(qtundo-format)"
msgid "Copy Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:451
msgctxt "(qtundo-format)"
msgid "Add Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:587
msgctxt "(qtundo-format)"
msgid "Convert to a Selection Mask"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:811
msgctxt "(qtundo-format)"
msgid "Duplicate Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:834
msgctxt "(qtundo-format)"
msgid "Raise Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:841
msgctxt "(qtundo-format)"
msgid "Lower Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:859
msgctxt "(qtundo-format)"
msgid "Remove Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:875
msgctxt "(qtundo-format)"
msgid "Mirror Layer X"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:877
msgctxt "(qtundo-format)"
msgid "Mirror Mask X"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:888
msgctxt "(qtundo-format)"
msgid "Mirror Layer Y"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:890
msgctxt "(qtundo-format)"
msgid "Mirror Mask Y"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1029
#, kde-format
msgid "Export \"%1\""
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1093
#, kde-format
msgctxt "@title:window"
msgid "Export to SVG"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1113
#, kde-format
msgid "Could not save to svg: %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1133
msgctxt "(qtundo-format)"
msgid "Split Alpha into a Mask"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1163
#, kde-format
msgctxt "@title:window"
msgid "Layer %1 is not editable"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1164
#, 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:1195
msgctxt "(qtundo-format)"
msgid "Write Alpha into a Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1310
msgctxt "(qtundo-format)"
msgid "Cut Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1383
msgctxt "(qtundo-format)"
msgid "Quick Group"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1394
msgctxt "(qtundo-format)"
msgid "Quick Clipping Group"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1401
#, kde-format
msgctxt "default name for a clipping group layer"
msgid "Clipping Group"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1403
#, kde-format
msgctxt "default name for quick clip group mask layer"
msgid "Mask Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1417
msgctxt "(qtundo-format)"
msgid "Quick Ungroup"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_paintop_box.cc:118
#, kde-format
msgid "Painter's Toolchest"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_paintop_box.cc:129
#, kde-format
msgid "Tool Settings"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_paintop_box.cc:135
#, kde-format
msgid "Edit brush settings"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_paintop_box.cc:140
#, kde-format
msgid "Choose brush preset"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblFlow)
#. +> trunk5 stable5
#: libs/ui/kis_paintop_box.cc:244 libs/ui/kis_paintop_box.cc:249
#: 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:245 libs/ui/kis_paintop_box.cc:250
#: 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:290
#, kde-format
msgid "Choose workspace"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_paintop_box.cc:324
#, 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:52
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:65
#: 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:61
#: 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:81
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:107
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:125
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:132
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:49
#: 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:50
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:40
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:60
#: 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:42
#: 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:53
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:54
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:66
#, 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:536
#, kde-format
msgid "Stroked Shapes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_selection_manager.cc:538
msgctxt "(qtundo-format)"
msgid "Stroke Shapes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_splash_screen.cpp:122
#, kde-format
msgid ""
"<html><head/><body>"
"<p><b><span style=\" color:%1;\">Recent Files</span></b></p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_splash_screen.cpp:162
#, kde-format
msgid ""
"<html><head/><body>"
"<p><span style=\" color:%1;\"><b>Links</b></span></p>"
"<p><a href=\"https://krita.org/support-us/\"><span style=\" text-decoration: underline; color:%1;\">Support Krita</span></a></p>"
"<p><a href=\"https://docs.krita.org/en/user_manual/getting_started.html\"><span style=\" text-decoration: underline; color:%1;\">Getting Started</span></a></p>"
"<p><a href=\"https://docs.krita.org/\"><span style=\" text-decoration: underline; color:%1;\">Manual</span></a></p>"
"<p><a href=\"https://krita.org/\"><span style=\" text-decoration: underline; color:%1;\">Krita Website</span></a></p>"
"<p><a href=\"https://forum.kde.org/viewforum.php?f=136\"><span style=\" text-decoration: underline; color:%1;\">User Community</span></a></p>"
"<p><a href=\"https://phabricator.kde.org/source/krita/\"><span style=\" text-decoration: underline; color:%1;\">Source Code</span></a></p>"
"</body></html>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:261
#, 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:272
#, 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:302
#, 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:331
#, kde-format
msgid "Hidden"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:333
#, kde-format
msgid "Ants"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:333
#: plugins/paintops/libpaintop/kis_brush_chooser.cpp:339
#, kde-format
msgid "Mask"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:336
#, kde-format
msgid ""
"Selection: x = %1 y = %2 width = %3 height = %4\n"
"Display Mode: %5"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:341
#, kde-format
msgid "No Selection"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:359
#, 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:319
#, kde-format
msgctxt "floating message about zoom"
msgid "Zoom: %1 %"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:283
#, kde-format
msgid "Loading Resources..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:287
#, kde-format
msgid "Loading Brush Presets..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:291
#, kde-format
msgid "Loading Brushes..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:295
#, kde-format
msgid "Loading Bundles..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:335
#, kde-format
msgid "Loading Plugins for Krita/Tool..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:343
#, kde-format
msgid "Loading Plugins for Krita/Dock..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:350
#, kde-format
msgid "Loading Plugins Exiv/IO..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:366
#, 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:383
#, kde-format
msgid "Initializing Globals"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:414
#, kde-format
msgid "Adding resource types"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:433
#, kde-format
msgid "Loading Main Window..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:533
#, kde-format
msgid "Mimetype not found, try using the -mimetype option"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:743
#, kde-format
msgid "No template found for: %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:746
#, kde-format
msgid "Too many templates found for: %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:768
#, kde-format
msgid "Template %1 failed to load."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:794
#, 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:815
#, 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:525
#, kde-format
msgid "%1 cannot be written to. Please save under a different name."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:538
#, kde-format
msgid "Exporting Document..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:539
#, kde-format
msgid "Saving Document..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:616
#, kde-format
msgctxt "%1 --- failing file name, %2 --- error message"
msgid "Error during saving %1: %2"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:622 plugins/extensions/imagesplit/imagesplit.cpp:83
#, kde-format
msgid ""
"Could not save %1\n"
"Reason: %2"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:641
#, kde-format
msgid "Finished saving %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:807
#, kde-format
msgid "Autosaving... %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:813
#, kde-format
msgid "Autosaving..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:819
#, kde-format
msgid "Autosaving postponed: document is busy..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:859
#, kde-format
msgctxt "%1 --- failing file name, %2 --- error message"
msgid "Error during autosaving %1: %2"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:873
#, kde-format
msgid "Finished autosaving %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:1073
#, kde-format
msgid ""
"Malformed URL\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:1089
#, 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:1170
#, kde-format
msgid "File %1 does not exist."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:1200
#, kde-format
msgid "Opening document"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:1212
#, kde-format
msgid ""
"Could not open %2.\n"
"Reason: %1."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:1220
#, kde-format
msgid "There were problems opening %1."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:1331
#, kde-format
msgid "Not Saved"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:1675
#, 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 <b>%2</b> and depth <b>%3</b>. 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 <b>%2</b> and depth <b>%3</b>. 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 <b>%2</b> and depth <b>%3</b>. 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 <b>%2</b> and depth <b>%3</b>. The layers will be skipped."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportManager.cpp:270
#, kde-format
msgctxt "@titile:window"
msgid "Open Audio"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportManager.cpp:349
#, kde-format
msgid "Opening document..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportManager.cpp:382
#, kde-format
msgid "Saving document..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportManager.cpp:448
#, kde-format
msgctxt "image conversion warning"
msgid "The image contains <b>assistants</b>. The assistants will not be saved."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportManager.cpp:451
#, kde-format
msgctxt "image conversion warning"
msgid "The image contains <b>reference images</b>. The reference images will not be saved."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportManager.cpp:454
#, kde-format
msgctxt "image conversion warning"
msgid "The image contains <b>guides</b>. The guides will not be saved."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportManager.cpp:457
#, kde-format
msgctxt "image conversion warning"
msgid "The image contains a <b>custom grid configuration</b>. The configuration will not be saved."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportManager.cpp:462
#, kde-format
msgid "Error: cannot save this image as a %1."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportManager.cpp:471
#, kde-format
msgctxt "@title:window"
msgid "Krita: Export Error"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportManager.cpp:494
#, 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:505
#, 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:524
#: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:59
#, kde-format
msgid "Options"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportManager.cpp:533
#, kde-format
msgid "Also save your image as a Krita file."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:180
#, kde-format
msgctxt "@action:inmenu"
msgid "&Dockers"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:181
#, kde-format
msgctxt "@action:inmenu"
msgid "&Window"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:182
#, kde-format
msgctxt "@action:inmenu"
msgid "New &View"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:183
#, kde-format
msgctxt "@action:inmenu"
msgid "Wor&kspace"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:483
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:133
#, kde-format
msgid "Show %1 Toolbar"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:485
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:135
#, kde-format
msgid "Hide %1 Toolbar"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:775
#, kde-format
msgid "Write Protected"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:779
#, kde-format
msgid "Recovered"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:788
#, kde-format
msgid "Modified"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:809
#, kde-format
msgid "Save as %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:847
#, kde-format
msgid "The file %1 does not exist."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:928
#, kde-format
msgid "Open Images"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1025
#, 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:1090
#, kde-format
msgid "Exporting"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1090
#, kde-format
msgid "Saving As"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1425
#: libs/widgetutils/config/kstandardaction_p.h:41
#, kde-format
msgid "Create new document"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1467
#, kde-format
msgid "Create from Clipboard"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1779
#, kde-format
msgid "Export as PDF"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1821
#, kde-format
msgid "Cannot export to the specified file"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1843
#, kde-format
msgid "Import frames"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1851
#, kde-format
msgid ""
"Could not finish import animation:\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1927
#, 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:1938
#, kde-format
msgid "Error: Could not reload this document"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2172
#, kde-format
msgctxt "@action:inmenu"
msgid "&Import Workspace..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2184 libs/widgets/KoResourceItemChooser.cpp:211
#, kde-format
msgctxt "@title:window"
msgid "Choose File to Add"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2190
#, kde-format
msgctxt "@action:inmenu"
msgid "&New Workspace..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2193
#, kde-format
msgctxt "@title:window"
msgid "New Workspace..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2207 libs/ui/widgets/kis_workspace_chooser.cpp:164
#, kde-format
msgid "Workspace"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2218 libs/ui/widgets/kis_workspace_chooser.cpp:175
#, kde-format
msgid "Workspace %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2246
#, kde-format
msgid "&%1 %2"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2249
#, kde-format
msgid "%1 %2"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2380
#, kde-format
msgid "The Krita LittleCMS color management plugin is not installed. Krita will quit now."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2388
#, kde-format
msgid "Krita cannot find any brush presets! Krita will quit now."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2397
#, kde-format
msgctxt "@title:window"
msgid "Installation error"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2458
#, kde-format
msgid "%1 unsaved document (%2)"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2527
#, kde-format
msgctxt "@action:inmenu"
msgid "&Themes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2566
#, 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:482
#, kde-format
msgid ""
"Could not create document from template\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisPart.cpp:485
#, kde-format
msgid ""
"Could not create document from template\n"
"%1\n"
"Reason: %2"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisReferenceImage.cpp:76
msgctxt "(qtundo-format)"
msgid "Set saturation"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisReferenceImage.cpp:138
#, kde-format
msgid "Could not load %1."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisResourceBundle.cpp:705
#, 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:100
#: plugins/python/comics_project_management_tools/comics_template_dialog.py:103
#, kde-format
msgid "Create Template"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:109
#, kde-format
msgctxt "Template name"
msgid "Name:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:119
#, kde-format
msgid "Group:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:133
#, kde-format
msgid "&Add Group..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:136
#, kde-format
msgid "&Remove"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:142
#, kde-format
msgid "Picture"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:145
#, kde-format
msgid "&Preview"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:150
#: libs/widgetutils/xmlgui/KisShortcutEditWidget.cpp:71
#, kde-format
msgid "Custom:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:154
#, kde-format
msgid "&Select..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:163
#, kde-format
msgid "Use the new template as default"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:166
#, kde-format
msgid "Use the new template every time Krita starts"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:298
#, kde-format
msgid "Do you really want to overwrite the existing '%1' template?"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:392
#, kde-format
msgid "Select an image"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:420 libs/ui/KisTemplateCreateDia.cpp:423
#: plugins/python/palette_docker/palette_docker.py:75
#, kde-format
msgid "Add Group"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:420
#, kde-format
msgid "Enter group name:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:423
#, kde-format
msgid "This name is already used."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:447
#, kde-format
msgid "Do you really want to remove that group?"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:448
#, kde-format
msgctxt "@title:window"
msgid "Remove Group"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:450
#, kde-format
msgid "Do you really want to remove that template?"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:451
#, kde-format
msgctxt "@title:window"
msgid "Remove Template"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:508
#, kde-format
msgid "Could not load picture."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:512
#, 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:523
#, kde-format
msgid "Insert as New Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:524
#, kde-format
msgid "Insert Many Layers"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:526
#, kde-format
msgid "Insert as New File Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:527
#, kde-format
msgid "Insert Many File Layers"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:529
#, kde-format
msgid "Open in New Document"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:530
#, kde-format
msgid "Open Many Documents"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:532
#, kde-format
msgid "Insert as Reference Image"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:533
#, kde-format
msgid "Insert as Reference Images"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:733
#, kde-format
msgid ""
"<p>The document <b>'%1'</b> has been modified.</p>"
"<p>Do you want to save it?</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:899
#, kde-format
msgid "Soft Proofing doesn't work in floating point."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:904
#, kde-format
msgid "Soft Proofing turned on."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:906
#, kde-format
msgid "Soft Proofing turned off."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:918
#, kde-format
msgid "Gamut Warnings don't work in floating point."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:924
#, kde-format
msgid "Gamut Warnings turned on."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:926
#, kde-format
msgid "But Soft Proofing is still off."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:929
#, kde-format
msgid "Gamut Warnings turned off."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisViewManager.cpp:728
#, kde-format
msgid "Active Author Profile"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisViewManager.cpp:854
#, kde-format
msgid "%1 (Copy)"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisViewManager.cpp:976 libs/ui/KisViewManager.cpp:1053
#, kde-format
msgid "Alternative names exhausted, try manually saving with a higher number"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisViewManager.cpp:976
#, kde-format
msgctxt "@title:window"
msgid "Couldn't save incremental version"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisViewManager.cpp:1053
#, kde-format
msgctxt "@title:window"
msgid "Couldn't save incremental backup"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisViewManager.cpp:1234
#, kde-format
msgid ""
"Going into Canvas-Only mode.\n"
"Press %1 to go back."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisViewManager.cpp:1338 libs/ui/KisViewManager.cpp:1356
#, 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:65
#: 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:250
#: 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:115
#, 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:117
#, 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:239
#, kde-format
msgid "The graphics driver in use does not meet the OpenGL requirements."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/opengl/kis_opengl_win.cpp:241
#, kde-format
msgid "The graphics driver in use may not work well with OpenGL."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/opengl/kis_opengl_win.cpp:253
#, 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:111
#, kde-format
msgid "Increase Brush Size"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/tool/kis_tool_paint.cc:117
#, 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 ""
"<html><head/><body>"
"<p align=\"left\"><span style=\" font-weight:600;\">Links</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblRecent)
#. +> trunk5 stable5
#: libs/ui/wdgsplash.ui:489
#, kde-format
msgid ""
"<html><head/><body>"
"<p align=\"left\"><span style=\" font-weight:600;\">Recent files</span></p>"
"</body></html>"
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 "<b>Estimated Gamma</b>: "
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 "<b>Estimated Gamma</b>: 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 <Profilename>"
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() + "</p>"); //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 ""
"<b><a href=\"https://en.wikipedia.org/wiki/RGB_color_space\">RGB (Red, Green, Blue)</a></b>, is the color model used by screens and other light-based media.<br/>"
"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 ""
"<b><a href=\"https://en.wikipedia.org/wiki/CMYK_color_model\">CMYK (Cyan, Magenta, Yellow, Key)</a></b>, is the model used by printers and other ink-based media.<br/>"
"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. <br/>"
"CMYK is <b>not</b> 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 "<b><a href=\"https://en.wikipedia.org/wiki/CIE_1931_color_space\">CIE XYZ</a></b>is 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 <b>not</b> 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 ""
"<b><a href=\"https://en.wikipedia.org/wiki/Grayscale\">Grayscale</a></b> 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.<br/>"
"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 ""
"<b><a href=\"https://en.wikipedia.org/wiki/Lab_color_space\">L*a*b</a></b>. <b>L<b> stands for Lightness, the <b>a</b> and <b>b</b> components represent color channels.<br/>"
"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 <b>not</b> work as expected here.<br/>"
"Similarly, Krita does not support HDR in LAB, meaning that HDR images converted to LAB lose color information. This colorspace is <b>not</b> 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 "<b><a href=\"https://en.wikipedia.org/wiki/YCbCr\">YCbCr (Luma, Blue Chroma, Red Chroma)</a></b>, 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 "<b>8 bit integer</b>: 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 "<b>16 bit integer</b>: 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 "<b>16 bit floating point</b>: 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 "<b>32 bit float point</b>: 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 "<b>64 bit float point</b>: 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 ""
"<p><b>Extra notes on profiles by Elle Stone:</b></p>"
"<p><i>Krita comes with a number of high quality profiles created by <a href=\"http://ninedegreesbelow.com\">Elle Stone</a>. This is a summary. Please check <a href=\"http://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html\">the full documentation</a> as well.</i></p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:491
#, kde-format
msgctxt "From Elle's notes."
msgid "<p>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'.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:499
#, kde-format
msgctxt "From Elle's notes."
msgid "<p>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</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:506
#, kde-format
msgctxt "From Elle's notes."
msgid ""
"<p>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.</p>"
"<p>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.</p>"
"<p>The Adobe RGB 1998 color gamut is a reasonable approximation to some of today's high-end wide gamut monitors.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:520
#, kde-format
msgctxt "From Elle's notes."
msgid ""
"<p>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.</p>"
"<p>Just like the ACES color space, AllColorsRGB holds a high percentage of imaginary colors. See the Completely <a href=\"http://ninedegreesbelow.com/photography/xyz-rgb.html\">Painless Programmer's Guide to XYZ, RGB, ICC, xyY, and TRCs</a> for more information about imaginary colors.</p>"
"<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:535
#, kde-format
msgctxt "From Elle's notes."
msgid ""
"<p>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.</p>"
"<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:548
#, kde-format
msgctxt "From Elle's notes."
msgid "<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:556
#, kde-format
msgctxt "From Elle's notes."
msgid ""
"<p>To avoid possible copyright infringement issues, I used 'LargeRGB' (following RawTherapee) as the base name for these profiles."
"<p>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."
"<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:572
#, kde-format
msgctxt "From Elle's notes."
msgid "<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:581
#, kde-format
msgctxt "From Elle's notes."
msgid ""
"<p>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.</p>"
"<p>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).</p>"
"<p>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.</p>"
"<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:597
#, kde-format
msgctxt "From Elle's notes."
msgid ""
"<p>To avoid possible copyright infringement issues, I used 'WideRGB' as the base name for these profiles.</p>"
"<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:605
#, kde-format
msgctxt "From Elle's notes."
msgid "<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:613
#, kde-format
msgctxt "From Elle's notes."
msgid "<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:620
#, kde-format
msgctxt "From Elle's notes."
msgid "<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:626
#, kde-format
msgctxt "From Elle's notes."
msgid "<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:631
#, kde-format
msgctxt "From Elle's notes."
msgid "<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:639
#, kde-format
msgctxt "From Elle's notes."
msgid "<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_advanced_color_space_selector.cc:644
#, kde-format
msgctxt "From Elle's notes."
msgid "<p>Use V2 profiles for exporting finished images to be uploaded to the web or for use with imaging software that cannot read V4 profiles.</p>"
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:49
#: libs/ui/widgets/kis_gradient_chooser.cc:57
#: libs/ui/widgets/kis_gradient_chooser.cc:61
#, kde-format
msgid "Custom Gradient"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_gradient_chooser.cc:91
#, kde-format
msgid "Add..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_gradient_chooser.cc:98
#, kde-format
msgid "Stop gradient"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_gradient_chooser.cc:102
#, kde-format
msgid "Segmented gradient"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_gradient_chooser.cc:110
#, kde-format
msgid "Edit..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_gradient_chooser.cc:182
#, 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 ""
"<p>Instant Preview Mode is disabled by the following options:"
"<ul>%1</ul>"
"</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_lod_availability_widget.cpp:169
#, kde-format
msgctxt "@info:tooltip"
msgid ""
"<p>Instant Preview Mode is disabled by instant preview threshold. Please right-click here to change the threshold"
"<ul>"
"<li>Brush size %1</li>"
"<li>Threshold: %2</li>"
"</ul>"
"</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_lod_availability_widget.cpp:178
#, kde-format
msgctxt "@info:tooltip"
msgid ""
"<p>Instant Preview may look different from the final result. In case of troubles try disabling the following options:"
"<ul>%1</ul>"
"</p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_lod_availability_widget.cpp:183
#, kde-format
msgctxt "@info:tooltip"
msgid "<p>Instant Preview Mode is available</p>"
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:36
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:70
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:71
#: 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:40
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:70
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:71
#: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:58
#, kde-format
msgid "Saturation:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_paintop_preset_icon_library.cpp:44
#, 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:145
#, 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:150
#, 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:169
#: 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:109
#, kde-format
msgid "The settings for this preset have changed from their default."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:112
#, kde-format
msgid "Toggle showing presets"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:114
#, kde-format
msgid "Toggle showing scratchpad"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:116
#, kde-format
msgid "Reload the brush preset"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:117
#, kde-format
msgid "Rename the brush preset"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:572
#, 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:627
#: 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:150
#, kde-format
msgid "Attach to Toolbar"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_tool_options_popup.cpp:150
#, 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:105
#, 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:256
#, 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:102
#: libs/widgets/KoStrokeConfigWidget.cpp:98
#, kde-format
msgid "Butt cap"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:109
#: libs/widgets/KoStrokeConfigWidget.cpp:105
#, kde-format
msgid "Round cap"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:116
#: libs/widgets/KoStrokeConfigWidget.cpp:112
#, kde-format
msgid "Square cap"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:127
#: libs/widgets/KoStrokeConfigWidget.cpp:123
#, kde-format
msgid "Miter join"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:134
#: libs/widgets/KoStrokeConfigWidget.cpp:130
#, kde-format
msgid "Round join"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:141
#: libs/widgets/KoStrokeConfigWidget.cpp:137
#, kde-format
msgid "Bevel join"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:151
#: libs/widgets/KoStrokeConfigWidget.cpp:146
#, kde-format
msgid "Miter limit"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:245
#: 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:256
#: libs/ui/widgets/KoStrokeConfigWidget.ui:77
#, kde-format
msgid "Line Style:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:259
#, kde-format
msgctxt "@info:tooltip"
msgid "Line style"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:270
#, kde-format
msgctxt "@info:tooltip"
msgid "Start marker"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:277
#, kde-format
msgctxt "@info:tooltip"
msgid "Node marker"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:284
#, 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:119
#: plugins/extensions/clonesarray/wdg_clonesarray.ui:118
#, kde-format
msgid "Columns:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KisColorsetChooser.cpp:145
#: libs/widgets/KoEditColorSetDialog.cpp:217
#: plugins/dockers/palettedocker/palettedocker_dock.cpp:60
#, kde-format
msgid "Palette"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KisColorsetChooser.cpp:156
#, kde-format
msgid "Palette %1"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KisDlgInternalColorSelector.cpp:151
#, 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:109
#: 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 ""
"<qt>The tag you are trying to undelete already exists in tag list.<br>"
"Please enter a new, unique name for it.</qt>"
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_brush.cc:336
#: plugins/tools/basictools/kis_tool_measure.cc:53
#, 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."
"<p>To filter based on the partial, case insensitive name of a resource:<br/>"
"<tt>partialname</tt> or <tt>!partialname</tt>.</p>"
"<p>In-/exclusion of other tag sets:<br/>"
"<tt>[Tagname]</tt> or <tt>![Tagname]</tt>.</p>"
"<p>Case sensitive and full name matching in-/exclusion:<br/>"
"<tt>\"ExactMatch\"</tt> or <tt>!\"ExactMatch\"</tt>.</p>"
"Filter results cannot be saved for the <b>All Presets</b> view.<br/>"
"In this view, pressing <b>Enter</b> or clearing the filter box will restore all items.<br/>"
"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."
"<p>To filter based on the partial, case insensitive name of a resource:<br/>"
"<tt>partialname</tt> or <tt>!partialname</tt>.</p>"
"<p>In-/exclusion of other tag sets:<br/>"
"<tt>[Tagname]</tt> or <tt>![Tagname]</tt>.</p>"
"<p>Case sensitive and full name matching in-/exclusion:<br/>"
"<tt>\"ExactMatch\"</tt> or <tt>!\"ExactMatch\"</tt>.</p>"
"Pressing <b>Enter</b> or clicking the <b>Save</b> 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 "<qt>Save the currently filtered set as the new members of the current tag.</qt>"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoTagToolButton.cpp:59
#, kde-format
msgctxt "@info:tooltip"
msgid "<qt>Show the tag box options.</qt>"
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"
"<p>Shows the menubar again after it has been hidden</p>"
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"
"<p>Shows the statusbar, which is the bar at the bottom of the window used for status information.</p>"
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 "<html><font size=\"5\">KDE - Be Free!</font></html>"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kaboutkdedialog_p.cpp:55
#, kde-format
msgid ""
"<html><b>KDE</b> is a world-wide network of software engineers, artists, writers, translators and facilitators who are committed to <a href=\"%1\">Free Software</a> development. This community has created hundreds of Free Software applications as part of the KDE frameworks, workspaces and applications.<br />"
"<br />"
"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.<br />"
"<br />"
"Visit <a href=\"%2\">%2</a> for more information about the KDE community and the software we produce.</html>"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kaboutkdedialog_p.cpp:74
#, kde-format
msgid ""
"<html>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.<br />"
"<br />"
"KDE has a bug tracking system. Visit <a href=\"%1\">%1</a> or use the \"Report Bug...\" dialog from the \"Help\" menu to report bugs.<br />"
"<br />"
"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\".</html>"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kaboutkdedialog_p.cpp:92
#, kde-format
msgid ""
"<html>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!<br />"
"<br />"
"Visit <a href=\"%1\">%1</a> for information on some projects in which you can participate.<br />"
"<br />"
"If you need more information or documentation, then a visit to <a href=\"%2\">%2</a> will provide you with what you need.</html>"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kaboutkdedialog_p.cpp:114
#, kde-format
msgid ""
"<html>KDE software is and will always be available free of charge, however creating it is not free.<br />"
"<br />"
"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 <a href=\"%1\">%1</a> for information on KDE e.V.<br />"
"<br />"
"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. <br />"
" <br />"
"We would like to encourage you to support our efforts with a financial donation, using one of the ways described at <a href=\"%2\">%2</a>.<br />"
"<br />"
"Thank you very much in advance for your support.</html>"
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:92
#: libs/widgetutils/xmlgui/kbugreport.cpp:108
#, kde-format
msgid "Submit Bug Report"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:118
#, 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:119
#, kde-format
msgid "Application: "
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:144
#, 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:145
#: plugins/python/comics_project_management_tools/comics_export_dialog.py:314
#, kde-format
msgid "Version:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:150
#, kde-format
msgid "no version set (programmer error)"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:158
#, kde-format
msgid "OS:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:166
#, kde-format
msgid "Compiler:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:175
#, kde-format
msgid ""
"<qt>"
"<p>Please read <b><a href=\"https://docs.krita.org/en/untranslatable_pages/reporting_bugs.html\">this guide</a></b> for reporting bugs first!</p>"
"<p>To submit a bug report, click on the button below. This will open a web browser window on <a href=\"http://bugs.kde.org\">http://bugs.kde.org</a> where you will find a form to fill in. The information displayed above will be transferred to that server.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:192
#, 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 "<h2>Accelerators changed</h2>"
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 "<h2>Accelerators removed</h2>"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kcheckaccelerators.cpp:301
#, kde-format
msgid "<h2>Accelerators added (just for your info)</h2>"
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 "<Merge>"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kedittoolbar.cpp:1224
#, kde-format
msgid "<Merge %1>"
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 ""
"<qt>The '%1' key combination is already used by the <b>%2</b> action.<br>"
"Please select a different one.</qt>"
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:154
#, kde-format
msgid "L*a*b*/8 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:158
#, kde-format
msgid "L*a*b*/16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:162
#, kde-format
msgid "L*a*b*/32 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:180
#, kde-format
msgid "RGBA/8 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:184
#, kde-format
msgid "RGBA/16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:190
#, kde-format
msgid "RGBA/F16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:196
#, kde-format
msgid "RGBA/F32 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:217
#, kde-format
msgid "GRAY/8 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:221
#, kde-format
msgid "GRAY/16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:226
#, kde-format
msgid "GRAYF/F16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:232
#, kde-format
msgid "GRAY/F32 float Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:242
#, kde-format
msgid "CMYK/8 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:246
#, kde-format
msgid "CMYK/16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:250
#, kde-format
msgid "CMYK/F32 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:268
#, kde-format
msgid "XYZ/8 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:272
#, kde-format
msgid "XYZ/16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:278
#, kde-format
msgid "XYZ/F16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:284
#, kde-format
msgid "XYZF32 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:297
#, kde-format
msgid "YCbCr/8 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:301
#, kde-format
msgid "YCbCr/16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:305
#, 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:318
#, 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:321
#, 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:324
#, kde-format
msgid "Intensity maps to the sum of rgb components"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:327
#, 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 ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
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
+#: plugins/dockers/animation/kis_time_based_item_model.cpp:337
#, 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
+#: plugins/dockers/animation/kis_time_based_item_model.cpp:365
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:511
#, kde-format
msgctxt "@item:inmenu"
msgid "Open audio..."
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/timeline_frames_view.cpp:514
#, kde-format
msgctxt "@item:inmenu"
msgid "Change audio (%1)..."
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/timeline_frames_view.cpp:940
#, kde-format
msgctxt "@item:inmenu"
msgid "Keyframes"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/timeline_frames_view.cpp:948
#, kde-format
msgctxt "@item:inmenu"
msgid "Hold Frames"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/timeline_frames_view.cpp:1412
#, kde-format
msgctxt "@title:window"
msgid "Insert or Remove Hold Frames"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/timeline_frames_view.cpp:1413
#, kde-format
msgctxt "@label:spinbox"
msgid "Enter number of frames"
msgstr ""
#. +> trunk5 stable5
-#: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:35
+#: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:39
#, kde-format
msgctxt "@title:window"
msgid "Insert Keyframes"
msgstr ""
#. +> trunk5 stable5
-#: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:51
+#: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:55
#, kde-format
msgctxt "@label:spinbox"
msgid "Number of frames:"
msgstr ""
#. +> trunk5 stable5
-#: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:52
+#: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:56
#, kde-format
msgctxt "@label:spinbox"
msgid "Frame timing:"
msgstr ""
#. +> trunk5 stable5
-#: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:55
+#: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:59
#, kde-format
msgctxt "@label:group"
msgid "Side:"
msgstr ""
#. +> trunk5 stable5
-#: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:58
+#: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:62
#, kde-format
msgctxt "@label:radio"
msgid "Left / Before"
msgstr ""
#. +> trunk5 stable5
-#: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:59
+#: plugins/dockers/animation/timeline_insert_keyframe_dialog.cpp:63
#, 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:39
#, 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:149
#: 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:198
#, kde-format
msgid "&Select Opaque"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/defaultdockers/kis_layer_box.cpp:225
#, kde-format
msgid "&Show Global Selection Mask"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/defaultdockers/kis_layer_box.cpp:228
#, kde-format
msgctxt "@info:tooltip"
msgid "Shows global selection as a usual selection mask in <b>Layers</b> docker"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/defaultdockers/kis_layer_box.cpp:601
#, kde-format
msgid "&Toggle Locks && Visibility"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/defaultdockers/kis_layer_box.cpp:608
#, 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
#: plugins/dockers/logdocker/LogDockerDock.cpp:49
#, kde-format
msgid "Log Viewer"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:121
#, kde-format
msgid "Log Settings"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:132
#, kde-format
msgid "Resource Management"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:136
#, kde-format
msgid "Image Core"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:140
#, kde-format
msgid "Registries"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:148
#, kde-format
msgid "Tile Engine"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:152
#, kde-format
msgid "Filters"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:156
#, kde-format
msgid "Plugin Management"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:160
#, kde-format
msgid "User Interface"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:164
#, kde-format
msgid "File loading and saving"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:168
#, kde-format
msgid "Mathematics and calculations"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:172
#, kde-format
msgid "Image Rendering"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:176
#, kde-format
msgid "Scripting"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:180
#, kde-format
msgid "Input handling"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab2)
#. +> trunk5 stable5
#: plugins/dockers/logdocker/LogDockerDock.cpp:184
#: plugins/extensions/pykrita/plugin/info.ui:13
#, kde-format
msgid "Actions"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:188
#, kde-format
msgid "Tablet Handling"
msgstr ""
#. +> trunk5
#: plugins/dockers/logdocker/LogDockerDock.cpp:192
#, kde-format
msgid "GPU Canvas"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_3)
#. +> trunk5 stable5
#: plugins/dockers/logdocker/LogDockerDock.cpp:196
#: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:258
#, kde-format
msgid "Metadata"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, bnToggle)
#. +> trunk5
#: plugins/dockers/logdocker/WdgLogDocker.ui:42
#, kde-format
msgid "Enable Logging"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, bnClear)
#. +> trunk5
#: plugins/dockers/logdocker/WdgLogDocker.ui:55
#, kde-format
msgid "Clear the log"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, bnSave)
#. +> trunk5
#: plugins/dockers/logdocker/WdgLogDocker.ui:65
#, kde-format
msgid "Save the log"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, bnSettings)
#. +> trunk5
#: plugins/dockers/logdocker/WdgLogDocker.ui:88
#, kde-format
msgid "Configure Logging"
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:99
#, 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:91
#, kde-format
msgid "Touch Docker"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/AnimationRenderer.cpp:75
#: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:58
#, 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:467
#, kde-format
msgid "Please enter a file name to render to."
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:471
#, kde-format
msgid "The location of FFmpeg is unknown. Please install FFmpeg first: Krita cannot render animations without FFmpeg. (<a href=\"https://www.ffmpeg.org\">www.ffmpeg.org</a>)"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:477
#, 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:53
#: 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:36
#: 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:56
#, 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:81
#, kde-format
msgid ""
"Could not save\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/imagesplit/imagesplit.cpp:139
#: plugins/extensions/imagesplit/imagesplit.cpp:180
#, 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 ""
"<html><head/><body>"
"<p><span style=\" font-weight:600;\">Split a layer according to color</span></p>"
"<p>Creates a new layer for every color in the active layer.</p>"
"</body></html>"
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:68
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:61
#, 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:380
#, 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:107
#, kde-format
msgid "Key"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:111
#, 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: 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 <application>%1</application>"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:156
#, kde-format
msgctxt "@info:tooltip"
msgid "<p>Specified version has invalid format for dependency <application>%1</application>: <icode>%2</icode>. Skipped</p>"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:183
#, kde-format
msgctxt "@info:tooltip"
msgid "<title>Dependency check</title>"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:214
#, kde-format
msgctxt "@info:tooltip"
msgid "<p>Failed to check version of dependency <application>%1</application>: Module do not have PEP396 <code>__version__</code> attribute. It is not disabled, but behaviour is unpredictable...</p>"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:228
#, kde-format
msgctxt "@info:tooltip"
msgid "<p><application>%1</application>: Unexpected module's version format"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:241
#, kde-format
msgctxt "@info:tooltip"
msgid "<p><application>%1</application>: No suitable version found. Required version %2 %3, but found %4</p>"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:256
#, kde-format
msgctxt "@info:tooltip"
msgid ""
"<p>Failure on module load <application>%1</application>:</p>"
"<pre>%2</pre>"
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:<br/>"
"%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 ""
"<html><head/><body>"
"<p>Select the location of the G'Mic-Qt plugin. You can download the plugin from the <a href=\"http://gmic.eu/\"><span style=\" text-decoration: underline; color:#2980b9;\">G'Mic website</span></a>. Make sure you download the special version for Krita, not the standalone or the GIMP version.</p>"
"</body></html>"
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 &degrees"
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:74
#, 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:43
#, 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:40
#, kde-format
msgid "&Blur..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/blur/kis_gaussian_blur_filter.cpp:44
#, 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:45
#, 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:45
#, 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:54
#: 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:41
#, 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:70
#, kde-format
msgid "M&aximize Channel"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colors/kis_minmax_filters.cpp:108
#, 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:89
#, 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:28
#, 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:59
#, 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:76
#: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:78
#, kde-format
msgid "Value:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:78
#, kde-format
msgid "Lightness:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:80
#, kde-format
msgid "Intensity:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:82
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:84
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:85
#, kde-format
msgid "Luma:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:84
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:85
#, kde-format
msgid "Green-Red:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:84
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:85
#, kde-format
msgid "Yellow-Blue:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:94
#, 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:41
#, 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:60
#, kde-format
msgid "&Sharpen"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:74
#, kde-format
msgid "&Mean Removal"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:88
#: plugins/filters/convolutionfilters/convolutionfilters.h:55
#, kde-format
msgid "Emboss (Laplacian)"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:103
#: plugins/filters/convolutionfilters/convolutionfilters.h:65
#, kde-format
msgid "Emboss in All Directions"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:118
#, kde-format
msgid "Emboss Horizontal && Vertical"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:133
#: plugins/filters/convolutionfilters/convolutionfilters.h:85
#, kde-format
msgid "Emboss Vertical Only"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:148
#: plugins/filters/convolutionfilters/convolutionfilters.h:95
#, kde-format
msgid "Emboss Horizontal Only"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:163
#, 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:51
#, 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:55
#, kde-format
msgid "&Emboss with Variable Depth..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/embossfilter/kis_emboss_filter.cpp:156
#, 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:60
#, 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:40
#, 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:55
#, 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:42
#, kde-format
msgid "&Gaussian Noise Reduction..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/imageenhancement/kis_simple_noise_reducer.cpp:55
#: plugins/filters/imageenhancement/kis_wavelet_noise_reduction.cpp:52
#: plugins/filters/threshold/threshold.h:53
#, kde-format
msgid "Threshold"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/imageenhancement/kis_simple_noise_reducer.cpp:56
#, 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:38
#, 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:49
#, kde-format
msgid "&Index Colors..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/indexcolors/indexcolors.cpp:82
#, kde-format
msgctxt "Color palette shade"
msgid "Base"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/indexcolors/indexcolors.cpp:82
#, kde-format
msgctxt "Color palette shade"
msgid "Bright"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/indexcolors/indexcolors.cpp:82
#, kde-format
msgctxt "Color palette shade"
msgid "Light"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/indexcolors/indexcolors.cpp:82
#, 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:48
#, 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 "<b>Input Levels</b>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#. +> trunk5 stable5
#: plugins/filters/levelfilter/wdg_level.ui:225
#, kde-format
msgid "<b>Output Levels</b>"
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:65
#, 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:57
#, kde-format
msgid "Normalize"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/normalize/kis_normalize.cpp:58
#, kde-format
msgid "&Normalize..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/oilpaintfilter/kis_oilpaint_filter.cpp:55
#, kde-format
msgid "&Oilpaint..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/oilpaintfilter/kis_oilpaint_filter.cpp:190
#: 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:191
#, 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:37
#, kde-format
msgid "Phong Bumpmap"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/phongbumpmap/kis_phong_bumpmap_filter.cpp:38
#, 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:58
#, kde-format
msgid "&Pixelize..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/pixelizefilter/kis_pixelize_filter.cpp:151
#, kde-format
msgid "Pixel width"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/pixelizefilter/kis_pixelize_filter.cpp:152
#, 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:55
#, kde-format
msgid "&Posterize..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/posterize/posterize.cpp:77
#, 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:57
#, kde-format
msgid "&Raindrops..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/raindropsfilter/kis_raindrops_filter.cpp:379
#, kde-format
msgid "Drop size"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/raindropsfilter/kis_raindrops_filter.cpp:381
#, 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:66
#, 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:54
#, kde-format
msgid "&Round Corners..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/roundcorners/kis_round_corners_filter.cpp:145
#: 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:56
#, kde-format
msgid "&Small Tiles..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/smalltilesfilter/kis_small_tiles_filter.cpp:103
#, 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:65
#, 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:44
#, kde-format
msgid "&Unsharp Mask..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/unsharp/kis_unsharp_filter.cpp:89
#: 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:99
#, 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:320
#, kde-format
msgid "Click to change cursor position."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:322
#, kde-format
msgid "Click to select text shape."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:326
#, kde-format
msgid "Double click to put text on path."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:329
#, kde-format
msgid "Drag handle to change start offset."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:333
#, kde-format
msgid "Press escape to finish editing."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:514
#, kde-format
msgid "Press return to finish editing."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:622
#, kde-format
msgid "Text Properties"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:632
#, 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 ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Bitstream Vera Sans'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:11pt; font-weight:600; text-decoration: underline;\">Preview</span></p>"
"\n"
"<p align=\"center\" style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:12pt; font-weight:600;\"></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-weight:600;\">Inserted Text</span></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:8pt;\">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.</span></p>"
"\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2';\"></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-weight:600;\">Deleted Text</span></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:8pt;\">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.</span></p>"
"\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2';\"></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-weight:600;\">Formatted Text</span></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:8pt;\">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.</span></p>"
"</body></html>"
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:1013
#, 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:73
#, kde-format
msgid "Used Styles"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/DockerStylesComboModel.cpp:76
#, 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:2230
#, 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:76
#: 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 ""
"<p>"
"<ul>"
"<li><b>Single</b>: The normal linespacing</li>"
"</ul>"
"</p>"
" "
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:51
#, kde-format
msgid "Create a new style inheriting the current style"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/StyleManager.cpp:348
#: plugins/flake/textshape/dialogs/StyleManager.cpp:360
#, kde-format
msgid "New Style"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/StyleManager.cpp:427
#, kde-format
msgid "Another style named '%1' already exist. Please choose another name."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/StyleManager.cpp:427
#, 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:2222
#, 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:2220
#, 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 ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">It is possible to assign a named style to text and alter the style properties to change all text with that style.</p>"
"\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">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.</p>"
"</body></html>"
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:252
#, 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:76
#: plugins/flake/textshape/kotext/commands/DeleteCommand.cpp:68
msgctxt "(qtundo-format)"
msgid "Delete"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/ChangeTrackedDeleteCommand.cpp:192
#: plugins/flake/textshape/TextTool.cpp:2634
#, kde-format
msgid "Key Press"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/ChangeTrackedDeleteCommand.cpp:331
#: 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:1392
msgctxt "(qtundo-format)"
msgid "Adjust Column Width"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/ResizeTableCommand.cpp:47
#: plugins/flake/textshape/TextTool.cpp:1434
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:908
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:330
#: plugins/tools/svgtexttool/kis_font_family_combo_box.cpp:118
#, kde-format
msgid "Font Family"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:335
#, kde-format
msgid "Variable"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:370
#, kde-format
msgid "Font Size"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:540
#, kde-format
msgid "Insertion"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:542
#, kde-format
msgid "Deletion"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:544
#: plugins/tools/svgtexttool/svgtexttool.xmlgui:87
#, kde-format
msgid "Formatting"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:560
#, kde-format
msgid "Ctrl+click to go to link "
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:567
#, kde-format
msgid "Ctrl+click to go to the note "
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:573
#, kde-format
msgid "Ctrl+click to go to the note reference"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:675
#, kde-format
msgid "follows along"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:705
#, kde-format
msgid "Press shift to not resize this"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:2228
#: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:64
#, kde-format
msgid "Table"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:2634
#: plugins/flake/textshape/TextTool.cpp:2640
#, 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 <i>not</i> be reverted on saving the image back.<br/>"
"<br/>"
"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 ""
"<p>The following layers have a type that is not supported by EXR format:</p>"
"<r>"
"<ul>%1</ul>"
"</p>"
"<p><warning>these layers have <b>not</b> been saved to the final EXR file</warning></p>"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/exr/exr_export.cc:91
#, kde-format
msgid "This layer cannot be saved to EXR."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/exr/exr_export.cc:95
#, kde-format
msgid "The layer does not have an image associated with it."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/exr/exr_export.cc:99
#, kde-format
msgid "The filename is empty."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/exr/exr_export.cc:103
#, kde-format
msgid "EXR images cannot be saved remotely."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/exr/exr_export.cc:107
#, 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:119
#, 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:297
#: plugins/impex/kra/kra_converter.cpp:325
#, 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:97
#, 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 ""
"<html><head/><body>"
"<p>These settings determine how much information is lost during compression. Low: small files, bad quality. High: big files, good quality.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Background color to replace transparent pixels with.</p>"
"</body></html>"
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: 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 ""
"<html><head/><body>"
"<p>Store document metadata that is in the document information. This will override any layer metadata.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Add the author nickname and the first contact of the author profile. This is overridden by the anonymizer.</p>"
"</body></html>"
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:312
#, kde-format
msgid "The file does not contain an image."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:146
#, kde-format
msgid "Could not load embedded reference image %1 "
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:151
#, kde-format
msgctxt "@info"
msgid ""
"A reference image linked to an external file could not be loaded.\n"
"\n"
"Path: %1\n"
"\n"
"Do you want to select another location?"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:155
#: plugins/impex/libkra/kis_kra_loader.cpp:816
#: plugins/impex/libkra/kis_kra_loader.cpp:1170
#, kde-format
msgctxt "@title:window"
msgid "File not found"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:360
#, kde-format
msgid "Could not load \"id\" of the transform mask"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:374
#, kde-format
msgid "Could not create transform mask params"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:493
#, 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:501
#, 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:530
#, kde-format
msgid "Could not read pixel data: %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:537
#, kde-format
msgid "Could not load pixel data: %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:561
#, kde-format
msgid "Could not load profile: %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:585
#, kde-format
msgid "Could not filter configuration %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:614
#, kde-format
msgid "Could not load metadata for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:636
#, kde-format
msgid "Could not load raster selection %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:654
#, kde-format
msgid "Could not load vector selection %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:681
#, kde-format
msgid "Could not load keyframes from %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:695
#, 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:708
#, 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:450
#: 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:627
#, kde-format
msgid "Layer %1 specifies an unsupported color model: %2."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_loader.cpp:655
#, kde-format
msgid "Layer %1 has an unsupported type."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_loader.cpp:689
#, kde-format
msgid "Layer %1 has an unsupported type: %2."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_loader.cpp:696
#, kde-format
msgid "Failure loading layer %1 of type: %2."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_loader.cpp:811
#, 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:1165
#, 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:103
#, kde-format
msgid "Failed to save reference image %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:110
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:142
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:151
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:172
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:189
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:199
#, kde-format
msgid "Failed to save the metadata for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:117
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:280
#, kde-format
msgid "Failed to open %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:134
#, kde-format
msgid "Failed to save the pixel data for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:138
#, kde-format
msgid "Failed to save the annotations for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:160
#, 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:164
#, kde-format
msgid "Failed to save the selection for filter layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:168
#, kde-format
msgid "Failed to save the filter configuration for filter layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:181
#, kde-format
msgid "Failed to save the selection for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:185
#, kde-format
msgid "Failed to save the generator configuration for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:208
#, kde-format
msgid "Failed to save filter mask %1. It has no filter."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:212
#, kde-format
msgid "Failed to save the selection for filter mask %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:216
#, kde-format
msgid "Failed to save the filter configuration for filter mask %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:258
#, kde-format
msgid "Failed to save the selection for transparency mask %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:267
#, kde-format
msgid "Failed to save the selection for local selection %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:452
#, kde-format
msgid "Failed to save the pixel selection data for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:466
#, kde-format
msgid "Failed to save the vector selection data for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:520
#, kde-format
msgid "The metadata backend failed to save the metadata for %1"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:531
#, 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:81
#: plugins/impex/pdf/kis_pdf_import.cpp:82
#, kde-format
msgid "A password is required to read that pdf"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/pdf/kis_pdf_import.cpp:91
#, kde-format
msgid "PDF Import Options"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/pdf/kis_pdf_import.cpp:114
#, 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 ""
"<p>Adjust the compression time. Better compression takes longer.\n"
"<br>"
"Note: the compression level does not change the quality of the result.</p>"
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 ""
"<html><head/><body>"
"<p>Store information like keywords, title and subject and license, if possible.</p>"
"</body></html>"
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 ""
"<p>Interlacing is useful if you intend to publish your image on the Internet.<br>"
"\n"
"Enabling interlacing will cause the image to be displayed by the browser even while downloading.</p>"
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 ""
"<html><head/><body>"
"<p><span style=\" font-weight:600;\">PNG</span> files have <span style=\" font-style:italic;\">two</span> options to save <span style=\" font-weight:600;\">sRGB</span> information: as a tag or as an explicit profile. For use with in websites, <span style=\" font-style:italic;\">disable</span> this option. For interchange with other applications, <span style=\" font-style:italic;\">enable</span> this option.</p>"
"</body></html>"
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 ""
"<p>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 .<br>"
"Always saving the alpha channel is recommended.</p>"
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 ""
"<html><head/><body>"
"<p>Save author nickname and the first contact information of the author profile into the png, if possible.</p>"
"</body></html>"
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:93
#, 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 ""
"<p>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.</p>"
"<p>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.</p>"
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 ""
"<title>Interpolate RGB as four colors</title>"
"<p>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.</p>"
"<p>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.</p>"
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 ""
"<title>Do not stretch or rotate pixels</title>"
"<p>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.</p>"
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 ""
"<title>Quality (interpolation)</title>"
"<p>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:</p>"
"<p>"
"<ul>"
"<li><emphasis strong='true'>Bilinear</emphasis>: 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.</li>"
"<li><emphasis strong='true'>VNG</emphasis>: 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.</li>"
"<li><emphasis strong='true'>PPG</emphasis>: 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.</li>"
"<li><emphasis strong='true'>AHD</emphasis>: use Adaptive Homogeneity-Directed interpolation. This method selects the direction of interpolation so as to maximize a homogeneity metric, thus typically minimizing color artifacts.</li>"
"<li><emphasis strong='true'>DCB</emphasis>: DCB interpolation from linuxphoto.org project.</li>"
"<li><emphasis strong='true'>AHD v2</emphasis>: modified AHD interpolation using Variance of Color Differences method.</li>"
"<li><emphasis strong='true'>AFD</emphasis>: Adaptive Filtered Demosaicing interpolation through 5 pass median filter from PerfectRaw project.</li>"
"<li><emphasis strong='true'>VCD</emphasis>: Variance of Color Differences interpolation.</li>"
"<li><emphasis strong='true'>VCD & AHD</emphasis>: Mixed demosaicing between VCD and AHD.</li>"
"<li><emphasis strong='true'>LMMSE</emphasis>: color demosaicing via directional linear minimum mean-square error estimation interpolation from PerfectRaw.</li>"
"<li><emphasis strong='true'>AMaZE</emphasis>: Aliasing Minimization interpolation and Zipper Elimination to apply color aberration removal from RawTherapee project.</li>"
"</ul>"
"</p>"
"<p>Note: some methods can be unavailable if RAW decoder have been built without extension packs.</p>"
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 ""
"<title>Pass</title>"
"<p>Set here the passes used by the median filter applied after interpolation to Red-Green and Blue-Green channels.</p>"
"<p>This setting is only available for specific Quality options: <emphasis strong='true'>Bilinear</emphasis>, <emphasis strong='true'>VNG</emphasis>, <emphasis strong='true'>PPG</emphasis>, <emphasis strong='true'>AHD</emphasis>, <emphasis strong='true'>DCB</emphasis>, and <emphasis strong='true'>VCD & AHD</emphasis>.</p>"
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 ""
"<title>Refine interpolation</title>"
"<p>This setting is available only for few Quality options:</p>"
"<p>"
"<ul>"
"<li><emphasis strong='true'>DCB</emphasis>: turn on the enhance interpolated colors filter.</li>"
"<li><emphasis strong='true'>VCD & AHD</emphasis>: turn on the enhanced effective color interpolation (EECI) refine to improve sharpness.</li>"
"</ul>"
"</p>"
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 ""
"<title>White Balance</title>"
"<p>Configure the raw white balance:</p>"
"<p>"
"<ul>"
"<li><emphasis strong='true'>Default D65</emphasis>: Use a standard daylight D65 white balance.</li>"
"<li><emphasis strong='true'>Camera</emphasis>: Use the white balance specified by the camera. If not available, reverts to default neutral white balance.</li>"
"<li><emphasis strong='true'>Automatic</emphasis>: Calculates an automatic white balance averaging the entire image.</li>"
"<li><emphasis strong='true'>Manual</emphasis>: Set a custom temperature and green level values.</li>"
"</ul>"
"</p>"
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 ""
"<title>Temperature</title>"
"<p>Set here the color temperature in Kelvin.</p>"
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 "<p>Set here the green component to set magenta color cast removal level.</p>"
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 ""
"<title>Highlights</title>"
"<p>Select here the highlight clipping method:</p>"
"<p>"
"<ul>"
"<li><emphasis strong='true'>Solid white</emphasis>: clip all highlights to solid white</li>"
"<li><emphasis strong='true'>Unclip</emphasis>: leave highlights unclipped in various shades of pink</li>"
"<li><emphasis strong='true'>Blend</emphasis>:Blend clipped and unclipped values together for a gradual fade to white</li>"
"<li><emphasis strong='true'>Rebuild</emphasis>: reconstruct highlights using a level value</li>"
"</ul>"
"</p>"
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 ""
"<title>Level</title>"
"<p>Specify the reconstruct highlight level. Low values favor whites and high values favor colors.</p>"
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 "<p>Turn on the exposure correction before interpolation.</p>"
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 ""
"<title>Shift</title>"
"<p>Linear Shift of exposure correction before interpolation in E.V</p>"
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 ""
"<title>Highlight</title>"
"<p>Amount of highlight preservation for exposure correction before interpolation in E.V. Only take effect if Shift Correction is > 1.0 E.V</p>"
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 "<p>If enabled, images with overblown channels are processed much more accurately, without 'pink clouds' (and blue highlights under tungsten lamps).</p>"
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 "<p>If disable, use a fixed white level and ignore the image histogram to adjust brightness.</p>"
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 ""
"<title>Brightness</title>"
"<p>Specify the brightness level of output image. The default value is 1.0 (works in 8-bit mode only).</p>"
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 ""
"<title>Black point</title>"
"<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:534
#, kde-format
msgctxt "@info:whatsthis"
msgid ""
"<title>Black point value</title>"
"<p>Specify specific black point value of the output image.</p>"
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 ""
"<title>White point</title>"
"<p>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.</p>"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/raw/3rdparty/libkdcraw/src/dcrawsettingswidget.cpp:545
#, kde-format
msgctxt "@info:whatsthis"
msgid ""
"<title>White point value</title>"
"<p>Specify specific white point value of the output image.</p>"
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 ""
"<title>Noise Reduction</title>"
"<p>Select here the noise reduction method to apply during RAW decoding.</p>"
"<p>"
"<ul>"
"<li><emphasis strong='true'>None</emphasis>: no noise reduction.</li>"
"<li><emphasis strong='true'>Wavelets</emphasis>: wavelets correction to erase noise while preserving real detail. It's applied after interpolation.</li>"
"<li><emphasis strong='true'>FBDD</emphasis>: Fake Before Demosaicing Denoising noise reduction. It's applied before interpolation.</li>"
"<li><emphasis strong='true'>CFA Line Denoise</emphasis>: Banding noise suppression. It's applied after interpolation.</li>"
"<li><emphasis strong='true'>Impulse Denoise</emphasis>: Impulse noise suppression. It's applied after interpolation.</li>"
"</ul>"
"</p>"
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 ""
"<title>Enable Chromatic Aberration correction</title>"
"<p>Enlarge the raw red-green and blue-yellow axis by the given factors (automatic by default).</p>"
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 ""
"<title>Automatic Chromatic Aberration correction</title>"
"<p>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.</p>"
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 ""
"<title>Red-Green multiplier</title>"
"<p>Set here the amount of correction on red-green axis</p>"
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 ""
"<title>Blue-Yellow multiplier</title>"
"<p>Set here the amount of correction on blue-yellow axis</p>"
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 ""
"<title>Camera Profile</title>"
"<p>Select here the input color space used to decode RAW data.</p>"
"<p>"
"<ul>"
"<li><emphasis strong='true'>None</emphasis>: no input color profile is used during RAW decoding.</li>"
"<li><emphasis strong='true'>Embedded</emphasis>: use embedded color profile from RAW file, if it exists.</li>"
"<li><emphasis strong='true'>Custom</emphasis>: use a custom input color space profile.</li>"
"</ul>"
"</p>"
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 ""
"<title>Workspace</title>"
"<p>Select here the output color space used to decode RAW data.</p>"
"<p>"
"<ul>"
"<li><emphasis strong='true'>Raw (no profile)</emphasis>: in this mode, no output color space is used during RAW decoding.</li>"
"<li><emphasis strong='true'>sRGB</emphasis>: 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.</li>"
"<li><emphasis strong='true'>Adobe RGB</emphasis>: this color space is an extended RGB color space, developed by Adobe. It is used for photography applications such as advertising and fine art.</li>"
"<li><emphasis strong='true'>Wide Gamut</emphasis>: this color space is an expanded version of the Adobe RGB color space.</li>"
"<li><emphasis strong='true'>Pro-Photo</emphasis>: 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.</li>"
"<li><emphasis strong='true'>Custom</emphasis>: use a custom output color space profile.</li>"
"</ul>"
"</p>"
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 ""
"<title>Threshold</title>"
"<p>Set here the noise reduction threshold value to use.</p>"
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 ""
"<title>Luminance</title>"
"<p>Amount of Luminance impulse noise reduction.</p>"
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 ""
"<title>Chrominance</title>"
"<p>Amount of Chrominance impulse noise reduction.</p>"
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:51
#: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:35
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:48
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:43
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:49
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:39
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:59
#: 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:52
#, kde-format
msgid "Opaque"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnTransparent)
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:51
#: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:35
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:48
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:43
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:49
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:39
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:59
#: 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:52
#: 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:52
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:65
#: 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:61
#: 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:81
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:107
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:125
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:132
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:49
#: 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:50
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:40
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:60
#: 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:42
#: 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:53
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:54
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:66
#, kde-format
msgid "0%"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:54
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:65
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:138
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:51
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:52
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:61
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:59
#: plugins/tools/basictools/kis_tool_multihand.cpp:274
#, kde-format
msgid "Mirror"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:58
#, kde-format
msgid "Smudge Length"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:59
#, kde-format
msgid "Smudge Radius"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:60
#, kde-format
msgid "Color Rate"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:62
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:70
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:143
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:50
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:45
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:51
#: 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:64
#, kde-format
msgid "-180°"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:62
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:70
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:143
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:50
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:45
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:51
#: 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:64
#, 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:62
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:70
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:144
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:50
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:45
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:51
#: 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:64
#: 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:63
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:71
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:149
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:63
#, kde-format
msgid "Scatter"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:64
#, kde-format
msgid "Overlay Mode"
msgstr ""
#. +> trunk5 stable5
#: 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/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:70
#, kde-format
msgid "Strength"
msgstr ""
#. +> trunk5 stable5
#: 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/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:70
#, kde-format
msgid "Strong"
msgstr ""
#. +> trunk5 stable5
#: 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/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:70
#, 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:85
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:52
#: 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:63
#: 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:67
#, 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:63
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:133
#: 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:68
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:61
#, kde-format
msgid "Softness"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:69
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:62
#, kde-format
msgid "Sharpness"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:76
#, kde-format
msgid "Foreground"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:80
#: 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:65
#, kde-format
msgid "Airbrush"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:81
#: 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:66
#, kde-format
msgid "Rate"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:94
#: 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:191
#: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:21
#, kde-format
msgid "Healing"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings.cpp:218
#, kde-format
msgid "Move Source"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:74
#, 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 ""
"<html><head/><body>"
"<p><span style=\" font-weight:600;\">Clone Brush:</span></p>"
"<p>Select the source point from the current layer with Ctrl-click. Use Ctrl+Alt-click to select a source from the previously picked layer.</p>"
"</body></html>"
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:111
#, kde-format
msgid "Amount"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, deformLabel)
#. +> trunk5 stable5
#: plugins/paintops/deform/kis_deform_paintop_settings.cpp:141
#: 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:145
#: 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:146
#: 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:147
#: 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:148
#: 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:149
#: 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:150
#, kde-format
msgid "Lens Zoom In"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/deform/kis_deform_paintop_settings.cpp:151
#, kde-format
msgid "Lens Zoom Out"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/deform/kis_deform_paintop_settings.cpp:152
#, 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:55
#, 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:55
#, 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:56
#, kde-format
msgid "Thickness"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:52
#, kde-format
msgid "Hatching options"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:53
#, kde-format
msgid "Hatching preferences"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:58
#, 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 ""
"<html><head/><body>\n"
"<p>Curve calculation mode changes how 2 or more curve works together<br/>"
"</p>"
"\n"
"<p> multiply (default): all values from curves multiplies </p>"
"<p>(0.8 pressure) * (0.5 speed) = 0.4 <br/>"
"</p>"
"\n"
"<p> addition: all values from curves adds</p>"
"<p>(0.6 pressure) + (0.3 speed) = 0.9<br/>"
"</p>"
"\n"
"<p> maximum value</p>"
"<p>(0.7 pressure), (0.3 speed) = 0.7<br/>"
"</p>"
"\n"
"<p> minimum value </p>"
"<p>(0.7 pressure), (0.3 speed) = 0.3<br/>"
"</p>"
"\n"
"<p> difference between min and max values</p>"
"<p>(0.8 pressure), (0.3 speed), (0.6 fade) = 0.5</p>"
"</body></html>"
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 ""
"<html>\n"
"<p><b>Note:</b> this is the same thing as the \"incremental\" option in the Krita 1.6 freehand tool options.</p>"
"</html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/paintops/libpaintop/forms/wdgincremental.ui:54
#, kde-format
msgid ""
"<html>\n"
"<p><b>Painting mode</b>: Krita offers a choice between two painting modes: <i>buildup</i> and <i>wash</i>. 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.</p>"
"</html>"
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:68
#: plugins/paintops/spray/wdgsprayoptions.ui:166
#, kde-format
msgid "Particles"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/particle/kis_particle_paintop_settings.cpp:98
#, kde-format
msgid "Opacity Weight"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/particle/kis_particle_paintop_settings.cpp:128
#, kde-format
msgid "dx scale"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/particle/kis_particle_paintop_settings.cpp:158
#, kde-format
msgid "dy scale"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/particle/kis_particle_paintop_settings.cpp:188
#, kde-format
msgid "Gravity"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/particle/kis_particle_paintop_settings.cpp:218
#, 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:56
#, 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 ""
"<html><head/><body>"
"<p>Use the tilt of the tablet to determine the normals.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Use the drawing direction to determine the X and Y-axes, while tilt-elevation is used for the Z-axis.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Use the rotation sensor available in certain pens to determine the X and Y-axes, while tilt-elevation is used for the Z-axis.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, optionMix)
#. +> trunk5 stable5
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:256
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Mix Tilt and Drawing angle to determine the X and Y-axes, while tilt-elevation is used for the Z-axis.</p>"
"</body></html>"
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:788
msgid "Export success"
msgstr ""
#. +> trunk5 stable5
#: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:788
msgid "The files have been written to the export folder."
msgstr ""
#. +> trunk5 stable5
#: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:838
msgid "Resize all Pages"
msgstr ""
#. +> trunk5 stable5
#: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:849
msgid "Resizing pages..."
msgstr ""
#. +> trunk5 stable5
#: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:850
msgid "Resizing Pages"
msgstr ""
#. +> trunk5 stable5
#: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:864
#, 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:912
msgid "Scraping success"
msgstr ""
#. +> trunk5 stable5
#: plugins/python/comics_project_management_tools/comics_project_manager_docker.py:912
#, 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:36
#, 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:50
#, 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:63
#, kde-format
msgid ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: plugins/python/krita_script_starter/bbdkss.ui:70
#, 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:77
#, kde-format
msgid ""
"<html><head/><body>"
"<p>What you want to appear in the Tools-&gt; Scripts menu. If you leave this blank a default entry will be created based on the name of the script. </p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: plugins/python/krita_script_starter/bbdkss.ui:88
#, kde-format
msgid "Short Description"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, e_comment)
#. +> trunk5 stable5
#: plugins/python/krita_script_starter/bbdkss.ui:95
#, kde-format
msgid ""
"<html><head/><body>"
"<p>This will appear in the \"comment\" entry in the dialog where a user can enable or disable Krita scripts. </p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5
#: plugins/python/krita_script_starter/bbdkss.ui:108
#, kde-format
msgid "Type of script:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rb_extension)
#. +> trunk5 stable5
#: plugins/python/krita_script_starter/bbdkss.ui:115
#, kde-format
msgid "E&xtension"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rb_docker)
#. +> trunk5 stable5
#: plugins/python/krita_script_starter/bbdkss.ui:125
#, kde-format
msgid "&Docker"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, cb_enable_script)
#. +> trunk5 stable5
#: plugins/python/krita_script_starter/bbdkss.ui:148
#, kde-format
msgid ""
"<html><head/><body>"
"<p>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-&gt;Settings menu entry. </p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, cb_enable_script)
#. +> trunk5 stable5
#: plugins/python/krita_script_starter/bbdkss.ui:151
#, kde-format
msgid "Enable Script"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, create_button)
#. +> trunk5 stable5
#: plugins/python/krita_script_starter/bbdkss.ui:186
#, 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
+#: plugins/tools/basictools/kis_tool_brush.cc:350
#, kde-format
msgid "Delay:"
msgstr ""
#. +> trunk5 stable5
-#: plugins/tools/basictools/kis_tool_brush.cc:352
+#: plugins/tools/basictools/kis_tool_brush.cc:355
#, kde-format
msgid "Delay the brush stroke to make the line smoother"
msgstr ""
#. +> trunk5 stable5
-#: plugins/tools/basictools/kis_tool_brush.cc:356
+#: plugins/tools/basictools/kis_tool_brush.cc:359
#, kde-format
msgid "Radius where the brush is blocked"
msgstr ""
#. +> trunk5 stable5
-#: plugins/tools/basictools/kis_tool_brush.cc:362
+#: plugins/tools/basictools/kis_tool_brush.cc:366
#, kde-format
msgid "Finish line:"
msgstr ""
#. +> trunk5 stable5
-#: plugins/tools/basictools/kis_tool_brush.cc:375
+#: plugins/tools/basictools/kis_tool_brush.cc:379
#, kde-format
msgid "Stabilize Sensors:"
msgstr ""
#. +> trunk5 stable5
-#: plugins/tools/basictools/kis_tool_brush.cc:383
+#: plugins/tools/basictools/kis_tool_brush.cc:387
#, kde-format
msgid "Stroke Ending:"
msgstr ""
#. +> trunk5 stable5
-#: plugins/tools/basictools/kis_tool_brush.cc:390
+#: plugins/tools/basictools/kis_tool_brush.cc:394
#, kde-format
msgid "Smooth Pressure"
msgstr ""
#. +> trunk5 stable5
-#: plugins/tools/basictools/kis_tool_brush.cc:397
+#: plugins/tools/basictools/kis_tool_brush.cc:401
#, 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
+#: plugins/tools/basictools/kis_tool_brush.cc:406
#, kde-format
msgid "Scalable Distance"
msgstr ""
#. +> trunk5 stable5
-#: plugins/tools/basictools/kis_tool_brush.cc:421
+#: plugins/tools/basictools/kis_tool_brush.cc:425
#, kde-format
msgid "Snap to Assistants"
msgstr ""
#. +> trunk5 stable5
-#: plugins/tools/basictools/kis_tool_brush.cc:423
+#: plugins/tools/basictools/kis_tool_brush.cc:427
#, kde-format
msgid "You need to add Assistants before this tool will work."
msgstr ""
#. +> trunk5 stable5
-#: plugins/tools/basictools/kis_tool_brush.cc:428
+#: plugins/tools/basictools/kis_tool_brush.cc:432
#, kde-format
msgid "Assistant Magnetism"
msgstr ""
#. +> trunk5 stable5
-#: plugins/tools/basictools/kis_tool_brush.cc:439
+#: plugins/tools/basictools/kis_tool_brush.cc:443
#, kde-format
msgid "Magnetism:"
msgstr ""
#. +> trunk5 stable5
-#: plugins/tools/basictools/kis_tool_brush.cc:442
+#: plugins/tools/basictools/kis_tool_brush.cc:446
#, kde-format
msgid "Snap Single:"
msgstr ""
#. +> trunk5 stable5
-#: plugins/tools/basictools/kis_tool_brush.cc:445
+#: plugins/tools/basictools/kis_tool_brush.cc:449
#, 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:157
#, kde-format
msgid "Cannot pick a color as no layer is active."
msgstr ""
#. +> trunk5 stable5
#: 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: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:199
#, 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 asymmetric 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:81
#, 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 "<nobr>Blending controls the percentage of color that is picked</nobr> 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 "<nobr>Determines whether the color picker will sample</nobr> 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 "<nobr>Radius controls the color picker's sampling area.</nobr> 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 "<nobr>Checking this box will add a new color swatch</nobr> 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 "<nobr>Controls whether the color picker updates the</nobr> 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 ""
"<html><head/><body>"
"<p>When \"Uniform Scaling\" is <span style=\" font-weight:600;\">enabled</span>, the shape's stroke is scaled with the shape itself. </p>"
"<p>In <span style=\" font-weight:600;\">disabled</span> state, the shape is only resized, keeping the stroke width and style intact.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>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. </p>"
"<p>If \"Global Coordinates\" mode is disabled, Width and Height fields show the shape's \"local\" size, before application of any transformations.</p>"
"</body></html>"
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/KisReferenceImageCollection.cpp:106
#, kde-format
msgid ""
"The following reference images could not be loaded:\n"
"%1"
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:126
#, kde-format
msgid "Load Reference Images"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:139
#, kde-format
msgid "Could not open '%1'."
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:153
#, kde-format
msgid "Could not load reference images from '%1'."
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:168
#, kde-format
msgid "Save Reference Images"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:180
#, kde-format
msgid "Could not open '%1' for saving."
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp:189
#, 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:57
#, kde-format
msgid "Contiguous Area Selection"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:134
msgctxt "(qtundo-format)"
msgid "Select Contiguous Area"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:178
#: plugins/tools/selectiontools/kis_tool_select_similar.cc:158
#, kde-format
msgid "Fuzziness: "
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:189
#, kde-format
msgid "Grow/shrink selection: "
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:213
#, 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:100
#, kde-format
msgid "Text Tool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:178
#, kde-format
msgid "Conversion failed"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:331
#, kde-format
msgid "Find Text"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:335
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:376
#, kde-format
msgid "Find:"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:371
#, kde-format
msgid "Find and Replace all"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:378
#, kde-format
msgid "Replace:"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:806
#, 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:885
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:891
#: plugins/tools/svgtexttool/WdgSvgTextEditor.ui:24
#, kde-format
msgid "Rich text"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:888
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:892
#, kde-format
msgid "SVG Source"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:1030
#, kde-format
msgid "Text Color"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:1045
#, 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 ""
"<html><head/><body>"
"<p>Which writing system should the fonts chooser show the fonts of? No writing system selected will have all fonts shown.</p>"
"</body></html>"
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:60
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 ""
"<p>Select filtering mode:\n"
"<ul>"
"<li><b>Bilinear</b> for areas with uniform color to avoid artifacts</li>"
"<li><b>Bicubic</b> for smoother results</li>"
"<li><b>Lanczos3</b> for sharp results. May produce aerials.</li>"
"</ul>"
"</p>"
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 <b>Size</b> 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 <b>Amount</b> 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:49
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 ""
"<html><head/><body>"
"<p><br/>"
"</p>"
"</body></html>"
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/extragear-kdevelop/kdevclang.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/extragear-kdevelop/kdevclang.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/extragear-kdevelop/kdevclang.pot (revision 1522564)
@@ -1,406 +1,405 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-07 09:30+0200\n"
+"POT-Creation-Date: 2018-08-14 09:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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
#: clangsettings/sessionsettings/sessionsettings.cpp:53
#, kde-format
msgid "C/C++ Helpers"
msgstr ""
#. +> trunk5 stable5
#: clangsettings/sessionsettings/sessionsettings.cpp:58
#, kde-format
msgid "Configure C/C++ Helpers"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5 stable5
#: clangsettings/sessionsettings/sessionsettings.ui:29
#, kde-format
msgid "Code-completion"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_macros)
#. +> trunk5 stable5
#: clangsettings/sessionsettings/sessionsettings.ui:35
#, kde-format
msgid ""
"<html><head/><body>"
"<p>If disabled, macros will not be included in the code-completion results. This can improve the responsiveness of code-completion in some cases.</p>"
"<p><br/>"
"</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_macros)
#. +> trunk5 stable5
#: clangsettings/sessionsettings/sessionsettings.ui:38
#, kde-format
msgid "Add macros to code-completion"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_lookAhead)
#. +> trunk5 stable5
#: clangsettings/sessionsettings/sessionsettings.ui:51
#, kde-format
msgid "Enable Look-ahead code-completion"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5 stable5
#: clangsettings/sessionsettings/sessionsettings.ui:64
#, kde-format
msgid "Assistants"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_forwardDeclare)
#. +> trunk5 stable5
#: clangsettings/sessionsettings/sessionsettings.ui:70
#, kde-format
msgid "Forward declare assistant"
msgstr ""
#. +> trunk5
#: clangsupport.cpp:183
#, kde-format
msgid ""
"The clang builtin include path \"%1\" is invalid (missing %2 header).\n"
"Try setting the KDEV_CLANG_BUILTIN_DIR environment variable manually to fix this.\n"
"See also: https://bugs.kde.org/show_bug.cgi?id=393779"
msgstr ""
#. +> trunk5 stable5
#: clangsupport.cpp:289
#, kde-format
msgid "Rename Declaration"
msgstr ""
#. +> trunk5 stable5
#: clangsupport.cpp:296
#, kde-format
msgid "Move into Source"
msgstr ""
#. +> trunk5 stable5
#: codecompletion/context.cpp:153
#, kde-format
msgid "Override %1"
msgstr ""
#. +> trunk5 stable5
#: codecompletion/context.cpp:322
#, kde-format
msgid "Implement %1"
msgstr ""
#. +> trunk5 stable5
#: codecompletion/context.cpp:1224
#, kde-format
msgid "Special"
msgstr ""
#. +> trunk5 stable5
#: codecompletion/context.cpp:1225
#, kde-format
msgid "Look-ahead Matches"
msgstr ""
#. +> trunk5 stable5
#: codecompletion/context.cpp:1226
#, kde-format
msgid "Builtin"
msgstr ""
#. +> trunk5 stable5
#: codecompletion/context.cpp:1227
#, kde-format
msgid "Macros"
msgstr ""
#. +> trunk5 stable5
#: codecompletion/context.cpp:1270
#, kde-format
msgid "Abstract Override"
msgstr ""
#. +> trunk5 stable5
#: codecompletion/context.cpp:1271
#, kde-format
msgid "Virtual Override"
msgstr ""
#. +> trunk5 stable5
#: codecompletion/context.cpp:1285
#, kde-format
msgid "Implement Function"
msgstr ""
#. +> trunk5 stable5
#: codegen/adaptsignatureaction.cpp:60
#, kde-format
msgid "Update declaration signature"
msgstr ""
#. +> trunk5 stable5
#: codegen/adaptsignatureaction.cpp:60
#, kde-format
msgid "Update definition signature"
msgstr ""
#. +> trunk5 stable5
#: codegen/adaptsignatureaction.cpp:71
#, kde-format
msgid ""
"Update declaration signature\n"
"from: %1\n"
"to: %2"
msgstr ""
#. +> trunk5 stable5
#: codegen/adaptsignatureaction.cpp:72
#, kde-format
msgid ""
"Update definition signature\n"
"from: %1\n"
"to: %2"
msgstr ""
#. +> trunk5 stable5
#: codegen/adaptsignatureaction.cpp:122
#, kde-format
msgid "Failed to apply changes: %1"
msgstr ""
#. +> trunk5 stable5
#: codegen/adaptsignatureassistant.cpp:84
#, kde-format
msgid "Adapt Signature"
msgstr ""
#. +> trunk5 stable5
#: codegen/clangrefactoring.cpp:97
#, kde-format
msgid "Rename %1"
msgstr ""
#. +> trunk5 stable5
#: codegen/clangrefactoring.cpp:109
#, kde-format
msgid "Create separate definition for %1"
msgstr ""
#. +> trunk5 stable5
#: codegen/clangrefactoring.cpp:152
#, kde-format
msgid "No declaration under cursor"
msgstr ""
#. +> trunk5 stable5
#: codegen/clangrefactoring.cpp:160
#, kde-format
msgid "No source file available for %1."
msgstr ""
#. +> trunk5 stable5
#: codegen/clangrefactoring.cpp:172
#, kde-format
msgid "Failed to update DUChain for %1."
msgstr ""
#. +> trunk5 stable5
#: codegen/clangrefactoring.cpp:176
#, kde-format
msgid "Declaration lost while updating."
msgstr ""
#. +> trunk5 stable5
#: codegen/clangrefactoring.cpp:182
#, kde-format
msgid "Cannot create definition for this declaration."
msgstr ""
#. +> trunk5 stable5
#: codegen/clangrefactoring.cpp:189
#, kde-format
msgid "No document for %1"
msgstr ""
#. +> trunk5 stable5
#: codegen/clangrefactoring.cpp:220
#, kde-format
msgid "Insertion failed"
msgstr ""
#. +> trunk5 stable5
#: codegen/clangrefactoring.cpp:226 codegen/clangrefactoring.cpp:234
#, kde-format
msgid "Applying changes failed: %1"
msgstr ""
#. +> trunk5 stable5
-#: duchain/builder.cpp:1043
-#, kde-format
-msgid "1 Byte"
-msgid_plural "%1 Bytes"
-msgstr[0] ""
-msgstr[1] ""
-
-#. +> trunk5 stable5
-#: duchain/builder.cpp:1044
-#, kde-format
-msgid "1 Bit"
-msgid_plural "%1 Bits"
-msgstr[0] ""
-msgstr[1] ""
-
-#. +> trunk5 stable5
-#: duchain/builder.cpp:1045
-#, kde-format
-msgctxt "%1: bytes, %2: bits"
-msgid "%1, %2"
-msgstr ""
-
-#. +> trunk5 stable5
-#: duchain/builder.cpp:1048
-#, kde-format
-msgid "<p>offset in parent: %1; size: %2 Bytes; aligned to: %3 Bytes</p>"
-msgstr ""
-
-#. +> trunk5 stable5
-#: duchain/builder.cpp:1088
-#, kde-format
-msgid "<p>size: %1 Bytes; aligned to: %2 Bytes</p>"
-msgstr ""
-
-#. +> trunk5 stable5
#: duchain/clangproblem.cpp:197
#, kde-format
msgid "Fix-it Hints"
msgstr ""
#. +> trunk5 stable5
#: duchain/clangproblem.cpp:239
#, kde-format
msgid "Insert \"%1\" at line: %2, column: %3"
msgstr ""
#. +> trunk5 stable5
#: duchain/clangproblem.cpp:243
#, kde-format
msgid "Replace text at line: %1, column: %2 with: \"%3\""
msgstr ""
#. +> trunk5 stable5
#: duchain/clangproblem.cpp:246
#, kde-format
msgid "Replace \"%1\" with: \"%2\""
msgstr ""
#. +> trunk5 stable5
#: duchain/clangproblem.cpp:249
#, kde-format
msgid "Replace multiple lines starting at line: %1, column: %2 with: \"%3\""
msgstr ""
#. +> trunk5 stable5
#: duchain/macrodefinition.cpp:124
#, kde-format
msgid "Macro %1"
msgstr ""
#. +> trunk5 stable5
#: duchain/macronavigationcontext.cpp:66
#, kde-format
msgctxt "%1: macro type, i.e.: 'Function macro' or just 'Macro'%2: the macro name and arguments"
msgid "%1: %2"
msgstr ""
#. +> trunk5 stable5
#: duchain/macronavigationcontext.cpp:67
#, kde-format
msgid "Function macro"
msgstr ""
#. +> trunk5 stable5
#: duchain/macronavigationcontext.cpp:67
#, kde-format
msgid "Macro"
msgstr ""
#. +> trunk5 stable5
#: duchain/macronavigationcontext.cpp:70
#, kde-format
msgctxt "%1: the link to the definition"
msgid "Defined in: %1"
msgstr ""
#. +> trunk5 stable5
#: duchain/macronavigationcontext.cpp:74
#, kde-format
msgid "Show uses"
msgstr ""
#. +> trunk5 stable5
#: duchain/macronavigationcontext.cpp:77
#, kde-format
msgid "Body: "
msgstr ""
#. +> trunk5 stable5
#: duchain/missingincludepathproblem.cpp:50
#, kde-format
msgid "Add Custom Include Path"
msgstr ""
#. +> trunk5 stable5
#: duchain/missingincludepathproblem.cpp:72
#, kde-format
msgid "Open Project"
msgstr ""
#. +> trunk5 stable5
#: duchain/parsesession.cpp:481
#, kde-format
msgid "Header is not guarded against multiple inclusions"
msgstr ""
#. +> trunk5 stable5
#: duchain/parsesession.cpp:482
#, kde-format
msgid "The given header is not guarded against multiple inclusions, either with the conventional #ifndef/#define/#endif macro guards or with #pragma once."
msgstr ""
#. +> trunk5 stable5
#: duchain/unknowndeclarationproblem.cpp:379
#, kde-format
msgid "Insert '%1'"
msgstr ""
#. +> trunk5 stable5
#: duchain/unknowndeclarationproblem.cpp:439
#, kde-format
msgid "Forward declare as 'class'"
msgstr ""
#. +> trunk5 stable5
#: duchain/unknowndeclarationproblem.cpp:445
#, kde-format
msgid "Forward declare as 'struct'"
msgstr ""
+
+#. +> stable5
+#: duchain/builder.cpp:1043
+#, kde-format
+msgid "1 Byte"
+msgid_plural "%1 Bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#. +> stable5
+#: duchain/builder.cpp:1044
+#, kde-format
+msgid "1 Bit"
+msgid_plural "%1 Bits"
+msgstr[0] ""
+msgstr[1] ""
+
+#. +> stable5
+#: duchain/builder.cpp:1045
+#, kde-format
+msgctxt "%1: bytes, %2: bits"
+msgid "%1, %2"
+msgstr ""
+
+#. +> stable5
+#: duchain/builder.cpp:1048
+#, kde-format
+msgid "<p>offset in parent: %1; size: %2 Bytes; aligned to: %3 Bytes</p>"
+msgstr ""
+
+#. +> stable5
+#: duchain/builder.cpp:1088
+#, kde-format
+msgid "<p>size: %1 Bytes; aligned to: %2 Bytes</p>"
+msgstr ""
Index: trunk/l10n-support/templates/summit/messages/extragear-kdevelop/kdevplatform.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/extragear-kdevelop/kdevplatform.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/extragear-kdevelop/kdevplatform.pot (revision 1522564)
@@ -1,6285 +1,6326 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-12 16:54+0200\n"
+"POT-Creation-Date: 2018-08-14 09:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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
#: debugger/breakpoint/breakpoint.cpp:154
#, kde-format
msgctxt "@info:tooltip"
msgid "Error"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpoint.cpp:160
#, kde-format
msgctxt "@info:tooltip"
msgid "Dirty"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpoint.cpp:162
#, kde-format
msgctxt "@info:tooltip"
msgid "Pending"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpoint.cpp:164
#, kde-format
msgctxt "@info:tooltip"
msgid "Clean"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpoint.cpp:196
#, kde-format
msgctxt "location (address)"
msgid "%1 (%2)"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointdetails.cpp:61
#: debugger/breakpoint/breakpointdetails.cpp:136
#, kde-format
msgid "Not hit yet"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointdetails.cpp:65
#, kde-format
msgid "Ignore"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointdetails.cpp:73
#, kde-format
msgid "next hits"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointdetails.cpp:121
#, kde-format
msgid "Breakpoint is <a href=\"pending\">pending</a>"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointdetails.cpp:124
#, kde-format
msgid "Breakpoint is <a href=\"dirty\">dirty</a>"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointdetails.cpp:127
#, kde-format
msgid "Breakpoint is active"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointdetails.cpp:134
#, kde-format
msgid "Hit %1 time"
msgid_plural "Hit %1 times"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointdetails.cpp:138
#, kde-format
msgid "Breakpoint has errors"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointdetails.cpp:149
#, kde-format
msgid ""
"<b>Breakpoint is pending</b>"
"<p>Pending breakpoints are those that have been passed to GDB, but which are not yet installed in the target, because GDB cannot find the function or file to which the breakpoint refers. The most common case is a breakpoint in a shared library: GDB will insert this breakpoint only when the library is loaded.</p>"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointdetails.cpp:162
#, kde-format
msgid ""
"<b>Breakpoint is dirty</b>"
"<p>The breakpoint has not yet been passed to the debugger.</p>"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointmodel.cpp:117
#, kde-format
msgid "Breakpoint"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointmodel.cpp:150
#, kde-format
msgid "Breakpoint not found"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointmodel.cpp:150
#, kde-format
msgid "Couldn't find breakpoint at %1:%2"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointmodel.cpp:156
#, kde-format
msgid "&Breakpoint"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointmodel.cpp:162
#, kde-format
msgid "&Disable Breakpoint"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointmodel.cpp:163
#, kde-format
msgid "&Enable Breakpoint"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointmodel.cpp:166
#, kde-format
msgid "&Bookmark"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointmodel.cpp:217
#: debugger/variable/variablecollection.cpp:421
#: debugger/variable/variabletooltip.cpp:96
#, kde-format
msgid "Type"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointmodel.cpp:218
#: vcs/models/vcsitemeventmodel.cpp:98
#, kde-format
msgid "Location"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointmodel.cpp:219
#, kde-format
msgid "Condition"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointmodel.cpp:223
#, kde-format
msgid "Active status"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointmodel.cpp:224 shell/sessioncontroller.cpp:562
#, kde-format
msgid "State"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointwidget.cpp:73
#, kde-format
msgctxt "@title:window"
msgid "Debugger Breakpoints"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointwidget.cpp:74
#, kde-format
msgctxt "@info:whatsthis"
msgid "Displays a list of breakpoints with their current status. Clicking on a breakpoint item allows you to change the breakpoint and will take you to the source in the editor window."
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointwidget.cpp:86
#, kde-format
msgid "Breakpoint Details"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointwidget.cpp:95
#, kde-format
msgid "New code breakpoint ..."
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointwidget.cpp:96
#, kde-format
msgid "Enter condition ..."
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointwidget.cpp:126
#, kde-format
msgctxt "New breakpoint"
msgid "&New"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointwidget.cpp:130
#, kde-format
msgctxt "Code breakpoint"
msgid "&Code"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointwidget.cpp:139
#, kde-format
msgctxt "Data breakpoint"
msgid "Data &Write"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointwidget.cpp:142
#, kde-format
msgctxt "Data read breakpoint"
msgid "Data &Read"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointwidget.cpp:145
#, kde-format
msgctxt "Data access breakpoint"
msgid "Data &Access"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointwidget.cpp:150
#, kde-format
msgid "&Delete"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointwidget.cpp:159
#, kde-format
msgid "Disable &All"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointwidget.cpp:160
#, kde-format
msgid "&Enable All"
msgstr ""
#. +> trunk5 stable5
#: debugger/breakpoint/breakpointwidget.cpp:161
#, kde-format
msgid "&Remove All"
msgstr ""
#. +> trunk5 stable5
#: debugger/framestack/framestackmodel.cpp:178
#, kde-format
msgctxt "#thread-id at function-name or address"
msgid "#%1 at %2 (crashed)"
msgstr ""
#. +> trunk5 stable5
#: debugger/framestack/framestackmodel.cpp:180
#, kde-format
msgctxt "#thread-id at function-name or address"
msgid "#%1 at %2"
msgstr ""
#. +> trunk5 stable5
#: debugger/framestack/framestackmodel.cpp:275
#, kde-format
msgid "Depth"
msgstr ""
#. +> trunk5 stable5
#: debugger/framestack/framestackmodel.cpp:277
#: language/duchain/navigation/abstractnavigationcontext.cpp:471
#, kde-format
msgid "Function"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, sourceBox)
#. +> trunk5 stable5
#: debugger/framestack/framestackmodel.cpp:279 shell/projectsourcepage.ui:66
#, kde-format
msgid "Source"
msgstr ""
#. +> trunk5 stable5
#: debugger/framestack/framestackwidget.cpp:81
#, kde-format
msgid "<b>Frame stack</b>Often referred to as the \"call stack\", this is a list showing which function is currently active, and what called each function to get to this point in your program. By clicking on an item you can see the values in any of the previous calling functions."
msgstr ""
#. +> trunk5 stable5
#: debugger/framestack/framestackwidget.cpp:117
#, kde-format
msgid "Threads:"
msgstr ""
#. +> trunk5 stable5
#: debugger/framestack/framestackwidget.cpp:238
#, kde-format
msgctxt "#frame function() at file"
msgid "#%1 %2() at %3\n"
msgstr ""
#. +> trunk5 stable5
#: debugger/framestack/framestackwidget.cpp:241
#, kde-format
msgctxt "#frame function() at file:line"
msgid "#%1 %2() at %3:%4\n"
msgstr ""
#. +> trunk5 stable5
#: debugger/interfaces/ibreakpointcontroller.cpp:86
#, kde-format
msgid "Breakpoint hit: %1"
msgstr ""
#. +> trunk5 stable5
#: debugger/interfaces/ibreakpointcontroller.cpp:92
#, kde-format
msgid "Watchpoint hit: %1"
msgstr ""
#. +> trunk5 stable5
#: debugger/util/pathmappings.cpp:100
#, kde-format
msgid "Remote Path"
msgstr ""
#. +> trunk5 stable5
#: debugger/util/pathmappings.cpp:102
#, kde-format
msgid "Local Path"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnDelStyle)
#. i18n: ectx: property (text), widget (QPushButton, deleteButton)
#. +> trunk5 stable5
#: debugger/util/pathmappings.cpp:231
#: shell/sourceformatterselectionedit.ui:154
#: shell/workingsets/workingsettooltipwidget.cpp:105
#: vcs/dvcs/ui/branchmanager.ui:47
#, kde-format
msgid "Delete"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablecollection.cpp:224
#: language/duchain/problem.cpp:203 shell/filteredproblemstore.cpp:170
#: shell/problem.cpp:154
#, kde-format
msgid "Error"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablecollection.cpp:248
#, kde-format
msgid "Auto"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, configName)
#. +> trunk5 stable5
#: debugger/variable/variablecollection.cpp:421
#: debugger/variable/variabletooltip.cpp:96
#: shell/launchconfigurationdialog.ui:114
#, kde-format
msgid "Name"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablecollection.cpp:421
#: debugger/variable/variabletooltip.cpp:96
#: shell/settings/environmentprofilemodel.cpp:106
#, kde-format
msgid "Value"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablecollection.cpp:503
#, kde-format
msgid "Locals"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variabletooltip.cpp:135
#, kde-format
msgid "Watch This"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variabletooltip.cpp:137
#, kde-format
msgid "Stop on Change"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:78
#, kde-format
msgid "Debugger Variables"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:100
#, kde-format
msgid ""
"<b>Variable tree</b>The variable tree allows you to see the values of local variables and arbitrary expressions.<br />"
"Local variables are displayed automatically and are updated as you step through your program. For each expression you enter, you can either evaluate it once, or \"watch\" it (make it auto-updated). Expressions that are not auto-updated can be updated manually from the context menu. Expressions can be renamed to more descriptive names by clicking on the name column.<br />"
"To change the value of a variable or an expression, click on the value.<br />"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:114
#, kde-format
msgid "<b>Expression entry</b>Type in expression to watch."
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:201
#, kde-format
msgid "&Format"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:206
#, kde-format
msgid "&Natural"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:211
#, kde-format
msgid "&Binary"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:216
#, kde-format
msgid "&Octal"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:221
#, kde-format
msgid "&Decimal"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:226
#, kde-format
msgid "&Hexadecimal"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:241
#, kde-format
msgid "Remove Watch Variable"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:248
#, kde-format
msgid "&Copy Value"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:253
#, kde-format
msgid "&Stop on Change"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:333
#, kde-format
msgid "Recent Expressions"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:334
#: shell/workingsets/workingsettooltipwidget.cpp:148
#, kde-format
msgid "Remove All"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:335
#, kde-format
msgid "Re-evaluate All"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:381
#, kde-format
msgid "Remember Value"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:386
#, kde-format
msgid "Watch Variable"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:391
#, kde-format
msgid "Reevaluate Expression"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:393
#, kde-format
msgid "Remove Expression"
msgstr ""
#. +> trunk5 stable5
#: debugger/variable/variablewidget.cpp:399
#, kde-format
msgid "Data write breakpoint"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: documentation/documentationfindwidget.ui:43
#, kde-format
msgid "Find:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, nextButton)
#. +> trunk5 stable5
#: documentation/documentationfindwidget.ui:57
#, kde-format
msgid "Jump to next match"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, previousButton)
#. +> trunk5 stable5
#: documentation/documentationfindwidget.ui:71
#, kde-format
msgid "Jump to previous match"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, matchCase)
#. +> trunk5 stable5
#: documentation/documentationfindwidget.ui:85
#, kde-format
msgid "Match case sensitive"
msgstr ""
#. +> trunk5 stable5
#: documentation/documentationview.cpp:48
#: shell/documentationcontroller.cpp:127 shell/documentationcontroller.cpp:225
#: shell/settings/documentationpreferences.cpp:39
#, kde-format
msgid "Documentation"
msgstr ""
#. +> trunk5 stable5
#: documentation/documentationview.cpp:79
#, kde-format
msgid "Back"
msgstr ""
#. +> trunk5 stable5
#: documentation/documentationview.cpp:84
#, kde-format
msgid "Forward"
msgstr ""
#. +> trunk5 stable5
#: documentation/documentationview.cpp:89
#, kde-format
msgid "Home"
msgstr ""
#. +> trunk5 stable5
#: documentation/documentationview.cpp:102
#, kde-format
msgid "Search..."
msgstr ""
#. +> trunk5 stable5
#: documentation/documentationview.cpp:120
#, kde-format
msgid "Find in Text..."
msgstr ""
#. +> trunk5 stable5
#: documentation/documentationview.cpp:121
#, kde-format
msgid "Find in text of current documentation page."
msgstr ""
#. +> trunk5 stable5
#: interfaces/contextmenuextension.cpp:140 shell/debugcontroller.cpp:377
#: shell/runcontroller.cpp:100 shell/uicontroller.cpp:100
#, kde-format
msgid "Debug"
msgstr ""
#. +> trunk5 stable5
#: interfaces/contextmenuextension.cpp:141
#, kde-format
msgid "Refactor"
msgstr ""
#. +> trunk5 stable5
#: interfaces/contextmenuextension.cpp:143
#, kde-format
msgid "Analyze Current File With"
msgstr ""
#. +> trunk5 stable5
#: interfaces/contextmenuextension.cpp:144
#, kde-format
msgid "Analyze Current Project With"
msgstr ""
#. +> trunk5 stable5
#: interfaces/isourceformatter.cpp:189
#, kde-format
msgid ""
"The executable %1 cannot be found. Please make sure it is installed and can be executed. <br />"
"The plugin will not work until you fix this problem."
msgstr ""
#. +> trunk5 stable5
#: language/assistant/renameaction.cpp:75
#, kde-format
msgid "Rename \"%1\" to \"%2\""
msgstr ""
#. +> trunk5 stable5
#: language/assistant/renameaction.cpp:109
#: language/assistant/renamefileaction.cpp:81
#, kde-format
msgid "Failed to apply changes: %1"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, RenameDialog)
#. i18n: ectx: property (text), widget (QPushButton, renameButton)
#. +> trunk5 stable5
#: language/assistant/renameassistant.cpp:118
#: language/codegen/basicrefactoring.ui:14 vcs/dvcs/ui/branchmanager.ui:57
#, kde-format
msgid "Rename"
msgstr ""
#. +> trunk5 stable5
#: language/assistant/renamefileaction.cpp:57
#, kde-format
msgid "Rename file from \"%1\" to \"%2\"."
msgstr ""
#. +> trunk5 stable5
#: language/backgroundparser/backgroundparser.cpp:291
#, kde-format
msgid "Parsing: %1"
msgstr ""
#. +> trunk5 stable5
#: language/backgroundparser/backgroundparser.cpp:545
#: shell/settings/bgpreferences.cpp:81
#, kde-format
msgid "Background Parser"
msgstr ""
#. +> trunk5 stable5
-#: language/backgroundparser/parsejob.cpp:277
+#: language/backgroundparser/parsejob.cpp:293
#, kde-format
msgctxt "%1: filename"
msgid "Skipped file that is too large: '%1'"
msgstr ""
#. +> trunk5 stable5
-#: language/backgroundparser/parsejob.cpp:279
+#: language/backgroundparser/parsejob.cpp:295
#, kde-format
msgctxt "%1: file size, %2: limit file size"
msgid "The file is %1 and exceeds the limit of %2."
msgstr ""
#. +> trunk5 stable5
-#: language/backgroundparser/parsejob.cpp:292
+#: language/backgroundparser/parsejob.cpp:309
#, kde-format
msgid "Could not open file '%1'"
msgstr ""
#. +> trunk5 stable5
-#: language/backgroundparser/parsejob.cpp:295
+#: language/backgroundparser/parsejob.cpp:312
#, kde-format
msgid "File could not be read from disk."
msgstr ""
#. +> trunk5 stable5
-#: language/backgroundparser/parsejob.cpp:298
+#: language/backgroundparser/parsejob.cpp:315
#, kde-format
msgid "File could not be opened."
msgstr ""
#. +> trunk5 stable5
-#: language/backgroundparser/parsejob.cpp:301
+#: language/backgroundparser/parsejob.cpp:318
#, kde-format
msgid "File could not be read from disk due to permissions."
msgstr ""
#. +> trunk5 stable5
#: language/backgroundparser/parseprojectjob.cpp:88
#, kde-format
msgid "Process 1 file in %2"
msgid_plural "Process %1 files in %2"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: language/classmodel/allclassesfolder.cpp:37
#, kde-format
msgid "All projects classes"
msgstr ""
#. +> trunk5 stable5
#: language/classmodel/classmodelnode.cpp:385
#, kde-format
msgid "Base classes"
msgstr ""
#. +> trunk5 stable5
#: language/classmodel/classmodelnode.cpp:420
#, kde-format
msgid "Derived classes"
msgstr ""
#. +> trunk5 stable5
#: language/classmodel/projectfolder.cpp:30
#, kde-format
msgid "Classes in project %1"
msgstr ""
#. +> trunk5 stable5
#: language/codecompletion/codecompletionitem.cpp:123
#, kde-format
msgid "not implemented"
msgstr ""
#. +> trunk5 stable5
#: language/codegen/basicrefactoring.cpp:108
#, kde-format
msgid "Rename \"%1\"..."
msgstr ""
#. +> trunk5 stable5
#: language/codegen/basicrefactoring.cpp:231
#, kde-format
msgid "No declaration under cursor"
msgstr ""
#. +> trunk5 stable5
#: language/codegen/basicrefactoring.cpp:237
#, kde-format
msgid "Declaration is located in non-writeable file %1."
msgstr ""
#. +> trunk5 stable5
#: language/codegen/basicrefactoring.cpp:297
#, kde-format
msgctxt "Renaming some declaration"
msgid "Rename \"%1\""
msgstr ""
#. +> trunk5 stable5
#: language/codegen/basicrefactoring.cpp:301
#, kde-format
msgid "Uses"
msgstr ""
#. +> trunk5 stable5
#: language/codegen/basicrefactoring.cpp:303
#, kde-format
msgid "Declaration Info"
msgstr ""
#. +> trunk5 stable5
#: language/codegen/basicrefactoring.cpp:310
#, kde-format
msgid "Renaming \"%1\" to \"%2\""
msgstr ""
#. +> trunk5 stable5
#: language/codegen/basicrefactoring.cpp:335
#: language/codegen/basicrefactoring.cpp:343
#: language/codegen/basicrefactoring.cpp:356
#, kde-format
msgid "Applying changes failed: %1"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, newNameLabel)
#. +> trunk5 stable5
#: language/codegen/basicrefactoring.ui:22
#, kde-format
msgid "&New name:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, goButton)
#. +> trunk5 stable5
#: language/codegen/basicrefactoring.ui:35
#, kde-format
msgid ""
"<html><head/><body>"
"<p>\"Note: All overloaded functions, overloads, forward-declarations, etc. will be renamed too\"</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, goButton)
#. +> trunk5 stable5
#: language/codegen/basicrefactoring.ui:38
#, kde-format
msgid "&Rename"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, cancelButton)
#. +> trunk5 stable5
#: language/codegen/basicrefactoring.ui:45
#, kde-format
msgid "&Cancel"
msgstr ""
#. +> trunk5 stable5
#: language/codegen/codegenerator.cpp:133
#, kde-format
msgid "Could not find an open document"
msgstr ""
#. +> trunk5 stable5
#: language/codegen/codegenerator.cpp:152
#, kde-format
msgid "Could not find the chain for the selected document: %1"
msgstr ""
#. +> trunk5 stable5
#: language/codegen/codegenerator.cpp:172
#, kde-format
msgid "Error finding context for selection range"
msgstr ""
#. +> trunk5 stable5
#: language/codegen/codegenerator.cpp:178
#, kde-format
msgid "Error checking conditions to generate code: %1"
msgstr ""
#. +> trunk5 stable5
#: language/codegen/codegenerator.cpp:187
#, kde-format
msgid "Error Gathering user information: %1"
msgstr ""
#. +> trunk5 stable5
#: language/codegen/codegenerator.cpp:195
#, kde-format
msgid "Error generating code: %1"
msgstr ""
#. +> trunk5 stable5
#: language/codegen/documentchangeset.cpp:127
#, kde-format
msgctxt "text range line:column->line:column"
msgid "%1:%2->%3:%4"
msgstr ""
#. +> trunk5 stable5
#: language/codegen/documentchangeset.cpp:251
#, kde-format
msgid "Could not rename '%1' to '%2'"
msgstr ""
#. +> trunk5 stable5
#: language/codegen/documentchangeset.cpp:338
#, kde-format
msgctxt "Inconsistent change in <filename> between <range>, found <oldText> (encountered <foundText>) -> <newText>"
msgid "Inconsistent change in %1 between %2, found %3 (encountered \"%4\") -> \"%5\""
msgstr ""
#. +> trunk5 stable5
#: language/codegen/documentchangeset.cpp:358
#, kde-format
msgid "Could not replace text in the document: %1"
msgstr ""
#. +> trunk5 stable5
#: language/codegen/documentchangeset.cpp:462
#, kde-format
msgctxt "Inconsistent change in <document> at <range> = <oldText> (encountered <encountered>) -> <newText>"
msgid "Inconsistent change in %1 at %2 = \"%3\"(encountered \"%4\") -> \"%5\""
msgstr ""
#. +> trunk5 stable5
#: language/codegen/documentchangeset.cpp:534
#, kde-format
msgctxt "Inconsistent change-request at <document>:intersecting changes: <previous-oldText> -> <previous-newText> @<range> & <new-oldText> -> <new-newText> @<range>"
msgid "Inconsistent change-request at %1; intersecting changes: \"%2\"->\"%3\"@%4 & \"%5\"->\"%6\"@%7 "
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, RefactoringDialog)
#. +> trunk5 stable5
#: language/codegen/progressdialogs/refactoringdialog.ui:14
#, kde-format
msgid "Refactoring"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, abortButton)
#. +> trunk5 stable5
#: language/codegen/progressdialogs/refactoringdialog.ui:27
#, kde-format
msgid "&Abort"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/aliasdeclaration.cpp:58
#, kde-format
msgid "Alias %1 as %2"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/aliasdeclaration.cpp:60
#, kde-format
msgid "Lost alias %1"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/classfunctiondeclaration.cpp:98
#, kde-format
msgid "invalid member-function %1 type %2"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/declarationid.cpp:233
#, kde-format
msgid "(unknown direct declaration)"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/declarationid.cpp:236
#, kde-format
msgid "(missing)"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/forwarddeclaration.cpp:60
#, kde-format
msgid "context-free forward-declaration %1"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/namespacealiasdeclaration.cpp:107
#, kde-format
msgid "Import %1 as %2"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/namespacealiasdeclaration.cpp:109
#, kde-format
msgid "Import %1"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:96
#, kde-format
msgid ""
"<br />"
" lost declaration <br />"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:103
#, kde-format
msgid "Back to %1<br />"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:119
#, kde-format
msgid "enumerator "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:145
#, kde-format
msgid "namespace %1 "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:152
#, kde-format
msgid "enumeration %1 "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:159
#, kde-format
msgid "(resolved forward-declaration: "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:161
#, kde-format
msgid ") "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:163
#, kde-format
msgid "(unresolved forward-declaration) "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:182
#, kde-format
msgid "possible resolution from"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:194
#, kde-format
msgid "Returns: "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:196
#, kde-format
msgid "Type: "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:216
#, kde-format
msgid "Enum: "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:218
#, kde-format
msgid "Container: "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:225
#, kde-format
msgid "Scope: %1 "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:244
#, kde-format
msgid "Access: %1 "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:264
#, kde-format
msgid "Kind: %1 %2 "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:266
#, kde-format
msgid "Kind: %1 "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:270
#, kde-format
msgid "Deprecated"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:270
#, kde-format
msgid "Status: %1 "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:280
#, kde-format
msgid "Def.: "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:282
#, kde-format
msgid "Decl.: "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:289
#, kde-format
msgid " Def.: "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:296
#, kde-format
msgid " Decl.: "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:302
#, kde-format
msgid "Show uses"
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:334
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:338
#, kde-format
msgid "Show documentation for "
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:436
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:440
#, kde-format
msgctxt "An anonymous declaration (class, function, etc.)"
msgid "<anonymous>"
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:451
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:455
#, kde-format
msgid "Overrides a "
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:452
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:470
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:456
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:474
#, kde-format
msgid "function"
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:453
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:473
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:457
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:477
#, kde-format
msgid " from "
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:469
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:473
#, kde-format
msgid "Hides a "
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:492
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:496
#, kde-format
msgid "Overridden in "
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:506
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:510
#, kde-format
msgid "Overriders possible, show all"
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:506
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:510
#, kde-format
msgid "More overriders possible, show all"
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:516
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:520
#, kde-format
msgid "Inherited by "
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:530
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:534
#, kde-format
msgid "Inheriters possible, show all"
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:530
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:534
#, kde-format
msgid "More inheriters possible, show all"
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:717
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:721
#, kde-format
msgctxt "A declaration that is unknown"
msgid "Unknown"
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:743
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:747
#, kde-format
msgctxt "tells if a declaration is defining the variable's value"
msgid "definition"
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:748
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:752
#, kde-format
msgctxt "as in c++ forward declaration"
msgid "forward"
msgstr ""
#. +> trunk5 stable5
-#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:753
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:757
#, kde-format
msgctxt "a variable that won't change, const"
msgid "constant"
msgstr ""
+#. +> trunk5
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:802
+#, kde-format
+msgid "1 Byte"
+msgid_plural "%1 Bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#. +> trunk5
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:803
+#, kde-format
+msgid "1 Bit"
+msgid_plural "%1 Bits"
+msgstr[0] ""
+msgstr[1] ""
+
+#. +> trunk5
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:804
+#, kde-format
+msgctxt "%1: bytes, %2: bits"
+msgid "%1, %2"
+msgstr ""
+
+#. +> trunk5
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:804
+#, kde-format
+msgid "offset in parent: %1"
+msgstr ""
+
+#. +> trunk5
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:809
+#, kde-format
+msgid "size: %1 Bytes"
+msgstr ""
+
+#. +> trunk5
+#: language/duchain/navigation/abstractdeclarationnavigationcontext.cpp:814
+#, kde-format
+msgid "aligned to: %1 Bytes"
+msgstr ""
+
#. +> trunk5 stable5
#: language/duchain/navigation/abstractincludenavigationcontext.cpp:94
#, kde-format
msgid "Declarations:"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractincludenavigationcontext.cpp:100
#, kde-format
msgid "not parsed yet"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractincludenavigationcontext.cpp:111
#, kde-format
msgctxt "Files included into this file"
msgid "Includes"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractincludenavigationcontext.cpp:111
#, kde-format
msgctxt "Count of files this file was included into"
msgid "Included by"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractnavigationcontext.cpp:453
#, kde-format
msgid "Typedef"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractnavigationcontext.cpp:456
#, kde-format
msgid "Class"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractnavigationcontext.cpp:458
#: shell/settings/environmentprofilemodel.cpp:104
#, kde-format
msgid "Variable"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractnavigationcontext.cpp:460
#, kde-format
msgid "Namespace"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractnavigationcontext.cpp:465
#, kde-format
msgid "Namespace import"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractnavigationcontext.cpp:467
#, kde-format
msgid "Namespace alias"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractnavigationcontext.cpp:474
#, kde-format
msgid "Forward Declaration"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractnavigationwidget.cpp:190
#, kde-format
msgid "(Hold <em>Alt</em> to show. Navigate via arrow keys, activate by pressing <em>Enter</em>)"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/abstractnavigationwidget.cpp:192
#, kde-format
msgid "(Hold <em>Alt</em> to show this tooltip)"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/problemnavigationcontext.cpp:106
#, kde-format
msgid "Problem"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/problemnavigationcontext.cpp:137
#, kde-format
msgid "Problem in <i>%1</i>"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/problemnavigationcontext.cpp:141
#, kde-format
msgid "Location: "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/problemnavigationcontext.cpp:178
#: language/duchain/navigation/problemnavigationcontext.cpp:188
#, kde-format
msgid ""
"<br>"
"See: "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/problemnavigationcontext.cpp:180
#, kde-format
msgid " in "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/problemnavigationcontext.cpp:213
#, kde-format
msgid "Solution (%1)"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/usescollector.cpp:380
#, kde-format
msgid "%1 still needs an update!"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/usesnavigationcontext.cpp:48
#, kde-format
msgid "Uses of "
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/usesnavigationcontext.cpp:53
#, kde-format
msgid "Uses of %1"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/useswidget.cpp:137
#, kde-format
msgctxt "refers to a line in source code"
msgid "Line <b>%1</b>:"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/useswidget.cpp:216
#: language/duchain/navigation/useswidget.cpp:222
#, kde-format
msgctxt "Refers to a line in source code"
msgid "Line <b>%1</b>:"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/useswidget.cpp:382
#, kde-format
msgid "Unknown context"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/useswidget.cpp:389
#: shell/launchconfigurationdialog.cpp:491
#, kde-format
msgid "Global"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/useswidget.cpp:412
#, kde-format
msgctxt "%1: source file"
msgid "In %1"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/useswidget.cpp:441
#, kde-format
msgid "Definition"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/useswidget.cpp:441
#, kde-format
msgid "Declaration"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/useswidget.cpp:477
#, kde-format
msgctxt "%1: number of uses, %2: filename with uses"
msgid "%2: 1 use"
msgid_plural "%2: %1 uses"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: language/duchain/navigation/useswidget.cpp:481
#: language/duchain/navigation/useswidget.cpp:515
#, kde-format
msgctxt "Refers to closing a UI element"
msgid "Collapse"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/useswidget.cpp:512
#, kde-format
msgctxt "Refers to opening a UI element"
msgid "Expand"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/useswidget.cpp:593
#, kde-format
msgid "1 use found"
msgid_plural "%1 uses found"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: language/duchain/navigation/useswidget.cpp:594
#, kde-format
msgid "Expand all"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/navigation/useswidget.cpp:595
#, kde-format
msgid "Collapse all"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/problem.cpp:205 shell/filteredproblemstore.cpp:171
#: shell/problem.cpp:153
#, kde-format
msgid "Warning"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/problem.cpp:207 shell/filteredproblemstore.cpp:172
#: shell/problem.cpp:152
#, kde-format
msgid "Hint"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/problem.cpp:216 shell/problem.cpp:83
#, kde-format
msgid "Disk"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/problem.cpp:218 shell/problem.cpp:84
#, kde-format
msgid "Preprocessor"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/problem.cpp:220 shell/problem.cpp:85
#, kde-format
msgid "Lexer"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/problem.cpp:222 shell/problem.cpp:86
#, kde-format
msgid "Parser"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/problem.cpp:224
#, kde-format
msgid "Definition-Use Chain"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/problem.cpp:226 shell/problem.cpp:88
#, kde-format
msgid "Semantic analysis"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/problem.cpp:228
#, kde-format
msgid "To-do"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/problem.cpp:231 shell/problem.cpp:82
#, kde-format
msgid "Unknown"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/problem.cpp:238
#, kde-format
msgctxt "<severity>: <description> in <url>:[<range>]: <explanation> (found by <source>)"
msgid "%1: %2 in %3:[(%4,%5),(%6,%7)]: %8 (found by %9)"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/problem.cpp:246
#, kde-format
msgid "<no explanation>"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/types/containertypes.cpp:87
#, kde-format
msgid "%1 of %2"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/types/containertypes.cpp:97
#: language/duchain/types/containertypes.cpp:98
#, kde-format
msgid "unknown"
msgstr ""
#. +> trunk5 stable5
#: language/duchain/types/containertypes.cpp:100
#, kde-format
msgid "%1 of %2 : %3"
msgstr ""
#. +> trunk5 stable5
#: language/util/debuglanguageparserhelper.h:193
#, kde-format
msgid "files or - to read from STDIN, the latter is the default if nothing is provided"
msgstr ""
#. +> trunk5 stable5
#: language/util/debuglanguageparserhelper.h:195
#, kde-format
msgid "print generated AST tree"
msgstr ""
#. +> trunk5 stable5
#: language/util/debuglanguageparserhelper.h:196
#, kde-format
msgid "print generated token stream"
msgstr ""
#. +> trunk5 stable5
#: language/util/debuglanguageparserhelper.h:197
#, kde-format
msgid "code to parse"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:181
#, kde-format
msgid "No build directory specified for a builder job."
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:183
#, kde-format
msgid "No working directory specified for a process."
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:194
#, kde-format
msgid "Invalid build directory '%1'"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:196
#, kde-format
msgid "Invalid working directory '%1'"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:202
#, kde-format
msgid "Build directory '%1' is not a local path"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:204
#, kde-format
msgid "Working directory '%1' is not a local path"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:222
#, kde-format
msgid "Build directory '%1' does not exist or is not a directory"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:224
#, kde-format
msgid "Working directory '%1' does not exist or is not a directory"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:283
#, kde-format
msgid "Failed to specify program to start: %1"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:284
#, kde-format
msgid "*** %1 ***"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:308
#, kde-format
msgid "*** Killed process ***"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:312
#, kde-format
msgid "*** Warning: could not kill the process ***"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:329
#, kde-format
msgid "%1 has failed to start"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:333
#, kde-format
msgid "%1 has crashed"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:337
#, kde-format
msgid "Read error"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:341
#, kde-format
msgid "Write error"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:345
#, kde-format
msgid "Waiting for the process has timed out"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:349
#, kde-format
msgid "Exit code %1"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:362
#, kde-format
msgid "*** Failure: %1 ***"
msgstr ""
#. +> trunk5 stable5
#: outputview/outputexecutejob.cpp:378
#, kde-format
msgid "*** Finished ***"
msgstr ""
#. +> trunk5 stable5
#: project/abstractfilemanagerplugin.cpp:338
#, kde-format
msgid ""
"The base folder of project <b>%1</b> got deleted or moved outside of KDevelop.\n"
"The project has to be closed."
msgstr ""
#. +> trunk5 stable5
#: project/abstractfilemanagerplugin.cpp:341
#, kde-format
msgid "Project Folder Deleted"
msgstr ""
#. +> trunk5 stable5
#: project/abstractfilemanagerplugin.cpp:365
#, kde-format
msgid ""
"You tried to rename '%1' to '%2', but the latter is filtered and will be hidden.\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5 stable5
#: project/builderjob.cpp:90
#, kde-format
msgctxt "@info:status"
msgid "build"
msgstr ""
#. +> trunk5 stable5
#: project/builderjob.cpp:92
#, kde-format
msgctxt "@info:status"
msgid "clean"
msgstr ""
#. +> trunk5 stable5
#: project/builderjob.cpp:94
#, kde-format
msgctxt "@info:status"
msgid "configure"
msgstr ""
#. +> trunk5 stable5
#: project/builderjob.cpp:96
#, kde-format
msgctxt "@info:status"
msgid "install"
msgstr ""
#. +> trunk5 stable5
#: project/builderjob.cpp:98
#, kde-format
msgctxt "@info:status"
msgid "prune"
msgstr ""
#. +> trunk5 stable5
#: project/builderjob.cpp:239
#, kde-format
msgctxt "Unspecified set of build items (e. g. projects, targets)"
msgid "Various items"
msgstr ""
#. +> trunk5 stable5
#: project/helper.cpp:78
#, kde-format
msgid "Cannot remove folder <i>%1</i>."
msgstr ""
#. +> trunk5 stable5
#: project/helper.cpp:79
#, kde-format
msgid "Cannot remove file <i>%1</i>."
msgstr ""
#. +> trunk5 stable5
#: project/helper.cpp:96
#, kde-format
msgid "The file <i>%1</i> already exists."
msgstr ""
#. +> trunk5 stable5
#: project/helper.cpp:105
#, kde-format
msgid "Cannot create file <i>%1</i>."
msgstr ""
#. +> trunk5 stable5
#: project/helper.cpp:122
#, kde-format
msgid "Cannot create folder <i>%1</i>."
msgstr ""
#. +> trunk5 stable5
#: project/importprojectjob.cpp:65
#, kde-format
msgid "Project Import: %1"
msgstr ""
#. +> trunk5 stable5
#: project/importprojectjob.cpp:97
#, kde-format
msgid "Project import canceled."
msgstr ""
#. +> trunk5 stable5
#: project/projectbuildsetmodel.cpp:289
#, kde-format
msgctxt "@title:column buildset item name"
msgid "Name"
msgstr ""
#. +> trunk5 stable5
#: project/projectbuildsetmodel.cpp:292
#, kde-format
msgctxt "@title:column buildset item path"
msgid "Path"
msgstr ""
#. +> trunk5 stable5
#: project/projectchangesmodel.cpp:279
#, kde-format
msgid "no branch"
msgstr ""
#. +> trunk5 stable5
#: project/projectchangesmodel.cpp:280
#, kde-format
msgctxt "project name (branch name)"
msgid "%1 (%2)"
msgstr ""
#. +> trunk5 stable5
#: project/projectitemlineedit.cpp:168
#, kde-format
msgid "Enter the path to an item from the projects tree"
msgstr ""
#. +> trunk5 stable5
#: project/projectitemlineedit.cpp:170
#, kde-format
msgid "Select..."
msgstr ""
#. +> trunk5 stable5
#: project/projectitemlineedit.cpp:192
#, kde-format
msgid "Select an item..."
msgstr ""
#. +> trunk5 stable5
#: project/projectitemlineedit.cpp:202
#, kde-format
msgid "Select the item you want to get the path from."
msgstr ""
#. i18n: ectx: property (toolTip), widget (ProjectItemLineEdit, targetDependency)
#. i18n: ectx: property (placeholderText), widget (ProjectItemLineEdit, targetDependency)
#. +> trunk5 stable5
#: project/widgets/dependencieswidget.ui:32
#: project/widgets/dependencieswidget.ui:35
#, kde-format
msgid "Enter a dependency to add to the list"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, addDependency)
#. +> trunk5 stable5
#: project/widgets/dependencieswidget.ui:55
#, kde-format
msgid "Adds the listed target to the dependency list."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QListWidget, dependencies)
#. +> trunk5 stable5
#: project/widgets/dependencieswidget.ui:68
#, kde-format
msgid "List of indirect dependent targets."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QListWidget, dependencies)
#. +> trunk5 stable5
#: project/widgets/dependencieswidget.ui:71
#, kde-format
msgid "This list should contain targets that the application does not directly depend on, but for which an action needs to be taken before running the application."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, removeDependency)
#. +> trunk5 stable5
#: project/widgets/dependencieswidget.ui:87
#, kde-format
msgid "Removes the selected dependencies from the list."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, moveDepUp)
#. +> trunk5 stable5
#: project/widgets/dependencieswidget.ui:103
#, kde-format
msgid "Moves the selected dependency up in the list."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, moveDepDown)
#. +> trunk5 stable5
#: project/widgets/dependencieswidget.ui:119
#, kde-format
msgid "Moves the selected dependency down in the list."
msgstr ""
#. +> trunk5 stable5
#: serialization/itemrepository.h:208 serialization/itemrepository.h:1943
#, kde-format
msgid "Failed writing to %1, probably the disk is full"
msgstr ""
#. +> trunk5 stable5
#: serialization/itemrepositoryregistry.cpp:81
#, kde-format
msgid "The previous session crashed"
msgid_plural "Session crashed %1 times in a row"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: serialization/itemrepositoryregistry.cpp:82
#, kde-format
msgctxt "@action"
msgid "Clear cache"
msgstr ""
#. +> trunk5 stable5
#: serialization/itemrepositoryregistry.cpp:83
#, kde-format
msgctxt "@title"
msgid "Session crashed"
msgstr ""
#. +> trunk5 stable5
#: serialization/itemrepositoryregistry.cpp:84
#, kde-format
msgid ""
"The crash may be caused by a corruption of cached data.\n"
"\n"
"Press Clear if you want KDevelop to clear the cache, otherwise press Continue if you are sure the crash has another origin."
msgstr ""
#. +> trunk5 stable5
#: serialization/itemrepositoryregistry.cpp:86
#, kde-format
msgctxt "@action"
msgid "Clear Cache"
msgstr ""
#. +> trunk5 stable5
#: serialization/itemrepositoryregistry.cpp:87
#, kde-format
msgid "Continue"
msgstr ""
#. +> trunk5
#: shell/areadisplay.cpp:55
#, kde-format
msgid ""
"Execute actions to change the area.<br />"
"An area is a tool view configuration for a specific use case. From here you can also navigate back to the default code area."
msgstr ""
#. +> stable5
#: shell/areadisplay.cpp:55
#, kde-format
msgid ""
"Execute actions to change the area.<br />"
"An area is a toolview configuration for a specific use case. From here you can also navigate back to the default code area."
msgstr ""
#. +> trunk5 stable5
#: shell/areadisplay.cpp:81
#, kde-format
msgid "Back to code"
msgstr ""
#. +> trunk5 stable5
#: shell/checkerstatus.cpp:48
#, kde-format
msgctxt "@info:progress"
msgid "Running %1"
msgstr ""
#. +> trunk5 stable5
#: shell/colorschemechooser.cpp:59
#, kde-format
msgid "&Color Theme"
msgstr ""
#. +> trunk5 stable5
#: shell/configdialog.cpp:44
#, kde-format
msgid "Configure"
msgstr ""
#. +> trunk5 stable5
#: shell/configdialog.cpp:92
#, 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
#: shell/configdialog.cpp:93
#, kde-format
msgid "Apply Settings"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:95
#, kde-format
msgid "KDevelop Platform"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:96
#, kde-format
msgid "Development Platform for IDE-like Applications"
msgstr ""
#. +> trunk5
#: shell/core.cpp:97
#, kde-format
msgid "Copyright 2004-2018, The KDevelop developers"
msgstr ""
#. +> stable5
#: shell/core.cpp:101
#, kde-format
msgid "Copyright 2004-2017, The KDevelop developers"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:100
#, kde-format
msgid "Andreas Pakulat"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:100
#, kde-format
msgid "Architecture, VCS Support, Project Management Support, QMake Projectmanager"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:101
#, kde-format
msgid "Alexander Dymo"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:101
#, kde-format
msgid "Architecture, Sublime UI, Ruby support"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:102
#, kde-format
msgid "David Nolden"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:102
#, kde-format
msgid "Definition-Use Chain, C++ Support"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:103
#, kde-format
msgid "Aleix Pol Gonzalez"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:103
#, kde-format
msgid "CMake Support, Run Support, Kross Support"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:104
#, kde-format
msgid "Vladimir Prus"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:104
#, kde-format
msgid "GDB integration"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:105
#, kde-format
msgid "Hamish Rodda"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:105
#, kde-format
msgid "Text editor integration, definition-use chain"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:107
#, kde-format
msgid "Matt Rogers"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:108
#, kde-format
msgid "Cédric Pasteur"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:108
#, kde-format
msgid "astyle and indent support"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:109
#, kde-format
msgid "Evgeniy Ivanov"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:109
#, kde-format
msgid "Distributed VCS, Git, Mercurial"
msgstr ""
#. i18n("Manuel Breugelmanns"), i18n( "Veritas, QTest integraton"), "mbr.nxi@gmail.com" );
#. +> trunk5 stable5
#: shell/core.cpp:112
#, kde-format
msgid "Robert Gruber"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:112
#, kde-format
msgid "SnippetPart, debugger and usability patches"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:113
#, kde-format
msgid "Dukju Ahn"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:113
#, kde-format
msgid "Subversion plugin, Custom Make Manager, Overall improvements"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:114
#, kde-format
msgid "Niko Sams"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:114
#, kde-format
msgid "GDB integration, Webdevelopment Plugins"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:115
#, kde-format
msgid "Milian Wolff"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:115
#, kde-format
msgid "Generic manager, Webdevelopment Plugins, Snippets, Performance"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:116
#, kde-format
msgid "Kevin Funk"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:116
#, kde-format
msgid "Co-maintainer, C++/Clang, QA, Windows Support, Performance, Website"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:117
#, kde-format
msgid "Sven Brauch"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:117
#, kde-format
msgid "Co-maintainer, AppImage, Python Support, User Interface improvements"
msgstr ""
#. +> trunk5
#: shell/core.cpp:118
#, kde-format
msgid "Friedrich W. H. Kossebau"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:155
#, kde-format
msgid "Could not find any plugins"
msgstr ""
#. +> trunk5 stable5
#: shell/core.cpp:156
#, kde-format
msgid ""
"<p>Could not find any plugins during startup.<br/>"
"Please make sure QT_PLUGIN_PATH is set correctly.</p>"
"Refer to <a href=\"https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source#Set_up_the_runtime_environment\">this article</a> for more information."
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:104
#, kde-format
msgid "Debugger"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:122
#, kde-format
msgid "Frame Stack"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:128
#, kde-format
msgid "Breakpoints"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:134
#, kde-format
msgid "Variables"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:198
#, kde-format
msgid "&Restart"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:199
#, kde-format
msgid "Restart program"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:200
#, kde-format
msgid "Restarts applications from the beginning."
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:206
#, kde-format
msgid "Interrupt"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:207
#, kde-format
msgid "Interrupt application"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:208
#, kde-format
msgid "Interrupts the debugged process or current debugger command."
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:212
#, kde-format
msgid "Run to &Cursor"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:213
#, kde-format
msgid "Run to cursor"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:214
#, kde-format
msgid "Continues execution until the cursor position is reached."
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:219
#, kde-format
msgid "Set E&xecution Position to Cursor"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:220
#, kde-format
msgid "Jump to cursor"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:221
#, kde-format
msgid "Continue execution from the current cursor position."
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:225
#, kde-format
msgid "Step &Over"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:227
#, kde-format
msgid "Step over the next line"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:228
#, kde-format
msgid "Executes one line of source in the current source file. If the source line is a call to a function the whole function is executed and the app will stop at the line following the function call."
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:236
#, kde-format
msgid "Step over Ins&truction"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:237
#, kde-format
msgid "Step over instruction"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:238
#, kde-format
msgid "Steps over the next assembly instruction."
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:243
#, kde-format
msgid "Step &Into"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:245
#, kde-format
msgid "Step into the next statement"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:246
#, kde-format
msgid "Executes exactly one line of source. If the source line is a call to a function then execution will stop after the function has been entered."
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:253
#, kde-format
msgid "Step into I&nstruction"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:254
#, kde-format
msgid "Step into instruction"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:255
#, kde-format
msgid "Steps into the next assembly instruction."
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:259
#, kde-format
msgid "Step O&ut"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:261
#, kde-format
msgid "Step out of the current function"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:262
#, kde-format
msgid "Executes the application until the currently executing function is completed. The debugger will then display the line after the original call to that function. If program execution is in the outermost frame (i.e. in main()) then this operation has no effect."
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:270
#, kde-format
msgid "Toggle Breakpoint"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:271
#, kde-format
msgid "Ctrl+Alt+B"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:272
#, kde-format
msgid "Toggle breakpoint"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:273
#, kde-format
msgid "Toggles the breakpoint at the current line in editor."
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:427 shell/runcontroller.cpp:449
#, kde-format
msgid "Debug Launch"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:429 shell/runcontroller.cpp:453
#, kde-format
msgid "Debug current launch"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:430
#, kde-format
msgid "Executes the target or the program specified in currently active launch configuration inside a Debugger."
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:433
#, kde-format
msgid "&Continue"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:435
#, kde-format
msgid "Continue application execution"
msgstr ""
#. +> trunk5 stable5
#: shell/debugcontroller.cpp:436
#, kde-format
msgid "Continues the execution of your application in the debugger. This only takes effect when the application has been halted by the debugger (i.e. a breakpoint has been activated or the interrupt was pressed)."
msgstr ""
#. i18n: ectx: ToolBar (debugToolBar)
#. +> trunk5 stable5
#: shell/debugger/kdevdebuggershellui.rc:25
#, kde-format
msgid "Debugger Toolbar"
msgstr ""
#. +> trunk5 stable5
#: shell/documentationcontroller.cpp:120
#, kde-format
msgid "Show Documentation"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:71 sublime/urldocument.cpp:63
#, kde-format
msgid "Untitled"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:129
#, kde-format
msgid "Open File"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:130
#, kde-format
msgid "*|Text File\n"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:321
#, kde-format
msgid ""
"KDevelop could not find the editor for file '%1' of type %2.\n"
"Do you want to open it as plain text?"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:321
#, kde-format
msgctxt "@title:window"
msgid "Could Not Find Editor"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:599
#, kde-format
msgid "&Open..."
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:601
#, kde-format
msgid "Open file"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:602
#, kde-format
msgid "Opens a file for editing."
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:606
#, kde-format
msgid "This lists files which you have opened recently, and allows you to easily open them again."
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:611
#, kde-format
msgid "Save Al&l"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:613
#, kde-format
msgid "Save all open documents"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:614
#, kde-format
msgid "Save all open documents, prompting for additional information when necessary."
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:620 shell/mainwindow_p.cpp:382
#, kde-format
msgid "Reload All"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:622
#, kde-format
msgid "Revert all open documents"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:623
#, kde-format
msgid "Revert all open documents, returning to the previously saved state."
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:629
#, kde-format
msgid "&Close"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:631
#, kde-format
msgid "Close file"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:632
#, kde-format
msgid "Closes current file."
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:637
#, kde-format
msgid "Clos&e All"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:639
#, kde-format
msgid "Close all open documents"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:640
#, kde-format
msgid "Close all open documents, prompting for additional information when necessary."
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:646
#, kde-format
msgid "Close All Ot&hers"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:648
#, kde-format
msgid "Close all other documents"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:649
#, kde-format
msgid "Close all open documents, with the exception of the currently active document."
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:654
#, kde-format
msgid "Show Annotate on current document"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:655
#, kde-format
msgid "Annotate"
msgstr ""
#. +> trunk5 stable5
#: shell/documentcontroller.cpp:1227
#, kde-format
msgid "Could not annotate the document because it is not part of a version-controlled project."
msgstr ""
#. +> trunk5 stable5
#: shell/editorconfigpage.cpp:101
#, kde-format
msgid "Editor"
msgstr ""
#. +> trunk5 stable5
#: shell/editorconfigpage.cpp:111
#, kde-format
msgid "Configure Text Editor"
msgstr ""
#. +> trunk5 stable5
#: shell/environmentconfigurebutton.cpp:88
#, kde-format
msgid "Configure environment variables"
msgstr ""
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.cpp:60
#, kde-format
msgid "Launch Configurations"
msgstr ""
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.cpp:70
#, kde-format
msgctxt "@info:tooltip"
msgid "Add a new launch configuration."
msgstr ""
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.cpp:72
#, kde-format
msgctxt "@info:tooltip"
msgid "Delete selected launch configuration."
msgstr ""
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.cpp:187
#, kde-format
msgid "No launch configurations available. (Is any of the Execute plugins loaded?)"
msgstr ""
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.cpp:208
#, kde-format
msgid "Rename configuration"
msgstr ""
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.cpp:209
#, kde-format
msgid "Delete configuration"
msgstr ""
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.cpp:263
#, kde-format
msgid "Selected Launch Configuration has unsaved changes. Do you want to save it?"
msgstr ""
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.cpp:263
#, kde-format
msgid "Unsaved Changes"
msgstr ""
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.cpp:335
#, kde-format
msgctxt "%1 is a launcher name"
msgid "No configuration is needed for '%1'"
msgstr ""
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.cpp:379
#, kde-format
msgid ""
"<i>Select a configuration to edit from the left,<br>"
"or click the \"Add\" button to add a new one.</i>"
msgstr ""
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.cpp:447
#, kde-format
msgid "Editing %2: <b>%1</b>"
msgstr ""
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.cpp:720
#, kde-format
msgctxt "Name of the Launch Configurations"
msgid "Name"
msgstr ""
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.cpp:723
#, kde-format
msgctxt "The type of the Launch Configurations (i.e. Python Application, C++ Application)"
msgid "Type"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, addConfig)
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.ui:29 vcs/vcspluginhelper.cpp:85
#, kde-format
msgid "Add"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, deleteConfig)
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.ui:41
#, kde-format
msgid "Remove"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, debugLabel)
#. +> trunk5 stable5
#: shell/launchconfigurationdialog.ui:88
#, kde-format
msgid "Debugger:"
msgstr ""
#. +> trunk5 stable5
#: shell/loadedpluginsdialog.cpp:287 shell/mainwindow_p.cpp:249
#, kde-format
msgid "Loaded Plugins"
msgstr ""
#. +> trunk5 stable5
#: shell/loadedpluginsdialog.cpp:294
#, kde-format
msgid "<html><font size=\"4\">Plugins loaded for <b>%1</b></font></html>"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow.cpp:436
#, kde-format
msgid " (read only)"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:233
#, kde-format
msgctxt "%1 = application name"
msgid "Configure %1"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:234
#, kde-format
msgid "Lets you customize %1."
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:237
#, kde-format
msgid "Configure Notifications..."
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:238
#, kde-format
msgctxt "@info:tooltip"
msgid "Configure notifications"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:239
#, kde-format
msgctxt "@info:whatsthis"
msgid "Shows a dialog that lets you configure notifications."
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:242
#, kde-format
msgid "About KDevelop Platform"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:244
#, kde-format
msgid "Show Information about KDevelop Platform"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:245
#, kde-format
msgctxt "@info:whatsthis"
msgid "Shows a dialog with information about KDevelop Platform."
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:250
#, kde-format
msgid "Show a list of all loaded plugins"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:251
#, kde-format
msgctxt "@info:whatsthis"
msgid "Shows a dialog with information about all loaded plugins."
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:254
#, kde-format
msgid "&Next Window"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:257
#, kde-format
msgctxt "@info:tooltip"
msgid "Next window"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:258
#, kde-format
msgctxt "@info:whatsthis"
msgid "Switches to the next window."
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:262
#, kde-format
msgid "&Previous Window"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:265
#, kde-format
msgctxt "@info:tooltip"
msgid "Previous window"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:266
#, kde-format
msgctxt "@info:whatsthis"
msgid "Switches to the previous window."
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:270
#, kde-format
msgid "Jump to Next Outputmark"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:276
#, kde-format
msgid "Jump to Previous Outputmark"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:283
#, kde-format
msgid "Split View &Top/Bottom"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:286
#, kde-format
msgctxt "@info:tooltip"
msgid "Split horizontal"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:287
#, kde-format
msgctxt "@info:whatsthis"
msgid "Splits the current view horizontally."
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:291
#, kde-format
msgid "Split View &Left/Right"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:294
#, kde-format
msgctxt "@info:tooltip"
msgid "Split vertical"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:295
#, kde-format
msgctxt "@info:whatsthis"
msgid "Splits the current view vertically."
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:298
#, kde-format
msgid "&Next Split View"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:301
#, kde-format
msgctxt "@info:tooltip"
msgid "Next split view"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:302
#, kde-format
msgctxt "@info:whatsthis"
msgid "Switches to the next split view."
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:306
#, kde-format
msgid "&Previous Split View"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:309
#, kde-format
msgctxt "@info:tooltip"
msgid "Previous split view"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:310
#, kde-format
msgctxt "@info:whatsthis"
msgid "Switches to the previous split view."
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:318
#, kde-format
msgid "&New"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:319
#, kde-format
msgctxt "Shorter Text for 'New File' shown in the toolbar"
msgid "New"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:321
#, kde-format
msgctxt "@info:tooltip"
msgid "New file"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:322
#, kde-format
msgctxt "@info:whatsthis"
msgid "Creates an empty file."
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:327
#, kde-format
msgid "&Add Tool View..."
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:329
#, kde-format
msgctxt "@info:tooltip"
msgid "Add tool view"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:330
#, kde-format
msgctxt "@info:whatsthis"
msgid "Adds a new tool view to this window."
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:366
#, kde-format
msgid "Split View Top/Bottom"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:369
#, kde-format
msgid "Split View Left/Right"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:373
#, kde-format
msgid "New File"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:379
#, kde-format
msgid "Reload"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:422
#, kde-format
msgid "Add Tool View"
msgstr ""
#. +> trunk5 stable5
#: shell/mainwindow_p.cpp:445
#, kde-format
msgid "Lock the Panel from Hiding"
msgstr ""
#. +> trunk5 stable5
#: shell/openprojectdialog.cpp:117
#, kde-format
msgid "%1|All Project Files (%1)"
msgstr ""
#. +> trunk5 stable5
#: shell/openprojectdialog.cpp:126
#, kde-format
msgid "Select Source"
msgstr ""
#. +> trunk5 stable5
#: shell/openprojectdialog.cpp:134
#, kde-format
msgid "Select a build system setup file, existing KDevelop project, or any folder to open as a project"
msgstr ""
#. +> trunk5 stable5
#: shell/openprojectdialog.cpp:141 shell/openprojectdialog.cpp:161
#, kde-format
msgid "Open Project"
msgstr ""
#. +> trunk5 stable5
#: shell/openprojectdialog.cpp:149
#, kde-format
msgid "Project Information"
msgstr ""
#. +> trunk5 stable5
#: shell/openprojectdialog.cpp:210
#, kde-format
msgid "Open \"%1\" as project"
msgstr ""
#. +> trunk5 stable5
#: shell/openprojectdialog.cpp:214
#, kde-format
msgid "Selected URL is invalid"
msgstr ""
#. +> trunk5 stable5
#: shell/openprojectdialog.cpp:259
#, kde-format
msgid "Open existing file \"%1\""
msgstr ""
#. +> trunk5 stable5
#: shell/partcontroller.cpp:269
#, kde-format
msgid "Use this command to show or hide the view's statusbar"
msgstr ""
#. +> trunk5 stable5
#: shell/partdocument.cpp:108
#, kde-format
msgid "The document \"%1\" has unsaved changes. Would you like to save them?"
msgstr ""
#. +> trunk5 stable5
#: shell/partdocument.cpp:109 shell/partdocument.cpp:117
#, kde-format
msgid "Close Document"
msgstr ""
#. +> trunk5 stable5
#: shell/partdocument.cpp:115
#, kde-format
msgid ""
"The document \"%1\" has unsaved changes and was modified by an external process.\n"
"Do you want to override the external changes?"
msgstr ""
#. +> trunk5 stable5
#: shell/problem.cpp:53
#, kde-format
msgid "Plugin"
msgstr ""
#. +> trunk5 stable5
#: shell/problem.cpp:87
#, kde-format
msgid "DuchainBuilder"
msgstr ""
#. +> trunk5 stable5
#: shell/problem.cpp:89
#, kde-format
msgid "Todo"
msgstr ""
#. +> trunk5 stable5
#: shell/problemmodel.cpp:70
#, kde-format
msgctxt "@info:tooltip"
msgid "Re-parse all watched documents"
msgstr ""
#. +> trunk5 stable5
#: shell/problemmodel.cpp:329
#, kde-format
msgctxt "@title:column source of problem"
msgid "Source"
msgstr ""
#. +> trunk5 stable5
#: shell/problemmodel.cpp:331
#, kde-format
msgctxt "@title:column problem description"
msgid "Problem"
msgstr ""
#. +> trunk5 stable5
#: shell/problemmodel.cpp:333
#, kde-format
msgctxt "@title:column file where problem was found"
msgid "File"
msgstr ""
#. +> trunk5 stable5
#: shell/problemmodel.cpp:335
#, kde-format
msgctxt "@title:column line number with problem"
msgid "Line"
msgstr ""
#. +> trunk5 stable5
#: shell/problemmodel.cpp:337
#, kde-format
msgctxt "@title:column column number with problem"
msgid "Column"
msgstr ""
#. +> trunk5 stable5
#: shell/progresswidget/progressdialog.cpp:168
#, kde-format
msgid "Cancel this operation."
msgstr ""
#. +> trunk5 stable5
#: shell/progresswidget/progressmanager.cpp:107
#, kde-format
msgid "Aborting..."
msgstr ""
#. +> trunk5 stable5
#: shell/progresswidget/statusbarprogresswidget.cpp:124
#, kde-format
msgid "Open detailed progress dialog"
msgstr ""
#. +> trunk5 stable5
#: shell/progresswidget/statusbarprogresswidget.cpp:359
#, kde-format
msgid "Hide detailed progress window"
msgstr ""
#. +> trunk5 stable5
#: shell/progresswidget/statusbarprogresswidget.cpp:363
#, kde-format
msgid "Show detailed progress window"
msgstr ""
#. +> trunk5 stable5
#: shell/project.cpp:110
#, kde-format
msgid "Loading Project %1"
msgstr ""
#. +> trunk5 stable5
#: shell/project.cpp:118
#, kde-format
msgctxt "%1: Project name"
msgid "Loading %1"
msgstr ""
#. +> trunk5 stable5
#: shell/project.cpp:232
#, kde-format
msgid ""
"Unable to load the project file %1.<br>"
"The project has been removed from the session."
msgstr ""
#. +> trunk5 stable5
#: shell/project.cpp:257
#, kde-format
msgid "Unable to create hidden dir (%1) for developer file"
msgstr ""
#. +> trunk5 stable5
#: shell/project.cpp:273
#, kde-format
msgid "Unable to get project file: %1"
msgstr ""
#. +> trunk5 stable5
#: shell/project.cpp:312
#, kde-format
msgid "Could not load %1, a project with the same name '%2' is already open."
msgstr ""
#. +> trunk5 stable5
#: shell/project.cpp:342
#, kde-format
msgid ""
"Could not load project management plugin <b>%1</b>.<br>"
" Check that the required programs are installed, or see console output for more information."
msgstr ""
#. +> trunk5 stable5
#: shell/project.cpp:351
#, kde-format
msgid "project importing plugin (%1) does not support the IProjectFileManager interface."
msgstr ""
#. +> trunk5 stable5
#: shell/project.cpp:404
#, kde-format
msgid "Could not open project"
msgstr ""
#. +> trunk5 stable5
#: shell/project.cpp:542
#, kde-format
msgid ""
"Could not store developer specific project configuration.\n"
"Attention: The project settings you changed will be lost."
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:164
#, kde-format
msgid "Configure Project %1"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:301
#, kde-format
msgid "Invalid Location: %1"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:308
#, kde-format
msgid "Project already being opened"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:309
#, kde-format
msgid "Already opening %1, not opening again"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:466
#, kde-format
msgid "Override"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:467
#, kde-format
msgctxt "@info:tooltip"
msgid "Continue to open the project and use the just provided project configuration."
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:470
#, kde-format
msgid "Open Existing File"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:471
#, kde-format
msgctxt "@info:tooltip"
msgid "Continue to open the project but use the existing project configuration."
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:474
#, kde-format
msgctxt "@info:tooltip"
msgid "Cancel and do not open the project."
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:476
#, kde-format
msgid ""
"There already exists a project configuration file at %1.\n"
"Do you want to override it or open the existing file?"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:478
#, kde-format
msgid "Override existing project configuration"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:499
#, kde-format
msgid "Unable to create configuration file %1"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:511
#, kde-format
msgid "Reopen the current project?"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:548
#, kde-format
msgctxt "@action"
msgid "Open / Import Project..."
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:549
#, kde-format
msgctxt "@info:tooltip"
msgid "Open or import project"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:550
#, kde-format
msgctxt "@info:whatsthis"
msgid "Open an existing KDevelop 4 project or import an existing Project into KDevelop 4. This entry allows one to select a KDevelop4 project file or an existing directory to open it in KDevelop. When opening an existing directory that does not yet have a KDevelop4 project file, the file will be created."
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:561
#, kde-format
msgctxt "@action"
msgid "Fetch Project..."
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:563
#, kde-format
msgctxt "@info:tooltip"
msgid "Fetch project"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:564
#, kde-format
msgctxt "@info:whatsthis"
msgid "Guides the user through the project fetch and then imports it into KDevelop 4."
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:578
#, kde-format
msgctxt "@action"
msgid "Close Project(s)"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:580
#, kde-format
msgctxt "@info:tooltip"
msgid "Closes all currently selected projects"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:585
#, kde-format
msgid "Open Configuration..."
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:591
#, kde-format
msgid "Commit Current Project..."
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:592 vcs/vcspluginhelper.cpp:83
#, kde-format
msgid "Commit..."
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:603
#, kde-format
msgid "Open Recent Project"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:604
#, kde-format
msgctxt "@info:whatsthis"
msgid "Opens recently opened project."
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:609
#, kde-format
msgid "Open Project for Current File"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:742
#, kde-format
msgid "Project already open: %1"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:745
#, kde-format
msgid "No active document"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:819
#, kde-format
msgid "Project Already Open"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:822
#, kde-format
msgid ""
"The project you're trying to open is already open in at least one other session.<br>"
"What do you want to do?"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:826
#, kde-format
msgid "Add project to current session"
msgstr ""
#. +> trunk5 stable5
#: shell/projectcontroller.cpp:830
#, kde-format
msgid "Open session %1"
msgstr ""
#. +> trunk5
#: shell/projectcontroller.cpp:888
#, kde-format
msgid "No enabled plugin supports this repository URL: %1"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_2)
#. i18n: ectx: property (toolTip), widget (QComboBox, managerCombo)
#. +> trunk5 stable5
#: shell/projectinfopage.ui:17 shell/projectinfopage.ui:44
#, kde-format
msgid "Select the Management Plugin to use for this project"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: shell/projectinfopage.ui:20
#, kde-format
msgid "Project manager:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. i18n: ectx: property (toolTip), widget (QLineEdit, nameEdit)
#. +> trunk5 stable5
#: shell/projectinfopage.ui:27 shell/projectinfopage.ui:37
#, kde-format
msgid "Provide a name for the project"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: shell/projectinfopage.ui:30 shell/settings/environmentwidget.cpp:188
#, kde-format
msgid "Name:"
msgstr ""
#. +> trunk5 stable5
#: shell/projectsourcepage.cpp:50
#, kde-format
msgid "From File System"
msgstr ""
#. +> trunk5 stable5
#: shell/projectsourcepage.cpp:185
#, kde-format
msgid "Could not create the directory: %1"
msgstr ""
#. +> trunk5 stable5
#: shell/projectsourcepage.cpp:215
#, kde-format
msgctxt "Format of the progress bar text. progress and info"
msgid "%1 : %p%"
msgstr ""
#. +> trunk5 stable5
#: shell/projectsourcepage.cpp:256
#, kde-format
msgid "You need to specify a valid or nonexistent directory to check out a project"
msgstr ""
#. +> trunk5 stable5
#: shell/projectsourcepage.cpp:258
#, kde-format
msgid "You need to specify the source for your remote project"
msgstr ""
#. +> trunk5 stable5
#: shell/projectsourcepage.cpp:260
#, kde-format
msgid "You need to specify an empty folder as your project destination"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: shell/projectsourcepage.ui:25
#, kde-format
msgid "Source:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: shell/projectsourcepage.ui:37
#, kde-format
msgid "Destination"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: shell/projectsourcepage.ui:43
#, kde-format
msgid "Directory:"
msgstr ""
#. i18n: ectx: property (placeholderText), widget (KUrlRequester, workingDir)
#. +> trunk5 stable5
#: shell/projectsourcepage.ui:50
#, kde-format
msgid "Select the directory to use..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, get)
#. +> trunk5 stable5
#: shell/projectsourcepage.ui:80
#, kde-format
msgid "Get"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:109
#, kde-format
msgid "Profile"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:118
#, kde-format
msgid "Execute"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:415
#, kde-format
msgid "The current launch configuration does not support the '%1' mode."
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:432
#, kde-format
msgid "Configure Launches..."
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:435
#, kde-format
msgid "Open Launch Configuration Dialog"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:436
#, kde-format
msgctxt "@info:tooltip"
msgid "Open Launch Configuration Dialog"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:437
#, kde-format
msgctxt "@info:whatsthis"
msgid "Opens a dialog to setup new launch configurations, or to change the existing ones."
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:440
#, kde-format
msgid "Execute Launch"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:441
#, kde-format
msgctxt "Short text for 'Execute launch' used in the toolbar"
msgid "Execute"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:443
#, kde-format
msgctxt "@info:tooltip"
msgid "Execute current launch"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:444
#, kde-format
msgid "Execute current launch"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:445
#, kde-format
msgctxt "@info:whatsthis"
msgid "Executes the target or the program specified in currently active launch configuration."
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:451
#, kde-format
msgctxt "Short text for 'Debug launch' used in the toolbar"
msgid "Debug"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:452
#, kde-format
msgctxt "@info:tooltip"
msgid "Debug current launch"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:454
#, kde-format
msgctxt "@info:whatsthis"
msgid "Executes the target or the program specified in currently active launch configuration inside a Debugger."
msgstr ""
#. i18n("Profile Launch"), this);
#. profileAction->setToolTip(i18nc("@info:tooltip", "Profile current launch"));
#. profileAction->setStatusTip(i18n("Profile current launch"));
#. profileAction->setWhatsThis(i18nc("@info:whatsthis", "Executes the target or the program specified in currently active launch configuration inside a Profiler."));
#. ac->addAction("run_profile", profileAction);
#. connect(profileAction, SIGNAL(triggered(bool)), this, SLOT(slotProfile()));
#. +> trunk5 stable5
#: shell/runcontroller.cpp:467
#, kde-format
msgid "Stop All Jobs"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:468
#, kde-format
msgctxt "Short text for 'Stop All Jobs' used in the toolbar"
msgid "Stop All"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:471
#, kde-format
msgctxt "@info:tooltip"
msgid "Stop all currently running jobs"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:472
#, kde-format
msgctxt "@info:whatsthis"
msgid "Requests that all running jobs are stopped."
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:478
#, kde-format
msgid "Stop"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:479
#, kde-format
msgctxt "Short text for 'Stop' used in the toolbar"
msgid "Stop"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:480
#, kde-format
msgctxt "@info:tooltip"
msgid "Menu allowing to stop individual jobs"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:481
#, kde-format
msgctxt "@info:whatsthis"
msgid "List of jobs that can be stopped individually."
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:485
#, kde-format
msgid "Current Launch Configuration"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:486
#, kde-format
msgctxt "@info:tooltip"
msgid "Current launch configuration"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:487
#, kde-format
msgid "Current launch Configuration"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:488
#, kde-format
msgctxt "@info:whatsthis"
msgid "Select which launch configuration to run when run is invoked."
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:587
#, kde-format
msgid "<%1> Unnamed job"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:709
#, kde-format
msgid "Process Error"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:939
#, kde-format
msgid "New %1 Launcher"
msgstr ""
#. +> trunk5 stable5
#: shell/runcontroller.cpp:973
#, kde-format
msgid "%1 As..."
msgstr ""
#. +> trunk5 stable5
#: shell/runtimecontroller.cpp:35
#, kde-format
msgid "Host System"
msgstr ""
#. +> trunk5 stable5
#: shell/runtimecontroller.cpp:93
#, kde-format
msgid "Allows to select a runtime"
msgstr ""
#. +> trunk5 stable5
#: shell/runtimecontroller.cpp:97
#, kde-format
msgid "Runtime: %1"
msgstr ""
#. +> trunk5 stable5
#: shell/savedialog.cpp:57
#, kde-format
msgid "Save Modified Files?"
msgstr ""
#. +> trunk5 stable5
#: shell/savedialog.cpp:60
#, kde-format
msgid "The following files have been modified. Save them?"
msgstr ""
#. +> trunk5 stable5
#: shell/savedialog.cpp:77
#, kde-format
msgid "Save &None"
msgstr ""
#. +> trunk5 stable5
#: shell/savedialog.cpp:78
#, kde-format
msgid "Discard all modifications"
msgstr ""
#. +> trunk5 stable5
#: shell/session.cpp:169
#, kde-format
msgid "(no projects)"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionchooserdialog.cpp:51
#, kde-format
msgctxt "@info"
msgid "Delete session"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionchooserdialog.cpp:64
#, kde-format
msgid "Pick a Session"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionchooserdialog.cpp:77
#, kde-format
msgid "Run"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionchooserdialog.cpp:109
#, kde-format
msgid ""
"Active session.\n"
"pid %1, app %2, host %3"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionchooserdialog.cpp:111
#, kde-format
msgid "Running"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionchooserdialog.cpp:204
#, kde-format
msgctxt "@title"
msgid "Cannot Delete Session"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionchooserdialog.cpp:205
#, kde-format
msgctxt "@info"
msgid "<p>Cannot delete a locked session."
msgstr ""
#. +> trunk5 stable5
#: shell/sessionchooserdialog.cpp:208
#, kde-format
msgctxt "@info"
msgid "<p>The session is locked by %1 on %2 (PID %3)."
msgstr ""
#. +> trunk5 stable5
#: shell/sessionchooserdialog.cpp:216
#, kde-format
msgctxt "@info"
msgid "The session and all contained settings will be deleted. The projects will stay unaffected. Do you really want to continue?"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionchooserdialog.cpp:217
#, kde-format
msgctxt "@title"
msgid "Delete Session"
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:140
#, kde-format
msgid "The current session and all contained settings will be deleted. The projects will stay unaffected. Do you really want to continue?"
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:153
#, kde-format
msgid "Rename Session"
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:153
#, kde-format
msgid "New Session Name:"
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:257
#, kde-format
msgid "Session Manager"
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:268
#, kde-format
msgctxt "@action:inmenu"
msgid "Start New Session"
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:269
#, kde-format
msgctxt "@info:tooltip"
msgid "Start a new KDevelop instance with an empty session"
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:274
#, kde-format
msgid "Rename Current Session..."
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:279
#, kde-format
msgid "Delete Current Session..."
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:283
#, kde-format
msgid "Quit"
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:475
#, kde-format
msgid "Copy of %1"
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:537
#, kde-format
msgid "Search"
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:560
#, kde-format
msgid "Identity"
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:561
#, kde-format
msgid "Contents"
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:568
#, kde-format
msgid "Filter:"
msgstr ""
#. +> trunk5 stable5
#: shell/sessioncontroller.cpp:599
#, kde-format
msgid "Create New Session"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionlock.cpp:171
#, kde-format
msgctxt "@info:shell"
msgid "Running %1 instance (PID: %2) detected, making this one visible instead of starting a new one"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionlock.cpp:174
#, kde-format
msgctxt "@info:shell"
msgid "Running %1 instance (PID: %2) is apparently hung"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionlock.cpp:175
#, kde-format
msgctxt "@info:shell"
msgid "running %1 instance (PID: %2) is apparently hung"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionlock.cpp:181
#, kde-format
msgctxt "@info"
msgid "The given application did not respond to a DBUS call, it may have crashed or is hanging."
msgstr ""
#. +> trunk5 stable5
#: shell/sessionlock.cpp:186
#, kde-format
msgctxt "@info"
msgid "Failed to lock the session <em>%1</em>, already locked by %2 on %3 (PID %4)."
msgstr ""
#. +> trunk5 stable5
#: shell/sessionlock.cpp:190
#, kde-format
msgctxt "@info"
msgid "Failed to lock the session <em>%1</em> (lock-file unavailable)."
msgstr ""
#. +> trunk5 stable5
#: shell/sessionlock.cpp:194
#, kde-format
msgctxt "@info"
msgid "<p>Please, close the offending application instance or choose another session to launch.</p>"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionlock.cpp:200
#, kde-format
msgctxt "@action:button"
msgid "Retry startup"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionlock.cpp:203
#, kde-format
msgctxt "@action:button"
msgid "Choose another session"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionlock.cpp:206
#, kde-format
msgctxt "@title:window"
msgid "Failed to Lock Session %1"
msgstr ""
#. +> trunk5 stable5
#: shell/sessionlock.cpp:214
#, kde-format
msgctxt "@info"
msgid "The session %1 is already active in another running instance."
msgstr ""
#. +> trunk5 stable5
#: shell/settings/analyzerspreferences.cpp:39
#, kde-format
msgid "Analyzers"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/analyzerspreferences.cpp:49
#, kde-format
msgid "Configure Analyzers"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/bgpreferences.cpp:86
#, kde-format
msgid "Configure Background Parser"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QGroupBox, kcfg_enable)
#. +> trunk5 stable5
#: shell/settings/bgpreferences.ui:20
#, kde-format
msgid ""
"<p>Enables or disables the background parser.<br>"
"If unsure, leave it enabled. Disabling the background parser will disable large parts of KDevelop's functionality.</p>"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, kcfg_enable)
#. +> trunk5 stable5
#: shell/settings/bgpreferences.ui:23
#, kde-format
msgid "Enable Background Parser"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_delay)
#. +> trunk5 stable5
#: shell/settings/bgpreferences.ui:35 shell/settings/bgpreferences.ui:45
#, kde-format
msgid "The time to wait before the document is re-analyzed when you edit it."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: shell/settings/bgpreferences.ui:38
#, kde-format
msgid "Delay:"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_delay)
#. +> trunk5 stable5
#: shell/settings/bgpreferences.ui:48
#, kde-format
msgid " ms"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_3)
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_threads)
#. +> trunk5 stable5
#: shell/settings/bgpreferences.ui:61 shell/settings/bgpreferences.ui:71
#, kde-format
msgid "The maximum number of parallel instances the background parser uses. If unsure, select 1 or 2."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: shell/settings/bgpreferences.ui:64
#, kde-format
msgid "Maximum number of threads:"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_threads)
#. +> trunk5 stable5
#: shell/settings/bgpreferences.ui:74
#, kde-format
msgid " threads"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/documentationpreferences.cpp:49
#, kde-format
msgid "Configure Documentation"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/editstyledialog.cpp:113
#, kde-format
msgid "No Source Formatter available"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblPreview)
#. i18n: ectx: property (text), widget (QLabel, previewLabel)
#. +> trunk5 stable5
#: shell/settings/editstyledialog.ui:40
#: shell/sourceformatterselectionedit.ui:83
#, kde-format
msgid "Preview:"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/environmentpreferences.cpp:82
#, kde-format
msgid "Environment"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/environmentpreferences.cpp:87
#, kde-format
msgid "Configure Environment Variables"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/environmentprofilelistmodel.cpp:61
#, kde-format
msgid "%1 (default profile)"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/environmentwidget.cpp:94
#, kde-format
msgid "Enter variable..."
msgstr ""
#. +> trunk5 stable5
#: shell/settings/environmentwidget.cpp:182
#, kde-format
msgid "Enter Name of New Environment Profile"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, batchModeEditButton)
#. +> trunk5 stable5
#: shell/settings/environmentwidget.cpp:246
#: shell/settings/environmentwidget.ui:130
#, kde-format
msgid "Batch Edit Mode"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: shell/settings/environmentwidget.ui:22
#, kde-format
msgid "Environment profile:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, addProfileButton)
#. +> trunk5 stable5
#: shell/settings/environmentwidget.ui:39
#, kde-format
msgid "Add profile..."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, cloneProfileButton)
#. +> trunk5 stable5
#: shell/settings/environmentwidget.ui:49
#, kde-format
msgid "Clone profile..."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, removeProfileButton)
#. +> trunk5 stable5
#: shell/settings/environmentwidget.ui:59
#, kde-format
msgid "Remove profile"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, setAsDefaultProfileButton)
#. +> trunk5 stable5
#: shell/settings/environmentwidget.ui:69
#, kde-format
msgid "Set as default"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, removeVariableButton)
#. +> trunk5 stable5
#: shell/settings/environmentwidget.ui:114
#, kde-format
msgid "Remove variable"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/languagepreferences.cpp:49
#, kde-format
msgid " file"
msgid_plural " files"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: shell/settings/languagepreferences.cpp:83
#, kde-format
msgid "Language Support"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/languagepreferences.cpp:88
#, kde-format
msgid "Configure Code-Completion and Semantic Highlighting"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:20
#, kde-format
msgid "Code Completion"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_automaticInvocation)
#. i18n: ectx: property (toolTip), widget (QLabel, label_6)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:26
#: shell/settings/languagepreferences.ui:81
#, kde-format
msgid "If disabled, the code completion widget will never show automatically."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_showMultiLineSelectionInformation)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:36
#, kde-format
msgid "Choose whether to display additional information for the currently selected code completion item."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, kcfg_completionDetail)
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:46
#: shell/settings/languagepreferences.ui:71
#, kde-format
msgid ""
"<p>The code completion UI has a minimal mode and a detailed mode.<br>"
"Choose in what cases full code completion will be displayed.</p>"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_completionDetail)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:53
#, kde-format
msgid "Never"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_completionDetail)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:58
#, kde-format
msgid "When Invoked Manually"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_completionDetail)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:63
#, kde-format
msgid "Always"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:74
#, kde-format
msgid "Detailed completion:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:84
#, kde-format
msgid "Enable automatic invocation:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_7)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:91
#, kde-format
msgid "Choose whether to display additional information for the currently selected codecompletion item."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:94
#, kde-format
msgid "Additional information for current item:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:104
#, kde-format
msgid "Semantic Code Highlighting"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, localColorizationLabel)
#. i18n: ectx: property (toolTip), widget (QSlider, kcfg_localColorization)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:113
#: shell/settings/languagepreferences.ui:126
#, kde-format
msgid "<p>This setting decides about the intensity of colors for local variables, for example function arguments, variables and the like.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, localColorizationLabel)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:116
#, kde-format
msgid "Local colorization intensity:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, globalColorizationLabel)
#. i18n: ectx: property (toolTip), widget (QSlider, kcfg_globalColorization)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:148
#: shell/settings/languagepreferences.ui:161
#, kde-format
msgid "<p>This settings lets you change the intensity of globally accessible types, for example classes, methods, functions etc.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, globalColorizationLabel)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:151
#, kde-format
msgid "Global colorization intensity:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_4)
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_highlightSemanticProblems)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:183
#: shell/settings/languagepreferences.ui:193
#, kde-format
msgid "<p>Highlight semantic problems, such as non-existent or inaccessible declarations.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:186
#, kde-format
msgid "Highlight semantic problems:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_5)
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_highlightProblematicLines)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:203
#: shell/settings/languagepreferences.ui:213
#, kde-format
msgid "<p>When enabled, lines with errors will get additionally highlighted and their positions get marked in the scrollbar.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:206
#, kde-format
msgid "Highlight problematic lines:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_3)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:223
#, kde-format
msgid "Space-separated list of words that make a comment represent a TODO item"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:226
#, kde-format
msgid "TODO marker words:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_todoMarkerWords)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:233
#, kde-format
msgid "Space-separated list of words that make a comment represent a TODO item."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, boldDeclarationsLabel)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:243
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Use bold font for declarations such as classes, functions, local variables, etc.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, boldDeclarationsLabel)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:246
#, kde-format
msgid "Bold font for declarations:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:271
#, kde-format
msgid "Project Parsing"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_2)
#. i18n: ectx: property (toolTip), widget (KPluralHandlingSpinBox, kcfg_minFilesForSimplifiedParsing)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:281
#: shell/settings/languagepreferences.ui:298
#, kde-format
msgid ""
"<p>When a project contains more files than this number, the project will be\n"
"parsed in simplified mode, increasing the efficiency by gathering less information. Global code navigation and quickopen capabilities will be reduced.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: shell/settings/languagepreferences.ui:284
#, kde-format
msgid "Minimum project size for simplified parsing:"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/pluginpreferences.cpp:47
#, kde-format
msgctxt "@title:group"
msgid "Core"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/pluginpreferences.cpp:48
#, kde-format
msgctxt "@title:group"
msgid "Project Management"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/pluginpreferences.cpp:49
#, kde-format
msgctxt "@title:group"
msgid "Version Control"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/pluginpreferences.cpp:50
#, kde-format
msgctxt "@title:group"
msgid "Utilities"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/pluginpreferences.cpp:51
#, kde-format
msgctxt "@title:group"
msgid "Documentation"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/pluginpreferences.cpp:52
#, kde-format
msgctxt "@title:group"
msgid "Language Support"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/pluginpreferences.cpp:53
#, kde-format
msgctxt "@title:group"
msgid "Debugging"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/pluginpreferences.cpp:54
#, kde-format
msgctxt "@title:group"
msgid "Testing"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/pluginpreferences.cpp:55
#, kde-format
msgctxt "@title:group"
msgid "Analyzers"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/pluginpreferences.cpp:56
#, kde-format
msgctxt "@title:group"
msgid "Runtimes"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/pluginpreferences.cpp:57
#, kde-format
msgctxt "@title:group"
msgid "Other"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/pluginpreferences.h:40
#, kde-format
msgid "Plugins"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/pluginpreferences.h:41
#, kde-format
msgid "Configure Plugins"
msgstr ""
#. i18n: ectx: label, entry (parseAllProjectSources), group (Project Manager)
#. +> trunk5 stable5
#: shell/settings/projectconfig.kcfg:11
#, kde-format
msgid "Schedule all project source code to be parsed by the language support in the background"
msgstr ""
#. i18n: ectx: whatsthis, entry (parseAllProjectSources), group (Project Manager)
#. +> trunk5 stable5
#: shell/settings/projectconfig.kcfg:15
#, kde-format
msgid ""
"If this option is set, KDevelop will schedule all source code\n"
" found by the current build system for parsing by the appropriate language\n"
" support part. This will enable more complete language support, but may\n"
" be slower."
msgstr ""
#. i18n: ectx: whatsthis, entry (projectsBaseDirectory), group (Project Manager)
#. +> trunk5 stable5
#: shell/settings/projectconfig.kcfg:19
#, kde-format
msgid "Chooses the base directory where new projects are created."
msgstr ""
#. i18n: ectx: label, entry (saveDocuments), group (Project Manager)
#. +> trunk5 stable5
#: shell/settings/projectconfig.kcfg:23
#, kde-format
msgid "Save all open documents before building anything"
msgstr ""
#. i18n: ectx: whatsthis, entry (saveDocuments), group (Project Manager)
#. +> trunk5 stable5
#: shell/settings/projectconfig.kcfg:24
#, kde-format
msgid "If this option is set all open documents will be automatically saved before any build is started."
msgstr ""
#. +> trunk5 stable5
#: shell/settings/projectpreferences.cpp:57
#, kde-format
msgid "Projects"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/projectpreferences.cpp:62
#, kde-format
msgid "Configure Projects"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_3)
#. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_projectsBaseDirectory)
#. +> trunk5 stable5
#: shell/settings/projectpreferences.ui:22
#: shell/settings/projectpreferences.ui:35
#, kde-format
msgid "Select the base directory where new projects are to be created."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: shell/settings/projectpreferences.ui:25
#, kde-format
msgid "Projects base directory:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_parseAllProjectSources)
#. +> trunk5 stable5
#: shell/settings/projectpreferences.ui:47
#, kde-format
msgid "Parse all files in a project after the project has been opened."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_parseAllProjectSources)
#. +> trunk5 stable5
#: shell/settings/projectpreferences.ui:50
#, kde-format
msgid "Schedule all project files for parsing"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_saveDocuments)
#. +> trunk5 stable5
#: shell/settings/projectpreferences.ui:57
#, kde-format
msgid "Save all modified documents when the \"build\" action is triggered."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_saveDocuments)
#. +> trunk5 stable5
#: shell/settings/projectpreferences.ui:60
#, kde-format
msgid "Save all documents before building"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/runtimespreferences.cpp:37
#, kde-format
msgid "Runtimes"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/runtimespreferences.cpp:47
#, kde-format
msgid "Configure Runtimes"
msgstr ""
#. +> trunk5
#: shell/settings/sourceformattersettings.cpp:83
#: shell/sourceformattercontroller.cpp:123
#, kde-format
msgid "Source Formatter"
msgstr ""
#. +> trunk5
#: shell/settings/sourceformattersettings.cpp:88
#, kde-format
msgid "Configure Source Formatter"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: shell/settings/sourceformattersettings.ui:20
#, kde-format
msgid "General"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, chkKateOverrideIndentation)
#. +> trunk5
#: shell/settings/sourceformattersettings.ui:26
#, kde-format
msgid "Override the editor indentation mode according to the formatting style for documents without Kate modeline."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkKateOverrideIndentation)
#. +> trunk5
#: shell/settings/sourceformattersettings.ui:29
#, kde-format
msgid "Override Kate Indentation Mode"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, chkKateModelines)
#. +> trunk5
#: shell/settings/sourceformattersettings.ui:36
#, kde-format
msgid "Add a Kate modeline according to the formatting style to formatted documents."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkKateModelines)
#. +> trunk5
#: shell/settings/sourceformattersettings.ui:39
#, kde-format
msgid "Add Kate Modeline"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: shell/settings/sourceformattersettings.ui:55
#, kde-format
msgid "Formatting Styles"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/templateconfig.cpp:53
#, kde-format
msgid "Templates"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/templateconfig.cpp:58
#, kde-format
msgid "Configure Templates"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, loadButton)
#. +> trunk5 stable5
#: shell/settings/templatepage.ui:26
#, kde-format
msgid "Load Template From File"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, getNewButton)
#. +> trunk5 stable5
#: shell/settings/templatepage.ui:38
#, kde-format
msgid "Get More Templates"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, shareButton)
#. +> trunk5 stable5
#: shell/settings/templatepage.ui:50
#, kde-format
msgid "Share Templates"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, extractButton)
#. +> trunk5 stable5
#: shell/settings/templatepage.ui:62
#, kde-format
msgid "Clone Template"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, UiConfig)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:14 shell/settings/uipreferences.cpp:57
#, kde-format
msgid "User Interface"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:23
#, kde-format
msgid "Dock Window Behavior"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_4)
#. i18n: ectx: property (toolTip), widget (QComboBox, kcfg_BottomLeftCornerOwner)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:29 shell/settings/uiconfig.ui:49
#, kde-format
msgid "<p>Controls whether the bottom left corner is occupied by the dock at the left, or by the dock at the bottom.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:32
#, kde-format
msgid "Bottom left corner occupied by:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_5)
#. i18n: ectx: property (toolTip), widget (QComboBox, kcfg_BottomRightCornerOwner)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:39 shell/settings/uiconfig.ui:66
#, kde-format
msgid "<p>Controls whether the bottom right corner is occupied by the dock at the right, or by the dock at the bottom.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:42
#, kde-format
msgid "Bottom right corner occupied by:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_BottomLeftCornerOwner)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:53
#, kde-format
msgid "Left Dock"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_BottomLeftCornerOwner)
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_BottomRightCornerOwner)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:58 shell/settings/uiconfig.ui:75
#, kde-format
msgid "Bottom Dock"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_BottomRightCornerOwner)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:70
#, kde-format
msgid "Right Dock"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:86
#, kde-format
msgid "Tabbed Browsing"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_TabBarOpenAfterCurrent)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:92
#, kde-format
msgid "Controls whether to open new tabs next to the active one."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_TabBarOpenAfterCurrent)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:95
#, kde-format
msgid "Open new tab after current"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_TabBarArrangeBuddies)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:106
#, kde-format
msgid ""
"When enabled, plugins can group related files side by side.\n"
"For example, a header file will be opened next to the implementation file."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_TabBarArrangeBuddies)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:109
#, kde-format
msgid "Arrange related documents side by side"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_TabBarVisibility)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:116
#, kde-format
msgid "Enables or disables the display of the tab bar at the top of the editor window."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_TabBarVisibility)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:119
#, kde-format
msgid "Show tabs"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:132
#, kde-format
msgid "Coloring"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ColorizeByProject)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:138
#, kde-format
msgid "When enabled, tabs and other widgets are colored based on the project affiliation"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ColorizeByProject)
#. +> trunk5 stable5
#: shell/settings/uiconfig.ui:141
#, kde-format
msgid "Color widgets based on the project affiliation"
msgstr ""
#. +> trunk5 stable5
#: shell/settings/uipreferences.cpp:67
#, kde-format
msgid "Configure User Interface"
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformattercontroller.cpp:129
#, kde-format
msgid "&Reformat Source"
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformattercontroller.cpp:130
#, kde-format
msgid "Reformat source using AStyle"
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformattercontroller.cpp:131
#, kde-format
msgid "Source reformatting functionality using <b>astyle</b> library."
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformattercontroller.cpp:136
#, kde-format
msgid "Reformat Line"
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformattercontroller.cpp:137
#, kde-format
msgid "Reformat current line using AStyle"
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformattercontroller.cpp:138
#, kde-format
msgid "Source reformatting of line under cursor using <b>astyle</b> library."
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformattercontroller.cpp:143
#, kde-format
msgid "Reformat Files..."
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformattercontroller.cpp:144
#, kde-format
msgid "Format file(s) using the current theme"
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformattercontroller.cpp:145
#, kde-format
msgid "Formatting functionality using <b>astyle</b> library."
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformattercontroller.cpp:653
#, kde-format
msgid "Reformat files?"
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformattercontroller.cpp:654
#, kde-format
msgid "Reformat all files in the selected folder?"
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformattercontroller.cpp:658
#, kde-format
msgid "Reformat"
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformatterjob.cpp:53
#, kde-format
msgid "Reformatting"
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformatterjob.cpp:64
#, kde-format
msgid "Reformat Files"
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformatterjob.cpp:75
#, kde-format
msgid "Reformatting one file"
msgid_plural "Reformatting %1 files"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: shell/sourceformatterselectionedit.cpp:442
#, kde-format
msgid ""
"The style %1 is also used for the following languages:\n"
"%2.\n"
"Are you sure you want to delete it?"
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformatterselectionedit.cpp:443
#, kde-format
msgid "Style being deleted"
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformatterselectionedit.cpp:494
#, kde-format
msgid "New %1"
msgstr ""
#. +> trunk5 stable5
#: shell/sourceformatterselectionedit.cpp:497
#, kde-format
msgid "New Style"
msgstr ""
#. +> trunk5
#: shell/sourceformatterselectionedit.cpp:572
#, kde-format
msgid "No language selected"
msgstr ""
#. +> stable5
#: shell/sourceformatterselectionedit.cpp:515
#, kde-format
msgid "No Language selected"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: shell/sourceformatterselectionedit.ui:29
#, kde-format
msgid "Language:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: shell/sourceformatterselectionedit.ui:102
#, kde-format
msgid "Formatter:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: shell/sourceformatterselectionedit.ui:122
#, kde-format
msgid "Style:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnNewStyle)
#. i18n: ectx: property (text), widget (QPushButton, newButton)
#. +> trunk5 stable5
#: shell/sourceformatterselectionedit.ui:140 vcs/dvcs/ui/branchmanager.ui:34
#, kde-format
msgid "New"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnEditStyle)
#. +> trunk5 stable5
#: shell/sourceformatterselectionedit.ui:147
#, kde-format
msgid "Edit..."
msgstr ""
#. +> trunk5 stable5
#: shell/textdocument.cpp:404
#, kde-format
msgid ""
"The file \"%1\" is modified on disk.\n"
"\n"
"Are you sure you want to overwrite it? (External changes will be lost.)"
msgstr ""
#. +> trunk5 stable5
#: shell/textdocument.cpp:407
#, kde-format
msgctxt "@title:window"
msgid "Document Externally Modified"
msgstr ""
#. +> trunk5 stable5
#: shell/textdocument.cpp:633
#, kde-format
msgid " Line: %1 Col: %2 "
msgstr ""
#. +> trunk5 stable5
#: shell/uicontroller.cpp:89
#, kde-format
msgid "Code"
msgstr ""
#. +> trunk5 stable5
#: shell/uicontroller.cpp:109
#, kde-format
msgid "Review"
msgstr ""
#. +> trunk5 stable5
#: shell/uicontroller.cpp:437
#, kde-format
msgid "Select Tool View to Add"
msgstr ""
#. +> trunk5 stable5
#: shell/workingsets/workingsettooltipwidget.cpp:86
#, kde-format
msgid "<b>Active Working Set</b>"
msgstr ""
#. +> trunk5 stable5
#: shell/workingsets/workingsettooltipwidget.cpp:88
#, kde-format
msgid "<b>Working Set</b>"
msgstr ""
#. +> trunk5 stable5
#: shell/workingsets/workingsettooltipwidget.cpp:106
#, kde-format
msgid "Remove this working set. The contained documents are not affected."
msgstr ""
#. +> trunk5 stable5
#: shell/workingsets/workingsettooltipwidget.cpp:132
#, kde-format
msgid "Documents:"
msgstr ""
#. +> trunk5 stable5
#: shell/workingsets/workingsettooltipwidget.cpp:140
#, kde-format
msgid "Add All"
msgstr ""
#. +> trunk5 stable5
#: shell/workingsets/workingsettooltipwidget.cpp:141
#, kde-format
msgid "Add all documents that are part of this working set to the currently active working set."
msgstr ""
#. +> trunk5 stable5
#: shell/workingsets/workingsettooltipwidget.cpp:149
#, kde-format
msgid "Remove all documents that are part of this working set from the currently active working set."
msgstr ""
#. +> trunk5 stable5
#: shell/workingsets/workingsettooltipwidget.cpp:181
#, kde-format
msgctxt "@info:tooltip"
msgid "Click to open and activate this document."
msgstr ""
#. +> trunk5 stable5
#: shell/workingsets/workingsettooltipwidget.cpp:292
#, kde-format
msgid "Remove this file from the current working set"
msgstr ""
#. +> trunk5 stable5
#: shell/workingsets/workingsettooltipwidget.cpp:297
#, kde-format
msgid "Add this file to the current working set"
msgstr ""
#. +> trunk5 stable5
#: shell/workingsets/workingsettooltipwidget.cpp:326
#, kde-format
msgid "Stash"
msgstr ""
#. +> trunk5 stable5
#: shell/workingsets/workingsettooltipwidget.cpp:332
#, kde-format
msgid "Load"
msgstr ""
#. +> trunk5 stable5
#: sublime/container.cpp:294
#, kde-format
msgid "Line: 00000 Col: 000"
msgstr ""
#. +> trunk5 stable5
#: sublime/container.cpp:325
#, kde-format
msgid "Show sorted list of opened documents"
msgstr ""
#. +> trunk5 stable5
#: sublime/container.cpp:337
#, kde-format
msgid "(Press Ctrl+Tab to switch)"
msgstr ""
#. +> trunk5 stable5
#: sublime/container.cpp:664
#, kde-format
msgid "Copy Filename"
msgstr ""
#. +> trunk5 stable5
#: sublime/container.cpp:667
#, kde-format
msgid "Close"
msgstr ""
#. +> trunk5 stable5
#: sublime/container.cpp:669
#, kde-format
msgid "Close All Other"
msgstr ""
#. +> trunk5 stable5
#: sublime/container.cpp:671
#, kde-format
msgid "Close All"
msgstr ""
#. +> trunk5 stable5
#: sublime/idealbuttonbarwidget.cpp:51
#, kde-format
msgid "Toggle '%1' tool view."
msgstr ""
#. +> trunk5 stable5
#: sublime/idealbuttonbarwidget.cpp:110
#, kde-format
msgctxt "@info:tooltip"
msgid "Right click to add new tool views."
msgstr ""
#. +> trunk5 stable5
#: sublime/idealcontroller.cpp:111
#, kde-format
msgid "%1 Toolbar"
msgstr ""
#. +> trunk5
#: sublime/idealdockwidget.cpp:121
#, kde-format
msgid "Tool View Position"
msgstr ""
#. +> stable5
#: sublime/idealdockwidget.cpp:121
#, kde-format
msgid "Toolview Position"
msgstr ""
#. +> trunk5
#: sublime/idealdockwidget.cpp:125
#, kde-format
msgctxt "tool view position"
msgid "Left"
msgstr ""
#. +> stable5
#: sublime/idealdockwidget.cpp:125
#, kde-format
msgctxt "toolview position"
msgid "Left"
msgstr ""
#. +> trunk5
#: sublime/idealdockwidget.cpp:126
#, kde-format
msgctxt "tool view position"
msgid "Bottom"
msgstr ""
#. +> stable5
#: sublime/idealdockwidget.cpp:126
#, kde-format
msgctxt "toolview position"
msgid "Bottom"
msgstr ""
#. +> trunk5
#: sublime/idealdockwidget.cpp:127
#, kde-format
msgctxt "tool view position"
msgid "Right"
msgstr ""
#. +> stable5
#: sublime/idealdockwidget.cpp:127
#, kde-format
msgctxt "toolview position"
msgid "Right"
msgstr ""
#. +> trunk5
#: sublime/idealdockwidget.cpp:128
#, kde-format
msgctxt "tool view position"
msgid "Detached"
msgstr ""
#. +> stable5
#: sublime/idealdockwidget.cpp:128
#, kde-format
msgctxt "toolview position"
msgid "Detached"
msgstr ""
#. +> trunk5 stable5
#: sublime/idealdockwidget.cpp:146
#, kde-format
msgid "Assign Shortcut..."
msgstr ""
#. +> trunk5
#: sublime/idealdockwidget.cpp:147
#, kde-format
msgid "Use this shortcut to trigger visibility of the tool view."
msgstr ""
#. +> stable5
#: sublime/idealdockwidget.cpp:147
#, kde-format
msgid "Use this shortcut to trigger visibility of the toolview."
msgstr ""
#. +> trunk5
#: sublime/idealdockwidget.cpp:150
#, kde-format
msgid "Remove Tool View"
msgstr ""
#. +> stable5
#: sublime/idealdockwidget.cpp:150
#, kde-format
msgid "Remove Toolview"
msgstr ""
#. +> trunk5 stable5
#: sublime/idealdockwidget.cpp:161
#, kde-format
msgid "Assign Shortcut For '%1' Tool View"
msgstr ""
#. +> trunk5 stable5
#: sublime/mainwindow_p.cpp:86
#, kde-format
msgid "Concentration Mode"
msgstr ""
#. +> trunk5 stable5
#: sublime/mainwindow_p.cpp:88
#, kde-format
msgid "Removes most of the controls so you can focus on what matters."
msgstr ""
#. +> trunk5 stable5
#: sublime/mainwindow_p.cpp:95
#, kde-format
msgid "Show Left Dock"
msgstr ""
#. +> trunk5 stable5
#: sublime/mainwindow_p.cpp:102
#, kde-format
msgid "Show Right Dock"
msgstr ""
#. +> trunk5 stable5
#: sublime/mainwindow_p.cpp:108
#, kde-format
msgid "Show Bottom Dock"
msgstr ""
#. +> trunk5 stable5
#: sublime/mainwindow_p.cpp:114
#, kde-format
msgctxt "@action"
msgid "Focus Editor"
msgstr ""
#. +> trunk5 stable5
#: sublime/mainwindow_p.cpp:119
#, kde-format
msgid "Hide/Restore Docks"
msgstr ""
#. +> trunk5 stable5
#: sublime/mainwindow_p.cpp:124
#, kde-format
msgid "Next Tool View"
msgstr ""
#. +> trunk5 stable5
#: sublime/mainwindow_p.cpp:130
#, kde-format
msgid "Previous Tool View"
msgstr ""
#. +> trunk5 stable5
#: sublime/mainwindow_p.cpp:136
#, kde-format
msgid "Tool Views"
msgstr ""
#. +> trunk5 stable5
#: sublime/mainwindow_p.cpp:141
#, kde-format
msgid "Left Button Bar"
msgstr ""
#. +> trunk5 stable5
#: sublime/mainwindow_p.cpp:144
#, kde-format
msgid "Right Button Bar"
msgstr ""
#. +> trunk5 stable5
#: sublime/mainwindow_p.cpp:147
#, kde-format
msgid "Bottom Button Bar"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:276
#, kde-format
msgid "duchainify"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:277
#, kde-format
msgid "DUChain builder application"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:278
#, kde-format
msgid "(c) 2009 David Nolden"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:284
#, kde-format
msgid "file or directory"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:286
#, kde-format
msgid "Show warnings"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:287
#, kde-format
msgid "Show warnings and debug output"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:288
#, kde-format
msgid "Enforce an update of the top-contexts corresponding to the given files"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:289
#, kde-format
msgid "Enforce an update of the top-contexts corresponding to the given files and all included files"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:290
#, kde-format
msgid "Number of threads to use"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:291
#, kde-format
msgid "Features to build. Options: empty, simplified-visible-declarations, visible-declarations (default), all-declarations, all-declarations-and-uses, all-declarations-and-uses-and-AST"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:293
#, kde-format
msgid "Print complete Definition-Use Chain on successful parse"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:294
#, kde-format
msgid "Print complete DUChain Definitions repository on successful parse"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:295
#, kde-format
msgid "Print complete DUChain PersistentSymbolTable repository on successful parse"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:296
#, kde-format
msgid "Number defining the maximum depth where declaration details are printed"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:297
#, kde-format
msgid "Dump DUChain graph (in .dot format)"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:298
#, kde-format
msgid "Print problems encountered during parsing"
msgstr ""
#. +> trunk5 stable5
#: util/duchainify/main.cpp:299
#, kde-format
msgid "Recursively dump errors from imported contexts."
msgstr ""
#. +> trunk5 stable5
#: util/environmentselectionmodel.cpp:54
#, kde-format
msgctxt "@title:column"
msgid "Profile"
msgstr ""
#. +> trunk5 stable5
#: util/environmentselectionmodel.cpp:65
#, kde-format
msgctxt "@item:inlistbox"
msgid "Use default profile (currently: %1)"
msgstr ""
#. +> trunk5 stable5
#: util/environmentselectionmodel.cpp:69
#, kde-format
msgctxt "@item:inlistbox"
msgid "%1 (does not exist)"
msgstr ""
#. +> trunk5 stable5
#: util/jobstatus.cpp:63
#, kde-format
msgid "Task aborted"
msgstr ""
#. +> trunk5 stable5
#: util/projecttestjob.cpp:95
#, kde-format
msgid "Run all tests in %1"
msgstr ""
#. +> trunk5 stable5
#: util/shellutils.cpp:96
#, kde-format
msgid "You don't have write permissions for the following files; add write permissions for owner before saving?"
msgstr ""
#. +> trunk5 stable5
#: util/shellutils.cpp:97
#, kde-format
msgid "Some files are write-protected"
msgstr ""
#. +> trunk5 stable5
#: util/shellutils.cpp:109
#, kde-format
msgid "Failed adding write permissions for some files."
msgstr ""
#. +> trunk5 stable5
#: util/shellutils.cpp:109
#, kde-format
msgid "Failed setting permissions"
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/dvcsjob.cpp:160
#, kde-format
msgid "Working Directory does not exist: %1"
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/dvcsjob.cpp:169
#, kde-format
msgid "Working Directory is not absolute: %1"
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/dvcsjob.cpp:213
#, kde-format
msgid ""
"Process '%1' exited with status %2\n"
"%3"
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/dvcsjob.cpp:244
#, kde-format
msgid "Command finished with error %1."
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/dvcsjob.cpp:256
#, kde-format
msgid "Command exited with value %1."
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/dvcsplugin.cpp:107
#, kde-format
msgid "Branches..."
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.cpp:50
#, kde-format
msgid "Branch Manager"
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.cpp:99
#, kde-format
msgid "You must select a base branch from the list before creating a new branch."
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.cpp:104
#, kde-format
msgid "New branch"
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.cpp:104
#, kde-format
msgid "Name of the new branch:"
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.cpp:112
#, kde-format
msgid ""
"Branch \"%1\" already exists.\n"
"Please, choose another name."
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.cpp:127
#, kde-format
msgid ""
"Currently at the branch \"%1\".\n"
"To remove it, please change to another branch."
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.cpp:134
#, kde-format
msgid "Are you sure you want to irreversibly remove the branch '%1'?"
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.cpp:154 vcs/dvcs/ui/branchmanager.cpp:235
#, kde-format
msgid "Already on branch \"%1\"\n"
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.cpp:175
#, kde-format
msgid ""
"Branch \"%1\" doesn't exists.\n"
"Please, choose another name."
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.cpp:185
#, kde-format
msgid "You must select a branch to merge into current one from the list."
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.cpp:223 vcs/widgets/vcsdiffpatchsources.cpp:305
#, kde-format
msgid "Could not create a patch for the current version."
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.cpp:258
#, kde-format
msgid "Unable to retrieve diff."
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.cpp:265
#, kde-format
msgid "There are no committed differences."
msgstr ""
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.cpp:266 vcs/vcspluginhelper.cpp:280
#, kde-format
msgid "VCS support"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, newButton)
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.ui:31
#, kde-format
msgid "Creates new branch based on the selected branch"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, deleteButton)
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.ui:44
#, kde-format
msgid "The same as git branch -D"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, diffButton)
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.ui:83
#, kde-format
msgid "<p>Show changes between the current branch (or staging area, if not empty) and the last commit on the selected branch.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, diffButton)
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.ui:86
#, kde-format
msgid "Compare to Branch"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, checkoutButton)
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.ui:112
#, kde-format
msgid "Checkout to the selected branch"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, checkoutButton)
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.ui:115
#, kde-format
msgid "Checkout"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, mergeButton)
#. +> trunk5 stable5
#: vcs/dvcs/ui/branchmanager.ui:125
#, kde-format
msgid "Merge"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, DvcsImportMetadataWidget)
#. +> stable5
#: vcs/dvcs/ui/dvcsimportmetadatawidget.ui:13
#, kde-format
msgid "Import"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelUrl)
#. +> trunk5 stable5
#: vcs/dvcs/ui/dvcsimportmetadatawidget.ui:19
#, kde-format
msgid "Source directory:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel)
#. +> trunk5 stable5
#: vcs/dvcs/ui/dvcsimportmetadatawidget.ui:29
#: vcs/models/vcsannotationmodel.cpp:131
#, kde-format
msgid "Commit message:"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/brancheslistmodel.cpp:77
#, kde-format
msgid "Branch \"%1\" already exists."
msgstr ""
#. +> trunk5 stable5
#: vcs/models/brancheslistmodel.cpp:82
#, kde-format
msgid "Are you sure you want to rename \"%1\" to \"%2\"?"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsannotationmodel.cpp:129
#, kde-format
msgid "Author:"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsannotationmodel.cpp:130
#, kde-format
msgid "Date:"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcseventmodel.cpp:97
#, kde-format
msgid "Revision"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcseventmodel.cpp:99
#, kde-format
msgid "Message"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcseventmodel.cpp:101
#, kde-format
msgid "Author"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcseventmodel.cpp:103
#, kde-format
msgid "Date"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsfilechangesmodel.cpp:45
#, kde-format
msgctxt "file was added to versioncontrolsystem"
msgid "Added"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsfilechangesmodel.cpp:47
#, kde-format
msgctxt "file was deleted from versioncontrolsystem"
msgid "Deleted"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsfilechangesmodel.cpp:49
#, kde-format
msgctxt "file is confilicting (versioncontrolsystem)"
msgid "Has Conflicts"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsfilechangesmodel.cpp:51
#, kde-format
msgctxt "version controlled file was modified"
msgid "Modified"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsfilechangesmodel.cpp:53
#, kde-format
msgctxt "file is up to date in versioncontrolsystem"
msgid "Up To Date"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsfilechangesmodel.cpp:56
#, kde-format
msgctxt "file is not known to versioncontrolsystem"
msgid "Unknown"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsfilechangesmodel.cpp:58
#, kde-format
msgctxt "Unknown VCS file status, probably a backend error"
msgid "?"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsfilechangesmodel.cpp:143
#, kde-format
msgid "Filename"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsfilechangesmodel.cpp:144
#, kde-format
msgid "Status"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsitemeventmodel.cpp:60
#, kde-format
msgid "Added"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsitemeventmodel.cpp:62
#, kde-format
msgid "Deleted"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsitemeventmodel.cpp:64
#, kde-format
msgid "Modified"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsitemeventmodel.cpp:66
#, kde-format
msgid "Copied"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsitemeventmodel.cpp:68
#, kde-format
msgid "Replaced"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsitemeventmodel.cpp:75
#, kde-format
msgctxt "separes an action list"
msgid ", "
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsitemeventmodel.cpp:99
#, kde-format
msgid "Actions"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsitemeventmodel.cpp:100
#, kde-format
msgid "Source Location"
msgstr ""
#. +> trunk5 stable5
#: vcs/models/vcsitemeventmodel.cpp:101
#, kde-format
msgid "Source Revision"
msgstr ""
#. +> trunk5 stable5
#: vcs/vcspluginhelper.cpp:84
#, kde-format
msgid "Update"
msgstr ""
#. +> trunk5 stable5
#: vcs/vcspluginhelper.cpp:86
#, kde-format
msgid "Show Differences..."
msgstr ""
#. +> trunk5 stable5
#: vcs/vcspluginhelper.cpp:87
#, kde-format
msgid "Revert"
msgstr ""
#. +> trunk5 stable5
#: vcs/vcspluginhelper.cpp:88 vcs/vcspluginhelper.cpp:438
#, kde-format
msgid "History..."
msgstr ""
#. +> trunk5 stable5
#: vcs/vcspluginhelper.cpp:89
#, kde-format
msgid "Annotation..."
msgstr ""
#. +> trunk5 stable5
#: vcs/vcspluginhelper.cpp:90
#, kde-format
msgid "Show Diff..."
msgstr ""
#. +> trunk5 stable5
#: vcs/vcspluginhelper.cpp:91
#, kde-format
msgid "Show Diff (all files)..."
msgstr ""
#. +> trunk5 stable5
#: vcs/vcspluginhelper.cpp:92
#, kde-format
msgid "Push"
msgstr ""
#. +> trunk5 stable5
#: vcs/vcspluginhelper.cpp:93
#, kde-format
msgid "Pull"
msgstr ""
#. +> trunk5 stable5
#: vcs/vcspluginhelper.cpp:279
#, kde-format
msgid "There are no differences."
msgstr ""
#. +> trunk5 stable5
#: vcs/vcspluginhelper.cpp:286
#, kde-format
msgid "Unable to get difference."
msgstr ""
#. +> trunk5 stable5
#: vcs/vcspluginhelper.cpp:342
#, kde-format
msgctxt "%1: path or URL, %2: name of a version control system"
msgid "%2 History (%1)"
msgstr ""
#. +> trunk5 stable5
#: vcs/vcspluginhelper.cpp:403
#, kde-format
msgid "Cannot display annotations, missing interface KTextEditor::AnnotationInterface for the editor."
msgstr ""
#. +> trunk5 stable5
#: vcs/vcspluginhelper.cpp:407
#, kde-format
msgid ""
"Cannot execute annotate action because the document was not found, or was not a text document:\n"
"%1"
msgstr ""
#. +> trunk5
#: vcs/vcspluginhelper.cpp:433 vcs/widgets/vcseventwidget.cpp:60
#, kde-format
msgid "Copy Revision Id"
msgstr ""
#. +> stable5
#: vcs/vcspluginhelper.cpp:432
#, kde-format
msgid "Copy Revision"
msgstr ""
#. +> trunk5 stable5
#: vcs/widgets/standardvcslocationwidget.cpp:34
#, kde-format
msgid "Enter the repository URL..."
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, VcsCommitDialog)
#. +> trunk5 stable5
#: vcs/widgets/vcscommitdialog.ui:17
#, kde-format
msgid "Select Files to commit"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: vcs/widgets/vcscommitdialog.ui:23
#, kde-format
msgid "Commit files:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, recursiveChk)
#. +> trunk5 stable5
#: vcs/widgets/vcscommitdialog.ui:33
#, kde-format
msgid "Recursive"
msgstr ""
#. +> trunk5 stable5
#: vcs/widgets/vcsdiffpatchsources.cpp:61
#, kde-format
msgid "Commit Message:"
msgstr ""
#. +> trunk5 stable5
#: vcs/widgets/vcsdiffpatchsources.cpp:65
#, kde-format
msgid "Old Messages"
msgstr ""
#. +> trunk5
#: vcs/widgets/vcsdiffpatchsources.cpp:118
#, kde-format
msgid "For more detailed information please see the Version Control tool view."
msgstr ""
#. +> stable5
#: vcs/widgets/vcsdiffpatchsources.cpp:118
#, kde-format
msgid "For more detailed information please see the Version Control toolview"
msgstr ""
#. +> trunk5 stable5
#: vcs/widgets/vcsdiffpatchsources.cpp:120
#, kde-format
msgid "Unable to commit"
msgstr ""
#. +> trunk5 stable5
#: vcs/widgets/vcsdiffpatchsources.cpp:120
#, kde-format
msgid "Commit unsuccessful"
msgstr ""
#. +> trunk5 stable5
#: vcs/widgets/vcsdiffpatchsources.cpp:232
#, kde-format
msgctxt "@action:button To make a commit"
msgid "Commit"
msgstr ""
#. +> trunk5 stable5
#: vcs/widgets/vcsdiffpatchsources.cpp:263
#, kde-format
msgid ""
"<qt>Files will be committed:\n"
"<ul>%1</ul>"
"\n"
"With message:\n"
" "
"<pre>%2</pre>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: vcs/widgets/vcsdiffpatchsources.cpp:265
#, kde-format
msgid "About to commit to repository"
msgstr ""
#. +> trunk5 stable5
#: vcs/widgets/vcsdiffwidget.cpp:93
#, kde-format
msgid "Difference between revision %1 and %2:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, revLabel)
#. +> trunk5 stable5
#: vcs/widgets/vcsdiffwidget.ui:28
#, kde-format
msgid "Difference between revisions"
msgstr ""
#. +> stable5
#: vcs/widgets/vcseventwidget.cpp:58
#, kde-format
msgid "Copy revision number"
msgstr ""
#. +> trunk5 stable5
#: vcs/widgets/vcseventwidget.cpp:92
#, kde-format
msgid "Diff to previous revision"
msgstr ""
#. +> trunk5 stable5
#: vcs/widgets/vcseventwidget.cpp:95
#, kde-format
msgid "Diff between revisions"
msgstr ""
#. +> trunk5 stable5
#: vcs/widgets/vcseventwidget.cpp:152
#, kde-format
msgid "Difference To Previous"
msgstr ""
#. +> trunk5 stable5
#: vcs/widgets/vcseventwidget.cpp:181
#, kde-format
msgid "Difference between Revisions"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, VcsEventWidget)
#. +> stable5
#: vcs/widgets/vcseventwidget.ui:20
#, kde-format
msgid "Logview"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/extragear-network/kdeconnect-android.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/extragear-network/kdeconnect-android.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/extragear-network/kdeconnect-android.pot (revision 1522564)
@@ -1,1125 +1,1160 @@
# Translations template for PROJECT.
# Copyright (C) 2018 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2018-08-02 08:43+0200\n"
+"POT-Creation-Date: 2018-08-14 09:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. +> trunk5
msgctxt "pref_plugin_telephony"
msgid "Telephony notifier"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_telephony_desc"
msgid "Send notifications for SMS and calls"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_battery"
msgid "Battery report"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_battery_desc"
msgid "Periodically report battery status"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_sftp"
msgid "Filesystem expose"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_sftp_desc"
msgid "Allows to browse this device's filesystem remotely"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_clipboard"
msgid "Clipboard sync"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_clipboard_desc"
msgid "Share the clipboard content"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_mousepad"
msgid "Remote input"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_mousepad_desc"
msgid "Use your phone or tablet as a touchpad and keyboard"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_presenter"
msgid "Presentation remote"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_presenter_desc"
msgid "Use your device to change slides in a presentation"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_remotekeyboard"
msgid "Receive remote keypresses"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_remotekeyboard_desc"
msgid "Receive keypress events from remote devices"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_mpris"
msgid "Multimedia controls"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_mpris_desc"
msgid "Provides a remote control for your media player"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_runcommand"
msgid "Run Command"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_runcommand_desc"
msgid "Trigger remote commands from your phone or tablet"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_contacts"
msgid "Contacts Synchronizer"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_contacts_desc"
msgid "Allow synchronizing the device's contacts book"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_ping"
msgid "Ping"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_ping_desc"
msgid "Send and receive pings"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_notifications"
msgid "Notification sync"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_notifications_desc"
msgid "Access your notifications from other devices"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_receive_notifications"
msgid "Receive notifications"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_receive_notifications_desc"
msgid "Receive notifications from the other device and display them on Android"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_sharereceiver"
msgid "Share and receive"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_sharereceiver_desc"
msgid "Share files and URLs between devices"
msgstr ""
#. +> trunk5
msgctxt "plugin_not_available"
msgid "This feature is not available in your Android version"
msgstr ""
#. +> trunk5
msgctxt "device_list_empty"
msgid "No devices"
msgstr ""
#. +> trunk5
msgctxt "ok"
msgid "OK"
msgstr ""
#. +> trunk5
msgctxt "cancel"
msgid "Cancel"
msgstr ""
#. +> trunk5
msgctxt "open_settings"
msgid "Open settings"
msgstr ""
#. +> trunk5
msgctxt "no_permissions"
msgid "You need to grant permission to access notifications"
msgstr ""
#. +> trunk5
msgctxt "no_permission_mprisreceiver"
msgid "To be able to control your media players you need to grant access to the notifications"
msgstr ""
#. +> trunk5
msgctxt "send_ping"
msgid "Send ping"
msgstr ""
#. +> trunk5
msgctxt "open_mpris_controls"
msgid "Multimedia control"
msgstr ""
#. +> trunk5
msgctxt "remotekeyboard_editing_only_title"
msgid "Handle remote keys only when editing"
msgstr ""
#. +> trunk5
msgctxt "remotekeyboard_not_connected"
msgid "There is no active remote keyboard connection, establish one in kdeconnect"
msgstr ""
#. +> trunk5
msgctxt "remotekeyboard_connected"
msgid "Remote keyboard connection is active"
msgstr ""
#. +> trunk5
msgctxt "remotekeyboard_multiple_connections"
msgid "There is more than one remote keyboard connection, select the device to configure"
msgstr ""
#. +> trunk5
msgctxt "open_mousepad"
msgid "Remote input"
msgstr ""
#. +> trunk5
msgctxt "mousepad_info"
msgid "Move a finger on the screen to move the mouse cursor. Tap for a click, and use two/three fingers for right and middle buttons. Use 2 fingers to scroll. Use a long press to drag'n drop."
msgstr ""
#. +> trunk5
msgctxt "mousepad_double_tap_settings_title"
msgid "Set two finger tap action"
msgstr ""
#. +> trunk5
msgctxt "mousepad_triple_tap_settings_title"
msgid "Set three finger tap action"
msgstr ""
#. +> trunk5
msgctxt "mousepad_sensitivity_settings_title"
msgid "Set touchpad sensitivity"
msgstr ""
#. +> trunk5
+msgctxt "mousepad_acceleration_profile_settings_title"
+msgid "Set pointer acceleration"
+msgstr ""
+
+#. +> trunk5
msgctxt "mousepad_scroll_direction_title"
msgid "Reverse Scrolling Direction"
msgstr ""
#. +> trunk5
msgctxt "mousepad_tap_entries:0"
msgid "Right click"
msgstr ""
#. +> trunk5
msgctxt "mousepad_tap_entries:1"
msgid "Middle click"
msgstr ""
#. +> trunk5
msgctxt "mousepad_tap_entries:2"
msgid "Nothing"
msgstr ""
#. +> trunk5
msgctxt "mousepad_sensitivity_entries:0"
msgid "Slowest"
msgstr ""
#. +> trunk5
msgctxt "mousepad_sensitivity_entries:1"
msgid "Above Slowest"
msgstr ""
#. +> trunk5
msgctxt "mousepad_sensitivity_entries:2"
msgid "Default"
msgstr ""
#. +> trunk5
msgctxt "mousepad_sensitivity_entries:3"
msgid "Above Default"
msgstr ""
#. +> trunk5
msgctxt "mousepad_sensitivity_entries:4"
msgid "Fastest"
msgstr ""
#. +> trunk5
+msgctxt "mousepad_acceleration_profile_entries:0"
+msgid "No Acceleration"
+msgstr ""
+
+#. +> trunk5
+msgctxt "mousepad_acceleration_profile_entries:1"
+msgid "Weakest"
+msgstr ""
+
+#. +> trunk5
+msgctxt "mousepad_acceleration_profile_entries:2"
+msgid "Weaker"
+msgstr ""
+
+#. +> trunk5
+msgctxt "mousepad_acceleration_profile_entries:3"
+msgid "Medium"
+msgstr ""
+
+#. +> trunk5
+msgctxt "mousepad_acceleration_profile_entries:4"
+msgid "Stronger"
+msgstr ""
+
+#. +> trunk5
+msgctxt "mousepad_acceleration_profile_entries:5"
+msgid "Strongest"
+msgstr ""
+
+#. +> trunk5
msgctxt "category_connected_devices"
msgid "Connected devices"
msgstr ""
#. +> trunk5
msgctxt "category_not_paired_devices"
msgid "Available devices"
msgstr ""
#. +> trunk5
msgctxt "category_remembered_devices"
msgid "Remembered devices"
msgstr ""
#. +> trunk5
msgctxt "plugins_failed_to_load"
msgid "Plugins failed to load (tap for more info):"
msgstr ""
#. +> trunk5
msgctxt "device_menu_plugins"
msgid "Plugin settings"
msgstr ""
#. +> trunk5
msgctxt "device_menu_unpair"
msgid "Unpair"
msgstr ""
#. +> trunk5
msgctxt "device_not_reachable"
msgid "Paired device not reachable"
msgstr ""
#. +> trunk5
msgctxt "pair_new_device"
msgid "Pair new device"
msgstr ""
#. +> trunk5
msgctxt "unknown_device"
msgid "Unknown device"
msgstr ""
#. +> trunk5
msgctxt "error_not_reachable"
msgid "Device not reachable"
msgstr ""
#. +> trunk5
msgctxt "error_already_requested"
msgid "Pairing already requested"
msgstr ""
#. +> trunk5
msgctxt "error_already_paired"
msgid "Device already paired"
msgstr ""
#. +> trunk5
msgctxt "error_could_not_send_package"
msgid "Could not send package"
msgstr ""
#. +> trunk5
msgctxt "error_timed_out"
msgid "Timed out"
msgstr ""
#. +> trunk5
msgctxt "error_canceled_by_user"
msgid "Canceled by user"
msgstr ""
#. +> trunk5
msgctxt "error_canceled_by_other_peer"
msgid "Canceled by other peer"
msgstr ""
#. +> trunk5
msgctxt "error_invalid_key"
msgid "Invalid key received"
msgstr ""
#. +> trunk5
msgctxt "encryption_info_title"
msgid "Encryption Info"
msgstr ""
#. +> trunk5
msgctxt "encryption_info_msg_no_ssl"
msgid "The other device doesn't use a recent version of KDE Connect, using the legacy encryption method."
msgstr ""
#. +> trunk5
msgctxt "my_device_fingerprint"
msgid "SHA1 fingerprint of your device certificate is:"
msgstr ""
#. +> trunk5
msgctxt "remote_device_fingerprint"
msgid "SHA1 fingerprint of remote device certificate is:"
msgstr ""
#. +> trunk5
msgctxt "pair_requested"
msgid "Pair requested"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "pairing_request_from"
msgid "Pairing request from %1s"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "received_url_title"
msgid "Received link from %1s"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "received_url_text"
msgid "Tap to open '%1s'"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "incoming_file_title"
msgid "Incoming file from %1s"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "incoming_file_text"
msgid "%1s"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "outgoing_file_title"
msgid "Sending file to %1s"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "outgoing_files_title"
msgid "Sending files to %1s"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "outgoing_files_text"
msgid "Sent %1$d file"
msgid_plural "Sent %1$d out of %2$d files"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#, c-format
msgctxt "received_file_title"
msgid "Received file from %1s"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "received_file_fail_title"
msgid "Failed receiving file from %1s"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "received_file_text"
msgid "Tap to open '%1s'"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "sent_file_title"
msgid "Sent file to %1s"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "sent_file_text"
msgid "%1s"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "sent_file_failed_title"
msgid "Failed to send file to %1s"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "sent_file_failed_text"
msgid "%1s"
msgstr ""
#. +> trunk5
msgctxt "tap_to_answer"
msgid "Tap to answer"
msgstr ""
#. +> trunk5
msgctxt "reconnect"
msgid "Reconnect"
msgstr ""
#. +> trunk5
msgctxt "right_click"
msgid "Send Right Click"
msgstr ""
#. +> trunk5
msgctxt "middle_click"
msgid "Send Middle Click"
msgstr ""
#. +> trunk5
msgctxt "show_keyboard"
msgid "Show Keyboard"
msgstr ""
#. +> trunk5
msgctxt "device_not_paired"
msgid "Device not paired"
msgstr ""
#. +> trunk5
msgctxt "request_pairing"
msgid "Request pairing"
msgstr ""
#. +> trunk5
msgctxt "pairing_accept"
msgid "Accept"
msgstr ""
#. +> trunk5
msgctxt "pairing_reject"
msgid "Reject"
msgstr ""
#. +> trunk5
msgctxt "device"
msgid "Device"
msgstr ""
#. +> trunk5
msgctxt "pair_device"
msgid "Pair device"
msgstr ""
#. +> trunk5
msgctxt "remote_control"
msgid "Remote control"
msgstr ""
#. +> trunk5
msgctxt "settings"
msgid "KDE Connect Settings"
msgstr ""
#. +> trunk5
msgctxt "mpris_play"
msgid "Play"
msgstr ""
#. +> trunk5
msgctxt "mpris_pause"
msgid "Pause"
msgstr ""
#. +> trunk5
msgctxt "mpris_previous"
msgid "Previous"
msgstr ""
#. +> trunk5
msgctxt "mpris_rew"
msgid "Rewind"
msgstr ""
#. +> trunk5
msgctxt "mpris_ff"
msgid "Fast-forward"
msgstr ""
#. +> trunk5
msgctxt "mpris_next"
msgid "Next"
msgstr ""
#. +> trunk5
msgctxt "mpris_volume"
msgid "Volume"
msgstr ""
#. +> trunk5
msgctxt "mpris_settings"
msgid "Multimedia Settings"
msgstr ""
#. +> trunk5
msgctxt "mpris_time_settings_title"
msgid "Forward/rewind buttons"
msgstr ""
#. +> trunk5
msgctxt "mpris_time_settings_summary"
msgid "Adjust the time to fast forward/rewind when pressed."
msgstr ""
#. +> trunk5
msgctxt "mpris_time_entries:0"
msgid "10 seconds"
msgstr ""
#. +> trunk5
msgctxt "mpris_time_entries:1"
msgid "20 seconds"
msgstr ""
#. +> trunk5
msgctxt "mpris_time_entries:2"
msgid "30 seconds"
msgstr ""
#. +> trunk5
msgctxt "mpris_time_entries:3"
msgid "1 minute"
msgstr ""
#. +> trunk5
msgctxt "mpris_time_entries:4"
msgid "2 minutes"
msgstr ""
#. +> trunk5
msgctxt "mpris_notification_settings_title"
msgid "Show media control notification"
msgstr ""
#. +> trunk5
msgctxt "mpris_notification_settings_summary"
msgid "Allows controlling your media players without opening KDE Connect."
msgstr ""
#. +> trunk5
msgctxt "share_to"
msgid "Share To..."
msgstr ""
#. +> trunk5
msgctxt "protocol_version_older"
msgid "This device uses an old protocol version"
msgstr ""
#. +> trunk5
msgctxt "protocol_version_newer"
msgid "This device uses a newer protocol version"
msgstr ""
#. +> trunk5
msgctxt "general_settings"
msgid "General Settings"
msgstr ""
#. +> trunk5
msgctxt "plugin_settings"
msgid "Settings"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "plugin_settings_with_name"
msgid "%s settings"
msgstr ""
#. +> trunk5
msgctxt "device_name"
msgid "Device name"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "device_name_preference_summary"
msgid "%s"
msgstr ""
#. +> trunk5
msgctxt "invalid_device_name"
msgid "Invalid device name"
msgstr ""
#. +> trunk5
msgctxt "shareplugin_text_saved"
msgid "Received text, saved to clipboard"
msgstr ""
#. +> trunk5
msgctxt "custom_devices_settings"
msgid "Custom device list"
msgstr ""
#. +> trunk5
msgctxt "pair_device_action"
msgid "Pair a new device"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "unpair_device_action"
msgid "Unpair %s"
msgstr ""
#. +> trunk5
msgctxt "custom_device_list"
msgid "Add devices by IP"
msgstr ""
#. +> trunk5
msgctxt "share_notification_preference"
msgid "Noisy notifications"
msgstr ""
#. +> trunk5
msgctxt "share_notification_preference_summary"
msgid "Vibrate and play a sound when receiving a file"
msgstr ""
#. +> trunk5
msgctxt "share_destination_customize"
msgid "Customize destination directory"
msgstr ""
#. +> trunk5
msgctxt "share_destination_customize_summary_disabled"
msgid "Received files will appear in Downloads"
msgstr ""
#. +> trunk5
msgctxt "share_destination_customize_summary_enabled"
msgid "Files will be stored in the directory below"
msgstr ""
#. +> trunk5
msgctxt "share_destination_folder_preference"
msgid "Destination directory"
msgstr ""
#. +> trunk5
msgctxt "share"
msgid "Share"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "share_received_file"
msgid "Share \"%s\""
msgstr ""
#. +> trunk5
msgctxt "title_activity_notification_filter"
msgid "Notification filter"
msgstr ""
#. +> trunk5
msgctxt "filter_apps_info"
msgid "Notifications will be synchronized for the selected apps."
msgstr ""
#. +> trunk5
msgctxt "sftp_internal_storage"
msgid "Internal storage"
msgstr ""
#. +> trunk5
msgctxt "sftp_all_files"
msgid "All files"
msgstr ""
#. +> trunk5
#, c-format
msgctxt "sftp_sdcard_num"
msgid "SD card %d"
msgstr ""
#. +> trunk5
msgctxt "sftp_sdcard"
msgid "SD card"
msgstr ""
#. +> trunk5
msgctxt "sftp_readonly"
msgid "(read only)"
msgstr ""
#. +> trunk5
msgctxt "sftp_camera"
msgid "Camera pictures"
msgstr ""
#. +> trunk5
msgctxt "add_host"
msgid "Add host/IP"
msgstr ""
#. +> trunk5
msgctxt "add_host_hint"
msgid "Hostname or IP"
msgstr ""
#. +> trunk5
msgctxt "no_players_connected"
msgid "No players found"
msgstr ""
#. +> trunk5
msgctxt "custom_dev_list_help"
msgid "Use this option only if your device is not automatically detected. Enter IP address or hostname below and touch the button to add it to the list. Touch an existing item to remove it from the list."
msgstr ""
#. +> trunk5
#, c-format
msgctxt "mpris_player_on_device"
msgid "%1$s on %2$s"
msgstr ""
#. +> trunk5
msgctxt "send_files"
msgid "Send files"
msgstr ""
#. +> trunk5
msgctxt "pairing_title"
msgid "KDE Connect Devices"
msgstr ""
#. +> trunk5
msgctxt "pairing_description"
msgid "Other devices running KDE Connect in your same network should appear here."
msgstr ""
#. +> trunk5
msgctxt "device_paired"
msgid "Device paired"
msgstr ""
#. +> trunk5
msgctxt "device_rename_title"
msgid "Rename device"
msgstr ""
#. +> trunk5
msgctxt "device_rename_confirm"
msgid "Rename"
msgstr ""
#. +> trunk5
msgctxt "refresh"
msgid "Refresh"
msgstr ""
#. +> trunk5
msgctxt "unreachable_description"
msgid "This paired device is not reachable. Make sure it is connected to your same network."
msgstr ""
#. +> trunk5
msgctxt "on_data_message"
msgid "It looks like you are on a mobile data connection. KDE Connect only works on local networks."
msgstr ""
#. +> trunk5
msgctxt "no_file_browser"
msgid "There are no file browsers installed."
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_telepathy"
msgid "Send SMS"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_telepathy_desc"
msgid "Send text messages from your desktop"
msgstr ""
#. +> trunk5
msgctxt "plugin_not_supported"
msgid "This plugin is not supported by the device"
msgstr ""
#. +> trunk5
msgctxt "findmyphone_title"
msgid "Find my phone"
msgstr ""
#. +> trunk5
msgctxt "findmyphone_title_tablet"
msgid "Find my tablet"
msgstr ""
#. +> trunk5
msgctxt "findmyphone_title_tv"
msgid "Find my TV"
msgstr ""
#. +> trunk5
msgctxt "findmyphone_description"
msgid "Rings this device so you can find it"
msgstr ""
#. +> trunk5
msgctxt "findmyphone_found"
msgid "Found"
msgstr ""
#. +> trunk5
msgctxt "open"
msgid "Open"
msgstr ""
#. +> trunk5
msgctxt "close"
msgid "Close"
msgstr ""
#. +> trunk5
msgctxt "no_permissions_storage"
msgid "You need to grant permissions to access the storage"
msgstr ""
#. +> trunk5
msgctxt "plugins_need_permission"
msgid "Some Plugins need permissions to work (tap for more info):"
msgstr ""
#. +> trunk5
msgctxt "permission_explanation"
msgid "This plugin needs permissions to work"
msgstr ""
#. +> trunk5
msgctxt "optional_permission_explanation"
msgid "You need to grant extra permissions to enable all functions"
msgstr ""
#. +> trunk5
msgctxt "plugins_need_optional_permission"
msgid "Some plugins have features disabled because of lack of permission (tap for more info):"
msgstr ""
#. +> trunk5
msgctxt "sftp_permission_explanation"
msgid "To access your files from your PC the app needs permission to access your phone's storage"
msgstr ""
#. +> trunk5
msgctxt "share_optional_permission_explanation"
msgid "To share files between your phone and your desktop you need to give access to the phone's storage"
msgstr ""
#. +> trunk5
msgctxt "telepathy_permission_explanation"
msgid "To read and write SMS from your desktop you need to give permission to SMS"
msgstr ""
#. +> trunk5
msgctxt "telephony_permission_explanation"
msgid "To see phone calls and SMS from the desktop you need to give permission to phone calls and SMS"
msgstr ""
#. +> trunk5
msgctxt "telephony_optional_permission_explanation"
msgid "To see a contact name instead of a phone number you need to give access to the phone's contacts"
msgstr ""
#. +> trunk5
msgctxt "contacts_permission_explanation"
msgid "To share your contacts book with the desktop, you need to give contacts permission"
msgstr ""
#. +> trunk5
msgctxt "select_ringtone"
msgid "Select a ringtone"
msgstr ""
#. +> trunk5
msgctxt "telephony_pref_blocked_title"
msgid "Blocked numbers"
msgstr ""
#. +> trunk5
msgctxt "telephony_pref_blocked_dialog_desc"
msgid "Don't show calls and SMS from these numbers. Please specify one number per line"
msgstr ""
#. +> trunk5
msgctxt "mpris_coverart_description"
msgid "Cover art of current media"
msgstr ""
#. +> trunk5
msgctxt "device_icon_description"
msgid "Device icon"
msgstr ""
#. +> trunk5
msgctxt "settings_icon_description"
msgid "Settings icon"
msgstr ""
#. +> trunk5
msgctxt "presenter_fullscreen"
msgid "Fullscreen"
msgstr ""
#. +> trunk5
msgctxt "presenter_exit"
msgid "Exit presentation"
msgstr ""
#. +> trunk5
msgctxt "presenter_lock_tip"
msgid "You can lock your device to use the volume keys as previous/next buttons"
msgstr ""
#. +> trunk5
msgctxt "add_command"
msgid "Add a command"
msgstr ""
#. +> trunk5
msgctxt "addcommand_explanation"
msgid "There are no commands registered"
msgstr ""
#. +> trunk5
msgctxt "addcommand_explanation2"
msgid "You can add new commands in the KDE Connect System Settings"
msgstr ""
#. +> trunk5
msgctxt "add_command_description"
msgid "You can add commands on the desktop"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_mprisreceiver"
msgid "Media Player Control"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_mprisreceiver_desc"
msgid "Control your phones media players from another device"
msgstr ""
#. +> trunk5
msgctxt "dark_theme"
msgid "Dark theme"
msgstr ""
#. +> trunk5
msgctxt "mpris_stop"
msgid "Stop the current player"
msgstr ""
#. +> trunk5
msgctxt "copy_url_to_clipboard"
msgid "Copy URL to clipboard"
msgstr ""
#. +> trunk5
msgctxt "clipboard_toast"
msgid "Copied to clipboard"
msgstr ""
#. +> trunk5
msgctxt "runcommand_notreachable"
msgid "Device is not reachable"
msgstr ""
#. +> trunk5
msgctxt "runcommand_notpaired"
msgid "Device is not paired"
msgstr ""
#. +> trunk5
msgctxt "runcommand_nosuchdevice"
msgid "There is no such device"
msgstr ""
#. +> trunk5
msgctxt "runcommand_noruncommandplugin"
msgid "This device does not have the Run Command Plugin enabled"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_findremotedevice"
msgid "Find remote device"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_findremotedevice_desc"
msgid "Ring your remote device"
msgstr ""
#. +> trunk5
msgctxt "ring"
msgid "Ring"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_systemvolume"
msgid "System volume"
msgstr ""
#. +> trunk5
msgctxt "pref_plugin_systemvolume_desc"
msgid "Control the system volume of the remote device"
msgstr ""
#. +> trunk5
msgctxt "mute"
msgid "Mute"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/extragear-office/skrooge.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/extragear-office/skrooge.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/extragear-office/skrooge.pot (revision 1522564)
@@ -1,18429 +1,18464 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-02 08:44+0200\n"
+"POT-Creation-Date: 2018-08-14 09:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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"
#. i18n: ectx: Menu (edit)
#. +> trunk5
#: plugins/generic/skg_advice/skg_advice.rc:4
#: plugins/generic/skg_dashboard/skg_dashboard.rc:4
#: plugins/generic/skg_delete/skg_delete.rc:4
#: plugins/generic/skg_highlight/skg_highlight.rc:4
#: plugins/generic/skg_monthly/skg_monthly.rc:4
#: plugins/generic/skg_properties/skg_properties.rc:4
#: plugins/generic/skg_selectall/skg_selectall.rc:4
#: plugins/generic/skg_statistic/skg_statistic.rc:4
#: plugins/generic/skg_undoredo/skg_undoredo.rc:4
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:150
#: plugins/skrooge/skrooge_bank/skrooge_bank.rc:4
#: plugins/skrooge/skrooge_budget/skrooge_budget.rc:4
#: plugins/skrooge/skrooge_calculator/skrooge_calculator.rc:4
#: plugins/skrooge/skrooge_importexport/skrooge_importexport.rc:13
#: plugins/skrooge/skrooge_operation/skrooge_operation.rc:4
#: plugins/skrooge/skrooge_payee/skrooge_payee.rc:4
#: plugins/skrooge/skrooge_scheduled/skrooge_scheduled.rc:4
#: plugins/skrooge/skrooge_search/skrooge_search.rc:4
#: plugins/skrooge/skrooge_tracker/skrooge_tracker.rc:4
#: plugins/skrooge/skrooge_unit/skrooge_unit.rc:4 skgbasegui/skgmainpanel.rc:9
#, kde-format
msgid "Edit"
msgstr ""
#. i18n: ectx: ToolBar (mainToolBar)
#. +> trunk5
#: plugins/generic/skg_advice/skg_advice.rc:6
#: plugins/generic/skg_bookmark/skg_bookmark.rc:21
#: plugins/generic/skg_dashboard/skg_dashboard.rc:6
#: plugins/generic/skg_debug/skg_debug.rc:10
#: plugins/generic/skg_delete/skg_delete.rc:8
#: plugins/generic/skg_file/skg_file.rc:17
#: plugins/generic/skg_highlight/skg_highlight.rc:9
#: plugins/generic/skg_monthly/skg_monthly.rc:6
#: plugins/generic/skg_print/skg_print.rc:11
#: plugins/generic/skg_properties/skg_properties.rc:14
#: plugins/generic/skg_selectall/skg_selectall.rc:8
#: plugins/generic/skg_statistic/skg_statistic.rc:6
#: plugins/generic/skg_undoredo/skg_undoredo.rc:17
#: plugins/skrooge/skrooge_bank/skrooge_bank.rc:9
#: plugins/skrooge/skrooge_budget/skrooge_budget.rc:9
#: plugins/skrooge/skrooge_calculator/skrooge_calculator.rc:6
#: plugins/skrooge/skrooge_categories/skrooge_categories.rc:21
#: plugins/skrooge/skrooge_importexport/skrooge_importexport.rc:27
#: plugins/skrooge/skrooge_operation/skrooge_operation.rc:38
#: plugins/skrooge/skrooge_payee/skrooge_payee.rc:15
#: plugins/skrooge/skrooge_report/skrooge_report.rc:12
#: plugins/skrooge/skrooge_scheduled/skrooge_scheduled.rc:8
#: plugins/skrooge/skrooge_search/skrooge_search.rc:9
#: plugins/skrooge/skrooge_tracker/skrooge_tracker.rc:6
#: plugins/skrooge/skrooge_unit/skrooge_unit.rc:12
#: skgbasegui/skgmainpanel.rc:62
#, kde-format
msgid "Main Toolbar"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:40
#, kde-format
msgctxt "Dashboard widget title"
msgid "Advices"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:57
#, kde-format
msgctxt "Noun, a user action"
msgid "Activate all advice"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:65
#, kde-format
msgctxt "Noun, a type of refresh for advice"
msgid "Automatic refresh"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:175
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Advice are very long to compute"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:176
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "To improve performances, you should switch the widget in 'Manual refresh' (see contextual menu)."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:190
#, kde-format
msgid "<p><b>Priority %1:</b>%2</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:196
#, kde-format
msgctxt "Dismiss an advice provided"
msgid "Dismiss"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:203
#, kde-format
msgctxt "Dismiss an advice provided"
msgid "Dismiss during current month"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:210
#, kde-format
msgctxt "Dismiss an advice provided"
msgid "Dismiss this kind"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:217
#, kde-format
msgctxt "Dismiss an advice provided"
msgid "Dismiss this kind during current month"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:258
#, kde-format
msgctxt "To recommend this action"
msgid " (recommended)"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:306
#, kde-format
msgctxt "Information message"
msgid "Display all advices"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:322
#, kde-format
msgctxt "Information message"
msgid "Display less advices"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:342
#, kde-format
msgctxt "Information message"
msgid "Refresh advices"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:366
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Apply all recommended corrections"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:379
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Activate all advice"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:384
#, kde-format
msgctxt "Successful message after an user action"
msgid "Advice activated."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:386
#, kde-format
msgctxt "Error message"
msgid "Advice activation failed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:406
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Dismiss advice"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:421
#, kde-format
msgctxt "Successful message after an user action"
msgid "Advice dismissed."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceboardwidget.cpp:423
#, kde-format
msgctxt "Error message"
msgid "Advice dismiss failed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceplugin.cpp:74
#, kde-format
msgctxt "Noun, a list of items"
msgid "Advice"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceplugin.cpp:76
#, kde-format
msgctxt "Noun, a list of items"
msgid "Tip of the day"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceplugin.cpp:91
#, kde-format
msgctxt "The title"
msgid "Advice"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceplugin.cpp:101
#, kde-format
msgctxt "The tool tip"
msgid "Advice"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceplugin.cpp:112
#, kde-format
msgctxt "Description of a tip"
msgid "<p>... Skrooge can give you advice on how to manage your accounts. See the <a href=\"skg://dashboard_plugin\">dashboard</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgadviceplugin.cpp:113
#, kde-format
msgctxt "Description of a tip"
msgid "<p>... Skrooge can automatically apply recommended corrections. See the <a href=\"skg://dashboard_plugin\">dashboard</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_advice/skgtipofdayboardwidget.cpp:33
#, kde-format
msgctxt "Dashboard widget title"
msgid "Tip of the day"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/generic/skg_advice/skgtipofdayboardwidget.ui:45
#, kde-format
msgid "Did you know ...?"
msgstr ""
#. i18n: ectx: Menu (file)
#. i18n: ectx: ToolBar (mainToolBar)
#. +> trunk5
#: plugins/generic/skg_bookmark/skg_bookmark.rc:4
#: plugins/generic/skg_file/skg_file.rc:4
#: plugins/generic/skg_file/skg_file.rc:18
#: plugins/generic/skg_print/skg_print.rc:4
#: plugins/skrooge/skrooge_categories/skrooge_categories.rc:4
#: plugins/skrooge/skrooge_importexport/skrooge_importexport.rc:4
#: skgbasegui/skgmainpanel.rc:4 skgbasegui/skgobjectmodelbase.cpp:1017
#: skgbasegui/skgobjectmodelbase.cpp:1021
#, kde-format
msgid "File"
msgstr ""
#. i18n: ectx: Menu (import)
#. +> trunk5
#: plugins/generic/skg_bookmark/skg_bookmark.rc:5
#, kde-format
msgid "&Import"
msgstr ""
#. i18n: ectx: Menu (panels)
#. +> trunk5
#: plugins/generic/skg_bookmark/skg_bookmark.rc:11
#: plugins/generic/skg_properties/skg_properties.rc:9
#: plugins/generic/skg_undoredo/skg_undoredo.rc:12
#: skgbasegui/skgmainpanel.rc:31
#, kde-format
msgid "Panels"
msgstr ""
#. i18n: ectx: Menu (go)
#. +> trunk5
#: plugins/generic/skg_bookmark/skg_bookmark.rc:15
#: plugins/skrooge/skrooge_categories/skrooge_categories.rc:11
#: plugins/skrooge/skrooge_importexport/skrooge_importexport.rc:17
#: plugins/skrooge/skrooge_operation/skrooge_operation.rc:15
#: plugins/skrooge/skrooge_payee/skrooge_payee.rc:5
#: plugins/skrooge/skrooge_report/skrooge_report.rc:4
#: skgbasegui/skgmainpanel.rc:40
#, kde-format
msgid "Go"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_pinhomebookmarks)
#. i18n: ectx: label, entry (pinhomebookmarks), group (Bookmark)
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmark_settings.kcfg:9
#: plugins/generic/skg_bookmark/skgbookmarkpluginwidget_pref.ui:30
#, kde-format
msgid "Pin home bookmarks"
msgstr ""
#. i18n: ectx: whatsthis, entry (pinhomebookmarks), group (Bookmark)
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmark_settings.kcfg:11
#, kde-format
msgid "If checked, the home bookmarks will be pinned."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:91
#, kde-format
msgctxt "Verb"
msgid "Import standard bookmarks"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:101
#, kde-format
msgctxt "Verb, action to display bookmarks"
msgid "Bookmarks"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:169
#, kde-format
msgctxt "Noun, a bookmark as in a webbrowser bookmark"
msgid "Bookmarks"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:180
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... some bookmarks can be opened automatically when the application is launched.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:181
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... bookmarks can be reorganized by drag & drop.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:182
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... a double click on a folder of bookmarks will open all the bookmarks it contains.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:183
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can <a href=\"skg://import_standard_bookmarks\">import standard bookmarks</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:201
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Import standard bookmarks"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:204
#, kde-format
msgctxt "Noun, bookmark name"
msgid "Dashboard"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:207
#, kde-format
msgctxt "Noun, bookmark name"
msgid "Report > Income vs Expenditure on 12 last months"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:210
#, kde-format
msgctxt "Noun, bookmark name"
msgid "Report > Pie categories in 12 last months"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:213
#, kde-format
msgctxt "Noun, bookmark name"
msgid "Report > History"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:231
#, kde-format
msgctxt "Successful message after an user action"
msgid "Standard bookmarks imported."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:233
#, kde-format
msgctxt "Error message"
msgid "Import standard bookmarks failed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:288
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:405
#, kde-format
msgctxt "Successful message after an user action"
msgid "Bookmark created"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:347
#, kde-format
msgctxt "Action"
msgid "Open all"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugin.cpp:357
#, kde-format
msgctxt "Action"
msgid "Bookmark current page here"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:113
#: skgbasegui/skgtreeview.cpp:100
#, kde-format
msgctxt "Noun, user action"
msgid "Expand all"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:116
#: skgbasegui/skgtreeview.cpp:106
#, kde-format
msgctxt "Noun, user action"
msgid "Collapse all"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:122
#, kde-format
msgctxt "Verb"
msgid "Bookmark current page"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:125
#, kde-format
msgctxt "Verb"
msgid "Bookmark all pages"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:128
#, kde-format
msgctxt "Verb"
msgid "Add bookmark group"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:133
#: plugins/generic/skg_delete/skgdeleteplugin.cpp:69
#: plugins/generic/skg_delete/skgdeleteplugin.cpp:78
#: plugins/generic/skg_delete/skgdeleteplugin.cpp:107
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:354
#, kde-format
msgctxt "Verb, delete an item"
msgid "Delete"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:138
#, kde-format
msgctxt "Verb, automatically load when the application is started"
msgid "Autostart"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:141
#, kde-format
msgctxt "Verb"
msgid "Remove Autostart"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:144
#: skgbasegui/skgboardwidget.cpp:143
#, kde-format
msgctxt "Verb, change the name of an item"
msgid "Rename"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:148
#, kde-format
msgctxt "Verb, change the icon of an item"
msgid "Change icon..."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:186
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Autostart bookmarks"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:186
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Do not Autostart bookmarks"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:193
#, kde-format
msgctxt "An information message"
msgid "The Autostart status of bookmark '%1' has been changed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:200
#, kde-format
msgctxt "Successful message after an user action"
msgid "Autostart bookmarks"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:200
#, kde-format
msgctxt "Successful message after an user action"
msgid "Do not Autostart bookmarks"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:319
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:361
#, kde-format
msgctxt "Default name for bookmark"
msgid "New bookmark"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:322
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Bookmark folder creation '%1'"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:326
#, kde-format
msgctxt "An information message"
msgid "The bookmark folder '%1' has been added"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:332
#, kde-format
msgctxt "Successful message after an user action"
msgid "Bookmark group created"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:364
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Bookmarks creation"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:372
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:456
#, kde-format
msgctxt "An information message"
msgid "The bookmark '%1' has been added"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:379
#, kde-format
msgctxt "Successful message after an user action"
msgid "Bookmarks created"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:444
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Bookmark creation '%1'"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:492
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Bookmark icon change"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:497
#, kde-format
msgctxt "An information message"
msgid "The icon of the bookmark '%1' has been changed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:500
#, kde-format
msgctxt "Successful message after an user action"
msgid "Bookmark icon changed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:512
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Bookmark delete"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget.cpp:523
#, kde-format
msgctxt "Successful message after an user action"
msgid "Bookmark deleted"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGTreeView, kBookmarksList)
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget_base.ui:47
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">this list allows you to open bookmarked pages</p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Ctrl</span> to open in a new page</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (statusTip), widget (SKGTreeView, kBookmarksList)
#. +> trunk5
#: plugins/generic/skg_bookmark/skgbookmarkplugindockwidget_base.ui:50
#, kde-format
msgid "this list allows you to open bookmarked pages"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_qmlmode)
#. i18n: ectx: label, entry (qmlmode), group (skg_dashboard)
#. +> trunk5
#: plugins/generic/skg_dashboard/skgdashboard_settings.kcfg:9
#: plugins/generic/skg_dashboard/skgdashboardpluginwidget_pref.ui:17
#, kde-format
msgid "Dashboard in QML mode (Experimental)"
msgstr ""
#. i18n: ectx: whatsthis, entry (qmlmode), group (skg_dashboard)
#. +> trunk5
#: plugins/generic/skg_dashboard/skgdashboard_settings.kcfg:11
#, kde-format
msgid "If checked, the dashboard will be in QML mode."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_dashboard/skgdashboardplugin.cpp:86
#: plugins/generic/skg_dashboard/skgdashboardplugin.cpp:96
#, kde-format
msgctxt "Noun, a summary of your financial situation"
msgid "Dashboard"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_dashboard/skgdashboardplugin.cpp:107
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... the <a href=\"skg://dashboard_plugin\">dashboard</a> is there to give you a summary of your situation.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_dashboard/skgdashboardplugin.cpp:108
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... the <a href=\"skg://dashboard_plugin\">dashboard</a> can be reorganized by drag and drop.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_dashboard/skgdashboardplugin.cpp:109
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... some widgets of the <a href=\"skg://dashboard_plugin\">dashboard</a> have parameters.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_dashboard/skgdashboardpluginwidget.cpp:57
#, kde-format
msgctxt "Verb"
msgid "Add"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_dashboard/skgdashboardpluginwidget.cpp:63
#, kde-format
msgctxt "Message"
msgid "Welcome to %1"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kAddWidget)
#. i18n: ectx: property (statusTip), widget (QToolButton, kAddWidget)
#. i18n: ectx: property (text), widget (QPushButton, kAdd)
#. i18n: ectx: property (text), widget (QPushButton, kAddButton)
#. i18n: ectx: property (toolTip), widget (QToolButton, kLineAdd)
#. i18n: ectx: property (statusTip), widget (QToolButton, kLineAdd)
#. i18n: ectx: property (text), widget (QPushButton, kUnitAdd)
#. +> trunk5
#: plugins/generic/skg_dashboard/skgdashboardpluginwidget_base.ui:37
#: plugins/generic/skg_dashboard/skgdashboardpluginwidget_base.ui:40
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:795
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:193
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:544
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:547
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:352
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget_base.ui:148
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:770
#, kde-format
msgid "Add"
msgstr ""
#. i18n: ectx: Menu (tool)
#. +> trunk5
#: plugins/generic/skg_debug/skg_debug.rc:4
#: plugins/skrooge/skrooge_budget/skrooge_budget.rc:5
#: plugins/skrooge/skrooge_categories/skrooge_categories.rc:17
#: plugins/skrooge/skrooge_importexport/skrooge_importexport.rc:20
#: plugins/skrooge/skrooge_operation/skrooge_operation.rc:32
#: plugins/skrooge/skrooge_payee/skrooge_payee.rc:11
#: plugins/skrooge/skrooge_unit/skrooge_unit.rc:8 skgbasegui/skgmainpanel.rc:56
#, kde-format
msgid "Tools"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugplugin.cpp:59
#, kde-format
msgctxt "Restart the profiling, a method used for analysing performances"
msgid "Restart profiling"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugplugin.cpp:66
#, kde-format
msgctxt "Open the profiling, a method used for analysing performances"
msgid "Open profiling"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugplugin.cpp:81
#, kde-format
msgctxt "Noun, a plugin allowing to access the SQLite database, useful to debug"
msgid "Debug"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugplugin.cpp:91
#, kde-format
msgctxt "A tool tip, explaining that the plugin is useful for debugging purposes"
msgid "Useful for debug"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget.cpp:50
#, kde-format
msgctxt "Execute an SQL query"
msgid "Execute"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget.cpp:51
#, kde-format
msgctxt "Explain an SQL query"
msgid "Explain"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget.cpp:52
#, kde-format
msgctxt "Explain the SQL query plan"
msgid "Explain query plan"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget.cpp:53
#, kde-format
msgctxt "Execute script"
msgid "Execute script [%1]"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget.cpp:173
#, kde-format
msgctxt "Display an SQL command from the debug plugin"
msgid "SQL command from debug plugin"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget.cpp:182
#, kde-format
msgctxt "Display the execution time needed by an SQL query"
msgid ""
"\n"
"Execution time: %1 ms"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kSQLInput)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kSQLInput)
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:38
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:41
#, kde-format
msgid "SQL command to execute"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPlainTextEdit, kInput)
#. i18n: ectx: property (statusTip), widget (QPlainTextEdit, kInput)
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:54
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:57
#, kde-format
msgid "Script to execute"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kSQLPushButton)
#. i18n: ectx: property (statusTip), widget (QPushButton, kSQLPushButton)
#. i18n: ectx: property (text), widget (QPushButton, kSQLPushButton)
#. i18n: ectx: property (text), widget (QToolButton, kApply)
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:74
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:77
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:80
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:102
#, kde-format
msgid "Execute"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kSQLTransactionPushButton)
#. i18n: ectx: property (statusTip), widget (QPushButton, kSQLTransactionPushButton)
#. i18n: ectx: property (text), widget (QPushButton, kSQLTransactionPushButton)
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:93
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:96
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:99
#, kde-format
msgid "Execute in a transaction"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kRefreshViewsAndIndexes)
#. i18n: ectx: property (statusTip), widget (QPushButton, kRefreshViewsAndIndexes)
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:119
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:122
#, kde-format
msgid "Refresh Database (views, indexes, triggers)"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, kRefreshViewsAndIndexes)
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:125
#, kde-format
msgid "Refresh Database"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KTextEdit, kSQLResult)
#. i18n: ectx: property (statusTip), widget (KTextEdit, kSQLResult)
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:139
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:142
#, kde-format
msgid "SQL output"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kTraceLevelLbl)
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:160
#, kde-format
msgid "&Trace level:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSlider, kTraceLevel)
#. i18n: ectx: property (statusTip), widget (QSlider, kTraceLevel)
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:170
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:173
#, kde-format
msgid "Select level of traces"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kEnableProfilingChk)
#. i18n: ectx: property (statusTip), widget (QCheckBox, kEnableProfilingChk)
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:192
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:195
#, kde-format
msgid "Enable or disable profiling"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kEnableProfilingChk)
#. +> trunk5
#: plugins/generic/skg_debug/skgdebugpluginwidget_base.ui:198
#, kde-format
msgid "Enable profiling"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_delete/skgdeleteplugin.cpp:113
#: plugins/generic/skg_delete/skgdeleteplugin.cpp:114
#, kde-format
msgctxt "Question"
msgid "Do you want to force the deletion ?"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_delete/skgdeleteplugin.cpp:131
#, kde-format
msgctxt "Successful message after an user action"
msgid "Objects deleted."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_openlastfile)
#. i18n: ectx: label, entry (openlastfile), group (File)
#. +> trunk5
#: plugins/generic/skg_file/skgfile_settings.kcfg:9
#: plugins/generic/skg_file/skgfilepluginwidget_pref.ui:17
#, kde-format
msgid "Open last file on startup"
msgstr ""
#. i18n: ectx: whatsthis, entry (openlastfile), group (File)
#. +> trunk5
#: plugins/generic/skg_file/skgfile_settings.kcfg:11
#, kde-format
msgid "If checked, the application will automatically start with the last file used."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_saveonclose)
#. i18n: ectx: label, entry (saveonclose), group (File)
#. +> trunk5
#: plugins/generic/skg_file/skgfile_settings.kcfg:14
#: plugins/generic/skg_file/skgfilepluginwidget_pref.ui:27
#, kde-format
msgid "Save on close"
msgstr ""
#. i18n: ectx: whatsthis, entry (saveonclose), group (File)
#. +> trunk5
#: plugins/generic/skg_file/skgfile_settings.kcfg:16
#, kde-format
msgid "If checked, the application will automatically save current document on close."
msgstr ""
#. i18n: ectx: label, entry (storeInKdeWallet), group (File)
#. +> trunk5
#: plugins/generic/skg_file/skgfile_settings.kcfg:19
#, kde-format
msgid "Store passwords in KDE Wallet"
msgstr ""
#. i18n: ectx: whatsthis, entry (storeInKdeWallet), group (File)
#. +> trunk5
#: plugins/generic/skg_file/skgfile_settings.kcfg:21
#, kde-format
msgid "If checked, the application will get/set passwords from KDE wallet."
msgstr ""
#. i18n: ectx: label, entry (selectedWallet), group (File)
#. +> trunk5
#: plugins/generic/skg_file/skgfile_settings.kcfg:24
#, kde-format
msgid "Selected Wallet"
msgstr ""
#. i18n: ectx: whatsthis, entry (selectedWallet), group (File)
#. +> trunk5
#: plugins/generic/skg_file/skgfile_settings.kcfg:26
#, kde-format
msgid "The Selected Wallet."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_backup_enabled)
#. i18n: ectx: label, entry (backup_enabled), group (File)
#. +> trunk5
#: plugins/generic/skg_file/skgfile_settings.kcfg:29
#: plugins/generic/skg_file/skgfilepluginwidget_pref.ui:50
#, kde-format
msgid "Enable backup"
msgstr ""
#. i18n: ectx: whatsthis, entry (backup_enabled), group (File)
#. +> trunk5
#: plugins/generic/skg_file/skgfile_settings.kcfg:31
#, kde-format
msgid "If checked, the application will automatically create a backup."
msgstr ""
#. i18n: ectx: label, entry (prefix), group (File)
#. +> trunk5
#: plugins/generic/skg_file/skgfile_settings.kcfg:34
#, kde-format
msgid "Prefix"
msgstr ""
#. i18n: ectx: whatsthis, entry (prefix), group (File)
#. +> trunk5
#: plugins/generic/skg_file/skgfile_settings.kcfg:36
#, kde-format
msgid "The prefix for the backup file."
msgstr ""
#. i18n: ectx: label, entry (suffix), group (File)
#. +> trunk5
#: plugins/generic/skg_file/skgfile_settings.kcfg:39
#, kde-format
msgid "Suffix"
msgstr ""
#. i18n: ectx: whatsthis, entry (suffix), group (File)
#. +> trunk5
#: plugins/generic/skg_file/skgfile_settings.kcfg:41
#, kde-format
msgid "The suffix for the backup file."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:93
#, kde-format
msgctxt "Action allowing the user to change his document password"
msgid "Change password..."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:125
#: plugins/generic/skg_file/skgfileplugin.cpp:143
#, kde-format
msgctxt "Splash screen message"
msgid "Opening file %1..."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:228
#, kde-format
msgctxt "Noun, a file as in a text file"
msgid "File"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:238
#, kde-format
msgctxt "File Management, as in Save File, Save As..."
msgid "File management"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:244
#, kde-format
msgctxt "Description of a tip"
msgid "<p>... the last opened file can be <a href=\"skg://tab_configure?page=File plugin\">open automatically</a> when the application is launched.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:245
#, kde-format
msgctxt "Description of a tip"
msgid "<p>... you can secure your document with a <a href=\"skg://file_change_password\">password</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:270
#, kde-format
msgctxt "Successful message after creating a document"
msgid "Document successfully created."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:272
#, kde-format
msgctxt "Error message: Could not create a document"
msgid "Document creation failed."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:296
#, kde-format
msgctxt "Successfully saved a file"
msgid "File successfully saved."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:298
#, kde-format
msgctxt "Error message: Could not save a file"
msgid "Cannot save file"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:313
#, kde-format
msgctxt "Associated with the file extension : for example, .csv --> CSV document"
msgid "%1 document"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:328
#, kde-format
msgctxt "Successfully saved a file"
msgid "File '%1' saved."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:340
#, kde-format
msgctxt "Error message: Could not save a file"
msgid "Failed to save '%1'."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:374
#, kde-format
msgctxt "Panel title"
msgid "Open file"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:376
#, kde-format
msgctxt "File format for open dialog panel"
msgid "%1 document"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:383
#, kde-format
msgctxt "Warning message"
msgid "Your document has been restored from its temporary file. You can decide to reopen the original document."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:384
#, kde-format
msgctxt "Noun"
msgid "Reopen"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:446
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:574
#, kde-format
msgctxt "Question"
msgid ""
"This file seems to be protected.\n"
"Please enter the password."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:464
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:589
#, kde-format
msgctxt "The user did not provide the correct password"
msgid "<b>Wrong password.</b>\n"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:485
#, kde-format
msgctxt "Successfully opened a file"
msgid "File '%1' opened."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:521
#, kde-format
msgctxt "Error message: Could not open a file"
msgid "Failed to open '%1'."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:529
#, kde-format
msgctxt "Noun"
msgid "Try a recovery"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:552
#, kde-format
msgctxt "Positive message"
msgid ""
"Your document has been recovered here: %1\n"
"Take care the recovery could be not perfect"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:553
#, kde-format
msgctxt "Noun"
msgid "Open the recovered file"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:572
#, kde-format
msgid "Take care, if you lose your <b>password</b> then it will be <u><b>impossible</b></u> to open your document. Warning, this action can not be undone excepted by changing the password again."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:574
#, kde-format
msgctxt "Successfully changed the document password"
msgid "Changing password was canceled."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:580
#, kde-format
msgctxt "Successfully changed the document password"
msgid "Password changed."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:582
#, kde-format
msgctxt "Error message: Could not change the document password"
msgid "Failed to change password."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:602
#, kde-format
msgctxt "Advice to the user that he should backup his document"
msgid "Backup your document"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_file/skgfileplugin.cpp:603
#, kde-format
msgctxt "Explain the user that he should backup his document"
msgid "Do not forget to backup your document on another device."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_storeInKdeWallet)
#. +> trunk5
#: plugins/generic/skg_file/skgfilepluginwidget_pref.ui:34
#, kde-format
msgid "Store passwords in KDE Wallet:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: plugins/generic/skg_file/skgfilepluginwidget_pref.ui:41
#, kde-format
msgid "Backup on save"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/generic/skg_file/skgfilepluginwidget_pref.ui:66
#, kde-format
msgid "Prefix:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: plugins/generic/skg_file/skgfilepluginwidget_pref.ui:92
#, kde-format
msgid "Suffix:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: plugins/generic/skg_file/skgfilepluginwidget_pref.ui:125
#, kde-format
msgid ""
"<html><head/><body>"
"<p>The following key words can be used in prefix and suffix:<br/>"
"&lt;DATE&gt;: to add the current date in the backuped file<br/>"
"&lt;TIME&gt;: to add the current time in the backuped file</p>"
"<p>By default, the backup is stored in the same directory than the saved file.<br/>"
"But, you can force the backup directory by setting an absolute path in the prefix.<br/>"
"(example: /backup/)</p>"
"</body></html>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_highlight/skghighlightplugin.cpp:62
#, kde-format
msgctxt "Verb"
msgid "Switch highlight"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_highlight/skghighlightplugin.cpp:68
#, kde-format
msgctxt "Verb"
msgid "Switch close"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_highlight/skghighlightplugin.cpp:88
#, kde-format
msgctxt "The tool tip"
msgid "Highlight"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_highlight/skghighlightplugin.cpp:105
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Close"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_highlight/skghighlightplugin.cpp:112
#, kde-format
msgctxt "An information to the user"
msgid "The close status of '%1' has been changed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_highlight/skghighlightplugin.cpp:119
#, kde-format
msgctxt "Successful message after an user action"
msgid "Closed."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_highlight/skghighlightplugin.cpp:121
#, kde-format
msgctxt "Error message"
msgid "Closure failed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_highlight/skghighlightplugin.cpp:138
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Highlight"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_highlight/skghighlightplugin.cpp:145
#, kde-format
msgctxt "An information to the user"
msgid "The highlight status of '%1' has been changed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_highlight/skghighlightplugin.cpp:152
#, kde-format
msgctxt "Successful message after an user action"
msgid "Highlighted."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_highlight/skghighlightplugin.cpp:154
#, kde-format
msgctxt "Error message"
msgid "Highlight failed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlyplugin.cpp:126
#, kde-format
msgctxt "Error message"
msgid "File %1/html/main.txt not found"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlyplugin.cpp:164
#, kde-format
msgctxt "A tool tip"
msgid "Monthly report"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlyplugin.cpp:175
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can generate a <a href=\"skg://monthly_plugin\">monthly report</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlyplugin.cpp:176
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can download more monthly report <a href=\"skg://monthly_plugin\">templates</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlyplugin.cpp:177
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can create and share your own <a href=\"skg://monthly_plugin\">monthly report</a> template.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlypluginwidget.cpp:73
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:127
#, kde-format
msgid "Upload"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlypluginwidget.cpp:199
#, kde-format
msgctxt "An error message"
msgid "Impossible to copy file from '%1' to '%2'"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlypluginwidget.cpp:226
#: skgbankmodeler/skgunitobject.cpp:2208
#, kde-format
msgctxt "Error message"
msgid "Deletion of '%1' failed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlypluginwidget.cpp:285
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Compute monthly report for '%1'"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlypluginwidget.cpp:352
#, kde-format
msgctxt "Default description for a monthly report template"
msgid "My favorite template"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlypluginwidget_base.ui:22
#, kde-format
msgctxt "Will be followed by a month on which the report will be built"
msgid "Report of:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGSimplePeriodEdit, kMonth)
#. i18n: ectx: property (statusTip), widget (SKGSimplePeriodEdit, kMonth)
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlypluginwidget_base.ui:38
#: plugins/generic/skg_monthly/skgmonthlypluginwidget_base.ui:41
#, kde-format
msgid "Month of the report"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kRefresh)
#. i18n: ectx: property (statusTip), widget (QToolButton, kRefresh)
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlypluginwidget_base.ui:51
#: plugins/generic/skg_monthly/skgmonthlypluginwidget_base.ui:54
#, kde-format
msgid "Refresh the monthly report"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlypluginwidget_base.ui:77
#, kde-format
msgid "&Template:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGSimplePeriodEdit, kTemplate)
#. i18n: ectx: property (statusTip), widget (SKGSimplePeriodEdit, kTemplate)
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlypluginwidget_base.ui:87
#: plugins/generic/skg_monthly/skgmonthlypluginwidget_base.ui:90
#, kde-format
msgid "The template to use"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kDeleteTemplate)
#. i18n: ectx: property (statusTip), widget (QToolButton, kDeleteTemplate)
#. i18n: ectx: property (toolTip), widget (QToolButton, kDeleteSource)
#. i18n: ectx: property (statusTip), widget (QToolButton, kDeleteSource)
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlypluginwidget_base.ui:106
#: plugins/generic/skg_monthly/skgmonthlypluginwidget_base.ui:109
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:404
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:407
#, kde-format
msgid "Delete the selected source"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kGetNewHotStuff)
#. i18n: ectx: property (statusTip), widget (QToolButton, kGetNewHotStuff)
#. +> trunk5
#: plugins/generic/skg_monthly/skgmonthlypluginwidget_base.ui:128
#: plugins/generic/skg_monthly/skgmonthlypluginwidget_base.ui:131
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:469
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:472
#, kde-format
msgid "Get more templates"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_print/skgprintplugin.cpp:75
#, kde-format
msgctxt "Verb, print in an html file"
msgid "Print into a html file"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_print/skgprintplugin.cpp:89
#, kde-format
msgctxt "Verb, action to use a printer"
msgid "print"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_print/skgprintplugin.cpp:100
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can <a href=\"skg://file_print\">print</a> all opened pages.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_print/skgprintplugin.cpp:293
#, kde-format
msgctxt "Successful message after an user action"
msgid "Print successfully done."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_print/skgprintplugin.cpp:295
#, kde-format
msgctxt "Error message"
msgid "Print failed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:123
#, kde-format
msgctxt "Allows user to add a user defined property on an object"
msgid "Add property"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:148
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:179
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:289
#, kde-format
msgctxt "Create a user defined property"
msgid "Property creation"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:158
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:205
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:304
#, kde-format
msgctxt "The user defined property was successfully created"
msgid "Property created"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:187
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:129
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:169
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:261
#: plugins/import/skrooge_import_pdf/skgimportpluginpdf.cpp:134
#: skgbankmodeler/skgunitobject.cpp:2353 skgbasegui/skgmainpanel.cpp:2678
#: skgbasegui/skgmainpanel.cpp:2685 skgbasemodeler/skgdocument.cpp:1302
#, kde-format
msgctxt "Error message"
msgid ""
"The following command line failed with code %2:\n"
"'%1'"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:191
#, kde-format
msgctxt "Noun"
msgid "Bill"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:234
#, kde-format
msgctxt "Add a property (attribute=value)"
msgid "Add %1=%2"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:241
#, kde-format
msgctxt "Help"
msgid "No property found. You must create a property from the dock first."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:254
#, kde-format
msgctxt "Message"
msgid "Download list of available bills on going..."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:292
#, kde-format
msgctxt "Noun"
msgid "More..."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:298
#, kde-format
msgctxt "Add a property (attribute=value)"
msgid "Download and add %1 (%2)"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:333
#, kde-format
msgctxt "Noun, an item's properties"
msgid "Properties"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:349
#, kde-format
msgctxt "Description of a tip"
msgid "<p>... you can manage properties on all objects.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:350
#, kde-format
msgctxt "Description of a tip"
msgid "<p>... you can add files or Internet links as property.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugin.cpp:351
#, kde-format
msgctxt "Description of a tip"
msgid "<p>... you can automatically download and add bills as properties by using %1.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:64
#, kde-format
msgid "Name"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:65
#: skgbankgui/skgpredicatcreator.cpp:96 skgbankgui/skgpredicatcreator.cpp:111
#: skgbankgui/skgpredicatcreator.cpp:180
#, kde-format
msgid "Value"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:67
#, kde-format
msgid "Selection"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:68
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:129
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:61
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:48
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget.cpp:56
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget.cpp:45
#, kde-format
msgid "All"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:258
#, kde-format
msgctxt "Question"
msgid "Do you want copy or link the file?"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:260
#, kde-format
msgctxt "Question"
msgid "Copy"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:261
#, kde-format
msgctxt "Question"
msgid "Link"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:269
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:273
#, kde-format
msgctxt "Error message: could not open the requested file"
msgid "Open file '%1' failed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:321
#, kde-format
msgctxt "Create a user defined property"
msgid "Rename property"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:335
#, kde-format
msgctxt "The user property was successfully renamed"
msgid "Property renamed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:343
#, kde-format
msgctxt "Open panel caption"
msgid "Select a file"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:362
#, kde-format
msgctxt "The user defined property was successfully deleted"
msgid "Properties deleted."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget.cpp:364
#, kde-format
msgctxt "Error message: Could not delete an item"
msgid "Delete failed"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kAttribute)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kAttribute)
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:44
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:47
#, kde-format
msgid "The property name"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kRename)
#. i18n: ectx: property (statusTip), widget (QPushButton, kRename)
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:66
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:69
#, kde-format
msgid "Rename property"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kAdd)
#. i18n: ectx: property (statusTip), widget (QPushButton, kAdd)
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:82
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:85
#, kde-format
msgid "Add property"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kValue)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kValue)
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:99
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:102
#, kde-format
msgid "The property value"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kSelectFile)
#. i18n: ectx: property (statusTip), widget (QPushButton, kSelectFile)
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:121
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:124
#, kde-format
msgid "Select a file as property"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kRemove)
#. i18n: ectx: property (statusTip), widget (QPushButton, kRemove)
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:137
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:140
#, kde-format
msgid "Remove property"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kOpenBtn)
#. i18n: ectx: property (statusTip), widget (QPushButton, kOpenBtn)
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:155
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:158
#, kde-format
msgid "Open file"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, kOpenBtn)
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:161
#, kde-format
msgid "Open..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:190
#, kde-format
msgid "For:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGTableView, kView)
#. i18n: ectx: property (statusTip), widget (SKGTableView, kView)
#. +> trunk5
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:206
#: plugins/generic/skg_properties/skgpropertiesplugindockwidget_base.ui:209
#, kde-format
msgid "List of properties"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_selectall/skgselectallplugin.cpp:74
#: plugins/generic/skg_selectall/skgselectallplugin.cpp:84
#, kde-format
msgctxt "Select all objects in a list"
msgid "Select all"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_selectall/skgselectallplugin.cpp:129
#, kde-format
msgid "Selection: %1 lines for %2 (min: %3, average: %4, max: %5)"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_selectall/skgselectallplugin.cpp:136
#, kde-format
msgid "Selection: %1 line for %2"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_selectall/skgselectallplugin.cpp:138
#, kde-format
msgid "Selection: %1 line"
msgid_plural "Selection: %1 lines"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: plugins/generic/skg_statistic/skgstatisticplugin.cpp:240
#, kde-format
msgctxt "The title"
msgid "Statistic"
msgstr ""
#. i18n: ectx: label, entry (maxNumberOfUndo), group (skg_undoredo)
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredo_settings.kcfg:9
#, kde-format
msgid "Maximum undo depth"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_cleanHistoryOnSave)
#. i18n: ectx: label, entry (cleanHistoryOnSave), group (skg_undoredo)
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredo_settings.kcfg:13
#: plugins/generic/skg_undoredo/skgundoredopluginwidget_pref.ui:76
#, kde-format
msgid "Clean history on save"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:74
#, kde-format
msgctxt "Verb, action to cancel previous action"
msgid "Revert document"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:79
#, kde-format
msgctxt "Verb, action to cancel previous action"
msgid "Undo"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:89
#, kde-format
msgctxt "Verb, action to redo previous cancelled action"
msgid "Redo"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:100
#, kde-format
msgctxt "Verb, action to cancel previous action"
msgid "Clear history"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:149
#, kde-format
msgctxt "Verb"
msgid "Undo operation '%1'."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:158
#, kde-format
msgctxt "Verb"
msgid "Redo operation '%1'."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:212
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:222
#: skgbasegui/skgmainpanel.cpp:2450
#, kde-format
msgctxt "Noun"
msgid "History"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:228
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can undo and redo your modifications.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:229
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can modify the maximum size of the undo/redo stack in the <a href=\"skg://tab_configure?page=Undo redo plugin\">settings</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:250
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "History is too large"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:251
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "You can improve performances by reducing your history size in settings."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:254
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Open settings panel"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:283
#: plugins/generic/skg_undoredo/skgundoredoplugindockwidget.cpp:82
#, kde-format
msgctxt "Message for successful user action"
msgid "Clear history successfully done."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:285
#: plugins/generic/skg_undoredo/skgundoredoplugindockwidget.cpp:84
#, kde-format
msgctxt "Error message"
msgid "Clear history failed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:303
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:326
#, kde-format
msgctxt "Successful message after an user action"
msgid "Undo successfully done."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:305
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:328
#: plugins/generic/skg_undoredo/skgundoredoplugindockwidget.cpp:115
#, kde-format
msgctxt "Error message"
msgid "Undo failed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:368
#, kde-format
msgctxt "Successful message after an user action"
msgid "Redo successfully done."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugin.cpp:370
#: plugins/generic/skg_undoredo/skgundoredoplugindockwidget.cpp:115
#, kde-format
msgctxt "Error message"
msgid "Redo failed"
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugindockwidget.cpp:113
#, kde-format
msgctxt "Message for successful user action"
msgid "Undo successfully done."
msgstr ""
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugindockwidget.cpp:113
#, kde-format
msgctxt "Message for successful user action"
msgid "Redo successfully done."
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGTableView, kTransactionList)
#. i18n: ectx: property (statusTip), widget (SKGTableView, kTransactionList)
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugindockwidget_base.ui:35
#: plugins/generic/skg_undoredo/skgundoredoplugindockwidget_base.ui:38
#, kde-format
msgid "History of modifications"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kClearHistoryBtn)
#. i18n: ectx: property (statusTip), widget (QPushButton, kClearHistoryBtn)
#. i18n: ectx: property (text), widget (QPushButton, kClearHistoryBtn)
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredoplugindockwidget_base.ui:57
#: plugins/generic/skg_undoredo/skgundoredoplugindockwidget_base.ui:60
#: plugins/generic/skg_undoredo/skgundoredoplugindockwidget_base.ui:63
#, kde-format
msgid "Clear history"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredopluginwidget_pref.ui:31
#, kde-format
msgid "Maximum undo depth:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_maxNumberOfUndo)
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredopluginwidget_pref.ui:42
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">The number of undoable actions to keep in the history. If you want to keep <span style=\" font-weight:600;\">all</span> actions in the history, set this to <span style=\" font-weight:600;\">-1</span>, but be warned that the file size will increase steeply.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QSpinBox, kcfg_maxNumberOfUndo)
#. +> trunk5
#: plugins/generic/skg_undoredo/skgundoredopluginwidget_pref.ui:45
#, kde-format
msgid "-1 for no limit"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_afb120/skgimportpluginafb120.cpp:75
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:145
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:288
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:730
#: plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp:66
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:61
#: plugins/import/skrooge_import_iif/skgimportpluginiif.cpp:81
#: plugins/import/skrooge_import_iif/skgimportpluginiif.cpp:332
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:666
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:1491
#: plugins/import/skrooge_import_mmb/skgimportpluginmmb.cpp:61
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:118
#: plugins/import/skrooge_import_mt940/skgimportpluginmt940.cpp:59
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:64
#: plugins/import/skrooge_import_pdf/skgimportpluginpdf.cpp:114
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:69
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:844
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:67
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:462
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:61
#, kde-format
msgctxt "Error message"
msgid "Invalid parameters"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_afb120/skgimportpluginafb120.cpp:81
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:294
#: plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp:100
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:98
#: plugins/import/skrooge_import_iif/skgimportpluginiif.cpp:92
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:697
#: plugins/import/skrooge_import_mmb/skgimportpluginmmb.cpp:76
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:168
#: plugins/import/skrooge_import_mt940/skgimportpluginmt940.cpp:65
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:73
#: plugins/import/skrooge_import_pdf/skgimportpluginpdf.cpp:120
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:80
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:79
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:90
#, kde-format
msgctxt "Import step"
msgid "Import %1 file"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_afb120/skgimportpluginafb120.cpp:87
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:173
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:174
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:228
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:314
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:812
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:922
#: plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp:74
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:70
#: plugins/import/skrooge_import_iif/skgimportpluginiif.cpp:97
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:681
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:102
#: plugins/import/skrooge_import_mt940/skgimportpluginmt940.cpp:71
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:71
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:92
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:73
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:70
#, kde-format
msgctxt "Error message"
msgid "Open file '%1' failed"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_afb120/skgimportpluginafb120.cpp:117
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:400
#: plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp:264
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:312
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:225
#: plugins/import/skrooge_import_mmb/skgimportpluginmmb.cpp:244
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:364
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:376
#: plugins/import/skrooge_import_mt940/skgimportpluginmt940.cpp:103
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:176
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:282
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:239
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:243
#, kde-format
msgctxt "Import step"
msgid "Import operations"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_afb120/skgimportpluginafb120.cpp:133
#: plugins/import/skrooge_import_mt940/skgimportpluginmt940.cpp:134
#: plugins/import/skrooge_import_pdf/skgimportpluginpdf.cpp:198
#: skgbankmodeler/skgimportexportmanager.cpp:179
#, kde-format
msgctxt "An information message"
msgid "Using account '%1' for import"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_afb120/skgimportpluginafb120.cpp:136
#: plugins/import/skrooge_import_mt940/skgimportpluginmt940.cpp:137
#, kde-format
msgctxt "An information message"
msgid "More than one possible account found."
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_afb120/skgimportpluginafb120.cpp:152
#: plugins/import/skrooge_import_mt940/skgimportpluginmt940.cpp:153
#: skgbankmodeler/skgimportexportmanager.cpp:208
#, kde-format
msgctxt "An information message"
msgid "Default account '%1' created for import"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_afb120/skgimportpluginafb120.cpp:168
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:702
#: plugins/import/skrooge_import_mt940/skgimportpluginmt940.cpp:165
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:193
#, kde-format
msgctxt "An information message"
msgid "The initial balance of '%1' has not been set because some operations are already existing"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_afb120/skgimportpluginafb120.cpp:173
#, kde-format
msgctxt "An information message"
msgid "The initial balance of '%1' has been set with AFB120 file content"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_afb120/skgimportpluginafb120.cpp:210
#, kde-format
msgctxt "A file format"
msgid "AFB120 file (cfomb)"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:119
#, kde-format
msgctxt "A warning message"
msgid "WARNING: The command %1 failed with code %2 (Retry %3)"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:122
#, kde-format
msgctxt "A warning message"
msgid "WARNING: The command %1 failed due to a time out (Retry %2)"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:150
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Import with %1"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:215
#, kde-format
msgctxt "Error message"
msgid "Impossible to find the account id with the regular expression '%1' in line '%2'"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:227
#, kde-format
msgctxt "Progress message"
msgid "Download operations"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:230
#, kde-format
msgctxt "Error message"
msgid "Your backend '%1' seems to be not well configure because no account has been found."
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:300
#, kde-format
msgctxt "Error message"
msgid ""
"No accounts downloaded with the following command:\n"
"%1\n"
"Check your backend installation."
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:303
#, kde-format
msgctxt "Warning message"
msgid "Some accounts have not been downloaded. %1"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:310
#, kde-format
msgctxt "Progress message"
msgid "Import"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_backend/skgimportpluginbackend.cpp:313
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Import one account with %1"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:49
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and translate the word"
msgid "^date"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:50
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and translate the word"
msgid "^account"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:51
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and | and translate the words"
msgid "^number|^num?ro"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:52
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and | and translate the words"
msgid "^mode|^type"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:53
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and | and translate the words"
msgid "^payee|^tiers"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:54
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and | and translate the words"
msgid "^comment|^libell?|^d?tail|^info"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:55
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and | and translate the words"
msgid "^status|^pointage"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:56
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and translate the word"
msgid "^bookmarked"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:57
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and translate the word"
msgid "^cat\\w*gor\\w*"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:58
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and | and translate the words"
msgid "^value|^amount|^valeur|^montant|^credit|^debit"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:59
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and translate the word"
msgid "^quantity"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:60
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and translate the word"
msgid "^unit"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:61
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and | and translate the words"
msgid "^sign|^sens"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:62
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and | and translate the words"
msgid "^-|^debit|^withdrawal"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:63
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and translate the word"
msgid "^idgroup"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:64
#, kde-format
msgctxt "This is a regular expression to find the column in a csv file. You should keep the ^ and translate the word"
msgid "^idtransaction"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:206
#, kde-format
msgctxt "Error message"
msgid "Columns payee and category not found. Set import parameters in settings (Configure Skrooge... / Import/Export / CSV / Edit regular expressions...)."
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:210
#, kde-format
msgctxt "Error message"
msgid "Columns date and amount not found. Set import parameters in settings (Configure Skrooge... / Import/Export / CSV / Edit regular expressions...)."
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:303
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:802
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:912
#, kde-format
msgctxt "An information message"
msgid "Use automatic search of the columns"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:305
#, kde-format
msgctxt "An information message"
msgid "Mapping used: %1"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:324
#, kde-format
msgctxt "Error message"
msgid "Header not found in CSV file"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:390
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:851
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:145
#, kde-format
msgctxt "Error message"
msgid "Date format not supported"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:392
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:147
#, kde-format
msgctxt "An information message"
msgid "Import of '%1' with code '%2' and date format '%3'"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:447
#, kde-format
msgctxt "Error message"
msgid "Invalid number of columns in line %1. Expected %2. Found %3."
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:477
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:460
#, kde-format
msgctxt "An operation mode"
msgid "Transfer"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:479
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:472
#, kde-format
msgctxt "An operation mode"
msgid "Direct debit"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:481
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:462
#, kde-format
msgctxt "An operation mode"
msgid "Check"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:483
#, kde-format
msgctxt "An operation mode"
msgid "Deposit"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:485
#, kde-format
msgctxt "An operation mode"
msgid "Payback"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:487
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:466
#, kde-format
msgctxt "An operation mode"
msgid "Withdrawal"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:489
#, kde-format
msgctxt "An operation mode"
msgid "Card"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:491
#, kde-format
msgctxt "An operation mode"
msgid "Loan payment"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:493
#, kde-format
msgctxt "An operation mode"
msgid "Subscription"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:497
#, kde-format
msgctxt "An operation mode"
msgid "Cash deposit"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:499
#, kde-format
msgctxt "An operation mode"
msgid "Card summary"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:501
#, kde-format
msgctxt "An operation mode"
msgid "Deferred card"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:586
#: plugins/import/skrooge_import_iif/skgimportpluginiif.cpp:150
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:253
#, kde-format
msgctxt "Noun"
msgid "Bank for import %1"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:590
#, kde-format
msgctxt "An information message"
msgid "Default bank '%1' created for import"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:699
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:119
#, kde-format
msgctxt "An information message"
msgid "The initial balance of '%1' has been set"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:755
#: plugins/import/skrooge_import_iif/skgimportpluginiif.cpp:353
#: plugins/import/skrooge_import_ledger/skgimportpluginledger.cpp:85
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:865
#, kde-format
msgctxt "An information message"
msgid "Only selected accounts and operations have been exported"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:761
#: plugins/import/skrooge_import_iif/skgimportpluginiif.cpp:359
#: plugins/import/skrooge_import_json/skgimportpluginjson.cpp:62
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:1499
#: plugins/import/skrooge_import_ledger/skgimportpluginledger.cpp:63
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:871
#: plugins/import/skrooge_import_xml/skgimportpluginxml.cpp:62
#: skgbankmodeler/skgunitobject.cpp:2156 skgbasegui/skgtablewithgraph.cpp:2758
#: skgbasegui/skgtablewithgraph.cpp:2775 skgbasegui/skgtreeview.cpp:1236
#: skgbasegui/skgtreeview.cpp:1285 skgbasegui/skgtreeview.cpp:1314
#, kde-format
msgctxt "Error message"
msgid "Save file '%1' failed"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:783
#, kde-format
msgctxt "A file format"
msgid "CSV file"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:793
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:861
#: plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp:107
#: plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp:619
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:115
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:91
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:142
#: plugins/import/skrooge_import_mmb/skgimportpluginmmb.cpp:85
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:256
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:87
#, kde-format
msgctxt "Import step"
msgid "Import units"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:853
#, kde-format
msgctxt "An information message"
msgid "Import of '%1' with codec '%2' and date format '%3'"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:907
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:956
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:236
#, kde-format
msgctxt "Import step"
msgid "Import rules"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_csv/skgimportplugincsv.cpp:948
#, kde-format
msgctxt "An information message"
msgid "Import of '%1' with codec '%2'"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp:86
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:85
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:693
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:85
#, kde-format
msgctxt "Error message"
msgid "%1-%2: '%3'"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp:86
#: plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp:97
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:96
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:693
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:88
#, kde-format
msgctxt "Error message"
msgid "Invalid XML content in file '%1'"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp:161
#: plugins/import/skrooge_import_mmb/skgimportpluginmmb.cpp:120
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:146
#, kde-format
msgctxt "Import step"
msgid "Import banks and accounts"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp:532
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:386
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:370
#, kde-format
msgctxt "Import step"
msgid "Import scheduled operations"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp:669
#, kde-format
msgctxt "A file format"
msgid "GnuCash document"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:90
#, kde-format
msgctxt "Error message"
msgid "Bad version of Grisbi document. Version must be >= 0.6.0"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:140
#, kde-format
msgctxt "Import step"
msgid "Import banks"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:167
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:537
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:311
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:103
#, kde-format
msgctxt "Import step"
msgid "Import accounts"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:202
#: plugins/import/skrooge_import_mmb/skgimportpluginmmb.cpp:217
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:225
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:257
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:162
#, kde-format
msgctxt "Import step"
msgid "Import payees"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:221
#, kde-format
msgctxt "Import step"
msgid "Import payment mode"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:238
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:262
#: plugins/import/skrooge_import_mmb/skgimportpluginmmb.cpp:166
#: plugins/import/skrooge_import_mmb/skgimportpluginmmb.cpp:191
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:184
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:191
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:181
#, kde-format
msgctxt "Import step"
msgid "Import categories"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:344
#, kde-format
msgctxt "Noun"
msgid "Budgetary allocation"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:363
#, kde-format
msgctxt "Noun"
msgid "Fiscal year"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_gsb/skgimportplugingsb.cpp:520
#, kde-format
msgctxt "A file format"
msgid "Grisbi file"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_iif/skgimportpluginiif.cpp:366
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:1508
#: plugins/import/skrooge_import_ledger/skgimportpluginledger.cpp:98
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:878
#, kde-format
msgctxt "Export step"
msgid "Export %1 file"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_iif/skgimportpluginiif.cpp:374
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:1406
#, kde-format
msgctxt "Export step"
msgid "Export accounts"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_iif/skgimportpluginiif.cpp:399
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:1238
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:886
#, kde-format
msgctxt "Export step"
msgid "Export categories"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_iif/skgimportpluginiif.cpp:425
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:1147
#, kde-format
msgctxt "Export step"
msgid "Export payees"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_iif/skgimportpluginiif.cpp:447
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:1114
#: plugins/import/skrooge_import_ledger/skgimportpluginledger.cpp:133
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:914
#, kde-format
msgctxt "Export step"
msgid "Export operations"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_iif/skgimportpluginiif.cpp:508
#, kde-format
msgctxt "A file format"
msgid "Intuit Interchange Format file"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_json/skgimportpluginjson.cpp:79
#, kde-format
msgctxt "A file format"
msgid "JSON file"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:422
#, kde-format
msgctxt "Error message"
msgid "Account with identifier %1 not found"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:477
#: plugins/import/skrooge_import_mmb/skgimportpluginmmb.cpp:577
#, kde-format
msgctxt "Import step"
msgid "Import budgets"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:822
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:913
#: plugins/import/skrooge_import_ledger/skgimportpluginledger.cpp:105
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:1115
#, kde-format
msgctxt "Export step"
msgid "Export units"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:969
#, kde-format
msgctxt "Export step"
msgid "Export budgets"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:1032
#, kde-format
msgctxt "Export step"
msgid "Export scheduled operations"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:1189
#, kde-format
msgctxt "Export step"
msgid "Export banks"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_kmy/skgimportpluginkmy.cpp:1728
#, kde-format
msgctxt "A file format"
msgid "KMyMoney document"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ledger/skgimportpluginledger.cpp:181
#, kde-format
msgctxt "The default category for the accounts for ledger export"
msgid "Account"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ledger/skgimportpluginledger.cpp:194
#, kde-format
msgctxt "Category not defined"
msgid "Not defined"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ledger/skgimportpluginledger.cpp:207
#, kde-format
msgctxt "The default category for the categories for ledger export"
msgid "Category"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ledger/skgimportpluginledger.cpp:241
#, kde-format
msgctxt "A file format"
msgid "Ledger file"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mmb/skgimportpluginmmb.cpp:442
#, kde-format
msgctxt "Import step"
msgid "Import stocks"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mmb/skgimportpluginmmb.cpp:525
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:98
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:158
#, kde-format
msgctxt "Noun, a type of account"
msgid "Assets"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mmb/skgimportpluginmmb.cpp:529
#, kde-format
msgctxt "Import step"
msgid "Import assets"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mmb/skgimportpluginmmb.cpp:648
#, kde-format
msgctxt "A file format"
msgid "Money Manager Ex document"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:109
#, kde-format
msgctxt "Error message"
msgid "Error during parsing of '%1'"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:126
#, kde-format
msgctxt "Error message"
msgid "The file %1 does not have read access rights"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:132
#, kde-format
msgctxt "Error message"
msgid "The java application is not installed. You must manually install it."
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:143
#, kde-format
msgctxt "Error message"
msgid "The sunriise application is needed for Microsoft Money import but is not installed in '%1'"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:458
#, kde-format
msgctxt "Warning message"
msgid "The operation '%1' has been repaired because its amount was not equal to the sum of the amounts of its splits"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:503
#, kde-format
msgctxt "Error message"
msgid "Invalid password"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:505
#, kde-format
msgctxt "Error message"
msgid "The execution of '%1' failed"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:505
#, kde-format
msgctxt "Error message"
msgid "The extraction from the Microsoft Money document '%1' failed"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mny/skgimportpluginmny.cpp:522
#, kde-format
msgctxt "A file format"
msgid "Microsoft Money document"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mt940/skgimportpluginmt940.cpp:170
#, kde-format
msgctxt "An information message"
msgid "The initial balance of '%1' has been set with MT940 file content"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_mt940/skgimportpluginmt940.cpp:254
#, kde-format
msgctxt "A file format"
msgid "MT940 file"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:89
#, kde-format
msgctxt "Error message"
msgid "Import OFX file '%1' failed"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:124
#, kde-format
msgctxt "Error message"
msgid "OFX import failed"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:249
#, kde-format
msgctxt "Adjective, an unknown item"
msgid "Unknown"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:437
#, kde-format
msgctxt "Noun, the title of an item"
msgid "Title"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:442
#, kde-format
msgctxt "Noun, type of OFX transaction"
msgid "Credit"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:444
#, kde-format
msgctxt "Noun, type of OFX transaction"
msgid "Debit"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:446
#, kde-format
msgctxt "Noun, type of OFX transaction"
msgid "Interest"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:448
#, kde-format
msgctxt "Noun, type of OFX transaction"
msgid "Dividend"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:450
#, kde-format
msgctxt "Noun, type of OFX transaction"
msgid "FI fee"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:452
#, kde-format
msgctxt "Noun, type of OFX transaction"
msgid "Service charge"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:454
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:468
#, kde-format
msgctxt "Noun, type of OFX transaction"
msgid "Deposit"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:456
#, kde-format
msgctxt "Noun, type of OFX transaction"
msgid "ATM"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:458
#, kde-format
msgctxt "Noun, type of OFX transaction"
msgid "Point of sale"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:464
#, kde-format
msgctxt "Noun, type of OFX transaction"
msgid "Electronic payment"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:470
#, kde-format
msgctxt "Noun, type of OFX transaction"
msgid "Repeating payment"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:507
#, kde-format
msgctxt "Noun, a quantity of money taken by a financial institution to perform an operation"
msgid "Commission"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp:522
#, kde-format
msgctxt "A file format"
msgid "OFX file"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_pdf/skgimportpluginpdf.cpp:232
#, kde-format
msgid "Invoice"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_pdf/skgimportpluginpdf.cpp:242
#, kde-format
msgctxt "An information message"
msgid "Invoice %1 has not been imported because it is not recognized (List of recognized extractors: %2)."
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_pdf/skgimportpluginpdf.cpp:257
#, kde-format
msgctxt "A file format"
msgid "PDF file (invoice)"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:218
#, kde-format
msgctxt "An information message"
msgid "Categories found and imported"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:222
#, kde-format
msgctxt "An information message"
msgid "Units prices found and imported"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:793
#, kde-format
msgctxt "An information message"
msgid "Auto repaired operation"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:796
#, kde-format
msgctxt "An information message"
msgid "The total amount of the operation (%1) was different to the sum of the sub-operations (%2). The operation has been repaired."
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_qif/skgimportpluginqif.cpp:1151
#, kde-format
msgctxt "A file format"
msgid "QIF file"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:214
#, kde-format
msgctxt "Import step"
msgid "Import trackers"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:397
#, kde-format
msgctxt "Import step"
msgid "Import bookmarks"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:402
#, kde-format
msgid "Imported bookmarks"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:421
#, kde-format
msgctxt "Import step"
msgid "Import interests"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:505
#, kde-format
msgctxt "An information message"
msgid "The sqlcipher database has been protected with the same password than your document"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:533
#, kde-format
msgctxt "An error message"
msgid "Creation file '%1' failed"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:575
#: skroogeakonadi/skroogeakonadiresource.cpp:157
#, kde-format
msgctxt "A file format"
msgid "Skrooge document"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:576
#, kde-format
msgctxt "A file format"
msgid "SQLCipher document"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_skg/skgimportpluginskg.cpp:577
#, kde-format
msgctxt "A file format"
msgid "SQLite document"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:256
#, kde-format
msgctxt "Noun: type of payement"
msgid "Credit card"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:258
#, kde-format
msgctxt "Noun: type of payement"
msgid "Check"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:260
#, kde-format
msgctxt "Noun: type of payement"
msgid "Cash"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:262
#, kde-format
msgctxt "Noun: type of payement"
msgid "Transfer"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:264
#, kde-format
msgctxt "Noun: type of payement"
msgid "Other"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_xhb/skgimportpluginxhb.cpp:391
#, kde-format
msgctxt "A file format"
msgid "Homebank document"
msgstr ""
#. +> trunk5
#: plugins/import/skrooge_import_xml/skgimportpluginxml.cpp:79
#, kde-format
msgctxt "A file format"
msgid "XML file"
msgstr ""
#. +> trunk5
#: plugins/krunner/skrooge_add_operation/skgaddoperation.cpp:46
#, kde-format
msgctxt "default keyword for krunner plugin"
msgid "buy"
msgstr ""
#. +> trunk5
#: plugins/krunner/skrooge_add_operation/skgaddoperation.cpp:52
#, kde-format
msgid "Add a new operation in skrooge"
msgstr ""
#. +> trunk5
#: plugins/krunner/skrooge_add_operation/skgaddoperation.cpp:53
#, kde-format
msgid "amount payee"
msgstr ""
#. +> trunk5
#: plugins/krunner/skrooge_add_operation/skgaddoperation.cpp:54
#, kde-format
msgctxt "Example of krunner command"
msgid "%1 10 computer"
msgstr ""
#. +> trunk5
#: plugins/krunner/skrooge_add_operation/skgaddoperation.cpp:68
#, kde-format
msgid "Add operation %1"
msgstr ""
#. +> trunk5
#: plugins/krunner/skrooge_add_operation/skgaddoperation.cpp:101
#, kde-format
msgctxt "Information message"
msgid "Operation created"
msgstr ""
#. +> trunk5
#: plugins/krunner/skrooge_add_operation/skgaddoperation.cpp:103
#, kde-format
msgctxt "Error message: Could not create a file"
msgid "Creation of file %1 failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:36
#, kde-format
msgctxt "Title of a dashboard widget"
msgid "Accounts"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:44
#: plugins/skrooge/skrooge_unit/skgunitboardwidget.cpp:39
#, kde-format
msgctxt "Display only favorite accounts"
msgid "Highlighted only"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:52
#, kde-format
msgctxt "Noun, a type of account"
msgid "Only past operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:66
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:154
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:736
#, kde-format
msgctxt "Noun, a type of account"
msgid "Current"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:74
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:155
#, kde-format
msgctxt "Noun, a type of account"
msgid "Credit card"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:82
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:156
#: skgbankmodeler/skgdocumentbank.cpp:618
#, kde-format
msgctxt "Noun, a type of account"
msgid "Saving"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:90
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:157
#, kde-format
msgctxt "Noun, a type of account"
msgid "Investment"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:106
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:159
#: skgbankmodeler/skgdocumentbank.cpp:617
#, kde-format
msgctxt "Noun, a type of account"
msgid "Loan"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:114
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:160
#: skgbankmodeler/skgdocumentbank.cpp:619
#, kde-format
msgctxt "Noun, a type of account"
msgid "Pension"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:122
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:161
#: skgbankmodeler/skgdocumentbank.cpp:616
#, kde-format
msgctxt "Noun, a type of account"
msgid "Wallet"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:130
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:162
#, kde-format
msgctxt "Noun, a type of account"
msgid "Other"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:259
#, kde-format
msgctxt "Message, do not translate URL"
msgid ""
"First, you have to create at least one account<br>"
"from <a href=\"%1\">\"Bank and Account\"</a> page or <a href=\"%2\">import</a> operations."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:342
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:372
#, kde-format
msgctxt "the numerical total of a sum of values"
msgid "Total of %1"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgaccountboardwidget.cpp:376
#: skgbankmodeler/skgdocumentbank.cpp:3324
#: skgbankmodeler/skgreportbank.cpp:136 skgbankmodeler/skgreportbank.cpp:374
#: skgbankmodeler/skgreportbank.cpp:462
#, kde-format
msgctxt "Noun, the numerical total of a sum of values"
msgid "Total"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:74
#, kde-format
msgctxt "Verb: Reconciliation is process through which you ensure compliance with your bank's statement"
msgid "Reconcile..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:89
#, kde-format
msgctxt "Noun, a list of bank accounts"
msgid "Accounts (Light)"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:91
#, kde-format
msgctxt "Noun, a list of bank accounts"
msgid "Accounts (Full)"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:93
#, kde-format
msgctxt "Noun, a list of banks"
msgid "Banks (Light)"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:95
#, kde-format
msgctxt "Noun, a list of banks"
msgid "Banks (Full)"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:120
#: plugins/skrooge/skrooge_operation/skgoperationboardwidget.cpp:76
#: plugins/skrooge/skrooge_operation/skgoperationboardwidgetqml.cpp:48
#: plugins/skrooge/skrooge_report/skgreportboardwidget.cpp:42
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:80
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:110
#, kde-format
msgctxt "Verb"
msgid "Open report..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:145
#, kde-format
msgctxt "Display a list of Accounts"
msgid "Accounts"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:155
#, kde-format
msgctxt "This allows the user to manage his list of accounts"
msgid "Manage your accounts"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:161
#, kde-format
msgctxt "Description of a tip"
msgid "<p>... you can associate a logo with your <a href=\"skg://skrooge_bank_plugin\">banks</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:162
#, kde-format
msgctxt "Description of a tip"
msgid "<p>... <a href=\"skg://skrooge_bank_plugin\">accounts</a> can be merged by drag & drop.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:163
#, kde-format
msgctxt "Description of a tip"
msgid "<p>... you can set a minimum and a maximum limit on your <a href=\"skg://skrooge_bank_plugin\">accounts</a>. This will trigger an alarm.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:210
#, kde-format
msgctxt "A bank is in the list of used banks, but it doesn't have any account attached"
msgid "Bank '%1' has no account"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:211
#, kde-format
msgctxt "User can delete banks with no accounts"
msgid "Do not forget to remove useless banks"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:213
#, kde-format
msgctxt "Action to delete a bank"
msgid "Delete '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:233
#, kde-format
msgctxt "A account is closed but the amount is not equal to 0"
msgid "Closed account '%1' still has money"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:234
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "This is may be not normal"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:238
#, kde-format
msgctxt "Action to reopen the account"
msgid "Reopen '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:245
#, kde-format
msgctxt "Action to create a fake operation to set the amount of the account to 0"
msgid "Create fake operation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:266
#, kde-format
msgctxt "Delete banks with no account"
msgid "Delete unused banks"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:275
#, kde-format
msgctxt "Successfully deleted a bank with no account"
msgid "Unused bank deleted"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:277
#, kde-format
msgctxt "Could not delete a bank with no account"
msgid "Unused bank deletion failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:294
#, kde-format
msgctxt "Reopen a closed account"
msgid "Reopen account '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:300
#, kde-format
msgctxt "Successfully reopen account"
msgid "Account reopened"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:302
#, kde-format
msgctxt "Failure"
msgid "reopening of the account failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:306
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2384
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Create fake operation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:312
#, kde-format
msgctxt "Noun, default comment for a fake operation"
msgid "Fake operation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:324
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1249
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1633
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2432
#, kde-format
msgctxt "An information to the user that something was added"
msgid "The operation '%1' has been added"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:328
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2436
#, kde-format
msgctxt "Successful message after an user action"
msgid "Fake operation created."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankplugin.cpp:330
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2438
#, kde-format
msgctxt "Error message"
msgid "Creation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:117
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:118
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:119
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:120
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:121
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:122
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:123
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:124
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:125
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:126
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:54
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:55
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:56
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:57
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:58
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:59
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:60
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:61
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:62
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:63
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:64
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:72
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:475
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:476
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:477
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:68
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:69
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:70
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:71
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:72
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:74
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:75
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:76
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:59
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:60
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:61
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget.cpp:50
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget.cpp:51
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:62
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:63
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:64
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:65
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:66
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:67
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:68
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:69
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:70
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:71
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:72
#, kde-format
msgid "%1:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:130
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:62
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:49
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget.cpp:46
#, kde-format
msgid "Opened"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:131
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:63
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:50
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget.cpp:47
#, kde-format
msgid "Closed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:132
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:51
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:80
#, kde-format
msgid "Highlighted only"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:135
#: skgbasegui/skgtablewithgraph.cpp:147
#, kde-format
msgid "Graph"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:150
#, kde-format
msgid "Display the account edit panel"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:199
#, kde-format
msgctxt "Other type of bank account"
msgid "Other..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:378
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:229
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations of account "
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:386
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:811
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:829
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:854
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:872
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:891
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:908
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:925
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:942
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:969
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:997
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:238
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:252
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:269
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:283
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:297
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:334
#, kde-format
msgid "'%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:417
#, kde-format
msgctxt "Title of panel"
msgid "Select a bank icon"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:419
#, kde-format
msgctxt "File format for open dialog panel"
msgid "Image files"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:504
#, kde-format
msgctxt "Creating an account"
msgid "Account creation '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:548
#, kde-format
msgctxt "An information to the user that something was added"
msgid "The account '%1' has been added"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:553
#, kde-format
msgctxt "Successfully created an account"
msgid "Account '%1' created"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:556
#, kde-format
msgctxt "Error message : Could not create an account"
msgid "Account creation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:575
#, kde-format
msgctxt "Updating an account"
msgid "Account update"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:588
#, kde-format
msgctxt "Information message"
msgid "You tried to modify names of selected accounts to an existing account. Accounts have been merged."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:596
#, kde-format
msgctxt "Information message"
msgid "You tried to modify all names of selected accounts. Accounts have been merged."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:648
#, kde-format
msgctxt "An information message"
msgid "The account '%1' has been updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:669
#, kde-format
msgctxt "Question"
msgid ""
"You are trying to modify bank name of account named '%1'.\n"
"Do you want to do this modification for all accounts of this bank ? "
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:716
#, kde-format
msgctxt "Successfully updated an account"
msgid "Account updated."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:718
#, kde-format
msgctxt "Error message : Could not update an account"
msgid "Update failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:815
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1674
#, kde-format
msgctxt "Message"
msgid "Computing..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:827
#, kde-format
msgctxt "Information on an account's status : Balance is the current amount of money on the account, Checked is the amount of money on your last bank's statement, To be Checked is the differences between these two values"
msgid "Today balance : %1 Balance : %2 Checked : %3 To be Checked : %4"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget.cpp:836
#, kde-format
msgctxt "Information on an account's status : Balance is the current amount of money on the account, Checked is the amount of money on your last bank's statement, To be Checked is the differences between these two values"
msgid ""
"<p>Today balance : %1 < / p >"
" "
"<p>Balance : %2 < / p >"
" "
"<p>Checked : %3 < / p >"
" "
"<p>To be Checked : %4 < / p >"
" "
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kInfo)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:23
#, kde-format
msgid "Computing..."
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kAccountCreatorIcon)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kAccountCreatorIcon)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:70
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:73
#, kde-format
msgid "Icon of the bank"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGCalculatorEdit, kAmountEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:103
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:498
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Bitstream Vera Sans'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Amount of the operation.</p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">You can enter expressions here, such as <span style=\" font-style:italic;\">3+4*2</span>, skrooge will compute the result (<span style=\" font-style:italic;\">11</span>)</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (statusTip), widget (SKGCalculatorEdit, kAmountEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:106
#, kde-format
msgid "Initial balance of the account"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGUnitComboBox, kUnitEdit)
#. i18n: ectx: property (statusTip), widget (SKGUnitComboBox, kUnitEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:131
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:134
#, kde-format
msgid "Unit of the initial balance of the account"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kAccountCreatorAccount)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kAccountCreatorAccount)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:171
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:174
#, kde-format
msgid "Name of the account"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kAccountCreatorNumber)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kAccountCreatorNumber)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:286
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:289
#, kde-format
msgid "Number of the account"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGCalculatorEdit, kMaxLimitAmout)
#. i18n: ectx: property (statusTip), widget (SKGCalculatorEdit, kMaxLimitAmout)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:305
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:308
#, kde-format
msgid "Maximum amount of the account"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kAccountCreatorAddress)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kAccountCreatorAddress)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:334
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:337
#, kde-format
msgid "Address of the agency"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kAccountCreatorComment)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kAccountCreatorComment)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:353
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:356
#, kde-format
msgid "Comment of the account"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kAccountCreatorBank)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kAccountCreatorBank)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:372
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:375
#, kde-format
msgid "Name of the bank"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGCalculatorEdit, kMinLimitAmout)
#. i18n: ectx: property (statusTip), widget (SKGCalculatorEdit, kMinLimitAmout)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:413
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:416
#, kde-format
msgid "Minimum amount of the account"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kAmountLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:435
#, kde-format
msgctxt "Noun, a numerical quantity"
msgid "Initial &balance:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kAccountCreatorType)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kAccountCreatorType)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:548
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:551
#, kde-format
msgid "Type of the account"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kAccountCreatorAgencyNumber)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kAccountCreatorAgencyNumber)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:567
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:570
#, kde-format
msgid "Number of the agency"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kAccountCreatorBankNumber)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kAccountCreatorBankNumber)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:583
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:586
#, kde-format
msgid "Number of the bank"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kAccountCreatorAdd)
#. i18n: ectx: property (statusTip), widget (QPushButton, kAccountCreatorAdd)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:625
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:628
#, kde-format
msgid "Add a bank and an account (Ctrl+Enter)"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, kAccountCreatorAdd)
#. i18n: ectx: property (text), widget (QPushButton, kAddBtn)
#. i18n: ectx: property (text), widget (QPushButton, kAddOperationBtn)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:631
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:985
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1361
#, kde-format
msgctxt "Verb, add an item to a list"
msgid "Add"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kAccountCreatorUpdate)
#. i18n: ectx: property (statusTip), widget (QPushButton, kAccountCreatorUpdate)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:647
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:650
#, kde-format
msgid "Update selected banks and accounts (Shift+Enter)"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, kAccountCreatorUpdate)
#. i18n: ectx: property (text), widget (QPushButton, kModifyBtn)
#. i18n: ectx: property (text), widget (QPushButton, kModifyCategoryButton)
#. i18n: ectx: property (text), widget (QPushButton, kModifyOperationBtn)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui:653
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:1001
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget_base.ui:131
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1377
#, kde-format
msgctxt "Verb, modify an item"
msgid "Modify"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, kGroup)
#. +> trunk5
#: plugins/skrooge/skrooge_bank/skgbankpluginwidget_board.ui:20
#, kde-format
msgctxt "Noun, a list of financial accounts"
msgid "Banks"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetplugin.cpp:71
#, kde-format
msgctxt "Verb"
msgid "Process budget rules"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetplugin.cpp:85
#, kde-format
msgctxt "The title"
msgid "Budget"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetplugin.cpp:95
#, kde-format
msgctxt "The tool tip"
msgid "Budget"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetplugin.cpp:138
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Budget alarm for '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetplugin.cpp:139
#, kde-format
msgctxt "Advice on making the best (long)"
msgid ""
"Take care to your budget.<br>"
" %1.<br>"
"%2 / %3"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetplugin.cpp:146
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Open operations corresponding to this budget"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetplugin.cpp:166
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Old budget treatment"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetplugin.cpp:167
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "The budget has not been treated for at least one month."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetplugin.cpp:208
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Process budget rules"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetplugin.cpp:213
#, kde-format
msgctxt "Successful message after an user action"
msgid "Budget rules processed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetplugin.cpp:215
#, kde-format
msgctxt "Error message"
msgid "Budget rules failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:69
#, kde-format
msgctxt "Noun, how to define a budget period"
msgid "Monthly"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:70
#, kde-format
msgctxt "Noun, how to define a budget period"
msgid "Yearly"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:71
#, kde-format
msgctxt "Noun, how to define a budget period"
msgid "Individual"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:74
#, kde-format
msgctxt "Noun, budget items to display"
msgid "All"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:79
#, kde-format
msgctxt "Noun, budget items to display"
msgid "None"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:87
#, kde-format
msgctxt "Noun, budget items to display"
msgid "Current"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:95
#, kde-format
msgctxt "Noun, budget items to display"
msgid "Current year"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:102
#, kde-format
msgctxt "Noun, budget items to display"
msgid "Current month"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:110
#, kde-format
msgctxt "Noun, budget items to display"
msgid "Previous year"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:117
#, kde-format
msgctxt "Noun, budget items to display"
msgid "Previous month"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:129
#, kde-format
msgctxt "Noun, condition item to a apply a transfer of budget"
msgid "All"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:130
#, kde-format
msgctxt "Noun, condition item to a apply a transfer of budget"
msgid "Negative"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:131
#, kde-format
msgctxt "Noun, condition item to a apply a transfer of budget"
msgid "Positive"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:133
#, kde-format
msgctxt "Noun, mode item to a apply a transfer of budget"
msgid "Next"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:134
#, kde-format
msgctxt "Noun, mode item to a apply a transfer of budget"
msgid "Current"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:135
#, kde-format
msgctxt "Noun, mode item to a apply a transfer of budget"
msgid "Current year"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:167
#, kde-format
msgid "Manual"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:167
#, kde-format
msgid "Display the edit panel for standard budget"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:173
#, kde-format
msgid "Auto"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:173
#, kde-format
msgid "Display the edit panel for automatic budgets"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:179
#, kde-format
msgid "Rules"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:179
#, kde-format
msgid "Display the edit panel for rules"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:200
#, kde-format
msgctxt "Option"
msgid "Remove existing budgets for %1"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:352
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Budget rule creation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:360
#, kde-format
msgctxt "An information to the user"
msgid "The budget rule '%1' has been added"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:364
#, kde-format
msgctxt "Successful message after an user action"
msgid "Budget rule created"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:367
#, kde-format
msgctxt "Error message"
msgid "Budget rule creation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:373
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Budget creation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:383
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:393
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:401
#, kde-format
msgctxt "An information to the user"
msgid "The budget '%1' has been added"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:425
#, kde-format
msgctxt "Successful message after an user action"
msgid "Budget created"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:428
#, kde-format
msgctxt "Error message"
msgid "Budget creation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:444
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:674
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:714
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:758
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:802
-#: skgbankgui/skgobjectmodel.cpp:958
+#: skgbankgui/skgobjectmodel.cpp:1005
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Budget rule update"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:449
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:689
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:733
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:777
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:817
-#: skgbankgui/skgobjectmodel.cpp:971
+#: skgbankgui/skgobjectmodel.cpp:1018
#, kde-format
msgctxt "An information to the user"
msgid "The budget rule '%1' has been updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:454
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:696
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:740
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:784
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:824
#, kde-format
msgctxt "Successful message after an user action"
msgid "Budget rule updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:456
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:698
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:742
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:786
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:826
#, kde-format
msgctxt "Error message"
msgid "Budget rule update failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:461
-#: skgbankgui/skgobjectmodel.cpp:981
+#: skgbankgui/skgobjectmodel.cpp:1028
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Budget update"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:477
#, kde-format
msgctxt "Successful message after an user action"
msgid "Budget updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:479
#, kde-format
msgctxt "Error message"
msgid "Budget update failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:651
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:657
#, kde-format
msgid "Selection: %1 budget for %2"
msgid_plural "Selection: %1 budgets for %2"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:659
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget.cpp:660
#, kde-format
msgctxt "Noun"
msgid "Selection: none"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kPeriod)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kPeriod)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:216
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:219
#, kde-format
msgid "Period of the budget"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kYear)
#. i18n: ectx: property (statusTip), widget (QSpinBox, kYear)
#. i18n: ectx: property (toolTip), widget (QSpinBox, kYearAutoBase)
#. i18n: ectx: property (statusTip), widget (QSpinBox, kYearAutoBase)
#. i18n: ectx: property (toolTip), widget (QSpinBox, kYearAuto)
#. i18n: ectx: property (statusTip), widget (QSpinBox, kYearAuto)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:251
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:254
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:457
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:460
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:524
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:527
#, kde-format
msgid "Year of the budget"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kMonth)
#. i18n: ectx: property (statusTip), widget (QSpinBox, kMonth)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:286
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:289
#, kde-format
msgid "Month of the budget"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGCalculatorEdit, kAmountEdit)
#. i18n: ectx: property (statusTip), widget (SKGCalculatorEdit, kAmountEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:358
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:361
#, kde-format
msgid "Amount of the budget"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kCategoryEdit)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kCategoryEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:371
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:374
#, kde-format
msgid "Category of the budget"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kIncludingSubCategories)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:387
#, kde-format
msgid "Including sub categories"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QCheckBox, kAutoBudgetCheck)
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kAutoBudgetCheck)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:441
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:444
#, kde-format
msgid "Enable automatic budget creation"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kAutoBudgetCheck)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:447
#, kde-format
msgid "Automatic creation based on the operations of:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kBalancingMonthly)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:479
#, kde-format
msgid "Balancing each monthly budget."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kBalancingAnnual)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:495
#, kde-format
msgid "Balancing the annual budget"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:511
#, kde-format
msgid "&Year:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kUseScheduledOperation)
#. i18n: ectx: property (statusTip), widget (QCheckBox, kUseScheduledOperation)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:540
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:543
#, kde-format
msgid "Use the scheduled operations for a better automatic creation"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kUseScheduledOperation)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:546
#, kde-format
msgid "Use scheduled operations"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:596
#, kde-format
msgctxt "Title"
msgid "For budgets having"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:613
#, kde-format
msgctxt "Title"
msgid "When delta"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:630
#, kde-format
msgctxt "Title"
msgid "Modify budget"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QCheckBox, kYearCheck)
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kYearCheck)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:640
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:643
#, kde-format
msgid "Enable condition on the year"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kYearRule)
#. i18n: ectx: property (statusTip), widget (QSpinBox, kYearRule)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:656
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:659
#, kde-format
msgid "Year of the condition"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kConditionCmb)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kConditionCmb)
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kModeCmb)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kModeCmb)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:691
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:694
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:735
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:738
#, kde-format
msgid "Condition to transfer the delta"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kMonthRule)
#. i18n: ectx: property (statusTip), widget (QSpinBox, kMonthRule)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:751
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:754
#, kde-format
msgid "Month of the condition"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGCalculatorEdit, kAmountEdit2)
#. i18n: ectx: property (statusTip), widget (SKGCalculatorEdit, kAmountEdit2)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:798
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:801
#, kde-format
msgid "Amount of the transfer"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QCheckBox, kCategoryCheck)
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kCategoryCheck)
#. i18n: ectx: property (statusTip), widget (QCheckBox, kCategoryTransferCheck)
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kCategoryTransferCheck)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:830
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:833
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:871
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:874
#, kde-format
msgid "Enable condition on the category"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kCategoryRule)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kCategoryRule)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:852
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:855
#, kde-format
msgid "Category of the condition"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kCategoryTransfer)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kCategoryTransfer)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:893
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:896
#, kde-format
msgid "Category of the transfer"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QCheckBox, kMonthCheck)
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kMonthCheck)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:912
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:915
#, kde-format
msgid "Enable condition on the month"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kAddBtn)
#. i18n: ectx: property (statusTip), widget (QPushButton, kAddBtn)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:979
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:982
#, kde-format
msgid "Create a new budget (Ctrl+Enter)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kModifyBtn)
#. i18n: ectx: property (statusTip), widget (QPushButton, kModifyBtn)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:995
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:998
#, kde-format
msgid "Update selected budget (Shift+Enter)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kProcessBtn)
#. i18n: ectx: property (statusTip), widget (QPushButton, kProcessBtn)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:1017
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:1020
#, kde-format
msgid "Process rules"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, kProcessBtn)
#. +> trunk5
#: plugins/skrooge/skrooge_budget/skgbudgetpluginwidget_base.ui:1023
#, kde-format
msgctxt "Verb, add an item to a list"
msgid "Process"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorplugin.cpp:76
#, kde-format
msgctxt "The estimated amount of money earned through interests on a remunerated account"
msgid "Estimated interest"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorplugin.cpp:111
#, kde-format
msgctxt "Compute financial simulations for various situations (interests...)"
msgid "Simulations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorplugin.cpp:122
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can use the <a href=\"skg://skrooge_calculator_plugin\">calculator</a> for many things</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorplugin.cpp:146
#, kde-format
msgctxt "User did not define an interest rate on an investment account"
msgid "No interest rate defined for account '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorplugin.cpp:147
#, kde-format
msgctxt "User did not define an interest rate on an investment account"
msgid "Your investment account '%1' doesn't have interest rate defined"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorplugin.cpp:151
#, kde-format
msgctxt "Link allowing user to open a new tab for defining interests parameters"
msgid "Open interest page"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:65
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:66
#, kde-format
msgctxt "A period of 15 days"
msgid "Fifteen"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:68
#, kde-format
msgctxt "Used for configurating when interests are paid on an account : %s days after being calculated"
msgid "Day +%1"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:69
#, kde-format
msgctxt "Used for configurating when interests are paid on an account : %s days after being calculated"
msgid "Day -%1"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:72
#, kde-format
msgctxt "24 fifteen is the name of a financial method to compute interests on an account"
msgid "24 fifteen"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:73
#, kde-format
msgctxt "A period of 360 days"
msgid "360 days"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:74
#, kde-format
msgctxt "A period of 365 days"
msgid "365 days"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, kAmortizationTable)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:81
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:729
#, kde-format
msgid "Interest"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:81
#, kde-format
msgid "Interests calculator"
msgstr ""
#. i18n: ectx: property (text), widget (KTitleWidget, kAmortizationTableTitle)
#. i18n: ectx: property (toolTip), widget (QTableWidget, kAmortizationTable)
#. i18n: ectx: property (statusTip), widget (QTableWidget, kAmortizationTable)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:82
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:433
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:700
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:703
#, kde-format
msgid "Amortization Table"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:82
#, kde-format
msgid "Loan amortization table calculator"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:372
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:375
#, kde-format
msgctxt "The Annual interest is the amount of money gained in one year on a remunerated account"
msgid "Annual interest=%1"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:450
#, kde-format
msgctxt "Lets the user create parameters for computing interests on an account"
msgid "Interest parameter creation for account '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:467
#, kde-format
msgctxt "An information to the user"
msgid "The interest parameter '%1' has been added"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:472
#, kde-format
msgctxt "User defined parameters for computing interests were successfully created"
msgid "Interest parameter created"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:475
#, kde-format
msgctxt "Error message: User defined parameters for computing interests could not be created"
msgid "Interest parameter creation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:498
#, kde-format
msgctxt "Lets the user update parameters for computing interests on an account"
msgid "Interest parameter update for account '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:512
#, kde-format
msgctxt "An information to the user"
msgid "The interest parameter '%1' has been updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:517
#, kde-format
msgctxt "User defined parameters for computing interests were successfully updated"
msgid "Interest parameter updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:519
#, kde-format
msgctxt "Error message: User defined parameters for computing interests could not be updated"
msgid "Interest parameter update failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget.cpp:574
#, kde-format
msgid ""
"Number of payments:\t%1\n"
"Monthly payment: \t%2\n"
"Monthly insurance: \t%3\n"
"Total principal paid: \t%4\n"
"Total interest paid: \t%5\n"
"Total insurance paid: \t%6\n"
"Total paid: \t\t%7"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kAccountLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:79
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:448
#, kde-format
msgctxt "Noun, an account as in a bank account"
msgid "Account:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kDisplayAccountCombo)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kDisplayAccountCombo)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:95
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:98
#, kde-format
msgid "Displayed account"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kYearLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:114
#, kde-format
msgctxt "Noun, a year"
msgid "&Year:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, KYearEdit)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, KYearEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:127
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:130
#, kde-format
msgid "Year of computation"
msgstr ""
#. i18n: ectx: property (text), widget (KTitleWidget, kInterestResultsTitle)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:155
#, kde-format
msgid "Interest Results"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGTableView, kInterestResultTable)
#. i18n: ectx: property (statusTip), widget (SKGTableView, kInterestResultTable)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:162
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:165
#, kde-format
msgid "Result of interest computation"
msgstr ""
#. i18n: ectx: property (text), widget (KTitleWidget, kInterestValuesTitle)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:197
#, kde-format
msgid "Interest Values"
msgstr ""
#. i18n: ectx: property (text), widget (KTitleWidget, kDefineValueTitle)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:204
#, kde-format
msgid "Define Value"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGTableView, kInterestView)
#. i18n: ectx: property (statusTip), widget (SKGTableView, kInterestView)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:217
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:220
#, kde-format
msgid "Parameters for interest computation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kDateLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:239
#, kde-format
msgid "Da&te:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGDateEdit, kDateEdit)
#. i18n: ectx: property (statusTip), widget (SKGDateEdit, kDateEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:258
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:261
#, kde-format
msgid "Date of the interest's quote"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kRateLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:274
#, kde-format, no-c-format
msgid "Rate (%):"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kCreditValueDateLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:293
#, kde-format
msgid "Credit value date:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kCreditValueDate)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kCreditValueDate)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:306
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:309
#, kde-format
msgid "The credit value date computation mode."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kDebitValueDateLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:322
#, kde-format
msgid "Debit value date:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kDebitValueDate)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kDebitValueDate)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:335
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:338
#, kde-format
msgid "The debit value date computation mode."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kModeLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:351
#, kde-format
msgid "&Base computation:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kMode)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kMode)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:364
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:367
#, kde-format
msgid "The base of the computation."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, kRateEdit)
#. i18n: ectx: property (statusTip), widget (QDoubleSpinBox, kRateEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:390
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:393
#, kde-format
msgid "Rate of the interest"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kAnnualRateLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:470
#, kde-format, no-c-format
msgid "Annual interest rate (%):"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kLoanLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:489
#, kde-format
msgid "Loan amount (principal):"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kLength)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:508
#, kde-format
msgid "Length (years):"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGCalculatorEdit, kLoanEdit)
#. i18n: ectx: property (statusTip), widget (SKGCalculatorEdit, kLoanEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:546
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:549
#, kde-format
msgid "Amount of the loan"
msgstr ""
#. i18n: ectx: property (text), widget (SKGCalculatorEdit, kLoanEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:552
#, kde-format
msgid "100000"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGUnitComboBox, kUnitEdit)
#. i18n: ectx: property (statusTip), widget (SKGUnitComboBox, kUnitEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:597
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:600
#, kde-format
msgid "Unit of the loan"
msgstr ""
#. i18n: ectx: property (text), widget (KTitleWidget, kPaymentSummaryTitle)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:610
#, kde-format
msgid "Payment Summary"
msgstr ""
#. i18n: ectx: property (text), widget (KTitleWidget, kLoadSummaryTitle)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:617
#, kde-format
msgid "Loan Summary"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kInsuranceRateLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:624
#, kde-format, no-c-format
msgid "Insurance rate(%):"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kLenghtEdit)
#. i18n: ectx: property (statusTip), widget (QSpinBox, kLenghtEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:637
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:640
#, kde-format
msgid "Length of the loan in years"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, kAnnualRateEdit)
#. i18n: ectx: property (statusTip), widget (QDoubleSpinBox, kAnnualRateEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:662
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:665
#, kde-format
msgid "Annual rate of the loan"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, kInsuranceRateEdit)
#. i18n: ectx: property (statusTip), widget (QDoubleSpinBox, kInsuranceRateEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:678
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:681
#, kde-format
msgid "Insurance rate of the loan"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, kAmortizationTable)
#. i18n: ectx: label, entry (mapping_amount), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:719
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:78
#, kde-format
msgid "Amount"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, kAmortizationTable)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:724
#, kde-format
msgid "Principal"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, kAmortizationTable)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:734
#, kde-format
msgid "Insurance"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, kAmortizationTable)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:739
#, kde-format
msgid "Balance"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kAdd)
#. i18n: ectx: property (statusTip), widget (QPushButton, kAdd)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:789
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:792
#, kde-format
msgid "Create a new interest parameter (Ctrl+Enter)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kUpdate)
#. i18n: ectx: property (statusTip), widget (QPushButton, kUpdate)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:808
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:811
#, kde-format
msgid "Update interest parameters (Shift+Enter)"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, kUpdate)
#. i18n: ectx: property (text), widget (QPushButton, kModifyButton)
#. i18n: ectx: property (text), widget (QPushButton, kModifyBtn)
#. i18n: ectx: property (text), widget (QPushButton, kUnitUpdate)
#. +> trunk5
#: plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui:814
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:206
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:270
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:374
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget_base.ui:161
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:792
#, kde-format
msgid "Modify"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:80
#, kde-format
msgctxt "Verb"
msgid "Import categories"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:83
#, kde-format
msgctxt "Verb"
msgid "Import standard categories"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:95
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:211
#, kde-format
msgctxt "Verb"
msgid "Import categories [%1]"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:103
#, kde-format
msgctxt "Verb"
msgid "Delete unused categories"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:108
#, kde-format
msgctxt "Verb"
msgid "Open similar categories..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:109
#, kde-format
msgctxt "Noun, a list of items"
msgid "Similar categories"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:140
#, kde-format
msgctxt "Report header"
msgid "5 main categories of expenditure"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:142
#, kde-format
msgctxt "Report header"
msgid "5 main variations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:144
#, kde-format
msgctxt "Report header"
msgid "Budget"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:146
#, kde-format
msgctxt "Report header"
msgid "5 main variations (issues)"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:220
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:269
#, kde-format
msgctxt "Successful message after an user action"
msgid "Categories imported."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:222
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:271
#, kde-format
msgctxt "Error message"
msgid "Importing categories failed."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:236
#, kde-format
msgctxt "List of categories.It is not needed to translate each item. You can set the list you want. ';' must be used to separate categories. ' > ' must be used to separate categorie and sub caterogie (no limit of level)."
msgid "Alimony;Auto;Auto > Fuel;Auto > Insurance;Auto > Lease;Auto > Loan;Auto > Registration;Auto > Service;Bank Charges;Bank Charges > Interest Paid;Bank Charges > Service Charge;Bills;Bills > Electricity;Bills > Fuel Oil;Bills > Local Taxes;Bills > Mortgage;Bills > Natural Gas;Bills > Rent;Bills > TV;Bills > Telephone;Bills > Water & Sewage;Bonus;Business;Business > Auto;Business > Capital Goods;Business > Legal Expenses;Business > Office Rent;Business > Office Supplies;Business > Other;Business > Revenue;Business > Taxes;Business > Travel;Business > Utilities;Business > Wages & Salary;Car;Car > Fuel;Car > Insurance;Car > Lease;Car > Loan;Car > Registration;Car > Service;Cash Withdrawal;Charity;Charity > Donations;Child Care;Child Support;Clothing;Disability;Div Income;Div Income > Ord dividend;Div Income > Stock dividend;Education;Education > Board;Education > Books;Education > Fees;Education > Loans;Education > Tuition;Employment;Employment > Benefits;Employment > Foreign;Employment > Lump sums;Employment > Other employ;Employment > Salary & wages;Food;Food > Dining Out;Food > Groceries;Gardening;Gift Received;Gifts;Healthcare;Healthcare > Dental;Healthcare > Doctor;Healthcare > Hospital;Healthcare > Optician;Healthcare > Prescriptions;Holidays;Holidays > Accomodation;Holidays > Travel;Household;Household > Furnishings;Household > Repairs;Insurance;Insurance > Auto;Insurance > Disability;Insurance > Home and Contents;Insurance > Life;Insurance > Medical;Int Inc;Int Inc > Bank Interest;Int Inc > Gross;Int Inc > Net;Int Inc > Other savings;Invest. income;Invest. income > 1st option;Invest. income > Dividend;Invest. income > Foreign;Invest. income > Other savings;Invest. income > Other trusts;Invest. income > Other trusts#Capital;Invest. income > Other trusts#Dist. rec'd;Invest. income > Other trusts#Estate;Investment Income;Investment Income > Dividends;Investment Income > Interest;Investment Income > Long-Term Capital Gains;Investment Income > Short-Term Capital Gains;Investment Income > Tax-Exempt Interest;Job Expense;Job Expense > Non-Reimbursed;Job Expense > Reimbursed;Legal Fees;Leisure;Leisure > Books & Magazines;Leisure > Entertaining;Leisure > Films & Video Rentals;Leisure > Hobbies;Leisure > Sporting Events;Leisure > Sports Goods;Leisure > Tapes & CDs;Leisure > Theatre & Concerts etc;Leisure > Toys & Games;Loan;Loan > Loan Interest;Long-Term Capital gains;Mortgage;Mortgage > Interest;Mortgage > PMI;Mortgage > Principle;Motor;Motor > Fuel;Motor > Loan;Motor > Service;Other Expense;Other Expense > Unknown;Other Income;Other Income > Child Support;Other Income > Employee Share Option;Other Income > Gifts Received;Other Income > Loan Principal Received;Other Income > Lottery or Premium Bond Prizes;Other Income > Student loan;Other Income > Tax Refund;Other Income > Unemployment Benefit;Pension;Pension > Employer;Personal Care;Pet Care;Pet Care > Food;Pet Care > Supplies;Pet Care > Vet's Bills;Recreation;Retirement Accounts;Retirement Accounts > 401(k)403(b) Plan Contributions;Retirement Accounts > 529 Plan Contributions;Retirement Accounts > IRA Contributions;Retirement Income;Retirement Income > 401(k);Retirement Income > 401(k) > 403(b) Distributions;Retirement Income > IRA Distributions;Retirement Income > Pensions & Annuities;Retirement Income > State Pension Benefits;Short-Term Capital gains;Social Security Benefits;Taxes;Taxes > AMT;Taxes > Federal Tax;Taxes > Federal Taxes;Taxes > Local Tax;Taxes > Local Taxes;Taxes > Other Invest;Taxes > Other Tax;Taxes > Property Taxes;Taxes > Social Security;Taxes > State Tax;Taxes > State Taxes;Travel;Travel > Accomodations;Travel > Car Rental;Travel > Fares;Utilities;Utilities > Electricity;Utilities > Garbage & Recycling;Utilities > Gas;Utilities > Sewer;Utilities > Telephone;Utilities > Water;Wages & Salary;Wages & Salary > Benefits;Wages & Salary > Bonus;Wages & Salary > Commission;Wages & Salary > Employer Pension Contributions;Wages & Salary > Gross Pay;Wages & Salary > Net Pay;Wages & Salary > Overtime;Wages & Salary > Workman's Comp"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:255
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Import standard categories"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:286
#, kde-format
msgctxt "Noun, categories of items"
msgid "Categories"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:296
#, kde-format
msgctxt "A tool tip"
msgid "Categories management"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:302
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... <a href=\"skg://skrooge_categories_plugin\">categories</a> can be reorganized by drag & drop.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:303
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... if you delete a <a href=\"skg://skrooge_categories_plugin\">category</a>, all operations affected by this category will be associated to its parent category.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:329
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Many unused categories"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:330
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "You can improve performances by removing categories that have no operations."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:358
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Important variation for '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:363
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Open sub operations with category containing '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:381
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Some categories seem to be identical"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:382
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "Some categories seem to be identical but with different syntax. They could be merged."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:406
#, kde-format
msgctxt "Noun, a list of items"
msgid "Sub operations with category containing '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:417
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Delete unused categories"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:447
#, kde-format
msgctxt "Successful message after an user action"
msgid "Unused categories deleted"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriesplugin.cpp:449
#, kde-format
msgctxt "Error message"
msgid "Unused categories deletion failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:55
#, kde-format
msgctxt "Verb"
msgid "Add category"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:64
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:52
#, kde-format
msgid "Income"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:65
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:53
#, kde-format
msgid "Expenditure"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:66
#, kde-format
msgid "Highlighted"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:244
#, kde-format
msgctxt "Noun, default name for a new category"
msgid "New category"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:251
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Category creation '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:260
#, kde-format
msgctxt "An information message"
msgid "The category '%1' has been created"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:266
#, kde-format
msgctxt "Successful message after an user action"
msgid "Category '%1' created"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:268
#, kde-format
msgctxt "Error message"
msgid "Category creation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:285
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Category update"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:287
#, kde-format
msgctxt "Information message"
msgid "You tried to modify all names of selected categories. Categories have been merged."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:295
#, kde-format
msgctxt "An information message"
msgid "The category '%1' has been merged with category '%2'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:315
#, kde-format
msgctxt "An information message"
msgid "The category '%1' has been updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:319
#, kde-format
msgctxt "Successful message after an user action"
msgid "Category updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget.cpp:321
#, kde-format
msgctxt "Error message"
msgid "Category update failed"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, skgcategoriesplugin_base)
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget_base.ui:14
#, kde-format
msgid "Categories"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kModifyCategoryButton)
#. i18n: ectx: property (statusTip), widget (QPushButton, kModifyCategoryButton)
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget_base.ui:125
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget_base.ui:128
#, kde-format
msgid "Update selected categories (Shift+Enter)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kDeleteUnusedButton)
#. i18n: ectx: property (statusTip), widget (QPushButton, kDeleteUnusedButton)
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget_base.ui:138
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget_base.ui:141
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:213
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:216
#, kde-format
msgid "Delete unused categories"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, kDeleteUnusedButton)
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skgcategoriespluginwidget_base.ui:144
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:219
#, kde-format
msgctxt "Verb, delete unused categories"
msgid "Delete unused"
msgstr ""
#. i18n: ectx: Menu (import)
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skrooge_categories.rc:5
#: plugins/skrooge/skrooge_importexport/skrooge_importexport.rc:5
#, kde-format
msgid "Import"
msgstr ""
#. i18n: ectx: Menu (other)
#. +> trunk5
#: plugins/skrooge/skrooge_categories/skrooge_categories.rc:12
#: plugins/skrooge/skrooge_operation/skrooge_operation.rc:21
#: plugins/skrooge/skrooge_payee/skrooge_payee.rc:6
#: plugins/skrooge/skrooge_report/skrooge_report.rc:6
#: skgbasegui/skgmainpanel.rc:48
#, kde-format
msgid "Other"
msgstr ""
#. i18n: ectx: label, entry (automatic_validation), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:10
#, kde-format
msgid "Automatic validation after import"
msgstr ""
#. i18n: ectx: label, entry (apply_rules), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:14
#, kde-format
msgid "Apply rules on to imported operations"
msgstr ""
#. i18n: ectx: label, entry (open_after_import_or_processing), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:18
#, kde-format
msgid "Open operations after import or processing"
msgstr ""
#. i18n: ectx: label, entry (since_last_import), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:22
#, kde-format
msgid "Import only operations since the last imported one"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_automatic_search_header)
#. i18n: ectx: label, entry (automatic_search_header), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:26
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:255
#, kde-format
msgid "Automatic search of the header"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_automatic_search_columns)
#. i18n: ectx: label, entry (automatic_search_columns), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:30
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:265
#, kde-format
msgid "Automatic search of the columns"
msgstr ""
#. i18n: ectx: label, entry (header_position), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:34
#, kde-format
msgid "Header position"
msgstr ""
#. i18n: ectx: label, entry (columns_positions), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:38
#, kde-format
msgid "Column positions"
msgstr ""
#. i18n: ectx: label, entry (mapping_date), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:42
#, kde-format
msgid "Date"
msgstr ""
#. i18n: ectx: label, entry (mapping_number), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:46
#, kde-format
msgid "Number"
msgstr ""
#. i18n: ectx: label, entry (mapping_mode), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:50
#, kde-format
msgid "Mode"
msgstr ""
#. i18n: ectx: label, entry (mapping_payee), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:54
#, kde-format
msgid "Payee"
msgstr ""
#. i18n: ectx: label, entry (mapping_comment), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:58
#, kde-format
msgid "Comment"
msgstr ""
#. i18n: ectx: label, entry (mapping_status), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:62
#, kde-format
msgid "Status"
msgstr ""
#. i18n: ectx: label, entry (mapping_bookmarked), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:66
#, kde-format
msgid "Bookmarked"
msgstr ""
#. i18n: ectx: label, entry (mapping_account), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:70
#, kde-format
msgid "Account"
msgstr ""
#. i18n: ectx: label, entry (mapping_category), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:74
#, kde-format
msgid "Category"
msgstr ""
#. i18n: ectx: label, entry (mapping_quantity), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:82
#, kde-format
msgid "Quantity"
msgstr ""
#. i18n: ectx: label, entry (mapping_sign), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:86
#, kde-format
msgid "Sign"
msgstr ""
#. i18n: ectx: label, entry (mapping_debit), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:90
#, kde-format
msgid "Debit"
msgstr ""
#. i18n: ectx: label, entry (mapping_unit), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:94
#, kde-format
msgid "Unit"
msgstr ""
#. i18n: ectx: label, entry (mapping_idtransaction), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:98
#, kde-format
msgid "Idtransaction"
msgstr ""
#. i18n: ectx: label, entry (mapping_idgroup), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:102
#, kde-format
msgid "Idgroup"
msgstr ""
#. i18n: ectx: label, entry (mapping_property), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:106
#, kde-format
msgid "Property"
msgstr ""
#. i18n: ectx: label, entry (backends), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:109
#, kde-format
msgid "List of backends used"
msgstr ""
#. i18n: ectx: label, entry (csv_date_format), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:113
#, kde-format
msgid "CSV date format"
msgstr ""
#. i18n: ectx: label, entry (qif_date_format), group (skrooge_importexport)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:117
#, kde-format
msgid "QIF date format"
msgstr ""
#. i18n: ectx: label, entry (download_on_open), group (skrooge_importexport)
#. i18n: ectx: label, entry (download_on_open), group (skrooge_unit)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:121
#: plugins/skrooge/skrooge_unit/skgunit_settings.kcfg:38
#, kde-format
msgid "Download all values on open"
msgstr ""
#. i18n: ectx: label, entry (download_frequency), group (skrooge_importexport)
#. i18n: ectx: label, entry (download_frequency), group (skrooge_unit)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexport_settings.kcfg:125
#: plugins/skrooge/skrooge_unit/skgunit_settings.kcfg:42
#, kde-format
msgid "Frequency of the automatic download"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:80
#, kde-format
msgctxt "Verb, action to import items from another format"
msgid "Import"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:87
#, kde-format
msgctxt "Verb, action to import items from another format"
msgid "Import..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:99
#, kde-format
msgctxt "Verb, action to import items from another format"
msgid "Import with backends"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:108
#, kde-format
msgctxt "Verb, action to import"
msgid "Import currency values..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:116
#, kde-format
msgctxt "Verb, action to import"
msgid "Import rules..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:124
#, kde-format
msgctxt "Verb, action to export items in another format"
msgid "Export"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:128
#, kde-format
msgctxt "Verb, action to export items to another format"
msgid "Export..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:135
#, kde-format
msgctxt "Noun, apply some kind of transformation on an item"
msgid "Processing"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:142
#, kde-format
msgctxt "Verb, action to find and group transfers"
msgid "Find and group transfers"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:148
#, kde-format
msgctxt "Verb, action to anonymize a document"
msgid "Anonymize"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:154
#, kde-format
msgctxt "Verb, action to clean an import"
msgid "Clean bank's imports"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:162
#, kde-format
msgctxt "Verb, action to validate imported operations"
msgid "Switch validation of imported operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:168
#, kde-format
msgctxt "Verb, action to merge"
msgid "Validate operations that do not require further action"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:174
#, kde-format
msgctxt "Verb, action to open"
msgid "Open imported operations not yet validated..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:175
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations imported and not yet validated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:184
#, kde-format
msgctxt "Verb, action to merge"
msgid "Merge imported operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:189
#, kde-format
msgctxt "Noun"
msgid "Force the merge"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:204
#, kde-format
msgctxt "Information message"
msgid "You have some krunner's operations to import"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:252
#, kde-format
msgctxt "Information"
msgid ""
"You must enter the list of backends to use separated by a ';'.\n"
"A backend can have parameters. You can pass the parameters in parenthesis separated by comma.\n"
"\n"
"Example: backendA;backendB(parameter1,parameter2).\n"
"\n"
"Here is the list of known backends: %1."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:258
#, kde-format
msgctxt "Format date"
msgid "Automatic detection"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:283
#, kde-format
msgctxt "Noun"
msgid "Import / Export"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:293
#, kde-format
msgctxt "Noun"
msgid "Import / Export management"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:299
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... skrooge is able to detect <a href=\"skg://tab_configure?page=Skrooge import and export plugin\">automatically</a> transfers after an import.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:300
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can automatically import operation with <a href=\"skg://tab_configure?page=Skrooge import and export plugin\">backend</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:301
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can <a href=\"skg://import_operation\">import</a> many files in one shot.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:302
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... unit amounts can be imported through a CSV file.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:303
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can customize your CSV import with regular expressions defined in <a href=\"skg://tab_configure?page=Skrooge import and export plugin\">setting</a> panel.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:304
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can export the full content of your document into a XML file.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:305
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can export some accounts or operations just be selecting them before to launch the <a href=\"skg://export\">export_operation</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:306
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can apply <a href=\"skg://skrooge_search_plugin\">automatic rules</a> after an import to set the right categories.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:307
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can convert file by using the batch tool '%1'.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:308
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... skrooge uses the name of the imported file to find the target account.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:375
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Import with backends"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:387
#, kde-format
msgctxt "Error message"
msgid "Syntax error in backend \"%1\""
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:467
#, kde-format
msgctxt "A file format"
msgid "CSV Files"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:484
#: skgbankmodeler/skgimportexportmanager.cpp:630
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Import with codec %1"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:568
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:603
#, kde-format
msgctxt "Error message"
msgid "Import of file named '%1' failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:596
#, kde-format
msgctxt "Error message"
msgid "Import canceled by user"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:612
#, kde-format
msgid "%1 file successfully imported."
msgid_plural "%1 files successfully imported."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:620
#, kde-format
msgctxt "Noun"
msgid "Install %1"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:638
#, kde-format
msgctxt "Information message"
msgid "The installation will be done during the next import"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:666
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Export"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:678
#, kde-format
msgctxt "Successful message after an user action"
msgid "File '%1' successfully exported."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:680
#, kde-format
msgctxt "Error message"
msgid "Export of '%1' failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:699
#, kde-format
msgctxt "An anonymized document is a document where all private data has been removed"
msgid "Document anonymized."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:713
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Find and group transfers"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:723
#, kde-format
msgid "Document successfully processed. %1 transfer created."
msgid_plural "Document successfully processed. %1 transfers created."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:726
#, kde-format
msgctxt "Information message"
msgid "No transfers found"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:729
#, kde-format
msgctxt "Error message"
msgid "Processing failed."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:747
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Clean bank's imports"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:755
#, kde-format
msgctxt "Successful message after an user action"
msgid "Document successfully cleaned."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:757
#, kde-format
msgctxt "Error message"
msgid "Clean failed."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:776
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Switch validation of imported operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:792
#, kde-format
msgctxt "Successful message after an user action"
msgid "Imported operations validated."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:794
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:874
#, kde-format
msgctxt "Error message"
msgid "Validation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:809
#, kde-format
msgctxt "Error message"
msgid "Invalid selection, you must select one imported operation and one manual operation with same amounts"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:831
#, kde-format
msgctxt "Question"
msgid "Amounts are not equals. Do you want to force the merge ?"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:834
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Merge imported operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:836
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1641
#, kde-format
msgctxt "Error message"
msgid "Merge failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:843
#, kde-format
msgctxt "Successful message after an user action"
msgid "Imported operations merged."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:867
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Validate all operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:872
#, kde-format
msgctxt "Message for successful user action"
msgid "Operations validated."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:894
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Many operations imported and not yet validated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:895
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "After importing operations, you should review them, make corrections on, for instance, category, payee. Once done, you should mark the imported operation as validated, so that you know the operation has been fully processed."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:936
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Krunner's operation ongoing [%1 %2 %3]"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:937
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "Operations created through krunner have to be fully created in skrooge."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:941
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Import operation in %1"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:948
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Remove operation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:979
#: skgbasemodeler/skgservices.cpp:1705
#, kde-format
msgctxt "An erro message"
msgid "Open file '%1' failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:987
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Import krunner's operation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:1040
#, kde-format
msgctxt "An information to the user"
msgid "The operation '%1' has been added"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:1048
#, kde-format
msgctxt "Message for successful user action"
msgid "Operations imported."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:1051
#, kde-format
msgctxt "Error message"
msgid "Import failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp:1054
#, kde-format
msgctxt "Message for successful user action"
msgid "Operations removed."
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, kGeneral)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:24
#, kde-format
msgid "General"
msgstr ""
#. i18n: ectx: attribute (toolTip), widget (QWidget, kGeneral)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:27
#, kde-format
msgid "General import settings"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:48
#, kde-format
msgid "After import"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_apply_rules)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:69
#, kde-format
msgid "This option allows to apply all rules defined in \"Search and process\" on all imported operations"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_apply_rules)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:72
#, kde-format
msgid "Apply rules on imported operations"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_automatic_validation)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:79
#, kde-format
msgid "This option allows to validate all imported operations"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_automatic_validation)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:82
#, kde-format
msgid "Automatic validation"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_open_after_import_or_processing)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:89
#, kde-format
msgid "This option allows to open all imported operations at the end of the import"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_open_after_import_or_processing)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:92
#, kde-format
msgid "Open operations"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_since_last_import)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:99
#, kde-format
msgid ""
"<html><head/><body>"
"<p><span style=\" font-weight:600; color:#ff0000;\">WARNING: </span>In some conditions, this option can cause missing operations. </p>"
"<p>This option is mainly interesting with OFX import when your bank is not able to generate real unique identifier for operations.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_since_last_import)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:102
#, kde-format
msgid "Import only operations since the last imported one (not recommended)"
msgstr ""
#. i18n: ectx: attribute (toolTip), widget (QWidget, kCsv)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:129
#, kde-format
msgid "Settings for CSV import"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:212
#, kde-format
msgid "Header position:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:232
#, kde-format
msgid "0 if CSV file does not have header"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kDateLbl)
#. i18n: ectx: property (statusTip), widget (QLabel, kDateLbl)
#. i18n: ectx: property (statusTip), widget (SKGDateEdit, kDateEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:301
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:304
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:440
#, kde-format
msgid "Date of the operation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kDateLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:307
#, kde-format
msgid "Date:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kNumberLbl)
#. i18n: ectx: property (toolTip), widget (QLineEdit, kNumberEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:320
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:666
#, kde-format
msgid "Number of the operation, for example the Check number, or a Transfer reference."
msgstr ""
#. i18n: ectx: property (statusTip), widget (QLabel, kNumberLbl)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kNumberEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:323
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:669
#, kde-format
msgid "Number of the operation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kNumberLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:326
#, kde-format
msgid "Number:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kTypeLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:341
#, kde-format
msgid ""
"Operation mode (how you made the operation).\n"
"Examples: Credit Card, Check, Transfer...\n"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QLabel, kTypeLabel)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kTypeEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:344
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:641
#, kde-format
msgid "Operation mode"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kTypeLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:347
#, kde-format
msgctxt "Noun, the mode used for payment of the operation (Credit Card, Cheque, Transfer...)"
msgid "Mode:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kPayeeLabel)
#. i18n: ectx: property (statusTip), widget (QLabel, kPayeeLabel)
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kPayeeEdit)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kPayeeEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:360
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:363
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:596
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:599
#, kde-format
msgid "Payee of the operation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kPayeeLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:366
#, kde-format
msgctxt "Noun, a person or institution receiving a payment, or paying the operation"
msgid "Pa&yee:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kCommentLabel)
#. i18n: ectx: property (statusTip), widget (QLabel, kCommentLabel)
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kCommentEdit)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kCommentEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:385
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:388
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:760
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:763
#, kde-format
msgid "Comment of the operation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kCommentLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:391
#, kde-format
msgctxt "Noun, a user comment on an item"
msgid "Comment:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kStatusLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:404
#, kde-format
msgid "Status of the operation (reconciled or not)"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QLabel, kStatusLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:407
#, kde-format
msgid "Status of the operation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kStatusLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:410
#, kde-format
msgid "Status:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kBookmarkedLbl)
#. i18n: ectx: property (statusTip), widget (QLabel, kBookmarkedLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:423
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:426
#, kde-format
msgid "Bookmark of the operation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kBookmarkedLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:429
#, kde-format
msgid "Boo&kmarked:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kAccountLabel)
#. i18n: ectx: property (statusTip), widget (QLabel, kAccountLabel)
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kAccountEdit)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kAccountEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:442
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:445
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:390
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:393
#, kde-format
msgid "Account of the operation"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kCategoryLabel)
#. i18n: ectx: property (statusTip), widget (QLabel, kCategoryLabel)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kCategoryEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:467
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:470
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:841
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:154
#, kde-format
msgid "Category of the operation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kCategoryLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:473
#, kde-format
msgctxt "Noun, the category of an item"
msgid "Category:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kAmountLabel)
#. i18n: ectx: property (statusTip), widget (QLabel, kAmountLabel)
#. i18n: ectx: property (toolTip), widget (QLabel, kQuantityLbl)
#. i18n: ectx: property (statusTip), widget (QLabel, kQuantityLbl)
#. i18n: ectx: property (statusTip), widget (SKGCalculatorEdit, kAmountEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:497
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:500
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:516
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:519
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:501
#, kde-format
msgid "Amount of the operation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kAmountLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:503
#, kde-format
msgctxt "Noun, a numerical quantity"
msgid "Amount:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kQuantityLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:522
#, kde-format
msgid "Quantity:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kSignLbl)
#. i18n: ectx: property (statusTip), widget (QLabel, kSignLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:535
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:538
#, kde-format
msgid "Sign of the operation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kSignLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:541
#, kde-format
msgid "Sign:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kUnitLbl)
#. i18n: ectx: property (statusTip), widget (QLabel, kUnitLbl)
#. i18n: ectx: property (toolTip), widget (SKGUnitComboBox, kUnitEdit)
#. i18n: ectx: property (statusTip), widget (SKGUnitComboBox, kUnitEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:554
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:557
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:529
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:532
#, kde-format
msgid "Unit of the operation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kUnitLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:560
#, kde-format
msgid "Unit:"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QLabel, kidtransaction)
#. i18n: ectx: property (whatsThis), widget (QLabel, kidtransaction)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:573
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:576
#, kde-format
msgid "Id to join all operations as a split operation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kidtransaction)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:579
#, kde-format
msgid "Idtransaction:"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QLabel, label_8)
#. i18n: ectx: property (whatsThis), widget (QLabel, label_8)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:592
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:595
#, kde-format
msgid "Id to join all operations as a transfer"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:598
#, kde-format
msgid "Idgroup:"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QLabel, label_9)
#. i18n: ectx: property (whatsThis), widget (QLabel, label_9)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:611
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:614
#, kde-format
msgid "To identify column to import as properties"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:617
#, kde-format
msgid "Property:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:634
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'DejaVu Sans'; font-size:8pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">You have to define <a href=\"http://en.wikipedia.org/wiki/Regular_expression\"><span style=\" text-decoration: underline; color:#0057ae;\">regular expression</span></a> allowing to automatically map each attribute.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:722
#, kde-format
msgid "Column positions:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kLabelColumns)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:744
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"> Must be a string containing following key words separated by <span style=\" font-weight:600;\">|</span>:</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:770
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'DejaVu Sans'; font-size:8pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:9pt;\"> </span><span style=\" font-size:9pt;\">or nothing to ignore the column</span><span style=\" font-size:9pt;\"> </span></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:9pt;\"> or anything else to import the column as a property.</span></p>"
"\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;\"></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:9pt;\"> </span><span style=\" font-size:9pt; text-decoration: underline;\">Example:</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, More)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:790
#, kde-format
msgid "Edit regular expressions..."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kSignLbl_2)
#. i18n: ectx: property (statusTip), widget (QLabel, kSignLbl_2)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:802
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:805
#, kde-format
msgid "How to identify a debit"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kSignLbl_2)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:808
#, kde-format
msgid "Debit values of \"sign\" column:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:852
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:899
#, kde-format
msgid "Date format:"
msgstr ""
#. i18n: ectx: attribute (toolTip), widget (QWidget, kQif)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:878
#, kde-format
msgid "Settings for QIF import"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, kBackends)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:942
#, kde-format
msgid "Backends"
msgstr ""
#. i18n: ectx: attribute (toolTip), widget (QWidget, kBackends)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:945
#, kde-format
msgid "Settings for import by backends"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_download_on_open)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:987
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_pref.ui:22
#, kde-format
msgid "Download on open"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_download_frequency)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:998
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_pref.ui:33
#, kde-format
msgid "Once a day"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_download_frequency)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:1003
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_pref.ui:38
#, kde-format
msgid "Once a week"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_download_frequency)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:1008
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_pref.ui:43
#, kde-format
msgid "Once a month"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: plugins/skrooge/skrooge_importexport/skgimportexportpluginwidget_pref.ui:1031
#, kde-format
msgid "List of bac&kends used:"
msgstr ""
#. i18n: ectx: label, entry (fontFutureColor), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:9
#, kde-format
msgid "Color of font for future operations"
msgstr ""
#. i18n: ectx: label, entry (fontNotValidatedColor), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:13
#, kde-format
msgid "Color of font for non-validated operations"
msgstr ""
#. i18n: ectx: label, entry (fontSubOperationColor), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:17
#, kde-format
msgid "Color of font for sub operations"
msgstr ""
#. i18n: ectx: label, entry (fasteditmode), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:21
#, kde-format
msgid "Fast edit mode"
msgstr ""
#. i18n: ectx: label, entry (broken_reconciliation), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:25
#, kde-format
msgid "What to do, if an action breaks a reconciliation:"
msgstr ""
#. i18n: ectx: label, entry (broken_import), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:29
#, kde-format
msgid "What to do, if an action breaks an import:"
msgstr ""
#. i18n: ectx: label, entry (computeBalances), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:33
#, kde-format
msgid "Compute balances"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_oncurrentaccountonly)
#. i18n: ectx: label, entry (oncurrentaccountonly), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:37
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:482
#, kde-format
msgid "On current account only"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_setCategoryForPayee)
#. i18n: ectx: label, entry (setCategoryForPayee), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:41
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:292
#, kde-format
msgid "Set the most used category when the payee is modified"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_automaticPointInReconciliation)
#. i18n: ectx: label, entry (automaticPointInReconciliation), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:45
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:309
#, kde-format
msgid "Automatic point operations created during reconciliation"
msgstr ""
#. i18n: ectx: label, entry (commentFakeOperation), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:49
#, kde-format
msgid "Default comment for fake operation"
msgstr ""
#. i18n: ectx: label, entry (payeeFakeOperation), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:53
#, kde-format
msgid "Default payee for fake operation"
msgstr ""
#. i18n: ectx: label, entry (categoryFakeOperation), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:57
#, kde-format
msgid "Default category for fake operation"
msgstr ""
#. i18n: ectx: label, entry (commentCommissionOperation), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:61
#, kde-format
msgid "Default comment for commission operation"
msgstr ""
#. i18n: ectx: label, entry (categoryCommissionOperation), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:65
#, kde-format
msgid "Default category for commission operation"
msgstr ""
#. i18n: ectx: label, entry (commentTaxOperation), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:69
#, kde-format
msgid "Default comment for tax operation"
msgstr ""
#. i18n: ectx: label, entry (categoryTaxOperation), group (skrooge_operation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperation_settings.kcfg:73
#, kde-format
msgid "Default category for tax operation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationboardwidget.cpp:40
#: plugins/skrooge/skrooge_operation/skgoperationboardwidgetqml.cpp:40
#, kde-format
msgctxt "Dashboard widget title"
msgid "Income & Expenditure"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationboardwidget.cpp:87
#: plugins/skrooge/skrooge_operation/skgoperationboardwidgetqml.cpp:59
#, kde-format
msgctxt "Noun, a type of operations"
msgid "Grouped"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationboardwidget.cpp:93
#: plugins/skrooge/skrooge_operation/skgoperationboardwidgetqml.cpp:66
#, kde-format
msgctxt "Noun, a type of operations"
msgid "Transfers"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationboardwidget.cpp:101
#: plugins/skrooge/skrooge_operation/skgoperationboardwidgetqml.cpp:75
#, kde-format
msgctxt "Noun, a type of operations"
msgid "Tracked"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationboardwidget.cpp:107
#: plugins/skrooge/skrooge_operation/skgoperationboardwidgetqml.cpp:82
#, kde-format
msgctxt "Noun, a type of operations"
msgid "On suboperations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationboardwidget.cpp:245
#: plugins/skrooge/skrooge_operation/skgoperationboardwidget.cpp:251
#, kde-format
msgctxt "Title of a list of operations"
msgid "Incomes of %1"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationboardwidget.cpp:247
#: plugins/skrooge/skrooge_operation/skgoperationboardwidget.cpp:253
#, kde-format
msgctxt "Title of a list of operations"
msgid "Expenses of %1"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationboardwidget.cpp:249
#: plugins/skrooge/skrooge_operation/skgoperationboardwidget.cpp:255
#, kde-format
msgctxt "Title of a list of operations"
msgid "Savings of %1"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationboardwidget.cpp:286
#: plugins/skrooge/skrooge_operation/skgoperationboardwidgetqml.cpp:213
#, kde-format
msgctxt "Noun, the title of a section"
msgid "Income & Expenditure"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:100
#, kde-format
msgctxt "Verb, duplicate an object"
msgid "Duplicate"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:106
#, kde-format
msgctxt "Verb"
msgid "Create template"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:112
#, kde-format
msgctxt "Verb, mark an object"
msgid "Point"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:118
#, kde-format
msgctxt "Verb"
msgid "Fast edit"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:129
#, kde-format
msgctxt "Verb"
msgid "Open operations..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:134
#, kde-format
msgctxt "Verb"
msgid "Open operations with ..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:141
#, kde-format
msgctxt "Verb"
msgid "Open sub operations with ..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:148
#, kde-format
msgctxt "Verb"
msgid "Open highlights..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:149
#, kde-format
msgctxt "Noun, a list of items"
msgid "Highlighted operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:158
#, kde-format
msgctxt "Verb"
msgid "Open last modified..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:159
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations modified or created during last action"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:168
#, kde-format
msgctxt "Verb"
msgid "Open operations modified by this transaction..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:174
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations modified or created during the action '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:181
#, kde-format
msgctxt "Verb"
msgid "Open sub operations..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:182
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:472
#, kde-format
msgctxt "Noun, a list of items"
msgid "Sub operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:190
#, kde-format
msgctxt "Verb"
msgid "Open potential duplicates..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:191
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations potentially duplicated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:200
#, kde-format
msgctxt "Verb"
msgid "Open transfers without payee..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:201
#, kde-format
msgctxt "Noun, a list of items"
msgid "Transfers without payee"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:209
#, kde-format
msgctxt "Verb"
msgid "Open operations without payee..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:210
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations without payee"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:218
#, kde-format
msgctxt "Verb"
msgid "Open transfers without category..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:219
#, kde-format
msgctxt "Noun, a list of items"
msgid "Transfers without category"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:227
#, kde-format
msgctxt "Verb"
msgid "Open operations without category..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:228
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations without category"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:236
#, kde-format
msgctxt "Verb"
msgid "Open operations without mode..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:237
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations without mode"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:245
#, kde-format
msgctxt "Verb"
msgid "Open operations with comments not aligned..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:246
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations with comments not aligned"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:254
#, kde-format
msgctxt "Verb"
msgid "Open operations with dates not aligned..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:255
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations with dates not aligned"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:263
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:370
#, kde-format
msgctxt "Verb"
msgid "Align comment of suboperations of all operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:268
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:366
#, kde-format
msgctxt "Verb"
msgid "Align date of suboperations of all operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:273
#, kde-format
msgctxt "Verb"
msgid "Open operations in groups with only one operation..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:274
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations in groups with only one operation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:282
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:374
#, kde-format
msgctxt "Verb"
msgid "Remove groups with only one operation of all operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:287
#, kde-format
msgctxt "Verb"
msgid "Group operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:295
#, kde-format
msgctxt "Verb"
msgid "Ungroup operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:301
#, kde-format
msgctxt "Verb, action to merge"
msgid "Merge sub operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:306
#, kde-format
msgctxt "Verb, action to apply a template"
msgid "Apply template"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:336
#, kde-format
msgctxt "More items in a menu"
msgid "More"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:366
#, kde-format
msgctxt "Verb"
msgid "Align date of suboperations of selected operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:370
#, kde-format
msgctxt "Verb"
msgid "Align comment of suboperations of selected operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:374
#, kde-format
msgctxt "Verb"
msgid "Remove groups with only one operation of selected operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:392
#, kde-format
msgctxt "Warning message"
msgid "The previous reconciliation of '%1' has been broken by this action or a previous one."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:394
#, kde-format
msgctxt "Warning message"
msgid "This action would break the previous reconciliation of '%1', so it is cancelled."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:417
#, kde-format
msgctxt "Warning message"
msgid "The previous import in '%1' has been broken by this action or a previous one."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:419
#, kde-format
msgctxt "Warning message"
msgid "This action would break the previous import in '%1', so it is cancelled."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:437
#, kde-format
msgctxt "Noun, the title of a section"
msgid "Income && Expenditure"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:439
#, kde-format
msgctxt "Noun, the title of a section"
msgid "Highlighted operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:506
#, kde-format
msgctxt "Noun"
msgid "Operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:516
#, kde-format
msgctxt "Noun"
msgid "Operation management"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:527
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can press +, -, CTRL + or CTRL - to quickly change dates.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:528
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can update many <a href=\"skg://skrooge_operation_plugin\">operations</a> in one shot.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:529
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can double click on an <a href=\"skg://skrooge_operation_plugin\">operation</a> to show or edit sub operations.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:530
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can duplicate an <a href=\"skg://skrooge_operation_plugin\">operation</a> including complex operations (split, grouped, ...).</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:531
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can create template of <a href=\"skg://skrooge_operation_plugin\">operations</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:532
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can group and ungroup <a href=\"skg://skrooge_operation_plugin\">operations</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:533
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you have to indicate the sign of an <a href=\"skg://skrooge_operation_plugin\">operation</a> only if you want to force it, else it will be determined automatically with the <a href=\"skg://skrooge_category_plugin\">category</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:558
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Apply template"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:573
#, kde-format
msgctxt "Successful message after an user action"
msgid "Template applied."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:579
#, kde-format
msgctxt "Error message"
msgid "Apply of template failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:596
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Group operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:606
#, kde-format
msgctxt "An information to the user"
msgid "The operation '%1' has been grouped with '%2'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:613
#, kde-format
msgctxt "Successful message after an user action"
msgid "Operations grouped."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:615
#, kde-format
msgctxt "Error message"
msgid "Group creation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:632
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Ungroup operation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:639
#, kde-format
msgctxt "An information to the user"
msgid "The operation '%1' has been ungrouped"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:646
#, kde-format
msgctxt "Successful message after an user action"
msgid "Operation ungrouped."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:648
#, kde-format
msgctxt "Error message"
msgid "Group deletion failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:665
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Switch to pointed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:672
-#: skgbankgui/skgobjectmodel.cpp:926
+#: skgbankgui/skgobjectmodel.cpp:973
#, kde-format
msgctxt "An information to the user"
msgid "The status of the operation '%1' has been changed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:679
#, kde-format
msgctxt "Successful message after an user action"
msgid "Operation pointed."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:681
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2518
#, kde-format
msgctxt "Error message"
msgid "Switch failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:699
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Duplicate operation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:707
#, kde-format
msgctxt "An information to the user"
msgid "The duplicate operation '%1' has been added"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:716
#, kde-format
msgctxt "Successful message after an user action"
msgid "Operation duplicated."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:722
#, kde-format
msgctxt "Error message"
msgid "Duplicate operation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:740
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Create template"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:748
#, kde-format
msgctxt "An information to the user"
msgid "The template '%1' has been added"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:756
#, kde-format
msgctxt "Successful message after an user action"
msgid "Template created."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:763
#, kde-format
msgctxt "Error message"
msgid "Creation template failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:802
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations of account:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:820
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations with unit:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:836
#, kde-format
msgctxt "Noun, a list of items"
msgid "Sub operations with category:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:863
#, kde-format
msgctxt "Noun, a list of items"
msgid "Sub operations followed by tracker:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:882
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations assigned to payee:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:898
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations assigned to budget:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:915
#, kde-format
msgctxt "Noun, a list of items"
msgid "Scheduled operations:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:932
#, kde-format
msgctxt "Noun, a list of items"
msgid "Sub operations corresponding to rule:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:950
#, kde-format
msgctxt "Noun, a list of items"
msgid "Sub operations grouped or split of:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:976
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations grouped with:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1060
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Duplicate number %1 in account '%2'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1061
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "Your account '%1' contains more than one operation with number %2.The operation number should be unique (check number, transaction reference...)"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1065
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Edit operations with duplicate number"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1095
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Many operations of '%1' not reconciliated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1096
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "Do not forget to reconciliate your accounts. By doing so, you acknowledge that your bank has indeed processed these operations on your account. This is how you enforce compliance with your bank's statements. See online help for more details"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1100
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Open account '%1' for reconciliation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1132
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Not enough money in your account '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1133
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "The amount of this account is below the minimum limit. You should replenish it."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1160
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Balance in account '%1' exceeds the maximum limit"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1161
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "The balance of this account exceeds the maximum limit."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1189
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Your account '%1' is close to the minimum limit"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1190
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "The amount of this account is close to the minimum limit. You should take care of it."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1228
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Too much money in your account '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1229
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "You could save money on an account with a better rate. Example: '%1' (%2%)"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1252
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Many operations do not have mode"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1253
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "Do not forget to set a mode for each operation. This will allow you to generate better reports."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1278
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Many operations do not have category"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1279
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "Do not forget to associate a category for each operation. This will allow you to generate better reports."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1303
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Many transfers do not have category"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1304
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "Do not forget to associate a category for each transfer."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1329
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Many operations do not have payee"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1330
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "Do not forget to associate a payee for each operation. This will allow you to generate better reports."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1354
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Many transfers do not have payee"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1355
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "Do not forget to associate a payee for each transfer."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1380
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Some operations are in groups with only one operation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1381
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "When a transfer is created and when only one part of this transfer is removed, the second part is in a group of only one operation. This makes no sense."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1417
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Some simple operations do not have their comments aligned"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1418
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "The comment of the operation is not aligned with the comment of the suboperation."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1454
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Some operations do not have their dates aligned"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1455
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "The date of the operation is not aligned with the date of the suboperation. This case seems to be abnormal."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1500
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations of '%1' with duplicate number %2"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1524
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Remove groups with only one operation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1538
#, kde-format
msgctxt "Message for successful user action"
msgid "Remove groups done."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1540
#, kde-format
msgctxt "Error message"
msgid "Remove groups failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1559
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Align comment of suboperations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1573
#, kde-format
msgctxt "Message for successful user action"
msgid "Comments aligned."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1575
#, kde-format
msgctxt "Error message"
msgid "Comments alignment failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1594
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Align date of suboperations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1608
#, kde-format
msgctxt "Message for successful user action"
msgid "Dates aligned."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1610
#, kde-format
msgctxt "Error message"
msgid "Dates alignment failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1626
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Merge sub operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1633
#, kde-format
msgctxt "An information to the user"
msgid "The sub operations of '%1' have been merged in the operation '%2'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1639
#, kde-format
msgctxt "Successful message after an user action"
msgid "Operations merged."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationplugin.cpp:1703
#, kde-format
msgctxt "A condition"
msgid "%1 = %2"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:126
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:185
#, kde-format
msgid "Standard"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:126
#, kde-format
msgid "Display the edit panel for standard operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:136
#, kde-format
msgid "Split"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:136
#, kde-format
msgid "Display the edit panel for split operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:147
#, kde-format
msgid "Transfer"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:147
#, kde-format
msgid "Display the edit panel for transfers between accounts"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:156
#, kde-format
msgid "Shares"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:156
#, kde-format
msgid "Display the edit panel for purchasing or selling shares"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:275
#, kde-format
msgctxt "A tool tip"
msgid "This field is frozen (it will not be affected by Fast Edition). Double click to unfreeze it"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:651
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Operation update"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:656
#, kde-format
msgctxt "Successful message after an user action"
msgid "Operation updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:658
#, kde-format
msgctxt "Error message"
msgid "Operation update failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:693
#, kde-format
msgctxt "An information message"
msgid "You modified one part of a transfer"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:734
#, kde-format
msgctxt "Error message"
msgid "Cannot update a split operation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:850
#, kde-format
msgctxt "An information message"
msgid "Absolute value has been used for transfer creation."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:908
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:917
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1058
#, kde-format
msgctxt "Question"
msgid "Confirmation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:909
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1059
#, kde-format
msgctxt "Question"
msgid ""
"The operation's unit is not compatible with the target account.\n"
"Click Cancel if you want to continue anyway; otherwise, enter the value in the target account's unit (%1):"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:918
#, kde-format
msgctxt "Question"
msgid ""
"Some operation's units are not compatible with the target account.\n"
"The first selected operation is:%1\n"
"Click Cancel if you want to continue anyway; otherwise, enter the value in the target account's unit (%2):\n"
"The same rate will be applied to all operations."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1081
#, kde-format
msgctxt "Warning message"
msgid "You created an operation in %1 in an account in %2."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1094
#, kde-format
msgctxt "An information message"
msgid "The operation '%1' has been updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1112
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1624
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Operation creation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1124
#, kde-format
msgctxt "Error message"
msgid "Impossible to create an operation with one attribute valuated with %1"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1209
#, kde-format
msgctxt "Noun"
msgid "Shares"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1254
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1638
#, kde-format
msgctxt "Successful message after an user action"
msgid "Operation created"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1257
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1641
#, kde-format
msgctxt "Error message"
msgid "Operation creation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1491
#, kde-format
msgctxt "Option to for display of operations"
msgid "All"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1545
#, kde-format
msgctxt "Option to for display of operations"
msgid "Operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1547
#, kde-format
msgctxt "Option to for display of operations"
msgid "Templates"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1550
#, kde-format
msgctxt "Option to for display of operations"
msgid "Hide pointed operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1551
#, kde-format
msgctxt "Option to for display of operations"
msgid "Hide checked operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1574
#, kde-format
msgctxt "Message"
msgid "First you have to create an account."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1707
#, kde-format
msgctxt "Message"
msgid "Balance: %1 Checked: %2 To be Checked: %3"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1714
#, kde-format
msgctxt "Message"
msgid ""
"<p>Balance: %1</p>"
"<p>Checked: %2</p>"
"<p>To be Checked: %3</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1750
#, kde-format
msgctxt "A title"
msgid "Total amount:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1753
#, kde-format
msgctxt "A title"
msgid "Final balance:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1769
#, kde-format
msgctxt "Description"
msgid "You must select only one account to use reconciliation."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1777
#, kde-format
msgctxt "Message"
msgid "%1 - Delta: %2 Expenditure: %3 Income: %4"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:1791
#, kde-format
msgctxt "Message"
msgid ""
"<p>Delta: %1</p>"
"<p>Expenditure: %2</p>"
"<p>Income: %3</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2363
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Auto point account"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2370
#, kde-format
msgctxt "An information message"
msgid "The account '%1' has been auto pointed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2373
#, kde-format
msgctxt "Successful message after an user action"
msgid "Account auto pointed."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2463
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2489
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Switch to checked"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2479
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2508
#, kde-format
msgctxt "An information message"
msgid "The account '%1' has been reconciliated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2497
#, kde-format
msgctxt "An information message"
msgid "The operation '%1' has been checked"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2516
#, kde-format
msgctxt "Successful message after an user action"
msgid "Operation checked."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget.cpp:2591
#, kde-format
msgctxt "Error message"
msgid "No Operation Selected"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGFilteredTableView, kOperationView)
#. i18n: ectx: property (statusTip), widget (SKGFilteredTableView, kOperationView)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:49
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:52
#, kde-format
msgid "list of operations"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGCalculatorEdit, kReconcilitorAmountEdit)
#. i18n: ectx: property (statusTip), widget (SKGCalculatorEdit, kReconcilitorAmountEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:159
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:162
#, kde-format
msgid "Last balance on your account record"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kCreateFakeOperation)
#. i18n: ectx: property (statusTip), widget (QToolButton, kCreateFakeOperation)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:188
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:191
#, kde-format
msgid "Create fake operation"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kReconciliateAccount)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kReconciliateAccount)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:207
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:210
#, kde-format
msgid "Account linked to the card, where to transfer the pointed operations"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kValidate)
#. i18n: ectx: property (statusTip), widget (QToolButton, kValidate)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:223
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:226
#, kde-format
msgid "Validate pointed operations"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kAutoPoint)
#. i18n: ectx: property (statusTip), widget (QToolButton, kAutoPoint)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:248
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:251
#, kde-format
msgid "Auto point all imported operations"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kReconciliatorButton)
#. i18n: ectx: property (statusTip), widget (QToolButton, kReconciliatorButton)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:303
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:306
#, kde-format
msgid "Switch information"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kTypeEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:638
#, kde-format
msgid ""
"Operation mode (how you made the operation). \n"
"Examples: Credit Card, Check, Transfer...\n"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kTargetAccountEdit)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kTargetAccountEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:703
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:706
#, kde-format
msgid "Target account for this transfer"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kTargetAccountLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:722
#, kde-format
msgctxt "as in \"make a money transfer from account A *to account* B\""
msgid "To Account:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kCategoryEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:838
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:151
#, kde-format
msgid ""
"Category of the operation.\n"
"Use \" > \" as a separator between a category and a subcategory."
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kTrackerEdit)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kTrackerEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:873
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:876
#, kde-format
msgid "Tracker associated to this operation"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (SKGComboBox, kTrackerEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:885
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Bitstream Vera Sans'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">A <span style=\" font-style:italic;\">Tracker</span> is a way to group some operations together. For example, you may use it to follow refunds.</p>"
"\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">You will find more information on this in the documentation in the chapter \"Trackers\".</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kAccountLabel3_2)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:944
#, kde-format
msgid "Account for pa&yment:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kPaymentAccountEdit)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kPaymentAccountEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:954
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:957
#, kde-format
msgid "Payment account for bought share"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kAmountSharesLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:979
#, kde-format
msgid "A&mount of shares:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGCalculatorEdit, kAmountSharesEdit)
#. i18n: ectx: property (statusTip), widget (SKGCalculatorEdit, kAmountSharesEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:992
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:995
#, kde-format
msgid "Amount of shares"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kUnitShare)
#. i18n: ectx: property (text), widget (QLabel, kUnitCommission)
#. i18n: ectx: property (text), widget (QLabel, kUnitTax)
#. i18n: ectx: property (text), widget (QLabel, KTotal)
#. i18n: ectx: property (text), widget (QLabel, kAlarmUnit)
#. i18n: ectx: property (text), widget (QLabel, kUnitOfUnitLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1017
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1062
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1107
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1137
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:183
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:674
#, kde-format
msgid "$"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kCommissionLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1024
#, kde-format
msgctxt "Noun, a quantity of money taken by a financial institution to perform an operation"
msgid "+ Commission:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGCalculatorEdit, kCommissionEdit)
#. i18n: ectx: property (statusTip), widget (SKGCalculatorEdit, kCommissionEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1037
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1040
#, kde-format
msgid "Amount of the commission"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kTaxLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1069
#, kde-format
msgctxt "Noun, Taxes applied on a financial operation"
msgid "+ Tax:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGCalculatorEdit, kTaxEdit)
#. i18n: ectx: property (statusTip), widget (SKGCalculatorEdit, kTaxEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1082
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1085
#, kde-format
msgid "Amount of the Tax"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kTotalLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1114
#, kde-format
msgctxt "Noun, the numerical total of a sum of values"
msgid " = Total:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kFreezeBtn)
#. i18n: ectx: property (statusTip), widget (QToolButton, kFreezeBtn)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1177
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1180
#, kde-format
msgid "Freeze / unfreeze fields"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kCleanBtn)
#. i18n: ectx: property (statusTip), widget (QPushButton, kCleanBtn)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1205
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1208
#, kde-format
msgid "Clean editor"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kFastEditBtn)
#. i18n: ectx: property (statusTip), widget (QPushButton, kFastEditBtn)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1240
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1243
#, kde-format
msgid "Fast edition"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGTableWidget, kSubOperationsTable)
#. i18n: ectx: property (statusTip), widget (SKGTableWidget, kSubOperationsTable)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1292
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1295
#, kde-format
msgid "List of splits"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kAddOperationBtn)
#. i18n: ectx: property (statusTip), widget (QPushButton, kAddOperationBtn)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1355
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1358
#, kde-format
msgid "Create a new operation (Ctrl+Enter)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kModifyOperationBtn)
#. i18n: ectx: property (statusTip), widget (QPushButton, kModifyOperationBtn)
#. i18n: ectx: property (toolTip), widget (QPushButton, kModifyBtn)
#. i18n: ectx: property (statusTip), widget (QPushButton, kModifyBtn)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1371
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui:1374
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:264
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:267
#, kde-format
msgid "Update selected operations (Shift+Enter)"
msgstr ""
#. i18n: ectx: property (format), widget (SKGProgressBar, kIncome)
#. i18n: ectx: property (format), widget (SKGProgressBar, kExpense)
#. i18n: ectx: property (format), widget (SKGProgressBar, kIncome_previous)
#. i18n: ectx: property (format), widget (SKGProgressBar, kExpense_previous)
#. i18n: ectx: property (format), widget (SKGProgressBar, kSaving)
#. i18n: ectx: property (format), widget (SKGProgressBar, kSaving_previous)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_board.ui:49
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_board.ui:78
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_board.ui:121
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_board.ui:150
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_board.ui:186
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_board.ui:202
#, kde-format, no-c-format
msgid "%p"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kExpenseLabel)
#. i18n: ectx: property (text), widget (QLabel, kExpense_previousLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_board.ui:62
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_board.ui:134
#, kde-format
msgid "Expenditure:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kIncome_previousLabel)
#. i18n: ectx: property (text), widget (QLabel, kIncomeLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_board.ui:105
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_board.ui:163
#, kde-format
msgid "Income:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kSavingLabel)
#. i18n: ectx: property (text), widget (QLabel, kSaving_previousLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_board.ui:170
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_board.ui:209
#, kde-format
msgid "Saving:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:23
#, kde-format
msgid "&What to do, if an action breaks a reconciliation:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_broken_reconciliation)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_broken_import)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:47
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:521
#, kde-format
msgid "Nothing"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_broken_reconciliation)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_broken_import)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:52
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:526
#, kde-format
msgid "Display a warning message"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_broken_reconciliation)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_broken_import)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:57
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:531
#, kde-format
msgid "Display an error message and cancel the current action"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:78
#, kde-format
msgid "Default values for special operations"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:109
#, kde-format
msgid "Fake"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kPayeeFakeLbl)
#. i18n: ectx: property (text), widget (QLabel, kCategoryCommissionLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:143
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:206
#, kde-format
msgid "Te&xtLabel"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kCategoryFakeLbl)
#. i18n: ectx: property (text), widget (QLabel, kCategoryTaxLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:153
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:239
#, kde-format
msgid "TextLabel"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_2)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:187
#, kde-format
msgid "Commission / Tax"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:265
#, kde-format
msgid "Commission"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:278
#, kde-format
msgid "Tax"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_computeBalances)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:299
#, kde-format
msgid "Compute balances (uncheck to improve performances)"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, fontBox)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:316
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:43
#, kde-format
msgid "Fonts"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, fontFutureLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:325
#, kde-format
msgid "Font fo&r future operations:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, fontNotValidatedLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:356
#, kde-format
msgid "Font for non-&validated operations:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, fontSubOperationLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:387
#, kde-format
msgid "Font for sub operations:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, fasteditmodelbl)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:445
#, kde-format
msgid "Fast edit &mode:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_fasteditmode)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:459
#, kde-format
msgid "Search in templates only"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_fasteditmode)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:464
#, kde-format
msgid "Search first in templates and after in operations"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_fasteditmode)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:469
#, kde-format
msgid "Search in operations only"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_fasteditmode)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:474
#, kde-format
msgid "Search first in operations and after in templates"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: plugins/skrooge/skrooge_operation/skgoperationpluginwidget_pref.ui:510
#, kde-format
msgid "W&hat to do, if an action breaks an import:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeeplugin.cpp:69
#, kde-format
msgctxt "Verb"
msgid "Delete unused payees"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeeplugin.cpp:74
#, kde-format
msgctxt "Verb"
msgid "Open similar payees..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeeplugin.cpp:75
#, kde-format
msgctxt "Noun, a list of items"
msgid "Similar payees"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeeplugin.cpp:98
#, kde-format
msgctxt "Noun, something that is used to track items"
msgid "Payees"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeeplugin.cpp:108
#, kde-format
msgctxt "A tool tip"
msgid "Payees management"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeeplugin.cpp:119
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... <a href=\"skg://skrooge_payee_plugin\">payees</a> can be merged by drag & drop.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeeplugin.cpp:140
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Many unused payees"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeeplugin.cpp:141
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "You can improve performances by removing payees for which no operation is registered."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeeplugin.cpp:162
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Some payees seem to be identical"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeeplugin.cpp:163
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "Some payee seem to be identical but with different syntax. They could be merged."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeeplugin.cpp:178
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Delete unused payees"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeeplugin.cpp:186
#, kde-format
msgctxt "Successful message after an user action"
msgid "Unused payees deleted"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeeplugin.cpp:188
#, kde-format
msgctxt "Error message"
msgid "Unused payees deletion failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:191
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Payee creation '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:205
#, kde-format
msgctxt "An information message"
msgid "The payee '%1' has been added"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:209
#, kde-format
msgctxt "Successful message after an user action"
msgid "Payee '%1' created"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:212
#, kde-format
msgctxt "Error message"
msgid "Payee creation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:230
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Payee update"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:243
#, kde-format
msgctxt "Information message"
msgid "You tried to modify names of selected payees to an existing payee. Payees have been merged."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:251
#, kde-format
msgctxt "Information message"
msgid "You tried to modify all names of selected payees. Payees have been merged."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:260
#, kde-format
msgctxt "An information message"
msgid "The payee '%1' has been merged with payee '%2'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:289
#, kde-format
msgctxt "An information message"
msgid "The payee '%1' has been updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:294
#, kde-format
msgctxt "Successful message after an user action"
msgid "Payee updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget.cpp:296
#, kde-format
msgctxt "Error message"
msgid "Payee update failed"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kNameInput)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kNameInput)
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:77
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:80
#, kde-format
msgid "Name of the payee"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kAddressEdit)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kAddressEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:109
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:112
#, kde-format
msgid "Address of the payee"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kAddButton)
#. i18n: ectx: property (statusTip), widget (QPushButton, kAddButton)
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:187
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:190
#, kde-format
msgid "Create a payee (Ctrl+Enter)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kModifyButton)
#. i18n: ectx: property (statusTip), widget (QPushButton, kModifyButton)
#. +> trunk5
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:200
#: plugins/skrooge/skrooge_payee/skgpayeepluginwidget_base.ui:203
#, kde-format
msgid "Modify selected payee (Shift+Enter)"
msgstr ""
#. i18n: ectx: label, entry (backgroundColor), group (skrooge_report)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreport_settings.kcfg:9
#, kde-format
msgid "Background color"
msgstr ""
#. i18n: ectx: label, entry (textColor), group (skrooge_report)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreport_settings.kcfg:13
#, kde-format
msgid "Text color"
msgstr ""
#. i18n: ectx: label, entry (outlineColor), group (skrooge_report)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreport_settings.kcfg:17
#, kde-format
msgid "Outline color"
msgstr ""
#. i18n: ectx: label, entry (axisColor), group (skrooge_report)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreport_settings.kcfg:21
#, kde-format
msgid "Axis color"
msgstr ""
#. i18n: ectx: label, entry (gridColor), group (skrooge_report)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreport_settings.kcfg:25
#, kde-format
msgid "Grid color"
msgstr ""
#. i18n: ectx: label, entry (minColor), group (skrooge_report)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreport_settings.kcfg:29
#, kde-format
msgid "Minimum color"
msgstr ""
#. i18n: ectx: label, entry (maxColor), group (skrooge_report)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreport_settings.kcfg:33
#, kde-format
msgid "Maximum color"
msgstr ""
#. i18n: ectx: label, entry (averageColor), group (skrooge_report)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreport_settings.kcfg:37
#, kde-format
msgid "Average color"
msgstr ""
#. i18n: ectx: label, entry (tendencyColor), group (skrooge_report)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreport_settings.kcfg:41
#, kde-format
msgid "Tendency color"
msgstr ""
#. i18n: ectx: label, entry (paretoColor), group (skrooge_report)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreport_settings.kcfg:45
#, kde-format
msgid "Pareto color"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_antialiasing)
#. i18n: ectx: label, entry (antialiasing), group (skrooge_report)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreport_settings.kcfg:49
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_pref.ui:186
#, kde-format
msgid "Antialiasing"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportboardwidget.cpp:30
#, kde-format
msgctxt "Dashboard widget title"
msgid "Report"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:89
#, kde-format
msgctxt "Verb"
msgid "Open very old operations..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:91
#, kde-format
msgctxt "Noun, a list of items"
msgid "Very old operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:101
#, kde-format
msgctxt "Verb"
msgid "Open very far operations in the future..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:103
#, kde-format
msgctxt "Noun, a list of items"
msgid "Very far operations in the future"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:125
#, kde-format
msgctxt "Noun, the title of a section"
msgid "Report"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:127
#, kde-format
msgctxt "Noun, the title of a section"
msgid "Personal Financial Score"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:132
#, kde-format
msgctxt "Noun, the title of a section"
msgid "Report bookmarked named \"%1\""
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:190
#, kde-format
msgctxt "Noun"
msgid "Report"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:200
#, kde-format
msgctxt "Noun"
msgid "Generate report"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:211
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can double click on a value in <a href=\"skg://skrooge_report_plugin\">reports</a> to show corresponding operations.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:212
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can open <a href=\"skg://skrooge_report_plugin\">reports</a> for selections made in other pages.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:213
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can export <a href=\"skg://skrooge_report_plugin\">reports</a> in many formats.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:243
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations with Unit equal to "
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:258
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations with Category equal to "
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:274
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations followed by "
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:288
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations assigned to "
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:302
#, kde-format
msgctxt "Noun, a list of items"
msgid "Selected operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:313
#, kde-format
msgctxt "Noun, a list of items"
msgid "Selected sub operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:323
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations corresponding to rule "
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:374
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Some operations are very old"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:375
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "For performances reasons, very old operations are not taken into account in graph report. Check if these operations are normal."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:391
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Some operations are very far in the future"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportplugin.cpp:392
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "For performances reasons, operations very far in the future are not taken into account in graph report. Check if these operations are normal."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:74
#, kde-format
msgctxt "Display graph values as the sum of operations amount"
msgid "Sum of operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:75
#, kde-format
msgctxt "Display graph values as the cumulated sum of operations amount"
msgid "Cumulated sum of operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:76
#, kde-format
msgctxt "Display graph values in base 100"
msgid "Base 100"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:77
#, kde-format
msgctxt "Display graph values in base 100"
msgid "Cumulated sum in base 100"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:78
#, kde-format
msgctxt "Display graph values in percentage"
msgid "Percent of columns"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:79
#, kde-format
msgctxt "Display graph values in percentage"
msgid "Absolute percent of columns"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:80
#, kde-format
msgctxt "Display graph values in percentage"
msgid "Percent of lines"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:81
#, kde-format
msgctxt "Display graph values in percentage"
msgid "Absolute percent of lines"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:82
#, kde-format
msgctxt "Display graph values as a number of operations (or transaction)"
msgid "Count number of operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:84
#, kde-format
msgctxt "Noun"
msgid "None"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:85
#, kde-format
msgctxt "Noun"
msgid "Moving average"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:86
#, kde-format
msgctxt "Noun"
msgid "Weighted moving average"
msgstr ""
#. i18nc("Noun", "Interest rate") , 5);
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:88
#, kde-format
msgctxt "Noun"
msgid "Schedule"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:89
#, kde-format
msgctxt "Noun"
msgid "Budget"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:91
#, kde-format
msgid "Setup Report"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:91
#, kde-format
msgid "Display the edit panel for report"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:104
#, kde-format
msgctxt "Verb"
msgid "Open..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:490
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:1037
#: skgbankmodeler/skgdocumentbank.cpp:774
#, kde-format
msgctxt "Noun"
msgid "All"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:518
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:538
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:541
#, kde-format
msgctxt "Noun"
msgid " with "
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:519
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:552
#, kde-format
msgctxt "Noun"
msgid "'%1' with '%2'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:536
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:563
#, kde-format
msgctxt "Noun"
msgid " and "
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:548
#, kde-format
msgctxt "Noun"
msgid "'%1' are empty"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:571
#, kde-format
msgctxt "Noun"
msgid "incomes"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:574
#, kde-format
msgctxt "Noun"
msgid "expenses"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:577
#, kde-format
msgctxt "Noun"
msgid "transfers"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:579
#, kde-format
msgctxt "Noun"
msgid "grouped"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:582
#, kde-format
msgctxt "Noun"
msgid "tracked"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:585
#, kde-format
msgctxt "Noun"
msgid "during '%1' for '%2'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:609
#, kde-format
msgid "(%1) or (%2)"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:943
#, kde-format
msgctxt "Progression step"
msgid "Create scheduled operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:977
#, kde-format
msgctxt "Progression step"
msgid "Create budgeted operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget.cpp:1138
#, kde-format
msgctxt "Noun"
msgid "N %1"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:60
#, kde-format
msgid "Other filters"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:87
#, kde-format
msgid "Operation Types"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kColumnsLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:103
#, kde-format
msgid "Columns:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kCorrectedByMode)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kCorrectedByMode)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:122
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:125
#, kde-format
msgid "Select how you want to correct values"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kColDown)
#. i18n: ectx: property (statusTip), widget (QToolButton, kColDown)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:147
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:150
#, kde-format
msgid "Reduce level"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kLineDown)
#. i18n: ectx: property (statusTip), widget (QToolButton, kLineDown)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:172
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:175
#, kde-format
msgid "Collapse"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kLineRemove)
#. i18n: ectx: property (statusTip), widget (QToolButton, kLineRemove)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:197
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:200
#, kde-format
msgid "Remove"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kGrouped)
#. i18n: ectx: property (statusTip), widget (QCheckBox, kGrouped)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:213
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:216
#, kde-format
msgid "Include grouped operations or not in report"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kGrouped)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:219
#, kde-format
msgid "Grouped"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kMode)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kMode)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:229
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:232
#, kde-format
msgid "Select what you want to do with values"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kTracked)
#. i18n: ectx: property (statusTip), widget (QCheckBox, kTracked)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:242
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:245
#, kde-format
msgid "Include tracked operations or not in report"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kTracked)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:248
#, kde-format
msgid "Tracked"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kIncomes)
#. i18n: ectx: property (statusTip), widget (QCheckBox, kIncomes)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:258
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:261
#, kde-format
msgid "Include incomes or not in report"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kIncomes)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:264
#, kde-format
msgid "Incomes"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kLinesLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:290
#, kde-format
msgid "Lines:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:303
#, kde-format
msgid "Corrected &by:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:313
#, kde-format
msgid "Data"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kLines)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kLines)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:336
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:339
#, kde-format
msgid "Select what you want to see in the rows"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kExpenses)
#. i18n: ectx: property (statusTip), widget (QCheckBox, kExpenses)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:349
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:352
#, kde-format
msgid "Include expenses or not in report"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kExpenses)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:355
#, kde-format
msgid "Expenses"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kLineUp)
#. i18n: ectx: property (statusTip), widget (QToolButton, kLineUp)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:371
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:374
#, kde-format
msgid "Expand"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:384
#, kde-format
msgid "Dates"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kModeLabel)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:400
#, kde-format
msgid "Mode:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:431
#, kde-format
msgid "Forecast:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kForecastCmb)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:458
#, kde-format
msgid ""
"Choose forecast method:\n"
"- Schedule: Use the scheduled operations in forecast.\n"
"- Average: Use average of the three previous months in forecast"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGUnitComboBox, kCorrectedBy)
#. i18n: ectx: property (statusTip), widget (SKGUnitComboBox, kCorrectedBy)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:490
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:493
#, kde-format
msgid "Select the index to correct the values"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kColUp)
#. i18n: ectx: property (statusTip), widget (QToolButton, kColUp)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:506
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:509
#, kde-format
msgid "Increase level"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kTransfers)
#. i18n: ectx: property (statusTip), widget (QCheckBox, kTransfers)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:519
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:522
#, kde-format
msgid "Include transfers or not in report"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kTransfers)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:525
#, kde-format
msgid "Transfers"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kColumns)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kColumns)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:560
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:563
#, kde-format
msgid "Select what you want to see in the columns"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QListWidget, kOtherFilters)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_base.ui:573
#, kde-format
msgid "The list of additional filters from other open pages that can be added"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_pref.ui:17
#, kde-format
msgid "Colors"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label6_2)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_pref.ui:23
#, kde-format
msgid "Outline color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label1_2)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_pref.ui:36
#, kde-format
msgid "Background color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label5)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_pref.ui:55
#, kde-format
msgid "Tendency color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label2)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_pref.ui:68
#, kde-format
msgid "Minimum color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label3)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_pref.ui:84
#, kde-format
msgid "Maximum color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label4)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_pref.ui:100
#, kde-format
msgid "Average color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label6)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_pref.ui:116
#, kde-format
msgid "Grid color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label1)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_pref.ui:132
#, kde-format
msgid "Axis color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label1_3)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_pref.ui:148
#, kde-format
msgid "Text color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label6_3)
#. +> trunk5
#: plugins/skrooge/skrooge_report/skgreportpluginwidget_pref.ui:170
#, kde-format
msgid "Pareto color:"
msgstr ""
#. i18n: ectx: label, entry (check_on_open), group (skrooge_scheduled)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduled_settings.kcfg:9
#, kde-format
msgid "Check on open"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_create_template)
#. i18n: ectx: label, entry (create_template), group (skrooge_scheduled)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduled_settings.kcfg:13
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:33
#, kde-format
msgid "Create a template when an operation is scheduled"
msgstr ""
#. i18n: ectx: label, entry (remind_me), group (skrooge_scheduled)
#. i18n: ectx: label, entry (remind_me_days), group (skrooge_scheduled)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduled_settings.kcfg:17
#: plugins/skrooge/skrooge_scheduled/skgscheduled_settings.kcfg:21
#, kde-format
msgid "Remind Me"
msgstr ""
#. i18n: ectx: label, entry (auto_write), group (skrooge_scheduled)
#. i18n: ectx: label, entry (auto_write_days), group (skrooge_scheduled)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduled_settings.kcfg:25
#: plugins/skrooge/skrooge_scheduled/skgscheduled_settings.kcfg:29
#, kde-format
msgid "Automatically Write"
msgstr ""
#. i18n: ectx: label, entry (once_every), group (skrooge_scheduled)
#. i18n: ectx: label, entry (once_every_unit), group (skrooge_scheduled)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduled_settings.kcfg:33
#: plugins/skrooge/skrooge_scheduled/skgscheduled_settings.kcfg:37
#, kde-format
msgid "Periodicity"
msgstr ""
#. i18n: ectx: label, entry (nb_times), group (skrooge_scheduled)
#. i18n: ectx: label, entry (nb_times_val), group (skrooge_scheduled)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduled_settings.kcfg:41
#: plugins/skrooge/skrooge_scheduled/skgscheduled_settings.kcfg:45
#, kde-format
msgid "Number of times"
msgstr ""
#. i18n: ectx: label, entry (fontDisabledColor), group (skrooge_scheduled)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduled_settings.kcfg:49
#, kde-format
msgid "Color of font for disabled schedule"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:71
#, kde-format
msgctxt "Verb, create a scheduled operation"
msgid "Schedule"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:92
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget.cpp:326
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Insert recurrent operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:110
#, kde-format
msgctxt "Noun, the title of a section"
msgid "Scheduled operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:153
#, kde-format
msgctxt "Noun"
msgid "Scheduled operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:163
#, kde-format
msgctxt "Noun"
msgid "Operations scheduled management"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:174
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can <a href=\"skg://skrooge_scheduled_plugin\">schedule</a> operations or templates.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:193
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Conversion schedule"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:213
#, kde-format
msgctxt "An information message"
msgid "All scheduled operations have been converted in template"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:231
#, kde-format
msgctxt "An information message"
msgid "A template has been created"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:270
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Operation schedule"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:277
#, kde-format
msgctxt "An information to the user"
msgid "The operation '%1' has been scheduled"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:290
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:514
#, kde-format
msgctxt "Successful message after an user action"
msgid "Operation scheduled."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:292
#, kde-format
msgctxt "Error message"
msgid "Operation schedule failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:325
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:363
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Scheduled operation '%1' not uptodate"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:326
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "The scheduled operation '%1' does not have the amount of the last inserted operation (%2)"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:330
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Update the next scheduled operation amount (%1)"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:364
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "The scheduled operation '%1' does not have the date aligned with the last inserted operation (%2)"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:368
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Update the next scheduled operation date (%1)"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:401
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Possible schedule '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:402
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "The operation '%1' seems to be regularly created and could be scheduled"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:406
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Monthly schedule the operation '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:431
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:472
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Update scheduled operation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:450
#, kde-format
msgctxt "An information to the user"
msgid "The amount of the scheduled operation of '%1' have been updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:454
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:482
#, kde-format
msgctxt "Successful message after an user action"
msgid "Scheduled operation updated."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:456
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:484
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget.cpp:302
#, kde-format
msgctxt "Error message"
msgid "Update failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:478
#, kde-format
msgctxt "An information to the user"
msgid "The date of the scheduled operation of '%1' have been updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:497
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Scheduled operation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:508
#, kde-format
msgctxt "An information to the user"
msgid "The scheduled operation of '%1' have been added"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledplugin.cpp:516
#, kde-format
msgctxt "Error message"
msgid "Schedule failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget.cpp:57
#, kde-format
msgid "Ongoing"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget.cpp:58
#, kde-format
msgid "Complete"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget.cpp:71
#, kde-format
msgctxt "User action"
msgid "Process immediately"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget.cpp:168
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations of the schedule"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget.cpp:274
-#: skgbankgui/skgobjectmodel.cpp:937
+#: skgbankgui/skgobjectmodel.cpp:984
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Recurrent operation update"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget.cpp:294
-#: skgbankgui/skgobjectmodel.cpp:948
+#: skgbankgui/skgobjectmodel.cpp:995
#, kde-format
msgctxt "An information to the user"
msgid "The recurrent operation '%1' has been updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget.cpp:300
#, kde-format
msgctxt "Successful message after an user action"
msgid "Recurrent operation updated."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget.cpp:338
#, kde-format
msgctxt "Successful message after an user action"
msgid "Recurrent operation inserted."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget.cpp:340
#, kde-format
msgctxt "Error message"
msgid "Insertion failed"
msgstr ""
#. i18n: ectx: property (text), widget (KTitleWidget, kTitle)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:32
#, kde-format
msgid "First, you have to schedule an operation or a template from the operations page."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kRemindMe)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:62
#, kde-format
msgid "Remind me:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:82
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:174
#, kde-format
msgid "days &before term"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:105
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:105
#, kde-format
msgid "Once ever&y:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kOnceEveryUnit)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_once_every_unit)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:138
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:126
#, kde-format
msgid "day(s)"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kOnceEveryUnit)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_once_every_unit)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:143
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:131
#, kde-format
msgid "week(s)"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kOnceEveryUnit)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_once_every_unit)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:148
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:136
#, kde-format
msgid "month(s)"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kOnceEveryUnit)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_once_every_unit)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:153
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:141
#, kde-format
msgid "year(s)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kAutoWrite)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:161
#, kde-format
msgid "Automatically write:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:181
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:237
#, kde-format
msgid "days before &term"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kNbTimes)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:191
#, kde-format
msgid "Number of occurrences:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kProcessBtn)
#. i18n: ectx: property (statusTip), widget (QToolButton, kProcessBtn)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:280
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:283
#, kde-format
msgid "Insert scheduled operations"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, kProcessBtn)
#. i18n: ectx: property (title), widget (QGroupBox, kActionGrp)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:286
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:285
#, kde-format
msgid "Process"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kJumpBtn)
#. i18n: ectx: property (statusTip), widget (QPushButton, kJumpBtn)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:299
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:302
#, kde-format
msgid "Open the operation page with the selected scheduled operations"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, kJumpBtn)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:305
#, kde-format
msgid "Jump to the operation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_base.ui:314
#, kde-format
msgid "Next occurrence:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_check_on_open)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:20
#, kde-format
msgid "If checked, Skrooge will insert relevant occurrences when starting."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_check_on_open)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:23
#, kde-format
msgid "Check scheduled operations on open"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, fontdisable)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:52
#, kde-format
msgid "Font for disabled schedule:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:96
#, kde-format
msgid "Default parameters"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_remind_me)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:154
#, kde-format
msgid "Remind me"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_auto_write)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:184
#, kde-format
msgid "Automatically write"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_nb_times)
#. +> trunk5
#: plugins/skrooge/skrooge_scheduled/skgscheduledpluginwidget_pref.ui:227
#, kde-format
msgid "Number of occurrences"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgalarmboardwidget.cpp:38
#, kde-format
msgctxt "Dashboard widget title"
msgid "Alarms"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgalarmboardwidget.cpp:52
#, kde-format
msgctxt "Verb, open a page"
msgid "Open..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgalarmboardwidget.cpp:59
#, kde-format
msgctxt "Noun, an option in contextual menu"
msgid "Highlighted only"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgalarmboardwidget.cpp:178
#, kde-format
msgctxt "Message"
msgid ""
"No alarm defined<br>"
"on the <a href=\"%1\">\"Search and process\"</a> page."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchplugin.cpp:71
#, kde-format
msgctxt "Noun, alarms"
msgid "Alarms"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchplugin.cpp:104
#, kde-format
msgctxt "Verb, action to execute"
msgid "Execute on all operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchplugin.cpp:112
#, kde-format
msgctxt "Verb, action to execute"
msgid "Execute on not checked operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchplugin.cpp:121
#, kde-format
msgctxt "Verb, action to execute"
msgid "Execute on imported operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchplugin.cpp:130
#, kde-format
msgctxt "Verb, action to execute"
msgid "Execute on not validated operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchplugin.cpp:187
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Process execution"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchplugin.cpp:196
#, kde-format
msgctxt "Successful message after an user action"
msgid "Process executed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchplugin.cpp:198
#, kde-format
msgctxt "Error message"
msgid "Process execution failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchplugin.cpp:340
#, kde-format
msgctxt "Noun"
msgid "Search and process"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchplugin.cpp:350
#, kde-format
msgctxt "Noun"
msgid "Search and process management"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchplugin.cpp:361
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... skrooge can <a href=\"skg://skrooge_search_plugin\">search</a> and automatically process some operations.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchplugin.cpp:362
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can create alarms based on <a href=\"skg://skrooge_search_plugin\">searches</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchplugin.cpp:405
#, kde-format
msgctxt "Advice on making the best (long)"
msgid ""
"Take care to your alarms.<br>"
" %1."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchplugin.cpp:409
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Open operations corresponding to this alarm"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:46
#, kde-format
msgctxt "Message template"
msgid "Message to display when alarm is triggered (%1 is the total amount, %2 is the alarm amount, %3 the difference)"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:50
#: skgbankgui/skgobjectmodel.cpp:231 skgbankgui/skgobjectmodel.cpp:285
-#: skgbankgui/skgobjectmodel.cpp:844
+#: skgbankgui/skgobjectmodel.cpp:891
#, kde-format
msgctxt "Noun, a search"
msgid "Search"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:51
#: skgbankgui/skgobjectmodel.cpp:233 skgbankgui/skgobjectmodel.cpp:287
-#: skgbankgui/skgobjectmodel.cpp:846
+#: skgbankgui/skgobjectmodel.cpp:893
#, kde-format
msgctxt "Noun, a modification"
msgid "Update"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:52
#: skgbankgui/skgobjectmodel.cpp:235 skgbankgui/skgobjectmodel.cpp:289
-#: skgbankgui/skgobjectmodel.cpp:848
+#: skgbankgui/skgobjectmodel.cpp:895
#, kde-format
msgctxt "Noun, an alarm"
msgid "Alarm"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:53
#, kde-format
msgctxt "Noun, a modification by applying a template"
msgid "Template"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:55
#: skgbankmodeler/skgdocumentbank.cpp:3141
#, kde-format
msgctxt "Adjective, an highlighted item"
msgid "Highlighted"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, kQueryGrp)
#. i18n: ectx: property (text), widget (QPushButton, kSearch)
#. i18n: ectx: property (placeholderText), widget (KLineEdit, kFilterEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:75
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:114
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:403
#: skgbankgui/skgquerycreator.ui:39 skgbasegui/skgtablewithgraph.cpp:130
#, kde-format
msgid "Search"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:75
#, kde-format
msgid "Display the edit panel for searches"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:82
#, kde-format
msgid "Update"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:82
#, kde-format
msgid "Display the edit panel for updates"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, kAlarmFrm)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:89
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:130
#, kde-format
msgid "Alarm"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:89
#, kde-format
msgid "Display the edit panel for alarm"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, kTemplateFrm)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:96
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:231
#, kde-format
msgid "Template"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:96
#, kde-format
msgid "Display the edit panel for updates by templates"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:268
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Search and process creation"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:279
#, kde-format
msgctxt "An information to the user"
msgid "The search rule '%1' have been added"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:284
#, kde-format
msgctxt "Successful message after an user action"
msgid "Search and process created"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:287
#, kde-format
msgctxt "Error message"
msgid "Search and process creation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:320
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Search and process update"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:331
#, kde-format
msgctxt "An information to the user"
msgid "The search rule '%1' have been updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:336
#, kde-format
msgctxt "Successful message after an user action"
msgid "Search and process updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:338
#, kde-format
msgctxt "Error message"
msgid "Search and process update failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:407
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:447
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:491
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:535
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Search update"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:422
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:466
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:510
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:550
#, kde-format
msgctxt "An information to the user"
msgid "The search '%1' has been updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:429
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:473
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:517
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:557
#, kde-format
msgctxt "Successful message after an user action"
msgid "Search updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:431
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:475
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:519
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:559
#, kde-format
msgctxt "Error message"
msgid "Search update failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:572
#, kde-format
msgctxt "Noun, a list of items"
msgid "Sub operations corresponding to rule '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget.cpp:635
#, kde-format
msgid "%1 operation found (%2 imported, %3 not yet validated, %4 not checked)."
msgid_plural "%1 operations found (%2 imported, %3 not yet validated, %4 not checked)."
msgstr[0] ""
msgstr[1] ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kApply)
#. i18n: ectx: property (statusTip), widget (QToolButton, kApply)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:96
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:99
#, kde-format
msgid "Apply processes"
msgstr ""
#. i18n: ectx: property (statusTip), widget (SKGQueryCreator, kQueryCreator)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:120
#, kde-format
msgid "Allow search definition"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kAlarmLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:142
#, kde-format
msgid "Ala&rm amount:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kAlarmMessageLbl)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:155
#, kde-format
msgid "Alarm &message:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGCalculatorEdit, kAlarmAmount)
#. i18n: ectx: property (statusTip), widget (SKGCalculatorEdit, kAlarmAmount)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:202
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:205
#, kde-format
msgid "Amount triggering the alarm"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kTemplate)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kTemplate)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:250
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:253
#, kde-format
msgid "The template to apply on all operations matching the condition"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kAlarmLbl_2)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:269
#, kde-format
msgid "&Template to apply:"
msgstr ""
#. i18n: ectx: property (statusTip), widget (SKGQueryCreator, kActionCreator)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:291
#, kde-format
msgid "Allow process definition"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kAdd)
#. i18n: ectx: property (statusTip), widget (QPushButton, kAdd)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:346
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:349
#, kde-format
msgid "Add a search or a process (Ctrl+Enter)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kUpdate)
#. i18n: ectx: property (statusTip), widget (QPushButton, kUpdate)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:368
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:371
#, kde-format
msgid "Update selected search or process (Shift+Enter)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kSearch)
#. i18n: ectx: property (statusTip), widget (QPushButton, kSearch)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:397
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:400
#, kde-format
msgid "Search without creating rule"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kOpenReport)
#. i18n: ectx: property (statusTip), widget (QPushButton, kOpenReport)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:410
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:413
#, kde-format
msgid "Open report without creating rule"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, kOpenReport)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_base.ui:416
#, kde-format
msgid "Open report"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_pref.ui:28
#, kde-format
msgid "Raise alarm every:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: plugins/skrooge/skrooge_search/skgsearchpluginwidget_pref.ui:54
#, kde-format
msgid "minutes"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerplugin.cpp:81
#, kde-format
msgctxt "Noun, something that is used to track items"
msgid "Trackers"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerplugin.cpp:91
#, kde-format
msgctxt "A tool tip"
msgid "Trackers management"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerplugin.cpp:102
#, kde-format
msgctxt "Description of a tips"
msgid "<p>...you can follow your refunds by using a <a href=\"skg://skrooge_tracker_plugin\">tracker</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerplugin.cpp:125
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "'%1' is an old tracker"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerplugin.cpp:126
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "This tracker does not contain recent operation. You may want to close it if you do not intend to add other operations"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget.cpp:175
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Tracker creation '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget.cpp:182
#, kde-format
msgctxt "An information to the user"
msgid "The tracker '%1' have been added"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget.cpp:187
#, kde-format
msgctxt "Successful message after an user action"
msgid "Tracker '%1' created"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget.cpp:190
#, kde-format
msgctxt "Error message"
msgid "Tracker creation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget.cpp:206
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Tracker update"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget.cpp:215
#, kde-format
msgctxt "An information to the user"
msgid "The tracker '%1' has been updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget.cpp:221
#, kde-format
msgctxt "Successful message after an user action"
msgid "Tracker updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget.cpp:223
#, kde-format
msgctxt "Error message"
msgid "Tracker update failed"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kNameInput)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kNameInput)
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget_base.ui:77
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget_base.ui:80
#, kde-format
msgid "Name of the tracker"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kCommentEdit)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kCommentEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget_base.ui:109
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget_base.ui:112
#, kde-format
msgid "Comment of the tracker"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kAddButton)
#. i18n: ectx: property (statusTip), widget (QPushButton, kAddButton)
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget_base.ui:142
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget_base.ui:145
#, kde-format
msgid "Create a tracker (Ctrl+Enter)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kModifyButton)
#. i18n: ectx: property (statusTip), widget (QPushButton, kModifyButton)
#. +> trunk5
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget_base.ui:155
#: plugins/skrooge/skrooge_tracker/skgtrackerpluginwidget_base.ui:158
#, kde-format
msgid "Modify selected tracker (Shift+Enter)"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, downloadmode)
#. i18n: ectx: label, entry (last), group (skrooge_unit)
#. i18n: ectx: label, entry (last_monthly), group (skrooge_unit)
#. i18n: ectx: label, entry (last_weekly), group (skrooge_unit)
#. i18n: ectx: label, entry (last_daily), group (skrooge_unit)
#. i18n: ectx: label, entry (all_monthly), group (skrooge_unit)
#. i18n: ectx: label, entry (all_weekly), group (skrooge_unit)
#. i18n: ectx: label, entry (all_daily), group (skrooge_unit)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunit_settings.kcfg:9
#: plugins/skrooge/skrooge_unit/skgunit_settings.kcfg:14
#: plugins/skrooge/skrooge_unit/skgunit_settings.kcfg:18
#: plugins/skrooge/skrooge_unit/skgunit_settings.kcfg:22
#: plugins/skrooge/skrooge_unit/skgunit_settings.kcfg:26
#: plugins/skrooge/skrooge_unit/skgunit_settings.kcfg:30
#: plugins/skrooge/skrooge_unit/skgunit_settings.kcfg:34
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_pref.ui:66
#, kde-format
msgid "Download mode"
msgstr ""
#. i18n: ectx: label, entry (nb_loaded_values), group (skrooge_unit)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunit_settings.kcfg:46
#, kde-format
msgid "Maximum number of imported values:"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitboardwidget.cpp:32
#, kde-format
msgctxt "Title of a dashboard widget"
msgid "Quotes"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitboardwidget.cpp:53
#, kde-format
msgctxt "Noun, a country's currency"
msgid "Currencies"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitboardwidget.cpp:61
#, kde-format
msgctxt "Financial indexes, used as an indicator of financial places' health. Examples : Dow Jones, CAC40, Nikkei..."
msgid "Indexes"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitboardwidget.cpp:69
#, kde-format
msgctxt "Shares, as in financial shares: parts of a company that you can buy or sell on financial markets"
msgid "Shares"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitboardwidget.cpp:77
#, kde-format
msgctxt "Noun, a physical object like a house or a car"
msgid "Objects"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitboardwidget.cpp:85
#, kde-format
msgctxt "Only show the list of Shares (financial shares) that you own"
msgid "Shares owned only"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitboardwidget.cpp:228
#, kde-format
msgctxt "A list of operations made on the specified unit"
msgid "Operations with unit equal to '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitboardwidget.cpp:242
#, kde-format
msgctxt "Message about not having any financial Share or financial index in the document"
msgid ""
"No share or index defined<br>"
"on the <a href=\"%1\">\"Units\"</a> page."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:75
#, kde-format
msgctxt "Verb"
msgid "Split share..."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:81
#, kde-format
msgctxt "Verb"
msgid "Delete unused units"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:95
#, kde-format
msgctxt "Noun, the title of a section"
msgid "Quotes"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:97
#, kde-format
msgctxt "Noun, the title of a section"
msgid "Stock portfolio"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:131
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Create default unit"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:159
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Automatic download of units"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:165
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:636
#, kde-format
msgctxt "An information to the user"
msgid "The unit '%1' has been downloaded"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:205
#, kde-format
msgctxt "Noun, units for operations, usually currencies or a shares"
msgid "Units"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:215
#, kde-format
msgctxt "A tool tip"
msgid "Unit management"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:221
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can download <a href=\"skg://skrooge_unit_plugin\">units</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:222
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... <a href=\"skg://skrooge_unit_plugin\">units</a> can be downloaded <a href=\"skg://tab_configure?page=Skrooge Unit Plugin\">automatically</a> when a document is opened.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:223
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can split a <a href=\"skg://skrooge_unit_plugin\">share</a>.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:224
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... <a href=\"skg://skrooge_unit_plugin\">units</a> can be merged by drag & drop.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:225
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can download more <a href=\"skg://skrooge_unit_plugin\">sources</a> of quote.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:226
#, kde-format
msgctxt "Description of a tips"
msgid "<p>... you can create and share your own source of quote.</p>"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:252
#, kde-format
msgctxt "Question"
msgid "Split share"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:253
#, kde-format
msgctxt "Question"
msgid "Ratio (2 means 2-for-1, 0.5 means 1-for-2):"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:257
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Split stock '%1' by '%2'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:263
#, kde-format
msgctxt "Successful message after an user action"
msgid "Stock split."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:265
#, kde-format
msgctxt "Error message"
msgid "Splitting stock failed."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:293
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Define a primary currency"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:294
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "To avoid misunderstanding and conflicts between units at conversion time, you should define a primary currency. It is the currency against which all other will be converted"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:298
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Set '%1' as primary currency"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:305
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:338
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:368
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:421
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:450
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:479
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Edit units"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:326
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Define a secondary currency"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:327
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "When a secondary unit is defined, Skrooge will display it as an additional amount information."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:331
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Set '%1' as secondary currency"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:363
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Unit '%1' has not been downloaded for more than a month"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:364
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "Do not forget download units to have a better view of your accounts"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:375
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Download '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:393
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Many unused units"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:394
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "You can improve performances by removing units for which no operation is registered."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:416
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "The amount of the unit '%1' is not defined"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:417
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "'%1' has an amount defined at 1. Most of the time this is not normal and causes wrong computation. Check if this is normal."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:445
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "The definition of the unit '%1' is too complex"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:446
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "'%1' is defined relatively to another unit defined relatively to a third one. This is too complex and not supported by Skrooge."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:474
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "Unit '%1' has very old values"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:475
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "Unit '%1' has very old values. Check if this is normal."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:494
#, kde-format
msgctxt "Advice on making the best (short)"
msgid "No decimal symbol defined"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:495
#, kde-format
msgctxt "Advice on making the best (long)"
msgid "In KDE localization settings, there is no decimal symbol defined for currencies. This could be confusing."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:499
#, kde-format
msgctxt "Advice on making the best (action)"
msgid "Edit KDE settings"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:522
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Define primary currency"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:530
#, kde-format
msgctxt "An information to the user"
msgid "The unit '%1' is now the primary unit"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:534
#, kde-format
msgctxt "Message for successful user action"
msgid "Primary currency defined."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:536
#, kde-format
msgctxt "Error message"
msgid "Primary currency definition failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:553
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Define secondary currency"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:561
#, kde-format
msgctxt "An information to the user"
msgid "The unit '%1' is now the secondary unit"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:565
#, kde-format
msgctxt "Message for successful user action"
msgid "Secondary currency defined."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:567
#, kde-format
msgctxt "Error message"
msgid "Secondary currency definition failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:611
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Delete unused units"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:619
#, kde-format
msgctxt "Successful message after an user action"
msgid "Unused units deleted"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitplugin.cpp:621
#, kde-format
msgctxt "Error message"
msgid "Unused units deletion failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:57
#, kde-format
msgctxt "A mode of graph of unit values"
msgid "Unit values"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:58
#, kde-format
msgctxt "A mode of graph of unit values"
msgid "Amount owned"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:74
#, kde-format
msgctxt "Noun, items to display"
msgid "All"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:82
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:204
#: skgbankmodeler/skgdocumentbank.cpp:416
#, kde-format
msgctxt "Noun, a country's currency"
msgid "Currency"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:88
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:205
#: skgbankmodeler/skgdocumentbank.cpp:417
#, kde-format
msgctxt "Noun, a financial share, as in a stock market"
msgid "Share"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:94
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:206
#: skgbankmodeler/skgdocumentbank.cpp:418
#, kde-format
msgctxt "Noun, a financial index like the Dow Jones, NASDAQ, CAC40..."
msgid "Index"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:100
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:207
#: skgbankmodeler/skgdocumentbank.cpp:419
#, kde-format
msgctxt "Noun, a physical object like a house or a car"
msgid "Object"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:137
#, kde-format
msgid "download last value only"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:141
#, kde-format
msgid "download monthly values since last known value"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:145
#, kde-format
msgid "download weekly values since last known value"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:149
#, kde-format
msgid "download daily values since last known value"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:153
#, kde-format
msgid "download all monthly values"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:157
#, kde-format
msgid "download all weekly values"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:161
#, kde-format
msgid "download all daily values"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:165
#, kde-format
msgid "simplify values"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:185
#, kde-format
msgid "Display the edit panel for standard units"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:191
#, kde-format
msgid "Manual / Share"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:191
#, kde-format
msgid "Display the edit panel for manual units"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:197
#, kde-format
msgid "Values"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:197
#, kde-format
msgid "Display the edit panel for values of units"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:202
#: skgbankmodeler/skgdocumentbank.cpp:414
#, kde-format
msgctxt "Noun"
msgid "Primary currency"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:203
#: skgbankmodeler/skgdocumentbank.cpp:415
#, kde-format
msgctxt "Noun"
msgid "Secondary currency"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:441
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:448
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Unit creation '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:464
#, kde-format
msgctxt "Successful message after an user action"
msgid "Unit '%1' created"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:467
#, kde-format
msgctxt "Error message"
msgid "Unit creation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:473
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Unit value creation for '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:478
#, kde-format
msgctxt "Successful message after an user action"
msgid "Unit value created for '%1'"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:482
#, kde-format
msgctxt "Error message"
msgid "Unit value creation failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:500
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Unit update"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:513
#, kde-format
msgctxt "Information message"
msgid "You tried to modify names of selected units to an existing unit. Units have been merged."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:521
#, kde-format
msgctxt "Information message"
msgid "You tried to modify all names of selected units. Units have been merged."
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:558
#, kde-format
msgctxt "An information to the user"
msgid "The unit '%1' has been updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:565
#, kde-format
msgctxt "Message for successful user action"
msgid "Unit updated"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:567
#, kde-format
msgctxt "Error message"
msgid "Unit update failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:607
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Download values for [%1 (%2)]"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:630
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Download values"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:642
#, kde-format
msgctxt "Successful message after an user action"
msgid "Download done"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:644
#, kde-format
msgctxt "Error message"
msgid "Download failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:659
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Simplify unit values"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:665
#, kde-format
msgctxt "An information to the user"
msgid "The unit '%1' has been simplified"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:671
#, kde-format
msgctxt "Successful message after an user action"
msgid "Simplification done"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:673
#, kde-format
msgctxt "Error message"
msgid "Simplification failed"
msgstr ""
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget.cpp:894
#, kde-format
msgctxt "Default description for the source"
msgid "My favorite source of download for units"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGTableView, kUnitValueTableViewEdition)
#. i18n: ectx: property (statusTip), widget (SKGTableView, kUnitValueTableViewEdition)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:66
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:69
#, kde-format
msgid "List of quotes for selected unit"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kNbDecimal)
#. i18n: ectx: property (statusTip), widget (QSpinBox, kNbDecimal)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:177
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:180
#, kde-format
msgid "The number of decimal to display of the unit."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kCountryCreatorUnit)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kCountryCreatorUnit)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:193
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:196
#, kde-format
msgid "The country of the unit."
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGUnitComboBox, kUnitCreatorUnit)
#. i18n: ectx: property (statusTip), widget (SKGUnitComboBox, kUnitCreatorUnit)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:209
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:212
#, kde-format
msgid "The unit of the unit."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kNameCreatorUnit)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kNameCreatorUnit)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:267
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:270
#, kde-format
msgid "The name of the unit."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kSymbolCreatorUnit)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kSymbolCreatorUnit)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:277
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:280
#, kde-format
msgid "The symbol of the unit."
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kTypeCreatorUnit)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kTypeCreatorUnit)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:293
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:296
#, kde-format
msgid "The type of the unit."
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kDownloadSource)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kDownloadSource)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:385
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:388
#, kde-format
msgid "The download source for the unit"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kInternetCreatorUnit)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:453
#, kde-format, no-c-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Ubuntu'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'DejaVu Sans'; font-size:10pt;\">The Internet code of the unit.</span></p>"
"\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'DejaVu Sans'; font-size:10pt;\"><br />"
"</p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'DejaVu Sans'; font-size:10pt;\">You can add \" /\" if you are not able to download the expected quote but you are able to download the inverse.</span></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'DejaVu Sans'; font-size:10pt; text-decoration: underline;\">Example:</span><span style=\" font-family:'DejaVu Sans'; font-size:10pt;\"> EURUSD=X is the symbol to download EURO in USD.</span></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'DejaVu Sans'; font-size:10pt;\">If you want USD in EURO, you have to create a unit USD with \"EURUSD=X /\" as the Internet code.</span></p>"
"\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'DejaVu Sans'; font-size:10pt;\"><br />"
"</p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'DejaVu Sans'; font-size:10pt;\">This field can also be set with a yearly rate. The values are computed by clicking on download.<br />"
"Example:</span></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'DejaVu Sans'; font-size:10pt;\">=-25 means -25% per year.</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QLineEdit, kInternetCreatorUnit)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:456
#, kde-format
msgid "The Internet code of the unit."
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGComboBox, kCurrencyList)
#. i18n: ectx: property (statusTip), widget (SKGComboBox, kCurrencyList)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:508
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:511
#, kde-format
msgid "List of known units"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kObsolete)
#. i18n: ectx: property (statusTip), widget (QCheckBox, kObsolete)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:527
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:530
#, kde-format
msgid "To include suspended and obsolete currencies"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kObsolete)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:533
#, kde-format
msgid "Obsolete currencies"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGDateEdit, kDateEdit)
#. i18n: ectx: property (statusTip), widget (SKGDateEdit, kDateEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:614
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:617
#, kde-format
msgid "Date of the unit's quote"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGCalculatorEdit, kAmountEdit)
#. i18n: ectx: property (statusTip), widget (SKGCalculatorEdit, kAmountEdit)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:655
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:658
#, kde-format
msgid "Amount of the unit's quote"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kUnitAdd)
#. i18n: ectx: property (statusTip), widget (QPushButton, kUnitAdd)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:764
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:767
#, kde-format
msgid "Create a new unit (Ctrl+Enter)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kUnitUpdate)
#. i18n: ectx: property (statusTip), widget (QPushButton, kUnitUpdate)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:786
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:789
#, kde-format
msgid "Update the selected unit (Shift+Enter)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kUnitValueDownload)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:806
#, kde-format
msgid ""
"Download quotes for the selected unit.\n"
"See options to modify download frequency."
msgstr ""
#. i18n: ectx: property (statusTip), widget (QToolButton, kUnitValueDownload)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:809
#, kde-format
msgid "Download quotes for the selected unit."
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, kUnitValueDownload)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:812
#, kde-format
msgid "Download"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kUnitOpen)
#. i18n: ectx: property (statusTip), widget (QPushButton, kUnitOpen)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:828
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_base.ui:831
#, kde-format
msgid "Open the url of the source"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_last)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_pref.ui:75
#, kde-format
msgid "Last &value found only"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_last_monthly)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_pref.ui:82
#, kde-format
msgid "&Monthly values since last download"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_last_weekly)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_pref.ui:89
#, kde-format
msgid "Wee&kly values since last download"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_last_daily)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_pref.ui:96
#, kde-format
msgid "Dail&y values since last download"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_all_monthly)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_pref.ui:103
#, kde-format
msgid "Monthly values for all dates"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_all_weekly)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_pref.ui:110
#, kde-format
msgid "Weekly values for all dates"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_all_daily)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_pref.ui:117
#, kde-format
msgid "Daily values for all dates"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/skrooge/skrooge_unit/skgunitpluginwidget_pref.ui:132
#, kde-format
msgid "Maximum num&ber of imported values:"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:240
#, kde-format
msgid "Yes"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:240
#, kde-format
msgid "No"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:243
#, kde-format
msgid "None"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:243
#, kde-format
msgid "Pointed"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:243
#, kde-format
msgid "Checked"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:298
#, kde-format
msgctxt "Noun"
msgid "Day -0"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:300
#, kde-format
msgctxt "Noun"
msgid "Day -1"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:302
#, kde-format
msgctxt "Noun"
msgid "Day -2"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:304
#, kde-format
msgctxt "Noun"
msgid "Day -3"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:306
#, kde-format
msgctxt "Noun"
msgid "Day -4"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:308
#, kde-format
msgctxt "Noun"
msgid "Day -5"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:310 skgbankgui/skgobjectmodel.cpp:330
#, kde-format
msgctxt "Noun"
msgid "Fifteen"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:314
#, kde-format
msgctxt "Noun"
msgid "Never"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:318
#, kde-format
msgctxt "Noun"
msgid "Day +0"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:320
#, kde-format
msgctxt "Noun"
msgid "Day +1"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:322
#, kde-format
msgctxt "Noun"
msgid "Day +2"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:324
#, kde-format
msgctxt "Noun"
msgid "Day +3"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:326
#, kde-format
msgctxt "Noun"
msgid "Day +4"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:328
#, kde-format
msgctxt "Noun"
msgid "Day +5"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:410
#, kde-format
msgid "Auto: %1"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:702
#, kde-format
msgctxt "Noun"
msgid "Original amount=%1 (%2 = %3 / year)"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:724
#, kde-format
msgctxt "Noun"
msgid "Amount at creation date=%1 (%2 = %3 / year)"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:732
#, kde-format
msgctxt "Noun"
msgid "Account balance=%1"
msgstr ""
#. +> trunk5
#: skgbankgui/skgobjectmodel.cpp:746
#, kde-format
msgctxt "Noun"
msgid "Original delta=%1"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:824
+#: skgbankgui/skgobjectmodel.cpp:796 skgbankgui/skgobjectmodel.cpp:826
+#, kde-format
+msgctxt "Information"
+msgid "Address= %1\n"
+msgstr ""
+
+#. +> trunk5
+#: skgbankgui/skgobjectmodel.cpp:804
+#, kde-format
+msgctxt "Information"
+msgid "Category= %1\n"
+msgstr ""
+
+#. +> trunk5
+#: skgbankgui/skgobjectmodel.cpp:816
+#, kde-format
+msgctxt "Information"
+msgid "Agency number= %1\n"
+msgstr ""
+
+#. +> trunk5
+#: skgbankgui/skgobjectmodel.cpp:821
+#, kde-format
+msgctxt "Information"
+msgid "Number= %1\n"
+msgstr ""
+
+#. +> trunk5
+#: skgbankgui/skgobjectmodel.cpp:831
+#, kde-format
+msgctxt "Information"
+msgid "Comment= %1\n"
+msgstr ""
+
+#. +> trunk5
+#: skgbankgui/skgobjectmodel.cpp:871
#, kde-format
msgctxt "A tool tip"
msgid "This operation is pointed but not checked yet."
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:826
+#: skgbankgui/skgobjectmodel.cpp:873
#, kde-format
msgctxt "A tool tip"
msgid "You can use the reconciliation mode to validate pointed operations."
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:828
+#: skgbankgui/skgobjectmodel.cpp:875
#, kde-format
msgctxt "A tool tip"
msgid "Click to switch back status."
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:830 skgbankgui/skgobjectmodel.cpp:838
+#: skgbankgui/skgobjectmodel.cpp:877 skgbankgui/skgobjectmodel.cpp:885
#, kde-format
msgctxt "A tool tip"
msgid "Ctrl+click to force checked status."
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:832
+#: skgbankgui/skgobjectmodel.cpp:879
#, kde-format
msgctxt "A tool tip"
msgid "This operation is already checked."
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:834
+#: skgbankgui/skgobjectmodel.cpp:881
#, kde-format
msgctxt "A tool tip"
msgid "This operation is not pointed yet."
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:836
+#: skgbankgui/skgobjectmodel.cpp:883
#, kde-format
msgctxt "A tool tip"
msgid "Click to set pointed status."
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:880
+#: skgbankgui/skgobjectmodel.cpp:927
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Close account '%1'"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:880
+#: skgbankgui/skgobjectmodel.cpp:927
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Open account '%1'"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:882
+#: skgbankgui/skgobjectmodel.cpp:929
#, kde-format
msgctxt "An information message"
msgid "Warning, you closed an account with money"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:889
+#: skgbankgui/skgobjectmodel.cpp:936
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Close tracker '%1'"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:889
+#: skgbankgui/skgobjectmodel.cpp:936
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Open tracker '%1'"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:895
+#: skgbankgui/skgobjectmodel.cpp:942
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Close category '%1'"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:895
+#: skgbankgui/skgobjectmodel.cpp:942
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Open category '%1'"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:901
+#: skgbankgui/skgobjectmodel.cpp:948
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Close payee '%1'"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:901
+#: skgbankgui/skgobjectmodel.cpp:948
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Open payee '%1'"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:909
+#: skgbankgui/skgobjectmodel.cpp:956
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Change operation status"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:987
+#: skgbankgui/skgobjectmodel.cpp:1034
#, kde-format
msgctxt "An information to the user"
msgid "The budget '%1' have been updated"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:1072
+#: skgbankgui/skgobjectmodel.cpp:1119
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Move category"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:1093
+#: skgbankgui/skgobjectmodel.cpp:1140
#, kde-format
msgctxt "An information to the user"
msgid "The category '%1' has been moved to '%2'"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:1102
+#: skgbankgui/skgobjectmodel.cpp:1149
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Merge payees"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:1114
+#: skgbankgui/skgobjectmodel.cpp:1161
#, kde-format
msgctxt "An information to the user"
msgid "The payee '%1' has been merged with payee '%2'"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:1125
+#: skgbankgui/skgobjectmodel.cpp:1172
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Merge accounts"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:1137
+#: skgbankgui/skgobjectmodel.cpp:1184
#, kde-format
msgctxt "An information to the user"
msgid "The account '%1' has been merged with account '%2'"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:1146
+#: skgbankgui/skgobjectmodel.cpp:1193
#, kde-format
msgctxt "Warning message"
msgid ""
"The initial balance of the target account '%1' has been change to %2.\n"
"If you want to do the merge without changing the initial balance, you must keep the Ctrl key pressed."
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:1156
+#: skgbankgui/skgobjectmodel.cpp:1203
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Merge units"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:1168
+#: skgbankgui/skgobjectmodel.cpp:1215
#, kde-format
msgctxt "An information to the user"
msgid "The unit '%1' has been merged with unit '%2'"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:1179
+#: skgbankgui/skgobjectmodel.cpp:1226
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Merge trackers"
msgstr ""
#. +> trunk5
-#: skgbankgui/skgobjectmodel.cpp:1191
+#: skgbankgui/skgobjectmodel.cpp:1238
#, kde-format
msgctxt "An information to the user"
msgid "The tracker '%1' has been merged with tracker '%2'"
msgstr ""
#. +> trunk5
#: skgbankgui/skgpredicatcreator.cpp:257 skgbankgui/skgpredicatcreator.cpp:258
#, kde-format
msgctxt "Default value"
msgid "..."
msgstr ""
#. +> trunk5
#: skgbankgui/skgpredicatcreator.cpp:259
#, kde-format
msgctxt "Noun, an item's attribute"
msgid "attribute"
msgstr ""
#. +> trunk5
#: skgbankgui/skgquerycreator.cpp:53 skgbankgui/skgquerycreator.cpp:116
#, kde-format
msgctxt "A tool tip"
msgid "Switch in advanced mode"
msgstr ""
#. +> trunk5
#: skgbankgui/skgquerycreator.cpp:71 skgbasegui/skgfilteredtableview.cpp:213
#, kde-format
msgctxt "Tooltip"
msgid ""
"<html><head/><body>"
"<p>Searching is case-insensitive. So table, Table, and TABLE are all the same.<br/>"
"If you just put a word or series of words in the search box, the application will filter the table to keep all lines having these words (logical operator AND). <br/>"
"If you want to add (logical operator OR) some lines, you must prefix your word by '+'.<br/>"
"If you want to remove (logical operator NOT) some lines, you must prefix your word by '-'.<br/>"
"If you want to search only on some columns, you must prefix your word by the beginning of column name like: col1:word.<br/>"
"If you want to search only on one column, you must prefix your word by the column name and a dot like: col1.:word.<br/>"
"If you want to use the character ':' in value, you must specify the column name like this: col1:value:rest.<br/>"
"If you want to search for a phrase or something that contains spaces, you must put it in quotes, like: 'yes, this is a phrase'.</p>"
"<p>You can also use operators '&lt;', '&gt;', '&lt;=', '&gt;=', '=' and '#' (for regular expression).</p>"
"<p><span style=\"font-weight:600; text-decoration: underline;\">Examples:</span><br/>"
"+val1 +val2 =&gt; Keep lines containing val1 OR val2<br/>"
"+val1 -val2 =&gt; Keep lines containing val1 but NOT val2<br/>"
"'abc def' =&gt; Keep lines containing the sentence 'abc def' <br/>"
"'-att:abc def' =&gt; Remove lines having a column name starting by abc and containing 'abc def' <br/>"
"abc:def =&gt; Keep lines having a column name starting by abc and containing def<br/>"
":abc:def =&gt; Keep lines containing 'abc:def'<br/>"
"Date&gt;2015-03-01 =&gt; Keep lines where at least one attribute starting by Date is greater than 2015-03-01<br/>"
"Date.&gt;2015-03-01 =&gt; Keep lines where at the Date attribute is greater than 2015-03-01<br/>"
"Amount&lt;10 =&gt;Keep lines where at least one attribute starting by Amount is less than 10<br/>"
"Amount=10 =&gt;Keep lines where at least one attribute starting by Amount is equal to 10<br/>"
"Amount&lt;=10 =&gt;Keep lines where at least one attribute starting by Amount is less or equal to 10<br/>"
"abc#^d.*f$ =&gt; Keep lines having a column name starting by abc and matching the regular expression ^d.*f$</p>"
"<span style=\"font-weight:600; text-decoration: underline;\">Your filter is understood like this:</span><br/>"
"%1</body></html>"
msgstr ""
#. +> trunk5
#: skgbankgui/skgquerycreator.cpp:110
#, kde-format
msgctxt "A tool tip"
msgid "Switch in simple mode"
msgstr ""
#. +> trunk5
#: skgbankgui/skgquerycreator.cpp:179
#, kde-format
msgctxt "Operator contains"
msgid "or"
msgstr ""
#. +> trunk5
#: skgbankgui/skgquerycreator.cpp:184
#, kde-format
msgctxt "Operator contains"
msgid "but not"
msgstr ""
#. +> trunk5
#: skgbankgui/skgquerycreator.cpp:207
#, kde-format
msgctxt "Operator contains"
msgid "Contains"
msgstr ""
#. +> trunk5
#: skgbankgui/skgquerycreator.cpp:212
#, kde-format
msgctxt "Noun"
msgid "Regular expression"
msgstr ""
#. i18n: ectx: property (toolTip), widget (SKGTableWidget, kList)
#. +> trunk5
#: skgbankgui/skgquerycreator.ui:83
#, kde-format
msgid "Double click on items in the list on the left to add them to the query definition"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (SKGTableWidget, kList)
#. +> trunk5
#: skgbankgui/skgquerycreator.ui:90
#, kde-format
msgid ""
"Define your query here. Double click on items in the list on the left to add them to the query as defined in the table.\n"
"\n"
"There is a \"And\" relationship between columns, and a \"Or\" relationship between lines.\n"
"\n"
"Read the Skrooge documentation for more details."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kToolHelp)
#. +> trunk5
#: skgbankgui/skgquerycreator.ui:115
#, kde-format
msgid "This menu can help you to build your query"
msgstr ""
#. +> trunk5
#: skgbankgui/skgunitcombobox.cpp:69
#, kde-format
msgctxt "An information message"
msgid "Unit '%1' has been created"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgaccountobject.cpp:201
#: skgbankmodeler/skgaccountobject.cpp:423 skgbankmodeler/skgbankobject.cpp:69
#: skgbankmodeler/skgcategoryobject.cpp:174
#: skgbankmodeler/skgcategoryobject.cpp:187
#: skgbankmodeler/skgoperationobject.cpp:155
#: skgbankmodeler/skgoperationobject.cpp:404
#: skgbankmodeler/skgoperationobject.cpp:417
#: skgbankmodeler/skgoperationobject.cpp:470
#: skgbankmodeler/skgoperationobject.cpp:483
#: skgbankmodeler/skgunitobject.cpp:1916
#, kde-format
msgctxt "Error message"
msgid "%1 failed because linked object is not yet saved in the database."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgaccountobject.cpp:718
#, kde-format
msgctxt "Noun"
msgid "Relative to operation '%1'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgaccountobject.cpp:718
#, kde-format
msgctxt "Noun"
msgid "Rate change"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgaccountobject.cpp:988
#, kde-format
msgctxt "An information message"
msgid "More than one solution is possible for this auto reconciliation."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgaccountobject.cpp:1011
#, kde-format
msgctxt "Error message"
msgid "Can not find the imported operations for obtaining the expected final balance"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgaccountobject.cpp:1012
#: skgbankmodeler/skgimportexportmanager.cpp:404
#, kde-format
msgctxt "Noun, a list of items"
msgid "Operations of account \"%1\" used for auto reconciliation"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgbudgetobject.cpp:180
#, kde-format
msgctxt "Progression step"
msgid "Apply budget rules"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgbudgetobject.cpp:237
#, kde-format
msgctxt "Message"
msgid "Transfert of %1 from '%2' to '%3' due to the rule '%4'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgbudgetobject.cpp:245
#, kde-format
msgctxt ""
msgid "Impossible to apply the rule '%1' for budget '%2' because the impacted budget does not exist"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgbudgetobject.cpp:297
#, kde-format
msgctxt "Progression step"
msgid "Create automatic budget"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgbudgetobject.cpp:350
#, kde-format
msgctxt "Progression step"
msgid "Balance budgets"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgbudgetruleobject.cpp:196
#, kde-format
msgctxt "Progression step"
msgid "Apply rules"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgcategoryobject.cpp:61
#, kde-format
msgctxt "Error message"
msgid "Invalid name '%1' because of the name cannot contain '%2'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgcategoryobject.cpp:161
#, kde-format
msgctxt "Information message"
msgid "The category '%1' has been created"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgcategoryobject.cpp:193
#, kde-format
msgctxt "Error message"
msgid "You cannot create a loop."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:467
#: skgbankmodeler/skgdocumentbank.cpp:497
#, kde-format
msgctxt "Noun"
msgid "Wallets"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:490
#, kde-format
msgctxt "Error message"
msgid "You are not authorized to delete this operation because in \"checked\" status"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:512
#, kde-format
msgctxt "Error message"
msgid "You are not authorized to delete this account because it contains some checked operations"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:542
#, kde-format
msgctxt "Noun"
msgid "year(s)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:543
#, kde-format
msgctxt "Noun"
msgid "month(s)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:544
#, kde-format
msgctxt "Noun"
msgid "week(s)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:545
#, kde-format
msgctxt "Noun"
msgid "day(s)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:582
#: skgbankmodeler/skgdocumentbank.cpp:647
#: skgbankmodeler/skgdocumentbank.cpp:743
#: skgbankmodeler/skgdocumentbank.cpp:3000
#, kde-format
msgctxt "Noun, financial operations with a negative amount"
msgid "Expenditure"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:582
#: skgbankmodeler/skgdocumentbank.cpp:647
#: skgbankmodeler/skgdocumentbank.cpp:743
#: skgbankmodeler/skgdocumentbank.cpp:2996
#, kde-format
msgctxt "Noun, financial operations with a positive amount"
msgid "Income"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:612
#, kde-format
msgctxt "Adjective, a current account"
msgid "Current"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:613
#, kde-format
msgctxt "Noun"
msgid "Credit card"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:614
#, kde-format
msgctxt "Noun, the type of an account"
msgid "Assets"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:615
#, kde-format
msgctxt "Noun, a type of account WHERE you invest money"
msgid "Investment"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:620
#, kde-format
msgctxt "Noun, as in other type of item"
msgid "Other"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:677
#, kde-format
msgctxt "Error message"
msgid "You are not authorized to delete this tracker because used by some checked operations"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:699
#, kde-format
msgctxt "Error message"
msgid "You are not authorized to delete this payee because used by some checked operations"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:720
#, kde-format
msgctxt "Error message"
msgid "You are not authorized to delete this category because used by some checked operations"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:772
#, kde-format
msgctxt "Noun"
msgid "Negative"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:773
#, kde-format
msgctxt "Noun"
msgid "Positive"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:778
#, kde-format
msgctxt "Noun"
msgid "Next"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:779
#, kde-format
msgctxt "Noun"
msgid "Current"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:780
#: skgbankmodeler/skgdocumentbank.cpp:3199
#, kde-format
msgctxt "Noun"
msgid "Year"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:1941 skgbasemodeler/skgdocument.cpp:1830
#, kde-format
msgctxt "Progression step"
msgid "Migrate document"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2193 skgbasemodeler/skgdocument.cpp:1865
#, kde-format
msgctxt "Error message"
msgid "Impossible to load a document generated by a more recent version"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2235 skgbasemodeler/skgdocument.cpp:2106
#, kde-format
msgctxt "Progression step"
msgid "Refresh views"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2239
#, kde-format
msgctxt "Progression step"
msgid "Computation of balances"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2241
#, kde-format
msgctxt "Progression step"
msgid "Computation of budgets"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2251 skgbasemodeler/skgdocument.cpp:2125
#, kde-format
msgctxt "Error message: Could not perform database migration"
msgid "Database migration from version %1 to version %2 failed"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2352
#: skgbankmodeler/skgdocumentbank.cpp:2515
#, kde-format
msgctxt "Error message"
msgid "Operation '%1' on '%2' failed"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2553
#: skgbankmodeler/skgdocumentbank.cpp:2613
#: skgbankmodeler/skgdocumentbank.cpp:2629
#: skgbankmodeler/skgdocumentbank.cpp:2650
#: skgbankmodeler/skgdocumentbank.cpp:2678
#: skgbankmodeler/skgdocumentbank.cpp:2692
#: skgbankmodeler/skgdocumentbank.cpp:2699
#: skgbankmodeler/skgdocumentbank.cpp:2713
#: skgbankmodeler/skgdocumentbank.cpp:2727
#: skgbankmodeler/skgdocumentbank.cpp:2734
#: skgbankmodeler/skgdocumentbank.cpp:2748
#: skgbankmodeler/skgdocumentbank.cpp:2762
#: skgbankmodeler/skgdocumentbank.cpp:2776 skgbasemodeler/skgdocument.cpp:2688
#: skgbasemodeler/skgdocument.cpp:2702 skgbasemodeler/skgdocument.cpp:2709
#: skgbasemodeler/skgdocument.cpp:2716
#, kde-format
msgctxt "Noun, the default value of an item"
msgid "Default"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2565
#: skgbankmodeler/skgdocumentbank.cpp:2621
#: skgbankmodeler/skgdocumentbank.cpp:2636
#: skgbankmodeler/skgdocumentbank.cpp:2657
#: skgbankmodeler/skgdocumentbank.cpp:2685
#: skgbankmodeler/skgdocumentbank.cpp:2706
#: skgbankmodeler/skgdocumentbank.cpp:2720
#: skgbankmodeler/skgdocumentbank.cpp:2741
#: skgbankmodeler/skgdocumentbank.cpp:2755
#: skgbankmodeler/skgdocumentbank.cpp:2769 skgbasemodeler/skgdocument.cpp:2695
#, kde-format
msgctxt "Noun, the minimum value of an item"
msgid "Minimum"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2577
#, kde-format
msgctxt "Noun"
msgid "Amount in 2 columns"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2589
#: skgbankmodeler/skgdocumentbank.cpp:3017
#, kde-format
msgctxt "Noun"
msgid "Amount entered"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2601
#, kde-format
msgctxt "Noun"
msgid "Amount entered in 2 columns"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2643
#, kde-format
msgctxt "Noun, an intermediate value between two extremums"
msgid "Intermediate"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2664
#, kde-format
msgctxt "Noun"
msgid "With operations"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2671
#, kde-format
msgctxt "Noun"
msgid "With cumulative operations"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2966
#, kde-format
msgctxt "Noun, an account as in a bank account"
msgid "Account"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2969
#, kde-format
msgctxt "Noun, an account as in a bank account"
msgid "Account's type"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2972
#, kde-format
msgctxt "Noun, a financial operation"
msgid "Operation"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2975 skgbasemodeler/skgdocument.cpp:2738
#, kde-format
msgctxt "Noun, the name of an item"
msgid "Name"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2979
#, kde-format
msgctxt "Noun, as in commercial balance"
msgid "Balance"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2982
#, kde-format
msgctxt "Noun, as in commercial balance"
msgid "Balance entered"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2985
#: skgbankmodeler/skgdocumentbank.cpp:2989
#, kde-format
msgctxt "Name, the numerical amount of a financial operation"
msgid "Amount"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:2992
#, kde-format
msgctxt "Name, the numerical amount of a financial operation"
msgid "Today amount"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3004
#, kde-format
msgctxt "Noun"
msgid "Income entered"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3008
#, kde-format
msgctxt "Noun"
msgid "Expenditure entered"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3011
#, kde-format
msgctxt "Noun"
msgid "Quantity owned"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3014
#, kde-format
msgctxt "Noun"
msgid "Amount owned"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3020
#, kde-format
msgctxt "Noun"
msgid "Account number"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3023
#, kde-format
msgctxt "Noun, a number identifying an item"
msgid "Number"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3026
#, kde-format
msgctxt "Noun"
msgid "Bank number"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3029
#, kde-format
msgctxt "Noun"
msgid "Agency number"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3032
#, kde-format
msgctxt "Noun"
msgid "Agency address"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3035
#, kde-format
msgctxt "Noun"
msgid "Address"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3038
#, kde-format
msgctxt "A person or institution receiving a payment, or paying the operation"
msgid "Payee"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3041
#, kde-format
msgctxt "Noun, a user comment on an item"
msgid "Comment"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3044
#, kde-format
msgctxt "Noun, a user comment on an item"
msgid "Sub comment"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3047
#, kde-format
msgctxt "Noun, the mode used for payment of the operation (Credit Card, Cheque, Transfer...)"
msgid "Mode"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3050
#, kde-format
msgctxt "Noun"
msgid "Next occurrence"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3054 skgbasemodeler/skgdocument.cpp:2740
#, kde-format
msgctxt "Noun, the date of an item"
msgid "Date"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3057
#, kde-format
msgctxt "Noun, the date of creation of an item"
msgid "Creation date"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3060
#, kde-format
msgctxt "Noun, 7 days"
msgid "Week"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3063
#, kde-format
msgctxt "Noun, the months in a year"
msgid "Month"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3066
#, kde-format
msgctxt "Noun, 3 months"
msgid "Quarter"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3069
#, kde-format
msgctxt "Noun, 6 months"
msgid "Semester"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3072
#, kde-format
msgctxt "Noun, the years in a century"
msgid "Year"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3075
#, kde-format
msgctxt "Noun, the date of an item"
msgid "First date"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3078
#, kde-format
msgctxt "Noun, the date of an item"
msgid "Last date"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3081
#, kde-format
msgctxt "Noun, the date of the last download"
msgid "Download date"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3084
#, kde-format
msgctxt "Noun, the date of the last reconciliation"
msgid "Reconciliation date"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3089
#, kde-format
msgctxt "Noun, the category of an item"
msgid "Category"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3092
#, kde-format
msgctxt "Noun, a financial institution"
msgid "Bank"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3095
#, kde-format
msgctxt "Noun, the unit of an operation, usually a currency or a share"
msgid "Unit"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3098
#, kde-format
msgctxt "Noun, the unit of an operation, usually a currency or a share"
msgid "Unit's type"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3101
#, kde-format
msgctxt "Adjective, has an item been checked or not"
msgid "Checked"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3104
#, kde-format
msgctxt "Adjective, a foreseen value"
msgid "To be Checked"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3107
#, kde-format
msgctxt "Noun, ahe unit symbol, something in the line of $, €, £..."
msgid "Symbol"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3110
#, kde-format
msgctxt "Noun, a country in the world (France, China...)"
msgid "Country"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3114
#: skgbankmodeler/skgdocumentbank.cpp:3117
#, kde-format
msgctxt "Noun, the type of an item"
msgid "Type"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3120
#, kde-format
msgctxt "Noun"
msgid "Internet code"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3123
#, kde-format
msgctxt "Noun"
msgid "Number of operations"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3126
#, kde-format
msgctxt "Noun, how frequently something occurs"
msgid "Periodicity"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3129
#, kde-format
msgctxt "Automatically write something"
msgid "Auto write"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3132
#, kde-format
msgctxt "Noun"
msgid "Nb of occurrences"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3135
#, kde-format
msgctxt "Verb, warn the user about an event"
msgid "Warn"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3138
#, kde-format
msgctxt "Adjective, a closed item"
msgid "Closed"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3144
#, kde-format
msgctxt "Noun, the status of an item"
msgid "Status"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3147
#, kde-format
msgctxt "Adjective, an item scheduled to happen on a regular basis"
msgid "Scheduled"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3150
#, kde-format
msgctxt "Noun"
msgid "Number of operations (cumulative)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3153
#, kde-format
msgctxt "Noun"
msgid "Amount (cumulative)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3156
#, kde-format
msgctxt "Noun"
msgid "Search description"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3159
#, kde-format
msgctxt "Noun"
msgid "Process description"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3162
#, kde-format
msgctxt "Noun, the type of action"
msgid "Action type"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3166
#, kde-format
msgctxt "Noun, something that is used to track items"
msgid "Tracker"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3169
#, kde-format
msgctxt "Noun"
msgid "Import status"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3172
#, kde-format
msgctxt "Noun, after the dot"
msgid "Nb decimal"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3175
#, kde-format
msgctxt "Noun, for a share"
msgid "Rate"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3178
#, kde-format
msgctxt "Noun"
msgid "Value date"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3181
#, kde-format
msgctxt "Noun"
msgid "Coef"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3184
#, kde-format
msgctxt "Noun"
msgid "Annual Interest"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3187
#, kde-format
msgctxt "Noun"
msgid "Accrued Interest"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3190
#, kde-format
msgctxt "Noun"
msgid "Value date for credit"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3193
#, kde-format
msgctxt "Noun"
msgid "Value date for debit"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3196
#, kde-format
msgctxt "Noun"
msgid "Base computation"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3202
#, kde-format
msgctxt "Noun"
msgid "Month"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3205
#, kde-format
msgctxt "Noun"
msgid "Period"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3208
#, kde-format
msgctxt "Noun, sort order"
msgid "Order"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3211
#, kde-format
msgctxt "Noun"
msgid "When"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3214
#, kde-format
msgctxt "Noun"
msgid "What"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3217
#, kde-format
msgctxt "Noun"
msgid "Impacted budget"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3220
#, kde-format
msgctxt "Noun"
msgid "Rules"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3223
#, kde-format
msgctxt "Noun"
msgid "Entered Budget"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3226
#, kde-format
msgctxt "Noun"
msgid "Corrected budget"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3229
#, kde-format
msgctxt "Noun"
msgid "Delta after rules"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3232
#, kde-format
msgctxt "Noun"
msgid "Delta"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3235
#, kde-format
msgctxt "Noun"
msgid "Download source"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3238
#, kde-format
msgctxt "Noun"
msgid "Transfer"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3241
#, kde-format
msgctxt "Noun, a target account of a transfer"
msgid "To account"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3244
#, kde-format
msgctxt "Noun, a maximum limit"
msgid "Maximum limit"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3247
#, kde-format
msgctxt "Noun, a minimum limit"
msgid "Minimum limit"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3250
#, kde-format
msgctxt "Noun, the id of an operation"
msgid "Operation id"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3253
#, kde-format
msgctxt "Noun, the absence of anything"
msgid "-- Nothing --"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3256
#, kde-format
msgctxt "Noun"
msgid "Balance import"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3259
#, kde-format
msgctxt "Noun"
msgid "Balance reconciliation"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3262
#, kde-format
msgctxt "Noun, the date of the last import"
msgid "Import date"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3367
#, kde-format
msgctxt "an other category"
msgid "Others"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3427
#, kde-format
msgid "Expenses in category <b>'%1'</b> increased by <b>%2</b> for a total of <b>%3</b>."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3431
#, kde-format
msgid "Expenses in category <b>'%1'</b> decreased by <b>%2</b> for a total of <b>%3</b>."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3439
#, kde-format
msgid "Incomes in category <b>'%1'</b> increased by <b>%2</b> for a total of <b>%3</b>."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgdocumentbank.cpp:3443
#, kde-format
msgid "Incomes in category <b>'%1'</b> decreased by <b>%2</b> for a total of <b>%3</b>."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:254
#, kde-format
msgctxt "Noun"
msgid "Unit for import"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:266
#, kde-format
msgctxt "An information message"
msgid "Default unit '%1' created for import"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:335
#, kde-format
msgid "One operation not imported because it already exists"
msgid_plural "%1 operations not imported because they already exist"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:351
#, kde-format
msgid "One operation was not imported because it was dated before the last imported one, you can uncheck the option to avoid this."
msgid_plural "%1 operations were not imported because they were dated before the last imported one, you can uncheck the option to avoid this."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:369
#, kde-format
msgctxt "Progression step"
msgid "Finalize import"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:379
#, kde-format
msgctxt "Warning message"
msgid ""
"Error during execution of rules:\n"
"%1"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:402
#, kde-format
msgctxt "Information message"
msgid "The balance of account '%1' is not aligned with import balance %2"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:408
#, kde-format
msgctxt "Information message"
msgid "The balance of account '%1' is aligned with import balance %2"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:512
#: skgbankmodeler/skgimportexportmanager.cpp:559
#, kde-format
msgctxt "A file format"
msgid "All supported formats"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:592
#: skgbankmodeler/skgimportexportmanager.cpp:618
#, kde-format
msgctxt "An information message"
msgid "Loading plugin %1 failed because the factory could not be found in %2"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:650
#, kde-format
msgctxt "Error message"
msgid "The import mode %1 is not yet implemented"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:682
#, kde-format
msgctxt "Error message"
msgid "This export mode is not yet implemented"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:697
#, kde-format
msgctxt "Progression step"
msgid "Clean import"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:789
#, kde-format
msgctxt "An information message"
msgid "The document must be saved to be anonymized."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:808
#, kde-format
msgctxt "Progression step"
msgid "Anonymize"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgimportexportmanager.cpp:838
#: skgbankmodeler/skgimportexportmanager.cpp:882
#, kde-format
msgctxt "Progression step"
msgid "Find and group transfers"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgoperationobject.cpp:159
#, kde-format
msgctxt "Error message"
msgid "Impossible to add an operation in a closed account"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgoperationobject.cpp:261
#: skgbasemodeler/skgobjectbase.cpp:418 skgbasemodeler/skgobjectbase.cpp:495
#, kde-format
msgctxt "Error message"
msgid "Operation impossible because the document is missing"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgoperationobject.cpp:548
#, kde-format
msgctxt "An information message"
msgid "Amount has been changed to be aligned with the imported operation"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgpayeeobject.cpp:78
#, kde-format
msgctxt "Information message"
msgid "Payee '%1' has been created"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgrecurrentoperationobject.cpp:261
#, kde-format
msgctxt "An information message"
msgid "Operation '%1' has been inserted"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgrecurrentoperationobject.cpp:275
#, kde-format
msgid "Operation '%2' will be inserted in one day"
msgid_plural "Operation '%2' will be inserted in %1 days"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:111
#, kde-format
msgctxt "Title"
msgid "Account"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:185
#, kde-format
msgctxt "Column table title"
msgid "Quantity"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:186
#, kde-format
msgctxt "Column table title"
msgid "Purchase amount"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:187
#, kde-format
msgctxt "Column table title"
msgid "Initial amount"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:189
#, kde-format
msgctxt "Column table title"
msgid "Variation"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:190
#, kde-format
msgctxt "Column table title"
msgid "Variation %"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:341 skgbankmodeler/skgreportbank.cpp:370
#, kde-format
msgctxt "Noun"
msgid "Total of %1"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:559
#, kde-format
msgctxt "An advice"
msgid "You must try to get out of debt."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:563
#, kde-format
msgctxt "An advice"
msgid "Congratulations, you are now financially independent."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:567
#, kde-format
msgctxt "An advice"
msgid "Congratulations, You saved up ten year’s worth of expenses."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:571
#, kde-format
msgctxt "An advice"
msgid "You saved up %1 year’s worth of expenses. You should continue your effort."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:575
#, kde-format
msgctxt "An advice"
msgid "You saved up one year’s worth of expenses. You should maintain your effort."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:579
#, kde-format
msgctxt "An advice"
msgid "You do not have debt but you have no margin. You must maintain your effort."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:699
#, kde-format
msgctxt "Noun"
msgid "Savings possible"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:700
#, kde-format
msgctxt "Noun"
msgid "Max"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:717
#, kde-format
msgctxt "The main text of skrooge"
msgid ""
"Skrooge allows you to keep a hold on your expenses, by tracking and budgeting them.<br/>"
"What should you do now ?<br/>"
"<ul>"
"<li>Create at least one <a href=\"%1\">account</a></li>"
"<li>Add some operations, using <a href=\"%3\">import</a> or <a href=\"%2\">manual input</a></li>"
"<li>Categorize them</li>"
"</ul>"
"<p>You may come back to this page any time by closing all tabs.<br/>"
"For more information about using Skrooge, check the <a href=\"http://skrooge.org\">Skrooge website</a>.</p>"
"<p>We hope that you will enjoy Skrooge</p>"
" The Skrooge Team"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:732
#, kde-format
msgctxt "A monthly report title"
msgid "Report for %1"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:733
#, kde-format
msgctxt "A monthly report title"
msgid "Budget"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:734
#, kde-format
msgctxt "A monthly report title"
msgid "5 main categories of expenditure"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:735
#, kde-format
msgctxt "A monthly report title"
msgid "5 main variations"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:736
#, kde-format
msgctxt "A monthly report title"
msgid "Amounts in accounts"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:737
#, kde-format
msgctxt "A monthly report title"
msgid "Amounts of units"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:738
#, kde-format
msgctxt "A monthly report title"
msgid "Advice"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:739
#, kde-format
msgctxt "A monthly report title"
msgid "Stock portfolio"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:740
#, kde-format
msgctxt "A monthly report title"
msgid "Estimated interests"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:741
#, kde-format
msgctxt "A monthly report title"
msgid "Alarms"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:742
#, kde-format
msgctxt "A monthly report title"
msgid "Highlighted operations"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:743
#, kde-format
msgctxt "A monthly report title"
msgid "Net Worth"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:744
#, kde-format
msgctxt "A monthly report title"
msgid "Annual Spending"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:745
#, kde-format
msgctxt "A monthly report title"
msgid "Personal Finance Score"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:747
#, kde-format
msgctxt "A monthly report message"
msgid "No variation found."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:748
#, kde-format
msgctxt "A monthly report message"
msgid "No scheduled operations defined on the \"<a href=\"%1\">Scheduled operations</a>\" page."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:749
#, kde-format
msgctxt "A monthly report message"
msgid "No highlighted operations defined on the \"<a href=\"%1\">Operations</a>\" page."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:750
#, kde-format
msgctxt "A monthly report message"
msgid "No budget defined on the \"<a href=\"%1\">Budget</a>\" page."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:751
#, kde-format
msgctxt "A monthly report message"
msgid "No share defined on the \"<a href=\"%1\">Unit</a>\" page."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgreportbank.cpp:752
#, kde-format
msgctxt "A monthly report message"
msgid "All amounts are calculated using the unit rates of the last day of the corresponding period."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:242
#, kde-format
msgctxt "Progression step"
msgid "Apply rule"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:265
#, kde-format
msgid "1 operation modified by %2"
msgid_plural "%1 operations modified by %2"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:326
#, kde-format
msgctxt "Error message"
msgid "Rule %1 failed"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:339
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "contains '#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:341
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "does not contain '#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:343
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "starts with '#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:345
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "does not start with '#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:347
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "ends with '#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:349
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "does not end with '#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:351
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is empty"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:353
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is not empty"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:355
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "regexp '#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:357
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "not regexp '#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:359
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "wildcard '#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:361
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "not wildcard '#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:363
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "=#V1#"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:365
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "!=#V1#"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:367
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid ">#V1#"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:369
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "<#V1#"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:371
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid ">=#V1#"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:373
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "<=#V1#"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:375
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "='#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:377
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "!='#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:379
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid ">'#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:381
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "<'#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:383
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid ">='#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:385
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "<='#V1S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:387
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is between #V1# and #V2#"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:389
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is between '#V1S#' and '#V2S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:391
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is set to lower"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:393
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is set to upper"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:395
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is set to capitalize"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:397
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is not lower"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:399
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is not upper"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:401
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is not capitalize"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:403
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is lower"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:405
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is upper"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:407
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is capitalize"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:409
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "=#ATT2# with '#V1S#' replaced by '#V2S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:411
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "=substring of #ATT2# from #V1# to #V2#"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:413
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "=#ATT2#"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:415
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "=word(#ATT2#,#V1S#)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:417
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "=#ATT2# as date with format #DF#"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:419
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "=word(#ATT2#,#V1S#) as date with format #DF#"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:421
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is in current month"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:423
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is in previous month"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:425
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is in current year"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:427
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is in previous year"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:429
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is in last 30 days"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:431
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is in last 3 months"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:433
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is in last 6 months"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:435
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is in last 12 months"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:437
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is in last 2 years"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:439
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is in last 3 years"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:441
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "is in last 5 years"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:443
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "If total(#ATT#)#OP##V1# then send '#V2S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:445
#, kde-format
msgctxt "Description of a condition. Do not translate key words (#V1S#, #V1#, ...)"
msgid "Apply the template '#V2S#'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:455
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute contains a given string"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:457
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute doesn't contain a given string"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:459
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is starting by a given string"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:461
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is not starting by a given string"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:463
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is ending by a given string"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:465
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is not ending by a given string"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:467
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is empty"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:469
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is not empty"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:471
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is matching a given regular expression (eg. \"^[H,h]ello$\")"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:473
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is not matching a given regular expression (eg. \"^[H,h]ello$\")"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:475
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is matching a given wildcard expression (eg. \"_ello\")"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:477
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is not matching a given wildcard expression (eg. \"_ello\")"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:479
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is equal to a given value"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:481
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is not equal to a given value"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:483
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is greater than a given value"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:485
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is smaller than a given value"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:487
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is greater or equal to a given value"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:489
#, kde-format
msgctxt "Help for a condition"
msgid "To set the attribute with a given value"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:491
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is equal to a given string"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:493
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is not equal to a given string"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:495
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is greater than a given string"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:497
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is smaller than a given string"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:499
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is greater or equal to a given string"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:501
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is smaller or equal to a given string"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:503
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is between two given values"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:505
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is between two given string"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:507
#, kde-format
msgctxt "Help for a condition"
msgid "To set the attribute in lower case (eg. hello)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:509
#, kde-format
msgctxt "Help for a condition"
msgid "To set the attribute in upper case (eg. HELLO)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:511
#, kde-format
msgctxt "Help for a condition"
msgid "To set the attribute in capitalized case (eg. Hello)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:513
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is not in lower case (eg. hello)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:515
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is not in upper case (eg. HELLO)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:517
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is not in capitalized case (eg. Hello)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:519
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is in lower case (eg. hello)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:521
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is in upper case (eg. HELLO)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:523
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the attribute is in capitalized case (eg. Hello)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:525
#, kde-format
msgctxt "Help for a condition"
msgid "To set the attribute with the value of another attribute where a value is replaced by another one"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:527
#, kde-format
msgctxt "Help for a condition"
msgid "To set the attribute with a part of the value of another attribute"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:529
#, kde-format
msgctxt "Help for a condition"
msgid "To set the attribute with the value of another attribute"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:531
#, kde-format
msgctxt "Help for a condition"
msgid "To set the attribute with a word of the value of another attribute converted in date format"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:533
#, kde-format
msgctxt "Help for a condition"
msgid "To set the date attribute with the value of another attribute"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:535
#, kde-format
msgctxt "Help for a condition"
msgid "To set the date attribute with a word of another attribute converted in date format"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:537
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the date of the operation is today"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:539
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the date of the operation is in previous month"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:541
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the date of the operation is in current year"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:543
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the date of the operation is in previous year"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:545
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the date of the operation is in last 30 days"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:547
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the date of the operation is in last 3 months"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:549
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the date of the operation is in last 6 months"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:551
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the date of the operation is in last 12 months"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:553
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the date of the operation is in last 2 years"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:555
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the date of the operation is in last 3 years"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:557
#, kde-format
msgctxt "Help for a condition"
msgid "To find out if the date of the operation is in last 5 years"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:802
#, kde-format
msgctxt "logical operator in a search query"
msgid " and "
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgruleobject.cpp:839
#, kde-format
msgctxt "logical operator in a search query"
msgid " or "
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgsuboperationobject.cpp:144
#, kde-format
msgctxt "Error message"
msgid "Impossible to remove an operation from a closed tracker"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgsuboperationobject.cpp:146
#, kde-format
msgctxt "Error message"
msgid "Impossible to add an operation in a closed tracker"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgtrackerobject.cpp:77
#, kde-format
msgctxt "Information message"
msgid "Tracker '%1' has been created"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:139
#, kde-format
msgctxt "Noun, a currency"
msgid "CAC 40"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:141 skgbankmodeler/skgunitobject.cpp:180
#, kde-format
msgctxt "Noun, a country"
msgid "France"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:152
#, kde-format
msgctxt "Noun, a currency"
msgid "NASDAQ"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:154 skgbankmodeler/skgunitobject.cpp:167
#: skgbankmodeler/skgunitobject.cpp:193
#, kde-format
msgctxt "Noun, a country"
msgid "United States"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:165
#, kde-format
msgctxt "Noun, a currency"
msgid "Dow Jones (DJIA)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:178
#, kde-format
msgctxt "Noun, a currency"
msgid "SBF 120"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:191
#, kde-format
msgctxt "Noun, a currency"
msgid "S&P 500"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:204
#, kde-format
msgctxt "Noun, a currency"
msgid "FTSE 100"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:206
#, kde-format
msgctxt "Noun, a country"
msgid "England"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:217
#, kde-format
msgctxt "Noun, a currency"
msgid "DAX"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:219
#, kde-format
msgctxt "Noun, a country"
msgid "Germany"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:230
#, kde-format
msgctxt "Noun, a currency"
msgid "NIKKEI 225"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:232
#, kde-format
msgctxt "Noun, a country"
msgid "Japan"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:243
#, kde-format
msgctxt "Noun, a currency"
msgid "HANG SENG"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:245
#, kde-format
msgctxt "Noun, a country"
msgid "China"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:256
#, kde-format
msgctxt "Noun, a currency"
msgid "STRAITS TIMES"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:259
#, kde-format
msgctxt "Noun, a country"
msgid "Singapore"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:269
#, kde-format
msgctxt "Noun, a currency"
msgid "Bitcoin"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:272 skgbankmodeler/skgunitobject.cpp:286
#: skgbankmodeler/skgunitobject.cpp:300 skgbankmodeler/skgunitobject.cpp:314
#: skgbankmodeler/skgunitobject.cpp:328 skgbankmodeler/skgunitobject.cpp:342
#: skgbankmodeler/skgunitobject.cpp:356 skgbankmodeler/skgunitobject.cpp:370
#: skgbankmodeler/skgunitobject.cpp:384 skgbankmodeler/skgunitobject.cpp:398
#: skgbankmodeler/skgunitobject.cpp:412 skgbankmodeler/skgunitobject.cpp:426
#: skgbankmodeler/skgunitobject.cpp:440 skgbankmodeler/skgunitobject.cpp:454
#: skgbankmodeler/skgunitobject.cpp:468 skgbankmodeler/skgunitobject.cpp:482
#: skgbankmodeler/skgunitobject.cpp:496 skgbankmodeler/skgunitobject.cpp:510
#: skgbankmodeler/skgunitobject.cpp:524 skgbankmodeler/skgunitobject.cpp:538
#: skgbankmodeler/skgunitobject.cpp:552 skgbankmodeler/skgunitobject.cpp:566
#: skgbankmodeler/skgunitobject.cpp:580 skgbankmodeler/skgunitobject.cpp:594
#: skgbankmodeler/skgunitobject.cpp:608 skgbankmodeler/skgunitobject.cpp:622
#: skgbankmodeler/skgunitobject.cpp:636 skgbankmodeler/skgunitobject.cpp:650
#: skgbankmodeler/skgunitobject.cpp:664 skgbankmodeler/skgunitobject.cpp:678
#: skgbankmodeler/skgunitobject.cpp:692 skgbankmodeler/skgunitobject.cpp:706
#: skgbankmodeler/skgunitobject.cpp:720 skgbankmodeler/skgunitobject.cpp:734
#: skgbankmodeler/skgunitobject.cpp:748 skgbankmodeler/skgunitobject.cpp:762
#: skgbankmodeler/skgunitobject.cpp:776 skgbankmodeler/skgunitobject.cpp:790
#: skgbankmodeler/skgunitobject.cpp:804 skgbankmodeler/skgunitobject.cpp:818
#: skgbankmodeler/skgunitobject.cpp:832 skgbankmodeler/skgunitobject.cpp:846
#: skgbankmodeler/skgunitobject.cpp:860 skgbankmodeler/skgunitobject.cpp:874
#: skgbankmodeler/skgunitobject.cpp:888 skgbankmodeler/skgunitobject.cpp:902
#: skgbankmodeler/skgunitobject.cpp:916 skgbankmodeler/skgunitobject.cpp:930
#: skgbankmodeler/skgunitobject.cpp:944 skgbankmodeler/skgunitobject.cpp:958
#: skgbankmodeler/skgunitobject.cpp:972 skgbankmodeler/skgunitobject.cpp:986
#: skgbankmodeler/skgunitobject.cpp:1000 skgbankmodeler/skgunitobject.cpp:1014
#: skgbankmodeler/skgunitobject.cpp:1028 skgbankmodeler/skgunitobject.cpp:1042
#: skgbankmodeler/skgunitobject.cpp:1056 skgbankmodeler/skgunitobject.cpp:1070
#: skgbankmodeler/skgunitobject.cpp:1084 skgbankmodeler/skgunitobject.cpp:1098
#: skgbankmodeler/skgunitobject.cpp:1112 skgbankmodeler/skgunitobject.cpp:1126
#: skgbankmodeler/skgunitobject.cpp:1140 skgbankmodeler/skgunitobject.cpp:1154
#: skgbankmodeler/skgunitobject.cpp:1168 skgbankmodeler/skgunitobject.cpp:1182
#: skgbankmodeler/skgunitobject.cpp:1196 skgbankmodeler/skgunitobject.cpp:1210
#: skgbankmodeler/skgunitobject.cpp:1224 skgbankmodeler/skgunitobject.cpp:1238
#: skgbankmodeler/skgunitobject.cpp:1252 skgbankmodeler/skgunitobject.cpp:1266
#: skgbankmodeler/skgunitobject.cpp:1280 skgbankmodeler/skgunitobject.cpp:1294
#: skgbankmodeler/skgunitobject.cpp:1308 skgbankmodeler/skgunitobject.cpp:1322
#: skgbankmodeler/skgunitobject.cpp:1336 skgbankmodeler/skgunitobject.cpp:1350
#: skgbankmodeler/skgunitobject.cpp:1364 skgbankmodeler/skgunitobject.cpp:1378
#: skgbankmodeler/skgunitobject.cpp:1392 skgbankmodeler/skgunitobject.cpp:1406
#: skgbankmodeler/skgunitobject.cpp:1420 skgbankmodeler/skgunitobject.cpp:1434
#: skgbankmodeler/skgunitobject.cpp:1448 skgbankmodeler/skgunitobject.cpp:1462
#: skgbankmodeler/skgunitobject.cpp:1476 skgbankmodeler/skgunitobject.cpp:1490
#: skgbankmodeler/skgunitobject.cpp:1504 skgbankmodeler/skgunitobject.cpp:1518
#: skgbankmodeler/skgunitobject.cpp:1532 skgbankmodeler/skgunitobject.cpp:1546
#: skgbankmodeler/skgunitobject.cpp:1560 skgbankmodeler/skgunitobject.cpp:1574
#: skgbankmodeler/skgunitobject.cpp:1588 skgbankmodeler/skgunitobject.cpp:1602
#: skgbankmodeler/skgunitobject.cpp:1616 skgbankmodeler/skgunitobject.cpp:1630
#: skgbankmodeler/skgunitobject.cpp:1644 skgbankmodeler/skgunitobject.cpp:1658
#, kde-format
msgctxt "Noun, the country of bitcoin"
msgid "Internet"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:283
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Ethereum"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:297
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Ripple"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:311
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Bitcoin Cash"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:325
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Cardano"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:339
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "NEM"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:353
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Litecoin"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:367
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Stellar"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:381
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "IOTA"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:395
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "TRON"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:409
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Dash"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:423
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "NEO"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:437
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Monero"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:451
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "EOS"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:465
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Qtum"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:479
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "ICON"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:493
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Bitcoin Gold"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:507
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Lisk"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:521
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "RaiBlocks"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:535
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Ethereum Classic"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:549
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Verge"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:563
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Siacoin"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:577
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "OmiseGO"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:591
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Bytecoin"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:605
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "BitConnect"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:619
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Populous"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:633
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Stratis"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:647
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Zcash"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:661
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Dentacoin"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:675
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "BitShares"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:689
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Binance Coin"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:703
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Dogecoin"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:717
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Status"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:731
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Ardor"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:745
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "KuCoin Shares"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:759
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Tether"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:773
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Steem"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:787
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Waves"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:801
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "VeChain"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:815
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "DigiByte"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:829
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Komodo"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:843
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Dragonchain"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:857
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Augur"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:871
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Golem"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:885
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Veritaseum"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:899
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Hshare"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:913
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Kin"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:927
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "SALT"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:941
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Electroneum"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:955
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Ark"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:969
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Dent"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:983
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Ethos"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:997
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Basic Attention Token"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1011
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "ReddCoin"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1025
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "0x"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1039
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Decred"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1053
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Nexus"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1067
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Experience Points"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1081
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "QASH"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1095
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Kyber Network"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1109
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "PIVX"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1123
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "FunFair"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1137
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Factom"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1151
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Neblio"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1165
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Request Network"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1179
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Aeternity"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1193
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Substratum"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1207
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Power Ledger"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1221
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "WAX"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1235
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "aelf"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1249
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Bytom"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1263
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Aion"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1277
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "RChain"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1291
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "DigitalNote"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1305
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Enigma"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1319
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Nxt"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1333
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Time New Bank"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1347
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "BitcoinDark"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1361
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "MonaCoin"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1375
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Quantstamp"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1389
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "MaidSafeCoin"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1403
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Byteball Bytes"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1417
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Gas"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1431
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "ChainLink"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1445
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Syscoin"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1459
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Santiment Network Token"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1473
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Cobinhood"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1487
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Red Pulse"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1501
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "DigixDAO"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1515
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "TenX"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1529
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Iconomi"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1543
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Po.et"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1557
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "ZCoin"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1571
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Gnosis"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1585
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "BLOCKv"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1599
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Walton"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1613
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "PACcoin"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1627
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "DeepBrain Chain"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1641
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "ETHLend"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1655
#, kde-format
msgctxt "Noun, a cryptocurrency"
msgid "Civic"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1737
#, kde-format
msgctxt "Error message"
msgid "Unknown unit '%1'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1900
#, kde-format
msgctxt "Error message"
msgid "Reference unit of a unit cannot be itself."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1932
#, kde-format
msgctxt "Progression step"
msgid "Simplify unit"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1935
#, kde-format
msgctxt "Progression step"
msgid "Analyze unit"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:1974
#, kde-format
msgctxt "Progression step"
msgid "Remove useless values"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:2117
#, kde-format
msgctxt "Error message"
msgid "Invalid ratio. Ratio must be greater than 0."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:2161
#, kde-format
msgctxt "Description test for a text file used to define a source of download"
msgid "The URL or the SCRIPT of the source. %1 will be replaced by the internet code of the unit"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:2163
#, kde-format
msgctxt "Description test for a text file used to define a source of download"
msgid "%1 will be replaced by the current day in format yyyy-MM-dd"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:2165
#, kde-format
msgctxt "Description test for a text file used to define a source of download"
msgid "%1 will be replaced by the previous date in format yyyy-MM-dd"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:2172
#, kde-format
msgctxt "Description test for a text file used to define a source of download"
msgid "The mode (HTML or CSV or CSVR). In HTML mode, only one value will be extracted from downloaded page. In CSV mode, a value per line will be extracted. CSVR means CSV in reverse mode."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:2176
#, kde-format
msgctxt "Description test for a text file used to define a source of download"
msgid "The regular expression for the price (see %1)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:2180
#, kde-format
msgctxt "Description test for a text file used to define a source of download"
msgid "The regular expression for the date (see %1)"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:2184
#, kde-format
msgctxt "Description test for a text file used to define a source of download"
msgid "The format of the date (see %1) or \"UNIX\" for unix time"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:2312 skgbankmodeler/skgunitobject.cpp:2456
#, kde-format
msgctxt "Error message"
msgid "Source of download %1 is not installed."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:2421
#, kde-format
msgctxt "Information message"
msgid "Price not found for '%1' with regular expression '%2' in line '%3'"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:2425
#, kde-format
msgctxt "An information message"
msgid "Open url '%1' failed"
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:2433
#, kde-format
msgctxt "Error message"
msgid "Impossible to download unit %1 with Internet code %2."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitobject.cpp:2484
#, kde-format
msgctxt "Error message"
msgid "Impossible to open unit %1 with Internet code %2."
msgstr ""
#. +> trunk5
#: skgbankmodeler/skgunitvalueobject.cpp:58
#, kde-format
msgctxt "Error message"
msgid "Value of a currency cannot be a negative value"
msgstr ""
#. +> trunk5
#: skgbasegui/kdateedit.cpp:344
#, kde-format
msgctxt "the day after today"
msgid "tomorrow"
msgstr ""
#. +> trunk5
#: skgbasegui/kdateedit.cpp:345
#, kde-format
msgctxt "this day"
msgid "today"
msgstr ""
#. +> trunk5
#: skgbasegui/kdateedit.cpp:346
#, kde-format
msgctxt "the day before today"
msgid "yesterday"
msgstr ""
#. +> trunk5
#: skgbasegui/kdateedit.cpp:347
#, kde-format
msgctxt "the week after this week"
msgid "next week"
msgstr ""
#. +> trunk5
#: skgbasegui/kdateedit.cpp:348
#, kde-format
msgctxt "the month after this month"
msgid "next month"
msgstr ""
#. +> trunk5
#: skgbasegui/kdatepickerpopup.cpp:94
#, kde-format
msgctxt "@option yesterday"
msgid "&Yesterday"
msgstr ""
#. +> trunk5
#: skgbasegui/kdatepickerpopup.cpp:95
#, kde-format
msgctxt "@option today"
msgid "&Today"
msgstr ""
#. +> trunk5
#: skgbasegui/kdatepickerpopup.cpp:96
#, kde-format
msgctxt "@option tomorrow"
msgid "To&morrow"
msgstr ""
#. +> trunk5
#: skgbasegui/kdatepickerpopup.cpp:97
#, kde-format
msgctxt "@option next week"
msgid "Next &Week"
msgstr ""
#. +> trunk5
#: skgbasegui/kdatepickerpopup.cpp:98
#, kde-format
msgctxt "@option next month"
msgid "Next M&onth"
msgstr ""
#. +> trunk5
#: skgbasegui/kdatepickerpopup.cpp:106
#, kde-format
msgctxt "@option do not specify a date"
msgid "No Date"
msgstr ""
#. i18n: ectx: label, entry (show_splash_screen), group (Main Panel)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_show_splash_screen)
#. +> trunk5
#: skgbasegui/skgbasegui_settings.kcfg:9 skgbasegui/skgmainpanel_pref.ui:30
#, kde-format
msgid "Show splash screen"
msgstr ""
#. i18n: ectx: label, entry (update_modified_bookmarks), group (Main Panel)
#. +> trunk5
#: skgbasegui/skgbasegui_settings.kcfg:13
#, kde-format
msgid "Update modified bookmarks on close"
msgstr ""
#. i18n: ectx: label, entry (update_modified_contexts), group (Main Panel)
#. +> trunk5
#: skgbasegui/skgbasegui_settings.kcfg:17
#, kde-format
msgid "Update modified pages on close"
msgstr ""
#. i18n: ectx: label, entry (main_tabs_position), group (Main Panel)
#. +> trunk5
#: skgbasegui/skgbasegui_settings.kcfg:21
#, kde-format
msgid "Main tabs position"
msgstr ""
#. i18n: ectx: label, entry (date_format), group (Main Panel)
#. +> trunk5
#: skgbasegui/skgbasegui_settings.kcfg:25
#, kde-format
msgid "Date format"
msgstr ""
#. i18n: ectx: label, entry (icon_in_system_tray), group (Main Panel)
#. +> trunk5
#: skgbasegui/skgbasegui_settings.kcfg:29
#, kde-format
msgid "Icon in system tray"
msgstr ""
#. +> trunk5
#: skgbasegui/skgboardwidget.cpp:89
#, kde-format
msgctxt "Move tooltip"
msgid "Move first"
msgstr ""
#. +> trunk5
#: skgbasegui/skgboardwidget.cpp:97
#, kde-format
msgctxt "Move tooltip"
msgid "Move before"
msgstr ""
#. +> trunk5
#: skgbasegui/skgboardwidget.cpp:105
#, kde-format
msgctxt "Move tooltip"
msgid "Delete"
msgstr ""
#. +> trunk5
#: skgbasegui/skgboardwidget.cpp:113
#, kde-format
msgctxt "Move tooltip"
msgid "Move after"
msgstr ""
#. +> trunk5
#: skgbasegui/skgboardwidget.cpp:121
#, kde-format
msgctxt "Move tooltip"
msgid "Move last"
msgstr ""
#. +> trunk5
#: skgbasegui/skgboardwidget.cpp:249
#, kde-format
msgctxt "Question"
msgid "Title"
msgstr ""
#. +> trunk5
#: skgbasegui/skgboardwidget.cpp:250
#, kde-format
msgctxt "Question"
msgid "New title (Empty to retrieve the default title):"
msgstr ""
#. +> trunk5
#: skgbasegui/skgdateedit.cpp:34
#, kde-format
msgid ""
"Date of the operation\n"
"up or down to add or remove one day\n"
"CTRL + up or CTRL + down to add or remove one month"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kResetInternalFilter)
#. i18n: ectx: property (statusTip), widget (QToolButton, kResetInternalFilter)
#. +> trunk5
#: skgbasegui/skgfilteredtableview.ui:56 skgbasegui/skgfilteredtableview.ui:59
#, kde-format
msgid "Reset the internal filter"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kConfigure)
#. i18n: ectx: property (statusTip), widget (QToolButton, kConfigure)
#. +> trunk5
#: skgbasegui/skgfilteredtableview.ui:126
#: skgbasegui/skgfilteredtableview.ui:129
#, kde-format
msgid "To configure the table"
msgstr ""
#. +> trunk5
#: skgbasegui/skggraphicsview.cpp:78
#, kde-format
msgctxt "Noun, user action"
msgid "Show tool bar"
msgstr ""
#. +> trunk5
#: skgbasegui/skggraphicsview.cpp:93 skgbasegui/skgtablewithgraph.cpp:166
#: skgbasegui/skgtreeview.cpp:595 skgbasegui/skgwebview.cpp:182
#, kde-format
msgctxt "Noun, user action"
msgid "Export..."
msgstr ""
#. +> trunk5
#: skgbasegui/skggraphicsview.cpp:273 skgbasegui/skgtreeview.cpp:1271
#, kde-format
msgctxt "Title of the content SVG export"
msgid "Skrooge SVG export"
msgstr ""
#. +> trunk5
#: skgbasegui/skggraphicsview.cpp:274 skgbasegui/skgtreeview.cpp:1272
#, kde-format
msgctxt "Description of the content SVG export"
msgid "A SVG drawing created by the Skrooge."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kPrint)
#. i18n: ectx: property (statusTip), widget (QToolButton, kPrint)
#. +> trunk5
#: skgbasegui/skggraphicsview.ui:45 skgbasegui/skggraphicsview.ui:48
#, kde-format
msgid "Print the graph"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kCopy)
#. i18n: ectx: property (statusTip), widget (QToolButton, kCopy)
#. +> trunk5
#: skgbasegui/skggraphicsview.ui:58 skgbasegui/skggraphicsview.ui:61
#, kde-format
msgid "Copy picture"
msgstr ""
#. +> trunk5
#: skgbasegui/skghtmlboardwidget.cpp:163 skgbasegui/skgsimpleperiodedit.cpp:123
#, kde-format
msgctxt "The current month"
msgid "Current month"
msgstr ""
#. +> trunk5
#: skgbasegui/skghtmlboardwidget.cpp:163 skgbasegui/skgsimpleperiodedit.cpp:140
#, kde-format
msgctxt "The month before the current month"
msgid "Last month"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:342
#, kde-format
msgctxt "Splash screen message"
msgid "Loading plugins..."
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:354
#, kde-format
msgctxt "Splash screen message"
msgid "Loading plugin %1/%2: %3..."
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:407
#, kde-format
msgid "Developer of plugin '%1'"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:411
#, kde-format
msgid ", '%1'"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:432
#, kde-format
msgctxt "An information message"
msgid "Loading plugin %1 failed because the factory could not be found in %2: %3"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:496
#, kde-format
msgctxt "Noun"
msgid "Pages"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:616
#, kde-format
msgctxt "Widget description"
msgid "Progress of the current action"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:635 skgbasegui/skgmainpanel.cpp:636
#, kde-format
msgctxt "Widget description"
msgid "Cancel the current action"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:689
#, kde-format
msgctxt "Verb"
msgid "Hide"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:692
#, kde-format
msgctxt "Verb"
msgid "Show all"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:943
#, kde-format
msgctxt "Noun, user action"
msgid "New Tab"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:958
#, kde-format
msgctxt "Verb"
msgid "Lock panels"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:962
#, kde-format
msgctxt "Verb"
msgid "Unlock panels"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:966 skgbasegui/skgmainpanel.cpp:1688
#, kde-format
msgctxt "Noun, user action"
msgid "Pin this page"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:975
#, kde-format
msgctxt "Noun, user action"
msgid "Close All"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:981
#, kde-format
msgctxt "Noun, user action"
msgid "Close All Other"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:987
#, kde-format
msgctxt "Noun, user action"
msgid "Save page state"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:993
#, kde-format
msgctxt "Noun, user action"
msgid "Reset page state"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:999
#, kde-format
msgctxt "Noun, user action"
msgid "Reopen last page closed"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1007
#, kde-format
msgctxt "Noun, user action"
msgid "Overwrite bookmark state"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1013
#, kde-format
msgctxt "Noun, user action"
msgid "Configure..."
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1019
#, kde-format
msgctxt "Noun, user action"
msgid "Menu"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1032
#, kde-format
msgctxt "Noun, user action"
msgid "Previous"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1043
#, kde-format
msgctxt "Noun, user action"
msgid "Next"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1058
#, kde-format
msgctxt "Noun, user action"
msgid "Enable editor"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1064
#, kde-format
msgctxt "Noun, user action"
msgid "Migrate to SQLCipher format"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1191
#, kde-format
msgctxt "Information message"
msgid "You can exit full screen mode with %1 or with the contextual menu"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1194
#, kde-format
msgctxt "Information message"
msgid "At least one page must be opened to enable full screen mode"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1360
#, kde-format
msgctxt "skgtestimportskg"
msgid "The application cannot be closed when an operation is running."
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1369
#, kde-format
msgctxt "Question"
msgid ""
"The document has been modified.\n"
"Do you want to save it before closing?"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1371
#, kde-format
msgctxt "Question"
msgid "Save as"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1371
#, kde-format
msgctxt "Question"
msgid "Save"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1373
#, kde-format
msgctxt "Question"
msgid "Do not save"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1380
#, kde-format
msgctxt "Question"
msgid ""
"Current modifications will not be saved.\n"
"Do you want to continue?"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1525
#, kde-format
msgctxt "Date format"
msgid "Short date (%1, %2)"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1528
#, kde-format
msgctxt "Date format"
msgid "Long date (%1, %2)"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1531
#, kde-format
msgctxt "Date format"
msgid "Fancy short date (%1, %2)"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1534
#, kde-format
msgctxt "Date format"
msgid "Fancy long date (%1, %2)"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1537
#, kde-format
msgctxt "Date format"
msgid "ISO date (%1, %2)"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1540
#, kde-format
msgctxt "Noun"
msgid "General"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1573
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Save settings"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1686
#, kde-format
msgctxt "Noun, user action"
msgid "Unpin this page"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1775
#, kde-format
msgctxt "Noun, indicate that current document is modified"
msgid " [modified]"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1778
#, kde-format
msgctxt "Noun, indicate that current document is loaded in read only"
msgid " [read only]"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1782
#, kde-format
msgctxt "Noun, default name for a new document"
msgid "Untitled"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1796
#, kde-format
msgctxt "Title of the main window"
msgid "%1%2"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:1895
#, kde-format
msgctxt "An information message"
msgid "Impossible to open the page because the plugin was not found"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2008
#, kde-format
msgctxt "Error message"
msgid "Unknown plugin or action [%1] in url [%2]"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2088
#, kde-format
msgctxt "Information message"
msgid "A page cannot be closed when an operation is running."
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2199
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Reset default state"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2208
#, kde-format
msgctxt "Successful message after an user action"
msgid "Default state has been reset"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2300
#, kde-format
msgctxt "Warning header"
msgid "Warning: %1"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2302
#, kde-format
msgctxt "Error header"
msgid "Error: %1"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2304
#, kde-format
msgctxt "Information header"
msgid "Information: %1"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2306
#, kde-format
msgctxt "Done header"
msgid "Done: %1"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2335
#, kde-format
msgctxt "Noun"
msgid "Notification"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2369
#, kde-format
msgctxt "Verb"
msgid "Open ..."
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2512
#, kde-format
msgctxt "Question"
msgid "File <b>%1</b> already exists. Do you really want to overwrite it?"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2513
#, kde-format
msgctxt "Question"
msgid "Warning"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2514
#, kde-format
msgctxt "Verb"
msgid "Save"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2554 skgbasemodeler/skgobjectbase.cpp:276
#, kde-format
msgctxt "Key word to modify a string into a field"
msgid "capitalize"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2555 skgbasemodeler/skgobjectbase.cpp:274
#, kde-format
msgctxt "Key word to modify a string into a field"
msgid "capwords"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2556 skgbasemodeler/skgobjectbase.cpp:270
#, kde-format
msgctxt "Key word to modify a string into a field"
msgid "lower"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2557 skgbasemodeler/skgobjectbase.cpp:278
#, kde-format
msgctxt "Key word to modify a string into a field"
msgid "trim"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2558 skgbasemodeler/skgobjectbase.cpp:272
#, kde-format
msgctxt "Key word to modify a string into a field"
msgid "upper"
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2647
#, kde-format
msgctxt "An information message"
msgid "The document must be saved to be migrated."
msgstr ""
#. +> trunk5
#: skgbasegui/skgmainpanel.cpp:2687
#, kde-format
msgctxt "Positive message"
msgid ""
"You document has been migrated.\n"
"Here is the new file:\n"
"%1"
msgstr ""
#. i18n: ectx: Menu (view)
#. +> trunk5
#: skgbasegui/skgmainpanel.rc:17
#, kde-format
msgid "View"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDockWidget, kDockContext)
#. i18n: ectx: ToolBar (context)
#. +> trunk5
#: skgbasegui/skgmainpanel.rc:81 skgbasegui/skgmainpanel_base.ui:33
#, kde-format
msgid "Pages"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QMainWindow, skgmainpanel_base)
#. +> trunk5
#: skgbasegui/skgmainpanel_base.ui:14
#, kde-format
msgid "Skrooge"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QListWidget, kContextList)
#. +> trunk5
#: skgbasegui/skgmainpanel_base.ui:66
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">this list allows you to open new pages</p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Ctrl</span> to open in a new page</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QListWidget, kContextList)
#. +> trunk5
#: skgbasegui/skgmainpanel_base.ui:69
#, kde-format
msgid "this list allows you to open new pages"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDockWidget, kDockMessages)
#. +> trunk5
#: skgbasegui/skgmainpanel_base.ui:108
#, kde-format
msgid "&Messages"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, kClearMessageBtn)
#. i18n: ectx: property (statusTip), widget (QPushButton, kClearMessageBtn)
#. +> trunk5
#: skgbasegui/skgmainpanel_base.ui:189 skgbasegui/skgmainpanel_base.ui:192
#, kde-format
msgid "Clear all messages"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, kClearMessageBtn)
#. +> trunk5
#: skgbasegui/skgmainpanel_base.ui:195
#, kde-format
msgid "Clear messages"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_icon_in_system_tray)
#. +> trunk5
#: skgbasegui/skgmainpanel_pref.ui:23
#, kde-format
msgid "Show icon in system tray"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_update_modified_contexts)
#. +> trunk5
#: skgbasegui/skgmainpanel_pref.ui:46
#, kde-format
msgctxt "Verb, ask something to the user"
msgid "Ask"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_update_modified_contexts)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_update_modified_bookmarks)
#. +> trunk5
#: skgbasegui/skgmainpanel_pref.ui:51 skgbasegui/skgmainpanel_pref.ui:100
#, kde-format
msgid "Always"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_update_modified_contexts)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_update_modified_bookmarks)
#. +> trunk5
#: skgbasegui/skgmainpanel_pref.ui:56 skgbasegui/skgmainpanel_pref.ui:105
#, kde-format
msgid "Never"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_main_tabs_position)
#. +> trunk5
#: skgbasegui/skgmainpanel_pref.ui:68
#, kde-format
msgid "North"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_main_tabs_position)
#. +> trunk5
#: skgbasegui/skgmainpanel_pref.ui:73
#, kde-format
msgid "South"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_main_tabs_position)
#. +> trunk5
#: skgbasegui/skgmainpanel_pref.ui:78
#, kde-format
msgid "West"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_main_tabs_position)
#. +> trunk5
#: skgbasegui/skgmainpanel_pref.ui:83
#, kde-format
msgid "East"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_update_modified_bookmarks)
#. +> trunk5
#: skgbasegui/skgmainpanel_pref.ui:95
#, kde-format
msgid "Ask"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: skgbasegui/skgmainpanel_pref.ui:113
#, kde-format
msgid "Update modified &bookmarks on close:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: skgbasegui/skgmainpanel_pref.ui:126
#, kde-format
msgid "&Main tabs position:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: skgbasegui/skgmainpanel_pref.ui:139
#, kde-format
msgid "Update modified pages on close:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: skgbasegui/skgmainpanel_pref.ui:193
#, kde-format
msgid "Display"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: skgbasegui/skgmainpanel_pref.ui:199
#, kde-format
msgid "Date fo&rmat:"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:349
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Today"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:353
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Next 7 days"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:355
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Next 15 days"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:357
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Next month"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:359
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Next 3 months"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:361
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Next 6 months"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:363
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Next year"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:365
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Next 3 years"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:367
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Far away in the future"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:372
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Last 7 days"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:374
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Last 15 days"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:376
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Last month"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:378
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Last 3 months"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:380
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Last 6 months"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:382
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Last year"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:384
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Last 3 years"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:386
#, kde-format
msgctxt "A group name for grouping by date attibute"
msgid "Far away in the past"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:393
#, kde-format
msgctxt "A group name for grouping by numerical attibute"
msgid "> 10000"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:395
#, kde-format
msgctxt "A group name for grouping by numerical attibute"
msgid "> 1000"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:397
#, kde-format
msgctxt "A group name for grouping by numerical attibute"
msgid "> 100"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:399
#, kde-format
msgctxt "A group name for grouping by numerical attibute"
msgid "> 10"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:401
#, kde-format
msgctxt "A group name for grouping by numerical attibute"
msgid "> 0"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:403
#, kde-format
msgctxt "A group name for grouping by numerical attibute"
msgid "< -10000"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:405
#, kde-format
msgctxt "A group name for grouping by numerical attibute"
msgid "< -1000"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:407
#, kde-format
msgctxt "A group name for grouping by numerical attibute"
msgid "< -100"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:409
#, kde-format
msgctxt "A group name for grouping by numerical attibute"
msgid "< -10"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:411
#, kde-format
msgctxt "A group name for grouping by numerical attibute"
msgid "< 0"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:413
#, kde-format
msgctxt "A group name for grouping by numerical attibute"
msgid "= 0"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:680
#, kde-format
msgctxt "How to display a grouping title. Here \"title (count) Sum= [min , average , max]\""
msgid "%1: %2 (%3) Sum=%4 [%5 , %6 , %7]"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:689
#, kde-format
msgctxt "How to display a grouping title. Here \"title (count)\""
msgid "%1: %2 (%3)"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:852
#, kde-format
msgctxt "To display a property and its value"
msgid "%1=%2"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:932 skgbasegui/skgtabpage.cpp:180
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Bookmark update '%1'"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:938
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Update object"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:1015
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Property creation"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:1048
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Move bookmark"
msgstr ""
#. +> trunk5
#: skgbasegui/skgobjectmodelbase.cpp:1094
#, kde-format
msgctxt "An information to the user"
msgid "The bookmark '%1' has been moved to '%2'"
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:35
#, kde-format
msgctxt "Period mode"
msgid "All Dates"
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:36
#, kde-format
msgctxt "Period mode"
msgid "Current..."
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:37
#, kde-format
msgctxt "Period mode"
msgid "Previous..."
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:38
#, kde-format
msgctxt "Period mode"
msgid "Last..."
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:39
#, kde-format
msgctxt "Period mode"
msgid "Custom..."
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:40
#, kde-format
msgctxt "Period mode"
msgid "Timeline..."
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:42
#, kde-format
msgctxt "Period interval"
msgid "day(s)"
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:43
#, kde-format
msgctxt "Period interval"
msgid "week(s)"
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:44
#, kde-format
msgctxt "Period interval"
msgid "month(s)"
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:45
#, kde-format
msgctxt "Period interval"
msgid "quarter(s)"
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:46
#, kde-format
msgctxt "Period interval"
msgid "semester(s)"
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:47
#, kde-format
msgctxt "Period interval"
msgid "year(s)"
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:134
#, kde-format
msgctxt "A period"
msgid "From %1 to %2"
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:139
#, kde-format
msgctxt "A period"
msgid "Previous day"
msgid_plural "%1 previous days"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:142
#, kde-format
msgctxt "A period"
msgid "Previous week"
msgid_plural "%1 previous weeks"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:145
#, kde-format
msgctxt "A period"
msgid "Previous month"
msgid_plural "%1 previous months"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:148
#, kde-format
msgctxt "A period"
msgid "Previous year"
msgid_plural "%1 previous years"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:151
#, kde-format
msgctxt "A period"
msgid "Previous quarter"
msgid_plural "%1 previous quarters"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:155
#, kde-format
msgctxt "A period"
msgid "Previous semester"
msgid_plural "%1 previous semesters"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:161
#, kde-format
msgctxt "A period"
msgid "Last day"
msgid_plural "%1 last days"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:164
#, kde-format
msgctxt "A period"
msgid "Last week"
msgid_plural "%1 last weeks"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:167
#, kde-format
msgctxt "A period"
msgid "Last month"
msgid_plural "%1 last months"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:170
#, kde-format
msgctxt "A period"
msgid "Last year"
msgid_plural "%1 last years"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:173
#, kde-format
msgctxt "A period"
msgid "Last quarter"
msgid_plural "%1 last quarters"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:177
#, kde-format
msgctxt "A period"
msgid "Last semester"
msgid_plural "%1 last semesters"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:183
#, kde-format
msgctxt "A period"
msgid "Current day"
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:186
#, kde-format
msgctxt "A period"
msgid "Current week"
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:189
#, kde-format
msgctxt "A period"
msgid "Current month"
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:192
#, kde-format
msgctxt "A period"
msgid "Current year"
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:195
#, kde-format
msgctxt "A period"
msgid "Current quarter"
msgstr ""
#. +> trunk5
#: skgbasegui/skgperiodedit.cpp:199
#, kde-format
msgctxt "A period"
msgid "Current semester"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kFuture)
#. +> trunk5
#: skgbasegui/skgperiodedit.ui:76
#, kde-format
msgid "including future"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kDateBeginLabel)
#. i18n: ectx: property (statusTip), widget (QLabel, kDateBeginLabel)
#. i18n: ectx: property (toolTip), widget (SKGDateEdit, kDateBegin)
#. i18n: ectx: property (statusTip), widget (SKGDateEdit, kDateBegin)
#. +> trunk5
#: skgbasegui/skgperiodedit.ui:169 skgbasegui/skgperiodedit.ui:172
#: skgbasegui/skgperiodedit.ui:200 skgbasegui/skgperiodedit.ui:203
#, kde-format
msgid "Begin date"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kDateBeginLabel)
#. +> trunk5
#: skgbasegui/skgperiodedit.ui:175
#, kde-format
msgid "from"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, kDateEndLabel)
#. i18n: ectx: property (statusTip), widget (QLabel, kDateEndLabel)
#. i18n: ectx: property (toolTip), widget (SKGDateEdit, kDateEnd)
#. i18n: ectx: property (statusTip), widget (SKGDateEdit, kDateEnd)
#. +> trunk5
#: skgbasegui/skgperiodedit.ui:219 skgbasegui/skgperiodedit.ui:222
#: skgbasegui/skgperiodedit.ui:247 skgbasegui/skgperiodedit.ui:250
#, kde-format
msgid "End date"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kDateEndLabel)
#. +> trunk5
#: skgbasegui/skgperiodedit.ui:225
#, kde-format
msgid "to"
msgstr ""
#. +> trunk5
#: skgbasegui/skgshow.cpp:488
#, kde-format
msgid "Show: %1"
msgstr ""
#. +> trunk5
#: skgbasegui/skgshow.cpp:490
#, kde-format
msgid "Show"
msgstr ""
#. +> trunk5
#: skgbasegui/skgsimpleperiodedit.cpp:119
#, kde-format
msgctxt "A period including all dates"
msgid "All dates"
msgstr ""
#. +> trunk5
#: skgbasegui/skgsimpleperiodedit.cpp:127
#, kde-format
msgctxt "The current quarter"
msgid "Current quarter"
msgstr ""
#. +> trunk5
#: skgbasegui/skgsimpleperiodedit.cpp:131
#, kde-format
msgctxt "The current semester"
msgid "Current semester"
msgstr ""
#. +> trunk5
#: skgbasegui/skgsimpleperiodedit.cpp:135
#, kde-format
msgctxt "The current year"
msgid "Current year"
msgstr ""
#. +> trunk5
#: skgbasegui/skgsimpleperiodedit.cpp:145
#, kde-format
msgctxt "The quarter before the current quarter"
msgid "Last quarter"
msgstr ""
#. +> trunk5
#: skgbasegui/skgsimpleperiodedit.cpp:150
#, kde-format
msgctxt "The semester before the current semester"
msgid "Last semester"
msgstr ""
#. +> trunk5
#: skgbasegui/skgsimpleperiodedit.cpp:155
#, kde-format
msgctxt "The year before the current year"
msgid "Last year"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:133 skgbasegui/skgtablewithgraph.cpp:172
#, kde-format
msgctxt "Noun, a type of graph, with bars stacked upon each other"
msgid "Stack of lines"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:134 skgbasegui/skgtablewithgraph.cpp:173
#, kde-format
msgctxt "Noun, a type of graph, with bars stacked upon each other"
msgid "Stack of columns"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:135 skgbasegui/skgtablewithgraph.cpp:174
#, kde-format
msgctxt "Noun, a type of graph, with bars placed besides each other"
msgid "Histogram"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:136 skgbasegui/skgtablewithgraph.cpp:175
#, kde-format
msgctxt "Noun, a type of graph with only points"
msgid "Point"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:137 skgbasegui/skgtablewithgraph.cpp:176
#, kde-format
msgctxt "Noun, a type of graph with only lines"
msgid "Line"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:138 skgbasegui/skgtablewithgraph.cpp:177
#, kde-format
msgctxt "Noun, a type of graph, with lines stacked upon each other"
msgid "Stacked area"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:139 skgbasegui/skgtablewithgraph.cpp:178
#, kde-format
msgctxt "Noun, a type of graph, with bubbles"
msgid "Bubble"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:140 skgbasegui/skgtablewithgraph.cpp:179
#, kde-format
msgctxt "Noun, a type of graph that looks like a sliced pie"
msgid "Pie"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:141 skgbasegui/skgtablewithgraph.cpp:180
#, kde-format
msgctxt "Noun, a type of graph that looks like concentric slices of a pie (a la filelight)"
msgid "Concentric pie"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:142 skgbasegui/skgtablewithgraph.cpp:181
#, kde-format
msgctxt "Noun, a type of graph that looks treemap"
msgid "Treemap"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:146
#, kde-format
msgid "Table"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:148
#, kde-format
msgid "Text"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:191
#, kde-format
msgctxt "Noun, user action"
msgid "Reset default colors"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:196
#, kde-format
msgctxt "Noun, user action"
msgid "All values in positive"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:203
#, kde-format
msgctxt "Noun, user action"
msgid "Show limits"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:214
#, kde-format
msgctxt "Noun, user action"
msgid "Show average"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:225
#, kde-format
msgctxt "Noun, user action"
msgid "Show tendency line"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:236
#, kde-format
msgctxt "Noun, user action"
msgid "Show Pareto curve"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:244
#, kde-format
msgctxt "Noun, user action"
msgid "Show legend"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:252
#, kde-format
msgctxt "Noun, user action"
msgid "Show origin"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:260
#, kde-format
msgctxt "Noun, user action"
msgid "Show decimals"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:507
#, kde-format
msgid "%1 (raw)"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:975 skgbasegui/skgtablewithgraph.cpp:1142
#: skgbasemodeler/skgdocument.cpp:2462 skgbasemodeler/skgdocument.cpp:2467
#, kde-format
msgctxt "Noun, the numerical sum of a list of values"
msgid "Sum"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:979
#, kde-format
msgctxt "Noun, the numerical average of a list of values"
msgid "Average"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:983
#, kde-format
msgctxt "Noun, the minimum value of a list of values"
msgid "Min"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:984
#, kde-format
msgctxt "Noun, the maximum value of a list of values"
msgid "Max"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:989
#, kde-format
msgctxt "Noun"
msgid "Tendency line"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtablewithgraph.cpp:1143
#, kde-format
msgctxt "Noun, the numerical sum of a list of values"
msgid "Sum of '%1'"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kFilterEdit)
#. i18n: ectx: property (statusTip), widget (QLineEdit, kFilterEdit)
#. +> trunk5
#: skgbasegui/skgtablewithgraph.ui:72 skgbasegui/skgtablewithgraph.ui:75
#, kde-format
msgid "Filter"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtabpage.cpp:67
#, kde-format
msgctxt "Question"
msgid "Do you really want to close this pinned page?"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtabpage.cpp:68
#, kde-format
msgctxt "Question"
msgid "Pinned page"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtabpage.cpp:170
#, kde-format
msgctxt "Question"
msgid "Bookmark '%1' has been modified. Do you want to update it with the current state?"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtabpage.cpp:171
#, kde-format
msgctxt "Question"
msgid "Bookmark has been modified"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtabpage.cpp:185
#, kde-format
msgctxt "Successful message after an user action"
msgid "Bookmark updated"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtabpage.cpp:209
#, kde-format
msgctxt "Question"
msgid "Page has been modified. Do you want to update it with the current state?"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtabpage.cpp:210
#, kde-format
msgctxt "Question"
msgid "Page has been modified"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtabpage.cpp:219
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Save default state"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtabpage.cpp:222
#, kde-format
msgctxt "Successful message after an user action"
msgid "Default state saved"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtabwidget.cpp:61
#, kde-format
msgctxt "Verb"
msgid "Save this tab"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtreeview.cpp:473
#, kde-format
msgctxt "Noun, Menu name"
msgid "Columns"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtreeview.cpp:479
#, kde-format
msgctxt "Noun, Menu name"
msgid "Group by"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtreeview.cpp:481
#, kde-format
msgctxt "Noun, grouping option"
msgid "None"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtreeview.cpp:490
#, kde-format
msgctxt "Noun, grouping option"
msgid "Sorted column"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtreeview.cpp:506
#, kde-format
msgctxt "Noun, user action"
msgid "View appearance"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtreeview.cpp:520
#, kde-format
msgctxt "Noun, user action"
msgid "Resize to content"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtreeview.cpp:523
#, kde-format
msgctxt "Noun, user action"
msgid "Auto resize"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtreeview.cpp:528
#, kde-format
msgctxt "Noun, user action"
msgid "Alternate row colors"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtreeview.cpp:536
#, kde-format
msgctxt "Noun, user action"
msgid "Save parameters"
msgstr ""
#. +> trunk5
#: skgbasegui/skgtreeview.cpp:641
#, kde-format
msgctxt "Noun, name of the user action"
msgid "Save default parameters"
msgstr ""
#. +> trunk5
#: skgbasegui/skgwebview.cpp:177
#, kde-format
msgctxt "Action"
msgid "Print..."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kZoomOriginal)
#. i18n: ectx: property (statusTip), widget (QToolButton, kZoomOriginal)
#. +> trunk5
#: skgbasegui/skgzoomselector.ui:35 skgbasegui/skgzoomselector.ui:38
#, kde-format
msgid "Fit zoom"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kZoomOut)
#. i18n: ectx: property (statusTip), widget (QToolButton, kZoomOut)
#. +> trunk5
#: skgbasegui/skgzoomselector.ui:60 skgbasegui/skgzoomselector.ui:63
#, kde-format
msgid "Zoom out"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSlider, kZoomSlider)
#. i18n: ectx: property (statusTip), widget (QSlider, kZoomSlider)
#. +> trunk5
#: skgbasegui/skgzoomselector.ui:100 skgbasegui/skgzoomselector.ui:103
#, kde-format
msgid "Custom zoom"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, kZoomIn)
#. i18n: ectx: property (statusTip), widget (QToolButton, kZoomIn)
#. +> trunk5
#: skgbasegui/skgzoomselector.ui:128 skgbasegui/skgzoomselector.ui:131
#, kde-format
msgid "Zoom in"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdefine.h:215
#, kde-format
msgctxt "Error message"
msgid ""
"Impossible to insert object (%1 is used by %2).\n"
"Constraint name: %3"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdefine.h:222
#, kde-format
msgctxt "Error message"
msgid ""
"Impossible to update object (%1 is used by %2).\n"
"Constraint name: %3"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdefine.h:236
#, kde-format
msgctxt "Error message"
msgid ""
"Impossible to delete used object (%1 is used by %2).\n"
"Constraint name: %3"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:460
#, kde-format
msgctxt "User interrupted something that Skrooge was performing"
msgid "The current operation has been interrupted"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:500
#, kde-format
msgctxt "Something went wrong with SQL transactions"
msgid "A transaction cannot be started during execution of another one"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:531
#, kde-format
msgctxt "Something went wrong with SQL transactions"
msgid "A transaction must be opened to do this action"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:542
#, kde-format
msgctxt "Something went wrong with SQL transactions"
msgid "Closing transaction failed because too many transactions ended"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:725
#, kde-format
msgctxt "Something went wrong with SQL transactions"
msgid "Remove of transactions is forbidden inside a transaction"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:968
#, kde-format
msgctxt "Something went wrong with SQL transactions"
msgid "Creation of a group of transactions is forbidden inside a transaction"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1039
#, kde-format
msgctxt "Something went wrong with SQL transactions"
msgid "Undo / Redo is forbidden inside a transaction"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1226
#, kde-format
msgctxt "Something went wrong with SQL transactions"
msgid "Change password is forbidden inside a transaction"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1232
#, kde-format
msgctxt "Inform the user that the password protection was removed"
msgid "The document password has been removed."
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1233
#, kde-format
msgctxt "Inform the user that the password was successfully changed"
msgid "The document password has been modified."
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1308
#, kde-format
msgctxt "Noun"
msgid "Recovery"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1323
#, kde-format
msgctxt "Error message"
msgid "Impossible to recover this file"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1379 skgbasemodeler/skgdocument.cpp:1435
#, kde-format
msgctxt "Error message"
msgid "Wrong installation"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1386 skgbasemodeler/skgdocument.cpp:1442
#: skgbasemodeler/skgservices.cpp:1216 skgbasemodeler/skgservices.cpp:1288
#, kde-format
msgctxt "Error message"
msgid "Wrong password"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1450
#, kde-format
msgctxt "Error message"
msgid "Oups, this file seems to be corrupted"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1536
#, kde-format
msgctxt "Information message"
msgid ""
"This document is protected by a password but the database is still in SQLite mode.\n"
"Do you know that the SQLCipher mode is more secured because even the temporary file is encrypted?"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1539
#, kde-format
msgctxt "Information message"
msgid "A security hole has been detected and corrected on this version of the application. We strongly encourage you to change your password."
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1545
#, kde-format
msgctxt "Popup message"
msgid "The migration failed but the document has been loaded without error because debug mode is activated"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1549
#, kde-format
msgctxt "The document has been upgraded to the latest Skrooge version format"
msgid "The document has been migrated"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1575
#, kde-format
msgctxt "Error message"
msgid "This application can not run correctly because the %3 version of the system (%1) is not aligned with the %4 version embedded in Qt (%2). You should rebuild Qt with the option -system-sqlite."
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1621
#, kde-format
msgctxt "Error message: Can not save a file if it has no name yet"
msgid "Save not authorized because the file name is not yet defined"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1639
#, kde-format
msgctxt "Cannot save the file while the application is still performing an SQL transaction"
msgid "Save is forbidden if a transaction is still opened"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1659
#, kde-format
msgctxt "There is already a file with the same name"
msgid "File '%1' already exist"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1673
#, kde-format
msgctxt "Error message: Could not create a backup file"
msgid "Creation of backup file %1 failed"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1706 skgbasemodeler/skgservices.cpp:1319
#: skgbasemodeler/skgservices.cpp:1327
#, kde-format
msgctxt "Error message: writing a file failed"
msgid "Write file '%1' failed"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:1905
#, kde-format
msgctxt "Verb, automatically load when the application is started"
msgid "autostart"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:2117
#, kde-format
msgctxt "Progression step"
msgid "Update materialized views"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:2289 skgbasemodeler/skgdocument.cpp:2293
#, kde-format
msgctxt "Error message: Could not open a file"
msgid "Open file '%1' failed"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:2316 skgbasemodeler/skgdocument.cpp:3094
#: skgbasemodeler/skgdocument.cpp:3111 skgbasemodeler/skgdocument.cpp:3123
#: skgbasemodeler/skgdocument.cpp:3135 skgbasemodeler/skgdocument.cpp:3147
#: skgbasemodeler/skgdocument.cpp:3159 skgbasemodeler/skgdocument.cpp:3181
#: skgbasemodeler/skgdocument.cpp:3210 skgbasemodeler/skgdocument.cpp:3361
#, kde-format
msgctxt "Error message"
msgid "No database defined"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:2742
#, kde-format
msgctxt "Verb, save a document"
msgid "Save"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:2744
#, kde-format
msgctxt "Noun, the value of an item"
msgid "Value"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:2746
#, kde-format
msgctxt "Noun, date of last modification"
msgid "Last modification"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:3029
#, kde-format
msgctxt "Error message: We expected only one object in the result, but got more"
msgid "More than one object returned in '%1' for '%2'"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgdocument.cpp:3032
#, kde-format
msgctxt "Error message: We expected at least one object in the result, but got none"
msgid "No object returned in '%1' for '%2'"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgnodeobject.cpp:56
#, kde-format
msgctxt "Error message: an invalid character was found"
msgid "The name '%1' is invalid : the '%2' character is forbidden "
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgnodeobject.cpp:222 skgbasemodeler/skgnodeobject.cpp:240
#, kde-format
msgctxt "Error message: Something failed because of a database issue"
msgid "%1 failed because linked object is not yet saved in the database."
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgnodeobject.cpp:246
#, kde-format
msgctxt "Error message: Loops are forbidden in Skrooge data structures"
msgid "You cannot create a loop, ie parent and child with the same name. For example, A > A is a loop. A > B > A is another kind of loop"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgobjectbase.cpp:385
#, kde-format
msgctxt "Error message: Could not load something because it is not in the database"
msgid "Load of '%1' with '%2' failed because it was not found in the database"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgobjectbase.cpp:387
#, kde-format
msgid "Load of '%2' with '%3' failed because of bad size of result (found one object)"
msgid_plural "Load of '%2' with '%3' failed because of bad size of result (found %1 objects)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: skgbasemodeler/skgobjectbase.cpp:516
#, kde-format
msgctxt "Error message for an object"
msgid "'%1': %2"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgobjectbase.cpp:524
#, kde-format
msgctxt "An information to the user that something was deleted"
msgid "'%1' has been deleted"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgobjectbase.cpp:573 skgbasemodeler/skgobjectbase.cpp:583
#, kde-format
msgctxt "An information to the user"
msgid "The property '%1=%2' has been added on '%3'"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgreport.cpp:169
#, kde-format
msgctxt "Welcome message"
msgid "Welcome to %1"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgreport.cpp:177
#, kde-format
msgctxt "Title for tips of the day"
msgid "Did you know ...?"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgservices.cpp:132
#, kde-format
msgctxt "Logical condition"
msgid "%1 or %2"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgservices.cpp:172 skgbasemodeler/skgservices.cpp:192
#, kde-format
msgctxt "Logical condition"
msgid "(%1) and (%2)"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgservices.cpp:196
#, kde-format
msgctxt "Logical condition"
msgid "not (%1)"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgservices.cpp:198
#, kde-format
msgctxt "Logical condition"
msgid "(%1) and not (%2)"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgservices.cpp:1134
#, kde-format
msgctxt "An information message"
msgid "Open file '%1' failed"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgservices.cpp:1169 skgbasemodeler/skgservices.cpp:1176
#, kde-format
msgctxt "Error message"
msgid "Impossible to copy '%1' to '%2'"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgservices.cpp:1236
#, kde-format
msgctxt "An error message about encryption"
msgid "AES128 encryption is not supported (%1). Please install qca-ossl."
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgservices.cpp:1253 skgbasemodeler/skgservices.cpp:1272
#, kde-format
msgctxt "Error message about encrypting a file"
msgid "Encryption failed"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgservices.cpp:1489
#, kde-format
msgctxt "An error message: creating a file failed"
msgid "Creation file '%1' failed"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgservices.cpp:1492
#, kde-format
msgctxt "Error message: something failed"
msgid "%1 failed"
msgstr ""
#. +> trunk5
#: skgbasemodeler/skgservices.cpp:1543
#, kde-format
msgctxt "Error message"
msgid "Creation failed. The object already exists."
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:96
#, kde-format
msgctxt "The name of the application"
msgid "Skrooge"
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:98
#, kde-format
msgctxt "The description of the application"
msgid "Personal finances management made simple"
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:100 skroogeconvert/main.cpp:65
#, kde-format
msgctxt "Fullname"
msgid "(c) 2007-%1 Stephane MANKOWSKI & Guillaume DE BURE"
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:104 skroogeconvert/main.cpp:69
#, kde-format
msgctxt "Fullname"
msgid "Stephane MANKOWSKI"
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:104 skroogeconvert/main.cpp:69
#, kde-format
msgctxt "A job description"
msgid "Architect & Developer"
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:107 skroogeconvert/main.cpp:72
#, kde-format
msgctxt "Fullname"
msgid "Guillaume DE BURE"
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:107 skroogeconvert/main.cpp:72
#, kde-format
msgctxt "A job description"
msgid "Developer"
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:110
#, kde-format
msgctxt "Fullname"
msgid "Siddharth SHARMA"
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:110
#, kde-format
msgctxt "A job description"
msgid "Developer - Google Summer Of Code 2010"
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:113 skroogeconvert/main.cpp:75
#, kde-format
msgctxt "The description of the application"
msgid "The application name is inspired by Charles Dicken's tale <i>A Christmas Carol</i>, where the main character, Ebenezer Scrooge, a grumpy old narrow man, gets visited by three ghosts who change the way he sees the world, in a good way."
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:114 skroogeconvert/main.cpp:76
#, kde-format
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:114 skroogeconvert/main.cpp:76
#, kde-format
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:117
#, kde-format
msgctxt "Reason of the about/credit"
msgid "Users helping us to improve this application"
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:128
#, kde-format
msgctxt "Application argument"
msgid "Document to open"
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:129
#, kde-format
msgctxt "Application argument"
msgid "Display environment variables used by this application."
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:138
#, kde-format
msgctxt "Help"
msgid "Environment variables:"
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:139
#, kde-format
msgctxt "Help, do not translate x"
msgid " %1: To enable traces. x is the level of traces expected. This enable the debug mode too."
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:140
#, kde-format
msgctxt "Help"
msgid " %1: To enable the profiling. This enable the debug mode too."
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:141
#, kde-format
msgctxt "Help do not translate x"
msgid " %1: To dump sql order taking more than x ms."
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:142
#, kde-format
msgctxt "Help"
msgid " %1: To enable the high DPI mode."
msgstr ""
#. +> trunk5
#: skrooge/main.cpp:175
#, kde-format
msgctxt "Splash screen message"
msgid "Loading ..."
msgstr ""
#. +> trunk5
#: skroogeakonadi/skroogeakonadiresource.cpp:64
#, kde-format
msgctxt "Name of a collection akonadi"
msgid "Skrooge scheduled operations"
msgstr ""
#. +> trunk5
#: skroogeakonadi/skroogeakonadiresource.cpp:157
#, kde-format
msgctxt "@title:window"
msgid "Select Skrooge document"
msgstr ""
#. +> trunk5
#: skroogeakonadi/skroogeakonadiresource.cpp:166
#, kde-format
msgctxt "Question"
msgid ""
"If the file is protected.\n"
"Please enter the password."
msgstr ""
#. i18n: ectx: label, entry (Path), group (General)
#. +> trunk5
#: skroogeakonadi/skroogeakonadiresource.kcfg:10
#, kde-format
msgid "Path to the Skrooge document."
msgstr ""
#. i18n: ectx: label, entry (Password), group (General)
#. +> trunk5
#: skroogeakonadi/skroogeakonadiresource.kcfg:14
#, kde-format
msgid "Password of the Skrooge document."
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:61
#, kde-format
msgctxt "The name of the application"
msgid "Skrooge Convert"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:63
#, kde-format
msgctxt "The description of the application"
msgid "A conversion tool for financial files (KMyMoney, GnuCash, Skrooge, ...)"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:88
#, kde-format
msgctxt "Application argument"
msgid ""
"Input file. Supported formats:\n"
"%1"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:89
#, kde-format
msgctxt "Application argument"
msgid ""
"Output file. Supported formats:\n"
"%1"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:90
#, kde-format
msgctxt "Application argument"
msgid "Name of a parameter"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:91
#, kde-format
msgctxt "Application argument"
msgid "Value of a parameter"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:92
#, kde-format
msgctxt "Application argument"
msgid "Name of a parameter for export"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:93
#, kde-format
msgctxt "Application argument"
msgid "Value of a parameter for export"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:103
#, kde-format
msgctxt "Error message"
msgid "Missing -in option"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:105
#, kde-format
msgctxt "Error message"
msgid "Missing -out option"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:130
#, kde-format
msgctxt "Title of a console trace section"
msgid " Import parameters"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:137
#, kde-format
msgctxt "Title of a console trace section"
msgid " Imported file:"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:163
#, kde-format
msgctxt "Title of a console trace section"
msgid " Export parameters"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:170
#, kde-format
msgctxt "Title of a console trace section"
msgid " Exported file:"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:192
#, kde-format
msgctxt "Title of a console trace section"
msgid " FAILED"
msgstr ""
#. +> trunk5
#: skroogeconvert/main.cpp:196
#, kde-format
msgctxt "Title of a console trace section"
msgid " SUCCESSFUL"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/extragear-sysadmin/muon.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/extragear-sysadmin/muon.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/extragear-sysadmin/muon.pot (revision 1522564)
@@ -1,2039 +1,2039 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-06-21 07:14+0200\n"
+"POT-Creation-Date: 2018-08-14 09:28+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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: label, entry (SplitterSizes), group (muon)
#. +> trunk5 stable5
#: muonrc.cpp:3 src/config/muon.kcfg:9
#, kde-format
msgid "How the main window is divided."
msgstr ""
#. i18n: ectx: label, entry (Width), group (muon)
#. +> trunk5 stable5
#: muonrc.cpp:6 src/config/muon.kcfg:12
#, kde-format
msgid "Width of the main window."
msgstr ""
#. i18n: ectx: label, entry (Height), group (muon)
#. +> trunk5 stable5
#: muonrc.cpp:9 src/config/muon.kcfg:16
#, kde-format
msgid "Height of the main window."
msgstr ""
#. i18n: ectx: label, entry (UndoStackSize), group (muon)
#. +> trunk5 stable5
#: muonrc.cpp:12 src/config/muon.kcfg:20
#, kde-format
msgid "The amount of history kept for undo/redo."
msgstr ""
#. i18n: ectx: label, entry (AskChanges), group (muon)
#. +> trunk5 stable5
#: muonrc.cpp:15 src/config/muon.kcfg:24
#, kde-format
msgid "Whether or not to confirm additional changes."
msgstr ""
#. i18n: ectx: label, entry (ShowMultiArchDupes), group (muon)
#. +> trunk5 stable5
#: muonrc.cpp:18 src/config/muon.kcfg:28
#, kde-format
msgid "Show foreign architecture packages also available natively."
msgstr ""
#. i18n: ectx: label, entry (ManagerListColumns), group (muon)
#. +> trunk5
#: muonrc.cpp:21 src/config/muon.kcfg:32
#, kde-format
msgid "Status of columns in the manager list of packages."
msgstr ""
#. i18n: ectx: label, entry (ReviewListColumns), group (muon)
#. +> trunk5
#: muonrc.cpp:24 src/config/muon.kcfg:36
#, kde-format
msgid "Status of columns in the changes review list of packages."
msgstr ""
#. +> trunk5 stable5
#: src/config/GeneralSettingsPage.cpp:51
#, kde-format
msgid "Ask to confirm changes that affect other packages"
msgstr ""
#. +> trunk5 stable5
#: src/config/GeneralSettingsPage.cpp:52
#, kde-format
msgid "Show foreign-architecture packages that are available natively"
msgstr ""
#. +> trunk5 stable5
#: src/config/GeneralSettingsPage.cpp:53
#, kde-format
msgid "Treat recommended packages as dependencies"
msgstr ""
#. +> trunk5 stable5
#: src/config/GeneralSettingsPage.cpp:54
#, kde-format
msgid "Treat suggested packages as dependencies"
msgstr ""
#. +> trunk5 stable5
#: src/config/GeneralSettingsPage.cpp:55
#, kde-format
msgid "Allow the installation of untrusted packages"
msgstr ""
#. +> trunk5 stable5
#: src/config/GeneralSettingsPage.cpp:66
#, kde-format
msgid "Delete obsolete cached packages every:"
msgstr ""
#. +> trunk5 stable5
#: src/config/GeneralSettingsPage.cpp:84
#, kde-format
msgid "Number of undo operations:"
msgstr ""
#. +> trunk5 stable5
#: src/config/GeneralSettingsPage.cpp:160
#, kde-format
msgid " day"
msgid_plural " days"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: src/config/ManagerSettingsDialog.cpp:40
#, kde-format
msgctxt "@title:window"
msgid "Muon Preferences"
msgstr ""
#. +> trunk5 stable5
#: src/config/ManagerSettingsDialog.cpp:47
#, kde-format
msgctxt "@title:group Title of the general group"
msgid "General"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/ChangelogTab.cpp:45
#, kde-format
msgctxt "@title:tab"
msgid "Changes List"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/ChangelogTab.cpp:94
#, kde-kuit-format
msgctxt "@info/rich"
msgid "The list of changes is not yet available. Please use <link url='%1'>Launchpad</link> instead."
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/ChangelogTab.cpp:98
#, kde-format
msgctxt "@info"
msgid "The list of changes is not yet available."
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/DependsTab.cpp:37
#, kde-format
msgctxt "@title:tab"
msgid "Dependencies"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/DependsTab.cpp:40
#, kde-format
msgctxt "@item:inlistbox"
msgid "Dependencies of the Current Version"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/DependsTab.cpp:41
#, kde-format
msgctxt "@item:inlistbox"
msgid "Dependencies of the Latest Version"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/DependsTab.cpp:42
#, kde-format
msgctxt "@item:inlistbox"
msgid "Dependants (Reverse Dependencies)"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/DependsTab.cpp:43
#, kde-format
msgctxt "@item:inlistbox"
msgid "Virtual Packages Provided"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/DependsTab.cpp:71 src/DetailsTabs/DependsTab.cpp:78
#, kde-format
msgctxt "@label"
msgid "This package does not have any dependencies"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/DependsTab.cpp:85
#, kde-format
msgctxt "@label"
msgid "This package has no dependents. (Nothing depends on it.)"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/DependsTab.cpp:92
#, kde-format
msgctxt "@label"
msgid "This package does not provide any virtual packages"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/InstalledFilesTab.cpp:35
#, kde-format
msgctxt "@title:tab"
msgid "Installed Files"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/MainTab.cpp:43
#, kde-format
msgctxt "@title:tab"
msgid "Details"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/MainTab.cpp:57
#, kde-format
msgctxt "@label"
msgid "Mark for:"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/MainTab.cpp:62
#, kde-format
msgctxt "@action:button"
msgid "Installation"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/MainTab.cpp:70
#, kde-format
msgctxt "@action:button"
msgid "Removal"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/MainTab.cpp:76
#, kde-format
msgctxt "@action:button"
msgid "Upgrade"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/MainTab.cpp:82
#, kde-format
msgctxt "@action:button"
msgid "Reinstallation"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/MainTab.cpp:89
#, kde-format
msgctxt "@action:button"
msgid "Purge"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/MainTab.cpp:102 src/PackageModel/PackageWidget.cpp:191
#, kde-format
msgctxt "@action:button"
msgid "Unmark"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/MainTab.cpp:188
#, kde-format
msgctxt "@info Tells how long Canonical, Ltd. will support a package"
msgid "Canonical provides critical updates for %1 until %2."
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/MainTab.cpp:192
#, kde-format
msgctxt "@info Tells how long Canonical, Ltd. will support a package"
msgid "Canonical does not provide updates for %1. Some updates may be provided by the Ubuntu community."
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/TechnicalDetailsTab.cpp:43
#, kde-format
msgctxt "@title:tab"
msgid "Technical Details"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/TechnicalDetailsTab.cpp:57
#, kde-format
msgctxt "@label Label preceding the package maintainer"
msgid "Maintainer:"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/TechnicalDetailsTab.cpp:66
#, kde-format
msgctxt "@label Label preceding the package category"
msgid "Category:"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/TechnicalDetailsTab.cpp:76
#, kde-format
msgctxt "@label The parent package that this package comes from"
msgid "Source Package:"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/TechnicalDetailsTab.cpp:86
#, kde-format
msgctxt "@label The software source that this package comes from"
msgid "Origin:"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/TechnicalDetailsTab.cpp:96
#, kde-format
msgctxt "@label The package archive component that this package comes from"
msgid "Component:"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/TechnicalDetailsTab.cpp:106
#, kde-format
msgctxt "@title:group"
msgid "Installed Version"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/TechnicalDetailsTab.cpp:113
#: src/DetailsTabs/TechnicalDetailsTab.cpp:138
#, kde-format
msgctxt "@label Label preceding the package version"
msgid "Version:"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/TechnicalDetailsTab.cpp:121
#: src/DetailsTabs/TechnicalDetailsTab.cpp:146
#, kde-format
msgctxt "@label Label preceding the package size"
msgid "Installed Size:"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/TechnicalDetailsTab.cpp:131
#, kde-format
msgctxt "@title:group"
msgid "Available Version"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/TechnicalDetailsTab.cpp:154
#, kde-format
msgctxt "@label Label preceding the package's download size"
msgid "Download Size:"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/VersionTab.cpp:39
#, kde-format
msgctxt "@title:tab"
msgid "Versions"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/VersionTab.cpp:42
#, kde-format
msgctxt "@label"
msgid "Available versions:"
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/VersionTab.cpp:60
#, kde-format
msgctxt "@label"
msgid "Muon always selects the most applicable version available. If you force a different version from the default one, errors in the dependency handling can occur."
msgstr ""
#. +> trunk5 stable5
#: src/DetailsTabs/VersionTab.cpp:68
#, kde-format
msgctxt "@action:button"
msgid "Force Version"
msgstr ""
#. +> trunk5 stable5
#: src/DownloadModel/DownloadDelegate.cpp:66
#, kde-format
msgctxt "@info:status Progress text when done"
msgid "Done"
msgstr ""
#. +> trunk5 stable5
#: src/DownloadModel/DownloadModel.cpp:60
#, kde-format
msgctxt "@title:column"
msgid "Package"
msgstr ""
#. +> trunk5 stable5
#: src/DownloadModel/DownloadModel.cpp:62
#, kde-format
msgctxt "@title:column"
msgid "Location"
msgstr ""
#. +> trunk5 stable5
#: src/DownloadModel/DownloadModel.cpp:64
#, kde-format
msgctxt "@title:column"
msgid "Size"
msgstr ""
#. +> trunk5 stable5
#: src/DownloadModel/DownloadModel.cpp:66
#, kde-format
msgctxt "@title:column"
msgid "Progress"
msgstr ""
#. +> trunk5 stable5
#: src/FilterWidget/ArchitectureFilter.cpp:47
#: src/FilterWidget/CategoryFilter.cpp:57 src/FilterWidget/OriginFilter.cpp:42
#: src/FilterWidget/StatusFilter.cpp:43 src/ManagerWidget.cpp:69
#, kde-format
msgctxt "@item:inlistbox Item that resets the filter to \"all\""
msgid "All"
msgstr ""
#. +> trunk5 stable5
#: src/FilterWidget/FilterWidget.cpp:46
#, kde-format
msgctxt "@title:window"
msgid "Filter:"
msgstr ""
#. +> trunk5 stable5
#: src/FilterWidget/FilterWidget.cpp:55
#, kde-format
msgctxt "@title:tab"
msgid "By Category"
msgstr ""
#. +> trunk5 stable5
#: src/FilterWidget/FilterWidget.cpp:61
#, kde-format
msgctxt "@title:tab"
msgid "By Status"
msgstr ""
#. +> trunk5 stable5
#: src/FilterWidget/FilterWidget.cpp:67
#, kde-format
msgctxt "@title:tab"
msgid "By Origin"
msgstr ""
#. +> trunk5 stable5
#: src/FilterWidget/FilterWidget.cpp:73
#, kde-format
msgctxt "@title:tab"
msgid "By Architecture"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:36
#, kde-format
msgid "Muon Package Manager"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:36
#, kde-format
msgid "A package manager"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:37
#, kde-format
msgid "© 2009-2013 Jonathan Thomas"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:38
#, kde-format
msgid "Jonathan Thomas"
msgstr ""
#. +> trunk5
#: src/main.cpp:39
#, kde-format
msgid "Harald Sitter"
msgstr ""
#. +> trunk5
#: src/main.cpp:39
#, kde-format
msgid "Top Gardener"
msgstr ""
#. +> trunk5 stable5
#: src/MainWindow.cpp:180
#, kde-format
msgctxt "@action Marks upgradeable packages for upgrade"
msgid "Cautious Upgrade"
msgstr ""
#. +> trunk5 stable5
#: src/MainWindow.cpp:186
#, kde-format
msgctxt "@action Marks upgradeable packages, including ones that install/remove new things"
msgid "Full Upgrade"
msgstr ""
#. +> trunk5 stable5
#: src/MainWindow.cpp:192
#, kde-format
msgctxt "@action Marks packages no longer needed for removal"
msgid "Remove Unnecessary Packages"
msgstr ""
#. +> trunk5 stable5
#: src/MainWindow.cpp:197
#, kde-format
msgctxt "@action Takes the user to the preview page"
msgid "Preview Changes"
msgstr ""
#. +> trunk5 stable5
#: src/MainWindow.cpp:202
#, kde-format
msgctxt "@action Applys the changes a user has made"
msgid "Apply Changes"
msgstr ""
#. +> trunk5 stable5
#: src/MainWindow.cpp:207
#, kde-format
msgctxt "@action Checks the Internet for updates"
msgid "Check for Updates"
msgstr ""
#. +> trunk5 stable5
#: src/MainWindow.cpp:233
#, kde-kuit-format
msgctxt "@label"
msgid "Unable to mark upgrades. The available upgrades may require new packages to be installed or removed. You may wish to try a full upgrade by clicking the <interface>Full Upgrade</interface> button."
msgstr ""
#. +> trunk5 stable5
#: src/MainWindow.cpp:238 src/MainWindow.cpp:253
#, kde-format
msgctxt "@title:window"
msgid "Unable to Mark Upgrades"
msgstr ""
#. +> trunk5 stable5
#: src/MainWindow.cpp:250
#, kde-format
msgctxt "@label"
msgid "Unable to mark upgrades. Some upgrades may have unsatisfiable dependencies at the moment, or may have been manually held back."
msgstr ""
#. +> trunk5 stable5
#: src/MainWindow.cpp:326
#, kde-format
msgctxt "@action:intoolbar Return from the preview page"
msgid "Back"
msgstr ""
#. +> trunk5 stable5
#: src/MainWindow.cpp:340
#, kde-format
msgctxt "@action"
msgid "Preview Changes"
msgstr ""
#. +> trunk5
#: src/muonapt/ChangesDialog.cpp:39
#, kde-format
msgctxt "@title:window"
msgid "Confirm Additional Changes"
msgstr ""
#. +> trunk5
#: src/muonapt/ChangesDialog.cpp:44
#, kde-format
msgctxt "@info"
msgid "<h2>Mark additional changes?</h2>"
msgstr ""
#. +> trunk5
#: src/muonapt/ChangesDialog.cpp:48
#, kde-format
msgid "This action requires a change to another package:"
msgid_plural "This action requires changes to other packages:"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: src/muonapt/HistoryView/HistoryView.cpp:49
#, kde-kuit-format
msgctxt "@info"
msgid "<title>History</title>"
msgstr ""
#. +> trunk5 stable5
#: src/muonapt/HistoryView/HistoryView.cpp:55
#: src/PackageModel/PackageWidget.cpp:102
#, kde-format
msgctxt "@label Line edit click message"
msgid "Search"
msgstr ""
#. +> trunk5
#: src/muonapt/HistoryView/HistoryView.cpp:67
#, kde-format
msgctxt "@item:inlistbox Filters all changes in the history view"
msgid "All changes"
msgstr ""
#. +> trunk5
#: src/muonapt/HistoryView/HistoryView.cpp:71
#, kde-format
msgctxt "@item:inlistbox Filters installations in the history view"
msgid "Installations"
msgstr ""
#. +> trunk5
#: src/muonapt/HistoryView/HistoryView.cpp:75
#, kde-format
msgctxt "@item:inlistbox Filters updates in the history view"
msgid "Updates"
msgstr ""
#. +> trunk5
#: src/muonapt/HistoryView/HistoryView.cpp:79
#, kde-format
msgctxt "@item:inlistbox Filters removals in the history view"
msgid "Removals"
msgstr ""
#. +> trunk5
#: src/muonapt/HistoryView/HistoryView.cpp:90
#, kde-format
msgctxt "@title:column"
msgid "Date"
msgstr ""
#. +> trunk5
#: src/muonapt/HistoryView/HistoryView.cpp:98
#, kde-format
msgctxt "@info:status describes a past-tense action"
msgid "Installed"
msgstr ""
#. +> trunk5
#: src/muonapt/HistoryView/HistoryView.cpp:99
#, kde-format
msgctxt "@info:status describes a past-tense action"
msgid "Upgraded"
msgstr ""
#. +> trunk5
#: src/muonapt/HistoryView/HistoryView.cpp:100
#, kde-format
msgctxt "@status describes a past-tense action"
msgid "Downgraded"
msgstr ""
#. +> trunk5
#: src/muonapt/HistoryView/HistoryView.cpp:101
#, kde-format
msgctxt "@status describes a past-tense action"
msgid "Removed"
msgstr ""
#. +> trunk5
#: src/muonapt/HistoryView/HistoryView.cpp:102
#, kde-format
msgctxt "@status describes a past-tense action"
msgid "Purged"
msgstr ""
#. +> trunk5
#: src/muonapt/HistoryView/HistoryView.cpp:137
#: src/muonapt/HistoryView/HistoryView.cpp:152
#: src/muonapt/HistoryView/HistoryView.cpp:167
#: src/muonapt/HistoryView/HistoryView.cpp:182
#: src/muonapt/HistoryView/HistoryView.cpp:197
#, kde-format
msgctxt "@item example: muon installed at 16:00"
msgid "%1 %2 at %3"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:49
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"admin\""
msgid "System Administration"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:51
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"base\""
msgid "Base System"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:53
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"cli-mono\""
msgid "Mono/CLI Infrastructure"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:55
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"comm\""
msgid "Communication"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:57
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"database\""
msgid "Databases"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:59
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"devel\""
msgid "Development"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:61
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"doc\""
msgid "Documentation"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:63
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"debug\""
msgid "Debug"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:65
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"editors\""
msgid "Editors"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:67
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"electronics\""
msgid "Electronics"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:69
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"embedded\""
msgid "Embedded Devices"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:71
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"fonts\""
msgid "Fonts"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:73
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"games\""
msgid "Games and Amusement"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:75
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"gnome\""
msgid "GNOME Desktop Environment"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:77
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"graphics\""
msgid "Graphics"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:79
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"gnu-r\""
msgid "GNU R Statistical System"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:81
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"gnustep\""
msgid "Gnustep Desktop Environment"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:83
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"hamradio\""
msgid "Amateur Radio"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:85
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"haskell\""
msgid "Haskell Programming Language"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:87
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"httpd\""
msgid "Web Servers"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:89
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"interpreters\""
msgid "Interpreted Computer Languages"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:91
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"java\""
msgid "Java Programming Language"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:93
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"kde\""
msgid "KDE Software Compilation"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:95
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"kernel\""
msgid "Kernel and Modules"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:97
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"libdevel\""
msgid "Libraries - Development"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:99
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"libs\""
msgid "Libraries"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:101
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"lisp\""
msgid "Lisp Programming Language"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:103
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"localization\""
msgid "Localization"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:105
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"mail\""
msgid "Email"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:107
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"math\""
msgid "Mathematics"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:109
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"misc\""
msgid "Miscellaneous - Text-based"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:111
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"net\""
msgid "Networking"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:113
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"news\""
msgid "Newsgroups"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:115
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"ocaml\""
msgid "OCaml Programming Language"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:117
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"oldlibs\""
msgid "Libraries - Old"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:119
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"otherosfs\""
msgid "Cross Platform"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:121
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"perl\""
msgid "Perl Programming Language"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:123
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"php\""
msgid "PHP Programming Language"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:125
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"python\""
msgid "Python Programming Language"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:127
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"ruby\""
msgid "Ruby Programming Language"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:129
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"science\""
msgid "Science"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:131
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"shells\""
msgid "Shells"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:133
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"sound\""
msgid "Multimedia"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:135
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"tex\""
msgid "TeX Authoring"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:137
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"text\""
msgid "Word Processing"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:139
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"utils\""
msgid "Utilities"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:141
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"vcs\""
msgid "Version Control Systems"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:143
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"video\""
msgid "Video Software"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:145
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"web\""
msgid "Internet"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:147
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"x11\""
msgid "Miscellaneous - Graphical"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:149
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"xfce\""
msgid "Xfce Desktop Environment"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:151
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"zope\""
msgid "Zope/Plone Environment"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:153
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"unknown\""
msgid "Unknown"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:155
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"alien\""
msgid "Converted from RPM by Alien"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:157
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"translations\""
msgid "Internationalization and Localization"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:159
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"metapackages\""
msgid "Meta Packages"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:161
#, kde-format
msgctxt "@item:inlistbox Debian package section \"non-US\", for packages that cannot be shipped in the US"
msgid "Restricted On Export"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:163
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"non-free\""
msgid "Non-free"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:165
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"contrib\""
msgid "Contrib"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:167
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"education\""
msgid "Education"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:169
#, kde-format
msgctxt "@item:inlistbox Human-readable name for the Debian package section \"introspection\""
msgid "GObject Introspection Data"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:195
#, kde-format
msgctxt "@info:status Package state"
msgid "No Change"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:196 src/muonapt/MuonStrings.cpp:197
#, kde-format
msgctxt "@info:status Requested action"
msgid "Install"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:198
#, kde-format
msgctxt "@info:status Requested action"
msgid "Reinstall"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:199
#, kde-format
msgctxt "@info:status Requested action"
msgid "Upgrade"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:200
#, kde-format
msgctxt "@info:status Requested action"
msgid "Downgrade"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:201
#, kde-format
msgctxt "@info:status Requested action"
msgid "Remove"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:202
#, kde-format
msgctxt "@info:status Package state"
msgid "Held"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:203
#, kde-format
msgctxt "@info:status Package state"
msgid "Installed"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:204
#, kde-format
msgctxt "@info:status Package state"
msgid "Upgradeable"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:205
#, kde-format
msgctxt "@info:status Package state"
msgid "Broken"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:206
#, kde-format
msgctxt "@info:status Package state"
msgid "Install Broken"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:207
#, kde-format
msgctxt "@info:status Package state"
msgid "Orphaned"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:208
#, kde-format
msgctxt "@info:status Package state"
msgid "Locked"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:209
#, kde-format
msgctxt "@info:status Package state"
msgid "New in repository"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:210
#, kde-format
msgctxt "@info:status Package state"
msgid "Residual Configuration"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:211
#, kde-format
msgctxt "@info:status Package state"
msgid "Not Downloadable"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:212
#, kde-format
msgctxt "@info:status Requested action"
msgid "Purge"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:213
#, kde-format
msgctxt "@info:status Package state"
msgid "Important for base install"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:214
#, kde-format
msgctxt "@info:status Package state"
msgid "Version overridden"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:215
#, kde-format
msgctxt "@info:status Package state"
msgid "Required by other packages"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:216
#, kde-format
msgctxt "@info:status Package state"
msgid "Installed (auto-removable)"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:217 src/muonapt/MuonStrings.cpp:218
#, kde-format
msgctxt "@info:status Package state"
msgid "Policy Broken"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:219
#, kde-format
msgctxt "@info:status Package state"
msgid "Not Installed"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:221
#, kde-format
msgctxt "@info:status Package locked at a certain version"
msgid "Locked"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:222
#, kde-format
msgctxt "@info:status Package state"
msgid "Manually held back"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:243
#, kde-format
msgctxt "@item:inlistbox"
msgid "Common"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:244
#, kde-format
msgctxt "@item:inlistbox CPU architecture"
msgid "32-bit"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:245
#, kde-format
msgctxt "@item:inlistbox CPU architecture"
msgid "64-bit"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:246
#, kde-format
msgctxt "@item:inlistbox PU architecture"
msgid "Power PC"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:265
#, kde-format
msgctxt "@title:window"
msgid "Initialization Error"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:267
#, kde-format
msgctxt "@title:window"
msgid "Unable to Obtain Package System Lock"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:269
#, kde-format
msgctxt "@title:window"
msgid "Low Disk Space"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:272
#, kde-format
msgctxt "@title:window"
msgid "Failed to Apply Changes"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:274
#, kde-format
msgctxt "@title:window"
msgid "Authentication error"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:276
#, kde-format
msgctxt "@title:window"
msgid "Unexpected Error"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:278
#, kde-format
msgctxt "@title:window"
msgid "Untrusted Packages"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:281
#, kde-format
msgctxt "@title:window"
msgid "Unknown Error"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:291
#, kde-format
msgctxt "@label"
msgid "The package system could not be initialized, your configuration may be broken."
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:296
#, kde-format
msgctxt "@label"
msgid "Another application seems to be using the package system at this time. You must close all other package managers before you will be able to install or remove any packages."
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:303
#, kde-format
msgctxt "@label"
msgid "You do not have enough disk space in the directory at %1 to continue with this operation."
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:307
#, kde-format
msgctxt "@label"
msgid "Could not download packages"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:310
#, kde-format
msgctxt "@label"
msgid "An error occurred while applying changes:"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:314
#, kde-format
msgctxt "@label"
msgid "This operation cannot continue since proper authorization was not provided"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:318
#, kde-format
msgctxt "@label"
msgid "It appears that the QApt worker has either crashed or disappeared. Please report a bug to the QApt maintainers"
msgstr ""
#. +> trunk5
#: src/muonapt/MuonStrings.cpp:323
#, kde-format
msgctxt "@label"
msgid "The following package has not been verified by its author. Downloading untrusted packages has been disallowed by your current configuration."
msgid_plural "The following packages have not been verified by their authors. Downloading untrusted packages has been disallowed by your current configuration."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:118
#, kde-format
msgctxt "@action Reverts all potential changes to the cache"
msgid "Unmark All"
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:125
#, kde-format
msgctxt "@action Opens the software sources configuration dialog"
msgid "Configure Software Sources"
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:131
#, kde-format
msgctxt "@action"
msgid "Read Markings..."
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:137
#, kde-format
msgctxt "@action"
msgid "Save Markings As..."
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:144
#, kde-format
msgctxt "@action"
msgid "Save Package Download List..."
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:151
#, kde-format
msgctxt "@action"
msgid "Download Packages From List..."
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:160
#, kde-format
msgctxt "@action"
msgid "Add Downloaded Packages"
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:167
#, kde-format
msgctxt "@action"
msgid "Save Installed Packages List..."
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:173
#, kde-format
msgctxt "@action::inmenu"
msgid "History..."
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:179
#, kde-format
msgctxt "@action"
msgid "Upgrade"
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:182
#, kde-format
msgctxt "Notification when a new version of Kubuntu is available"
msgid "A new version of Kubuntu is available."
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:226
#, kde-format
msgctxt "@title:window"
msgid "Save Markings As"
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:233 src/muonapt/QAptActions.cpp:258
#: src/muonapt/QAptActions.cpp:282
#, kde-kuit-format
msgctxt "@label"
msgid ""
"The document could not be saved, as it was not possible to write to <filename>%1</filename>\n"
"\n"
"Check that you have write access to this file or that enough disk space is available."
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:251
#, kde-format
msgctxt "@title:window"
msgid "Save Installed Packages List As"
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:275
#, kde-format
msgctxt "@title:window"
msgid "Save Download List As"
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:297 src/muonapt/QAptActions.cpp:314
#, kde-format
msgctxt "@title:window"
msgid "Open File"
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:322
#, kde-format
msgctxt "@label"
msgid "Could not mark changes. Please make sure that the file is a markings file created by either the Muon Package Manager or the Synaptic Package Manager."
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:333
#, kde-format
msgctxt "@title:window"
msgid "Choose a Directory"
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:356
#, kde-format
msgctxt "@label"
msgid "%1 package was successfully added to the cache"
msgid_plural "%1 packages were successfully added to the cache"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:362
#, kde-format
msgctxt "@label"
msgid "No valid packages could be found in this directory. Please make sure the packages are compatible with your computer and are at the latest version."
msgstr ""
#. +> trunk5
#: src/muonapt/QAptActions.cpp:366
#, kde-format
msgctxt "@title:window"
msgid "Packages Could Not be Found"
msgstr ""
#. +> trunk5
-#: src/muonapt/QAptActions.cpp:398
+#: src/muonapt/QAptActions.cpp:401
#, kde-format
msgctxt "@label"
-msgid "Could not find <command>software-properties-kde</command> on your system, please install it. Alternatively, you can use <application>Plasma Discover</application> to configure software sources."
+msgid "Could not find <command>software-properties-qt</command> nor <command>software-properties-kde</command> on your system, please install it. Alternatively, you can use <application>Plasma Discover</application> to configure software sources."
msgstr ""
#. +> trunk5
-#: src/muonapt/QAptActions.cpp:403
+#: src/muonapt/QAptActions.cpp:407
#, kde-format
msgctxt "@title:window"
-msgid "Cannot find <command>software-properties-kde</command>"
+msgid "Cannot find <command>software-properties-qt</command>"
msgstr ""
#. +> trunk5
-#: src/muonapt/QAptActions.cpp:494
+#: src/muonapt/QAptActions.cpp:498
#, kde-format
msgctxt "@title:window"
msgid "Package History"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageModel.cpp:93
#, kde-format
msgid "Package"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageModel.cpp:95
#, kde-format
msgid "Status"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageModel.cpp:97
#, kde-format
msgid "Requested"
msgstr ""
#. +> trunk5
#: src/PackageModel/PackageModel.cpp:99
#, kde-format
msgid "Installed Size"
msgstr ""
#. +> trunk5
#: src/PackageModel/PackageModel.cpp:101
#, kde-format
msgid "Installed Version"
msgstr ""
#. +> trunk5
#: src/PackageModel/PackageModel.cpp:103
#, kde-format
msgid "Available Version"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:166
#, kde-format
msgctxt "@action:inmenu"
msgid "Mark for Installation"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:171
#, kde-format
msgctxt "@action:button"
msgid "Mark for Removal"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:176
#, kde-format
msgctxt "@action:button"
msgid "Mark for Upgrade"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:181
#, kde-format
msgctxt "@action:button"
msgid "Mark for Reinstallation"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:186
#, kde-format
msgctxt "@action:button"
msgid "Mark for Purge"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:197
#, kde-format
msgctxt "@action:button"
msgid "Lock Package at Current Version"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:377
#, kde-format
msgctxt "@action:button"
msgid "Unlock package"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:381
#, kde-format
msgctxt "@action:button"
msgid "Lock at Current Version"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:422
#, kde-format
msgctxt "@label"
msgid "Removing this package may break your system. Are you sure you want to remove it?"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:423
#, kde-format
msgctxt "@label"
msgid "Warning - Removing Important Package"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:609
#, kde-format
msgctxt "@title:window"
msgid "Failed to Lock Package"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:610
#, kde-format
msgctxt "@info Error text"
msgid "The package %1 could not be locked. Failed to write lock file."
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:659
#, kde-format
msgctxt "@label"
msgid "The \"%1\" package could not be marked for installation or upgrade:"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:662
#, kde-format
msgctxt "@title:window"
msgid "Unable to Mark Package"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:679
#, kde-format
msgctxt "@label"
msgid ""
"The \"%1\" package has no available version, but exists in the database.\n"
"\tThis typically means that the package was mentioned in a dependency and never uploaded, has been obsoleted, or is not available from the currently-enabled repositories."
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:686
#, kde-format
msgctxt "@label Example: Depends: libqapt 0.1, but 0.2 is to be installed"
msgid "%1: %2 %3, but %4 is to be installed"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:692
#, kde-format
msgctxt "@label Example: Depends: libqapt, but is not installable"
msgid "%1: %2, but it is not installable"
msgstr ""
#. +> trunk5 stable5
#: src/PackageModel/PackageWidget.cpp:697
#, kde-format
msgctxt "@label Example: Depends: libqapt, but it is a virtual package"
msgid "%1: %2, but it is a virtual package"
msgstr ""
#. +> trunk5 stable5
#: src/ReviewWidget.cpp:32
#, kde-format
msgid "<b>Review and Apply Changes</b>"
msgstr ""
#. +> trunk5 stable5
#: src/StatusWidget.cpp:52
#, kde-format
msgctxt "@info:status"
msgid "Rebuilding Search Index"
msgstr ""
#. +> trunk5 stable5
#: src/StatusWidget.cpp:93
#, kde-format
msgctxt "@info:status"
msgid "1 package available, "
msgid_plural "%1 packages available, "
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: src/StatusWidget.cpp:94
#, kde-format
msgctxt "@info:status"
msgid "%1 installed, "
msgstr ""
#. +> trunk5 stable5
#: src/StatusWidget.cpp:98
#, kde-format
msgctxt "@info:status"
msgid "%1 upgradeable,"
msgstr ""
#. +> trunk5 stable5
#: src/StatusWidget.cpp:100
#, kde-format
msgctxt "@info:status"
msgid "%1 upgradeable"
msgstr ""
#. +> trunk5 stable5
#: src/StatusWidget.cpp:112
#, kde-format
msgctxt "@info:status Part of the status label"
msgid " %1 to install/upgrade"
msgstr ""
#. +> trunk5 stable5
#: src/StatusWidget.cpp:117
#, kde-format
msgctxt "@info:status Label for the number of packages pending removal when packages are also pending upgrade"
msgid ", %1 to remove"
msgstr ""
#. +> trunk5 stable5
#: src/StatusWidget.cpp:120
#, kde-format
msgctxt "@info:status Label for the number of packages pending removal when there are only removals"
msgid " %1 to remove"
msgstr ""
#. +> trunk5 stable5
#: src/StatusWidget.cpp:129
#, kde-format
msgctxt "@label showing download and install size"
msgid "%1 to download, %2 of space to be freed"
msgstr ""
#. +> trunk5 stable5
#: src/StatusWidget.cpp:133
#, kde-format
msgctxt "@label showing download and install size"
msgid "%1 to download, %2 of space to be used"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:103
#, kde-format
msgctxt "@action:button Cancels the download"
msgid "Cancel"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:148
#, kde-kuit-format
msgctxt "@info Status information, widget title"
msgid "<title>Starting</title>"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:150
#, kde-format
msgctxt "@info Status info"
msgid "Waiting for service to start"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:155
#, kde-format
msgctxt "@info Status info"
msgid "Waiting for authentication"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:159 src/TransactionWidget.cpp:166
#: src/TransactionWidget.cpp:173 src/TransactionWidget.cpp:180
#, kde-kuit-format
msgctxt "@info Status information, widget title"
msgid "<title>Waiting</title>"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:161
#, kde-format
msgctxt "@info Status info"
msgid "Waiting for other transactions to finish"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:168
#, kde-format
msgctxt "@info Status info"
msgid "Waiting for other software managers to quit"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:175
#, kde-format
msgctxt "@info Status info"
msgid "Waiting for required medium"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:182
#, kde-format
msgctxt "@info Status info"
msgid "Waiting for configuration file"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:193
#, kde-kuit-format
msgctxt "@info Status info"
msgid "<title>Loading Software List</title>"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:201
#, kde-kuit-format
msgctxt "@info Status information, widget title"
msgid "<title>Updating software sources</title>"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:206
#, kde-kuit-format
msgctxt "@info Status information, widget title"
msgid "<title>Downloading Packages</title>"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:218
#, kde-kuit-format
msgctxt "@info Status information, widget title"
msgid "<title>Committing Changes</title>"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:225
#, kde-kuit-format
msgctxt "@info Status information, widget title"
msgid "<title>Finished</title>"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:254
#, kde-format
msgctxt "@title:window"
msgid "Media Change Required"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:255
#, kde-kuit-format
msgctxt "@label"
msgid "Please insert %1 into <filename>%2</filename>"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:264
#, kde-format
msgctxt "@title:window"
msgid "Warning - Unverified Software"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:266
#, kde-kuit-format
msgctxt "@label"
msgid "The following piece of software cannot be verified. <warning>Installing unverified software represents a security risk, as the presence of unverifiable software can be a sign of tampering.</warning> Do you wish to continue?"
msgid_plural "The following pieces of software cannot be verified. <warning>Installing unverified software represents a security risk, as the presence of unverifiable software can be a sign of tampering.</warning> Do you wish to continue?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:284
#, kde-format
msgctxt "@title:window"
msgid "Configuration File Changed"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:286
#, kde-kuit-format
msgctxt "@label Notifies a config file change"
msgid "A new version of the configuration file <filename>%1</filename> is available, but your version has been modified. Would you like to keep your current version or install the new version?"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:291
#, kde-format
msgctxt "@action Use the new config file"
msgid "Use New Version"
msgstr ""
#. +> trunk5 stable5
#: src/TransactionWidget.cpp:292
#, kde-format
msgctxt "@action Keep the old config file"
msgid "Keep Old Version"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/frameworks/ktexteditor5.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/frameworks/ktexteditor5.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/frameworks/ktexteditor5.pot (revision 1522564)
@@ -1,8244 +1,8175 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-07-15 08:31+0200\n"
+"POT-Creation-Date: 2018-08-14 09:24+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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
#: completion/katecompletionconfig.cpp:42
#, kde-format
msgid "Code Completion Configuration"
msgstr ""
#. +> trunk5
#: completion/katecompletionconfig.cpp:116
#: completion/katecompletionconfig.cpp:145
#, kde-format
msgid "Always"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:146
#, kde-format
msgid "Argument-hints"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:147
#, kde-format
msgid "Best matches"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:781
#, kde-format
msgid "Namespaces"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:783
#, kde-format
msgid "Classes"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:785
#, kde-format
msgid "Structs"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:787
#, kde-format
msgid "Unions"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:789
#, kde-format
msgid "Functions"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:791
#, kde-format
msgid "Variables"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:793
#, kde-format
msgid "Enumerations"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:1305
#, kde-format
msgid "Prefix"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:1307
#, kde-format
msgid "Icon"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:1309
#, kde-format
msgid "Scope"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, treeWidget)
#. +> trunk5
#: completion/katecompletionmodel.cpp:1311
#: dialogs/commandmenuconfigwidget.ui:22 dialogs/katedialogs.cpp:1075
#, kde-format
msgid "Name"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:1313
#, kde-format
msgid "Arguments"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:1315
#, kde-format
msgid "Postfix"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2021
#, kde-format
msgid "Public"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2024
#, kde-format
msgid "Protected"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2027
#, kde-format
msgid "Private"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2030
#, kde-format
msgid "Static"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2033
#, kde-format
msgid "Constant"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2036
#, kde-format
msgid "Namespace"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2039
#, kde-format
msgid "Class"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2042
#, kde-format
msgid "Struct"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2045
#, kde-format
msgid "Union"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2048
#, kde-format
msgid "Function"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2051
#, kde-format
msgid "Variable"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2054
#, kde-format
msgid "Enumeration"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2057
#, kde-format
msgid "Template"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2060
#, kde-format
msgid "Virtual"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2063
#, kde-format
msgid "Override"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2066
#, kde-format
msgid "Inline"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2069
#, kde-format
msgid "Friend"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2072
#, kde-format
msgid "Signal"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2075
#, kde-format
msgid "Slot"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2078
#, kde-format
msgid "Local Scope"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2081
#, kde-format
msgid "Namespace Scope"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2084
#, kde-format
msgid "Global Scope"
msgstr ""
#. +> trunk5
#: completion/katecompletionmodel.cpp:2087
#, kde-format
msgid "Unknown Property"
msgstr ""
#. +> trunk5
-#: completion/katekeywordcompletion.cpp:165
+#: completion/katekeywordcompletion.cpp:150
#, kde-format
msgid "Language keywords"
msgstr ""
#. +> trunk5
#: completion/katewordcompletion.cpp:90
#, kde-format
msgid "Auto Word Completion"
msgstr ""
#. +> trunk5
#: completion/katewordcompletion.cpp:341
#, kde-format
msgid "Shell Completion"
msgstr ""
#. +> trunk5
#: completion/katewordcompletion.cpp:346
#, kde-format
msgid "Reuse Word Above"
msgstr ""
#. +> trunk5
#: completion/katewordcompletion.cpp:351
#, kde-format
msgid "Reuse Word Below"
msgstr ""
#. i18n: ectx: Menu (file)
#. +> trunk5
#: data/katepart5ui.rc:4
#, kde-format
msgid "&File"
msgstr ""
#. i18n: ectx: Menu (edit)
#. +> trunk5
#: data/katepart5ui.rc:17
#, kde-format
msgid "&Edit"
msgstr ""
#. i18n: ectx: Menu (edit_find_menu)
#. +> trunk5
#: data/katepart5ui.rc:36
#, kde-format
msgid "Find Variants"
msgstr ""
#. i18n: ectx: Menu (edit_goto)
#. +> trunk5
#: data/katepart5ui.rc:44
#, kde-format
msgid "Go To"
msgstr ""
#. i18n: ectx: Menu (view)
#. +> trunk5
#: data/katepart5ui.rc:55
#, kde-format
msgid "&View"
msgstr ""
#. i18n: ectx: Menu (view_menu_word_wrap)
#. +> trunk5
#: data/katepart5ui.rc:63
#, kde-format
msgid "Word Wrap"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbBorders)
#. i18n: ectx: Menu (view_menu_borders)
#. +> trunk5
#: data/katepart5ui.rc:69 dialogs/bordersappearanceconfigwidget.ui:17
#: dialogs/katedialogs.cpp:657
#, kde-format
msgid "Borders"
msgstr ""
#. i18n: ectx: Menu (codefolding)
#. +> trunk5
#: data/katepart5ui.rc:77
#, kde-format
msgid "&Code Folding"
msgstr ""
#. i18n: ectx: Menu (tools)
#. +> trunk5
#: data/katepart5ui.rc:94
#, kde-format
msgid "&Tools"
msgstr ""
#. i18n: ectx: Menu (wordcompletion)
#. +> trunk5
#: data/katepart5ui.rc:107
#, kde-format
msgid "Word Completion"
msgstr ""
#. i18n: ectx: Menu (spelling)
#. +> trunk5
#: data/katepart5ui.rc:113 spellcheck/spellingmenu.cpp:97
#, kde-format
msgid "Spelling"
msgstr ""
#. i18n: ectx: Menu (settings)
#. +> trunk5
#: data/katepart5ui.rc:136
#, kde-format
msgid "&Settings"
msgstr ""
#. i18n: ectx: ToolBar (mainToolBar)
#. +> trunk5
#: data/katepart5ui.rc:158
#, kde-format
msgid "Main Toolbar"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkShowFoldingMarkers)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:23
#, kde-format
msgid "If this option is checked, every new view will display marks for folding."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkShowFoldingMarkers)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:26
#, kde-format
msgid "Show &folding markers"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkShowFoldingPreview)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:51
#, kde-format
msgid "If checked, hovering over a folded region shows a preview of the folded text in a popup."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkShowFoldingPreview)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:54
#, kde-format
msgid "Show preview of folded code"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkIconBorder)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:63
#, kde-format
msgid ""
"<p>If this option is checked, every new view will display an icon border on the left hand side.</p>"
"<p>The icon border shows bookmark signs, for instance.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkIconBorder)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:66
#, kde-format
msgid "Show &icon border"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkLineNumbers)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:73
#, kde-format
msgid "If this option is checked, every new view will display line numbers on the left hand side."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkLineNumbers)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:76
#, kde-format
msgid "Show &line numbers"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkShowLineModification)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:83
#, kde-format
msgid "If this option is checked, a small indicator for modified and saved lines is shown on the left hand side."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkShowLineModification)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:86
#, kde-format
msgid "Show line modification markers"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkScrollbarMarks)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:93
#, kde-format
msgid ""
"<p>If this option is checked, every new view will show marks on the vertical scrollbar.</p>"
"<p>These marks will show bookmarks, for instance.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkScrollbarMarks)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:96
#, kde-format
msgid "Show &scrollbar marks"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkScrollbarPreview)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:103
#, kde-format
msgid "<p>If this option is checked, hovering over the vertical scrollbar will show a preview of the text.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkScrollbarPreview)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:106
#, kde-format
msgid "Show text &preview on scrollbar"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkScrollbarMiniMap)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:113
#, kde-format
msgid "If this option is checked, every new view will show a mini map on the vertical scrollbar."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkScrollbarMiniMap)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:116
#, kde-format
msgid "Show scrollbar mini-map"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkScrollbarMiniMapAll)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:132
#, kde-format
msgid "If this option is checked, every new view will show a mini map of the whole document on the vertical scrollbar."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkScrollbarMiniMapAll)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:135
#, kde-format
msgid "Map the whole document"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelMiniMapWidth)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:145
#, kde-format
msgid "Minim&ap width:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblShowScrollbars)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:205
#, kde-format
msgid "Scro&llbars visibility:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbShowScrollbars)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:216 dialogs/katedialogs.cpp:661
#, kde-format
msgid "Always On"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbShowScrollbars)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:221
#, kde-format
msgid "Show When Needed"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbShowScrollbars)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:226
#, kde-format
msgid "Always Off"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QGroupBox, gbSortBookmarks)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:246
#, kde-format
msgid "Choose how the bookmarks should be ordered in the <b>Bookmarks</b> menu."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbSortBookmarks)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:249
#, kde-format
msgid "Sort Bookmarks Menu"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, rbSortBookmarksByCreation)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:255
#, kde-format
msgid "Each new bookmark will be added to the bottom, independently from where it is placed in the document."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rbSortBookmarksByCreation)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:258
#, kde-format
msgid "B&y creation"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, rbSortBookmarksByPosition)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:265
#, kde-format
msgid "The bookmarks will be ordered by the line numbers they are placed at."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rbSortBookmarksByPosition)
#. +> trunk5
#: dialogs/bordersappearanceconfigwidget.ui:268
#, kde-format
msgid "By posi&tion"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, tblNormalModeMappings)
#. i18n: ectx: property (text), widget (QTableWidget, tblInsertModeMappings)
#. i18n: ectx: property (text), widget (QTableWidget, tblVisualModeMappings)
#. i18n: ectx: property (text), widget (QTreeWidget, treeWidget)
#. +> trunk5
#: dialogs/commandmenuconfigwidget.ui:27 vimode/config/configwidget.ui:95
#: vimode/config/configwidget.ui:133 vimode/config/configwidget.ui:171
#, kde-format
msgid "Command"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, treeWidget)
#. +> trunk5
#: dialogs/commandmenuconfigwidget.ui:32
#, kde-format
msgid "Description"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnEditEntry)
#. +> trunk5
#: dialogs/commandmenuconfigwidget.ui:48
#, kde-format
msgid "Edit Entry..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnRemoveEntry)
#. +> trunk5
#: dialogs/commandmenuconfigwidget.ui:58
#, kde-format
msgid "Remove Entry"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnAddEntry)
#. +> trunk5
#: dialogs/commandmenuconfigwidget.ui:78
#, kde-format
msgid "Add Entry..."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbNotes)
#. +> trunk5
#: dialogs/commandmenuconfigwidget.ui:93
#, kde-format
msgid "Further Notes"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblNotes)
#. +> trunk5
#: dialogs/commandmenuconfigwidget.ui:108
#, kde-format
msgid "<p>The entries are accessible through the submenu <b>Commands</b> in the <b>Tools</b> menu. For faster access it is possible to assign <b>shortcuts</b> in the shortcut configuration page after applying the changes.</p>"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbEdit)
#. +> trunk5
#: dialogs/commandmenueditwidget.ui:12
#, kde-format
msgid "Edit Command"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblCommand)
#. +> trunk5
#: dialogs/commandmenueditwidget.ui:26
#, kde-format
msgid "&Associated command:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblName)
#. +> trunk5
#: dialogs/commandmenueditwidget.ui:69 dialogs/filetypeconfigwidget.ui:72
#, kde-format
msgid "&Name:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KIconButton, btnIcon)
#. +> trunk5
#: dialogs/commandmenueditwidget.ui:87
#, kde-format
msgid "Choose an icon."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KIconButton, btnIcon)
#. +> trunk5
#: dialogs/commandmenueditwidget.ui:90
#, kde-format
msgid "<p>This icon will be displayed in the menu and toolbar.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblDescription)
#. +> trunk5
#: dialogs/commandmenueditwidget.ui:102
#, kde-format
msgid "&Description:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblCategory)
#. +> trunk5
#: dialogs/commandmenueditwidget.ui:115
#, kde-format
msgid "&Category:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbViInputMode)
#. i18n: ectx: property (title), widget (QGroupBox, gbGeneral)
#. +> trunk5
#: dialogs/completionconfigtab.ui:20 dialogs/katedialogs.cpp:523
#: dialogs/katedialogs.cpp:653 dialogs/katedialogs.cpp:858
#: vimode/config/configwidget.ui:29
#, kde-format
msgid "General"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkAutoCompletionEnabled)
#. +> trunk5
#: dialogs/completionconfigtab.ui:26
#, kde-format
msgid "Enable &auto completion"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbWordCompletion)
#. +> trunk5
#: dialogs/completionconfigtab.ui:36
#, kde-format
msgid "A&uto Word Completion"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: dialogs/completionconfigtab.ui:50
#, kde-format
msgid "Minimal word length to complete:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, removeTail)
#. +> trunk5
#: dialogs/completionconfigtab.ui:75
#, kde-format
msgid "Remove tail of a previous word when completion item chosen from a list"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, removeTail)
#. +> trunk5
#: dialogs/completionconfigtab.ui:78
#, kde-format
msgid "Remove tail on complete"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbKeywordCompletion)
#. +> trunk5
#: dialogs/completionconfigtab.ui:88
#, kde-format
msgid "&Keyword completion"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: dialogs/completionconfigtab.ui:97
#, kde-format
msgid "Keyword completion provides suggestions based on the keywords which exist in the document's language."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, sorting)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:17
#, kde-format
msgid "Sorting"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, sortingAlphabetical)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:37
#, kde-format
msgid "Alphabetical"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, sortingReverse)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:44
#, kde-format
msgid "Reverse"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, sortingCaseSensitive)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:51
#, kde-format
msgid "Case sensitive"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, sortingInheritanceDepth)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:58
#, kde-format
msgid "Inheritance depth"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:85
#, kde-format
msgid "Order of Groupings (select a grouping method to configure):"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, groupingOrderUp)
#. i18n: ectx: property (text), widget (QToolButton, groupingUp)
#. i18n: ectx: property (text), widget (QToolButton, columnUp)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:105 dialogs/completionconfigwidget.ui:242
#: dialogs/completionconfigwidget.ui:414
#, kde-format
msgid "^"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, groupingOrderDown)
#. i18n: ectx: property (text), widget (QToolButton, groupingDown)
#. i18n: ectx: property (text), widget (QToolButton, columnDown)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:112 dialogs/completionconfigwidget.ui:249
#: dialogs/completionconfigwidget.ui:421
#, kde-format
msgid "\\/"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, filtering)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:128
#, kde-format
msgid "Filtering"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, filteringContextMatchOnly)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:143
#, kde-format
msgid "Suitable context matches only"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, filteringHideAttributes)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:150
#, kde-format
msgid "Hide completions with the following attributes:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label6)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:162
#, kde-format
msgid "Maximum inheritance depth:"
msgstr ""
#. i18n: ectx: property (specialValueText), widget (QSpinBox, filteringMaximumInheritanceDepth)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:172
#, kde-format
msgid "Infinity"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, grouping)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:190
#, kde-format
msgid "Grouping"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, groupingMethods)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:209
#, kde-format
msgid "Grouping Method"
msgstr ""
#. i18n: ectx: property (text), item, widget (QTreeWidget, groupingMethods)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:214
#, kde-format
msgid "Scope type (local, namespace, global)"
msgstr ""
#. i18n: ectx: property (text), item, widget (QTreeWidget, groupingMethods)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:219
#, kde-format
msgid "Scope (eg. per class)"
msgstr ""
#. i18n: ectx: property (text), item, widget (QTreeWidget, groupingMethods)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:224
#, kde-format
msgid "Access type (public etc.)"
msgstr ""
#. i18n: ectx: property (text), item, widget (QTreeWidget, groupingMethods)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:229
#, kde-format
msgid "Item type (function etc.)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:279
#, kde-format
msgid "Access Grouping Properties"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, accessConst)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:286
#, kde-format
msgid "Include const in grouping"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, accessStatic)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:293
#, kde-format
msgid "Include static in grouping"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, accessSignalSlot)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:300
#, kde-format
msgid "Include signals and slots in grouping"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:330
#, kde-format
msgid "Item Grouping properties"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, itemTemplate)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:337
#, kde-format
msgid "Include templates in grouping"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, columnMerging)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:366
#, kde-format
msgid "Column Merging"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, columnMergeTree)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:391
#, kde-format
msgid "Columns"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, columnMergeTree)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:396
#, kde-format
msgid "Merged"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, columnMergeTree)
#. +> trunk5
#: dialogs/completionconfigwidget.ui:401
#, kde-format
msgid "Shown"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbStaticWordWrap)
#. +> trunk5
#: dialogs/editconfigwidget.ui:20
#, kde-format
msgid "Static Word Wrap"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkStaticWordWrap)
#. +> trunk5
#: dialogs/editconfigwidget.ui:26
#, kde-format
msgid ""
"<p>Automatically start a new line of text when the current line exceeds the length specified by the <b>Wrap words at:</b> option.</p>"
"<p>This option does not wrap existing lines of text - use the <b>Apply Static Word Wrap</b> option in the <b>Tools</b> menu for that purpose.</p>"
"<p>If you want lines to be <i>visually wrapped</i> instead, according to the width of the view, enable <b>Dynamic Word Wrap</b> in the <b>Appearance</b> config page.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkStaticWordWrap)
#. +> trunk5
#: dialogs/editconfigwidget.ui:29
#, kde-format
msgid "Enable static &word wrap"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkShowStaticWordWrapMarker)
#. +> trunk5
#: dialogs/editconfigwidget.ui:36
#, kde-format
msgid ""
"<p>If this option is checked, a vertical line will be drawn at the word wrap column as defined in the <strong>Editing</strong> properties.</p>"
"<p>Note that the word wrap marker is only drawn if you use a fixed pitch font.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkShowStaticWordWrapMarker)
#. +> trunk5
#: dialogs/editconfigwidget.ui:39
#, kde-format
msgid "Show static word wra&p marker (if applicable)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblWordWrap)
#. +> trunk5
#: dialogs/editconfigwidget.ui:60
#, kde-format
msgid "Wra&p words at:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KPluralHandlingSpinBox, sbWordWrap)
#. +> trunk5
#: dialogs/editconfigwidget.ui:70
#, kde-format
msgid "If the Word Wrap option is selected this entry determines the length (in characters) at which the editor will automatically start a new line."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbInputMode)
#. +> trunk5
#: dialogs/editconfigwidget.ui:104
#, kde-format
msgid "Input Mode"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblInputMode)
#. +> trunk5
#: dialogs/editconfigwidget.ui:110
#, kde-format
msgid "Default input mode:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbAutoBrackets)
#. +> trunk5
#: dialogs/editconfigwidget.ui:136
#, kde-format
msgid "Auto Brackets"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkAutoBrackets)
#. +> trunk5
#: dialogs/editconfigwidget.ui:142
#, kde-format
msgid "Enable automatic brackets"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbCopyAndPaste)
#. +> trunk5
#: dialogs/editconfigwidget.ui:152
#, kde-format
msgid "Copy and Paste"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkSmartCopyCut)
#. +> trunk5
#: dialogs/editconfigwidget.ui:158
#, kde-format
msgid "Copy/Cut the current line if no selection"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblFiletype)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:14
#, kde-format
msgid "&Filetype:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KComboBox, cmbFiletypes)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:24
#, kde-format
msgid "Select the filetype you want to change."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, btnNew)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:31
#, kde-format
msgid "Create a new file type."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnNew)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:34
#, kde-format
msgid "&New"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, btnDelete)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:41
#, kde-format
msgid "Delete the current file type."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnDelete)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:44 schema/kateschemaconfig.cpp:923
#, kde-format
msgid "&Delete"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbProperties)
#. +> trunk5
-#: dialogs/filetypeconfigwidget.ui:66 mode/katemodeconfigpage.cpp:268
+#: dialogs/filetypeconfigwidget.ui:66 mode/katemodeconfigpage.cpp:266
#, kde-format
msgid "Properties"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KLineEdit, edtName)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:82
#, kde-format
msgid "The name of the filetype will be the text of the corresponding menu item."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblSection)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:89
#, kde-format
msgid "&Section:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KLineEdit, edtSection)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:99
#, kde-format
msgid "The section name is used to organize the file types in menus."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblVariables)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:106
#, kde-format
msgid "&Variables:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (VariableLineEdit, edtVariables)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:116
#, kde-format
msgid ""
"<p>This string allows to configure Kate's settings for the files selected by this mimetype using Kate variables. Almost any configuration option can be set, such as highlight, indent-mode, encoding, etc.</p>"
"<p>For a full list of known variables, see the manual.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblHl)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:123
#, kde-format
msgid "&Highlighting:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblIndenter)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:136
#, kde-format
msgid "&Indentation mode:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblExtensions)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:149
#, kde-format
msgid "File e&xtensions:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KLineEdit, edtFileExtensions)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:159
#, kde-format
msgid "The wildcards mask allows to select files by filename. A typical mask uses an asterisk and the file extension, for example <code>*.txt; *.text</code>. The string is a semicolon-separated list of masks."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblMimeTypes)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:166
#, kde-format
msgid "MIME &types:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KLineEdit, edtMimeTypes)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:181
#, kde-format
msgid "The mime type mask allows to select files by mimetype. The string is a semicolon-separated list of mimetypes, for example <code>text/plain; text/english</code>."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QToolButton, btnMimeTypes)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:188
#, kde-format
msgid "Displays a wizard that helps you easily select mimetypes."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblPriority)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:197
#, kde-format
msgid "P&riority:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QSpinBox, sbPriority)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:207
#, kde-format
msgid "Sets priority for this file type. If more than one file type selects the same file, the one with the highest priority will be used."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnDownload)
#. +> trunk5
#: dialogs/filetypeconfigwidget.ui:232
#, kde-format
msgid "Download Highlighting Files..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblMode)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:17
#, kde-format
msgid "Default indentation mode:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KComboBox, cmbMode)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:27
#, kde-format
msgid "This is a list of available indentation modes. The specified indentation mode will be used for all new documents. Be aware that it is also possible to set the indentation mode with document variables, modes or a .kateconfig file."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbIndentationMode)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:49
#, kde-format
msgid "Indent using"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rbIndentWithTabs)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:55
#, kde-format
msgid "&Tabulators"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rbIndentWithSpaces)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:62
#, kde-format
msgid "&Spaces"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblIndentWidth)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:69
#, kde-format
msgid "&Indentation width:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rbIndentMixed)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:79
#, kde-format
msgid "Tabulators &and Spaces"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblTabWidth)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:99
#, kde-format
msgid "Tab wi&dth:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KPluralHandlingSpinBox, sbIndentWidth)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:125
#, kde-format
msgid "The indentation width is the number of spaces which is used to indent a line. If the option <b>Insert spaces instead of tabulators</b> in the section <b>Editing</b> is disabled, a <b>Tab</b> character is inserted if the indentation is divisible by the tab width."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbProperties)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:144
#, kde-format
msgid "Indentation Properties"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkKeepExtraSpaces)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:150
#, kde-format
msgid "If this option is disabled, changing the indentation level aligns a line to a multiple of the width specified in <b>Indentation width</b>."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkKeepExtraSpaces)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:153
#, kde-format
msgid "&Keep extra spaces"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkIndentPaste)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:160
#, kde-format
msgid "If this option is selected, pasted code from the clipboard is indented. Triggering the <b>undo</b>-action removes the indentation."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkIndentPaste)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:163
#, kde-format
msgid "Adjust indentation of code &pasted from the clipboard"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbKeys)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:173
#, kde-format
msgid "Indentation Actions"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkBackspaceUnindents)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:179
#, kde-format
msgid "If this option is selected, the <b>Backspace</b> key decreases the indentation level if the cursor is located in the leading blank space of a line."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkBackspaceUnindents)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:182
#, kde-format
msgid "&Backspace key in leading blank space unindents"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:192
#, kde-format
msgid ""
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body>\n"
"<p>Tab key action (if no selection exists) <a href=\"If you want <b>Tab</b> to align the current line in the current code block like in emacs, make <b>Tab</b> a shortcut to the action <b>Align</b>.\"><span>More ...</span></a></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, rbTabAdvances)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:225
#, kde-format
msgid "If this option is selected, the <b>Tab</b> key always inserts white space so that the next tab position is reached. If the option <b>Insert spaces instead of tabulators</b> in the section <b>Editing</b> is enabled, spaces are inserted; otherwise, a single tabulator is inserted."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rbTabAdvances)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:228
#, kde-format
msgid "Always advance to the &next tab position"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, rbTabIndents)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:235
#, kde-format
msgid "If this option is selected, the <b>Tab</b> key always indents the current line by the number of character positions specified in <b>Indentation width</b>."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rbTabIndents)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:238
#, kde-format
msgid "Always increase indentation &level"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, rbTabSmart)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:245
#, kde-format
msgid ""
"If this option is selected, the <b>Tab</b> key either indents the current line or advances to the next tab position."
"<p> If the insertion point is at or before the first non-space character in the line, or if there is a selection, the current line is indented by the number of character positions specified in <b>Indentation width</b>."
"<p> If the insertion point is located after the first non-space character in the line and there is no selection, white space is inserted so that the next tab position is reached: if the option <b>Insert spaces instead of tabulators</b> in the section <b>Editing</b> is enabled, spaces are inserted; otherwise, a single tabulator is inserted."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, rbTabSmart)
#. +> trunk5
#: dialogs/indentationconfigwidget.ui:248
#, kde-format
msgid "Increase indentation level if in l&eading blank space"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:198 dialogs/katedialogs.cpp:200
#, kde-format
msgid " character"
msgid_plural " characters"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: dialogs/katedialogs.cpp:227
#, kde-format
msgid "Indentation"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:300
#, kde-format
msgid "Auto Completion"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:364
#, kde-format
msgid "Spellcheck"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:444
#, kde-format
msgid "Text Navigation"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:512
#, kde-format
msgctxt "Wrap words at (value is at 20 or larger)"
msgid " character"
msgid_plural " characters"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: dialogs/katedialogs.cpp:625
#, kde-format
msgid "Editing"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:630
#, kde-format
msgid "Editing Options"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:659
#, kde-format
msgid "Off"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:660
#, kde-format
msgid "Follow Line Numbers"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:788 dialogs/katedialogs.cpp:793
#, kde-format
msgid "Appearance"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: dialogs/katedialogs.cpp:859 dialogs/textareaappearanceconfigwidget.ui:137
#, kde-format
msgid "Advanced"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:914
#, kde-format
msgid "You did not provide a backup suffix or prefix. Using default suffix: '~'"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:915
#, kde-format
msgid "No Backup Suffix or Prefix"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:1044
#, kde-format
msgid "Open/Save"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:1049
#, kde-format
msgid "File Opening & Saving"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:1063
#, kde-format
msgid "Highlight Download"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:1070
#, kde-format
msgid "Select the syntax highlighting files you want to update:"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:1075
#, kde-format
msgid "Installed"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:1075
#, kde-format
msgid "Latest"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:1082
#, kde-format
msgid "<b>Note:</b> New versions are selected automatically."
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:1089
#, kde-format
msgid "&Install"
msgstr ""
#. +> trunk5
#: dialogs/katedialogs.cpp:1132
#, kde-format
msgid "The list of highlightings could not be found on / retrieved from the server"
msgstr ""
#. +> trunk5
-#: dialogs/katedialogs.cpp:1236
+#: dialogs/katedialogs.cpp:1232
#, kde-format
msgid "&Go to line:"
msgstr ""
#. +> trunk5
-#: dialogs/katedialogs.cpp:1242
+#: dialogs/katedialogs.cpp:1238
#, kde-format
msgid "Go"
msgstr ""
#. +> trunk5
-#: dialogs/katedialogs.cpp:1304
+#: dialogs/katedialogs.cpp:1300
#, kde-format
msgid "Dictionary:"
msgstr ""
#. +> trunk5
-#: dialogs/katedialogs.cpp:1358
+#: dialogs/katedialogs.cpp:1354
#, kde-format
msgid "View &Difference"
msgstr ""
#. +> trunk5
-#: dialogs/katedialogs.cpp:1359
+#: dialogs/katedialogs.cpp:1355
#, kde-format
msgid "Shows a diff of the changes"
msgstr ""
#. +> trunk5
-#: dialogs/katedialogs.cpp:1364
+#: dialogs/katedialogs.cpp:1360
#, kde-format
msgid "&Reload"
msgstr ""
#. +> trunk5
-#: dialogs/katedialogs.cpp:1366
+#: dialogs/katedialogs.cpp:1362
#, kde-format
msgid "Reload the file from disk. Unsaved changes will be lost."
msgstr ""
#. +> trunk5
-#: dialogs/katedialogs.cpp:1370
+#: dialogs/katedialogs.cpp:1366
#, kde-format
msgid "&Save As..."
msgstr ""
#. +> trunk5
-#: dialogs/katedialogs.cpp:1372
+#: dialogs/katedialogs.cpp:1368
#, kde-format
msgid "Lets you select a location and save the file again."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, m_skipBtn)
#. +> trunk5
-#: dialogs/katedialogs.cpp:1377 spellcheck/spellcheckbar.ui:143
+#: dialogs/katedialogs.cpp:1373 spellcheck/spellcheckbar.ui:143
#, kde-format
msgid "&Ignore"
msgstr ""
#. +> trunk5
-#: dialogs/katedialogs.cpp:1378
+#: dialogs/katedialogs.cpp:1374
#, kde-format
msgid "Ignores the changes on disk without any action."
msgstr ""
#. +> trunk5
-#: dialogs/katedialogs.cpp:1445 swapfile/kateswapdiffcreator.cpp:137
+#: dialogs/katedialogs.cpp:1441 swapfile/kateswapdiffcreator.cpp:137
#, kde-format
msgid "The diff command failed. Please make sure that diff(1) is installed and in your PATH."
msgstr ""
#. +> trunk5
-#: dialogs/katedialogs.cpp:1447 swapfile/kateswapdiffcreator.cpp:139
+#: dialogs/katedialogs.cpp:1443 swapfile/kateswapdiffcreator.cpp:139
#, kde-format
msgid "Error Creating Diff"
msgstr ""
#. +> trunk5
-#: dialogs/katedialogs.cpp:1455 swapfile/kateswapdiffcreator.cpp:147
+#: dialogs/katedialogs.cpp:1451 swapfile/kateswapdiffcreator.cpp:147
#, kde-format
msgid "The files are identical."
msgstr ""
#. +> trunk5
-#: dialogs/katedialogs.cpp:1456 swapfile/kateswapdiffcreator.cpp:148
+#: dialogs/katedialogs.cpp:1452 swapfile/kateswapdiffcreator.cpp:148
#, kde-format
msgid "Diff Output"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbCursorMovement)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:12
#, kde-format
msgid "Text Cursor Movement"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkSmartHome)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:18
#, kde-format
msgid "When selected, pressing the home key will cause the cursor to skip whitespace and go to the start of a line's text. The same applies for the end key."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkSmartHome)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:21
#, kde-format
msgid "Smart ho&me and smart end"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkPagingMovesCursor)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:28
#, kde-format
msgid "Selects whether the PageUp and PageDown keys should alter the vertical position of the cursor relative to the top of the view."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkPagingMovesCursor)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:31
#, kde-format
msgid "&PageUp/PageDown moves cursor"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblAutoCenterCursor)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:43
#, kde-format
msgid "&Autocenter cursor:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QSpinBox, sbAutoCenterCursor)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:53
#, kde-format
msgid "Sets the number of lines to maintain visible above and below the cursor when possible."
msgstr ""
#. i18n: ectx: property (specialValueText), widget (QSpinBox, sbAutoCenterCursor)
#. i18n: ectx: property (specialValueText), widget (QSpinBox, spbSwapFileSync)
#. i18n: ectx: property (specialValueText), widget (QSpinBox, sbDynamicWordWrapDepth)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:56 dialogs/opensaveconfigadvwidget.ui:163
#: dialogs/textareaappearanceconfigwidget.ui:57
#, kde-format
msgid "Disabled"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, sbAutoCenterCursor)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:59
#, kde-format
msgid " lines"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, cbNavigationMisc)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:84
#, kde-format
msgid "Misc"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblTextSelectionMode)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:92
#, kde-format
msgid "Text selection mode:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cbTextSelectionMode)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:103 inputmode/katenormalinputmode.cpp:82
#, kde-format
msgid "Normal"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cbTextSelectionMode)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:108
#, kde-format
msgid "Persistent"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkScrollPastEnd)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:131
#, kde-format
msgid "Allow scrolling past the end of the document"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkBackspaceRemoveComposed)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:138
#, kde-format
msgid "When selected, composed characters are removed with their diacritics instead of only removing the base character. This is useful for Indic locales."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkBackspaceRemoveComposed)
#. +> trunk5
#: dialogs/navigationconfigwidget.ui:141
#, kde-format
msgid "Backspace key removes character’s base with its diacritics"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QGroupBox, gbBackup)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:20
#, kde-format
msgid ""
"<p>Backing up on save will cause Kate to copy the disk file to '&lt;prefix&gt;&lt;filename&gt;&lt;suffix&gt;' before saving changes."
"<p>The suffix defaults to <strong>~</strong> and prefix is empty by default."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbBackup)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:23
#, kde-format
msgid "Backup on Save"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkBackupLocalFiles)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:32
#, kde-format
msgid "If this option is enabled, backups for local files will be created when saving."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkBackupLocalFiles)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:35
#, kde-format
msgid "&Local files"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkBackupRemoteFiles)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:42
#, kde-format
msgid "If this option is enabled, backups for remote files will be created when saving."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkBackupRemoteFiles)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:45
#, kde-format
msgid "&Remote files"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:52
#, kde-format
msgid "&Prefix:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KLineEdit, edtBackupPrefix)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:62
#, kde-format
msgid "Enter the prefix to prepend to the backup file names."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:69
#, kde-format
msgid "&Suffix:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KLineEdit, edtBackupSuffix)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:79
#, kde-format
msgid "Enter the suffix to append to the backup file names."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gpSwapFileOptions)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:95
#, kde-format
msgid "Swap File Options"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblSwapFileMode)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:101
#, kde-format
msgid "Swap file:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSwapFileMode)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:112
#, kde-format
msgid "Disable"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSwapFileMode)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:117
#, kde-format
msgid "Enable"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSwapFileMode)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:122
#, kde-format
msgid "Alternative Directory"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblSwapDirectory)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:130
#, kde-format
msgid "Directory:"
msgstr ""
#. i18n: ectx: property (placeholderText), widget (KUrlRequester, kurlSwapDirectory)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:146
#, kde-format
msgid "Directory for swp files"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblSwapFileSync)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:153
#, kde-format
msgid "Sync every:"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, spbSwapFileSync)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:166
#, kde-format
msgid "s"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: dialogs/opensaveconfigadvwidget.ui:185
#, kde-format
msgid "Be aware, that disabling the swap file synchronization may lead to data loss in case of a system crash."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbFileFormat)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:12
#, kde-format
msgid "File Format"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblEncoding)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:23
#, kde-format
msgid "&Encoding:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KComboBox, cmbEncoding)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:33
#, kde-format
msgid "This defines the standard encoding to use to open/save files, if not changed in the open/save dialog or by using a command line option."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblEncodingDetection)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:40
#, kde-format
msgid "&Encoding detection:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KComboBox, cmbEncodingDetection)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:50
#, kde-format
msgid "if neither the encoding chosen as standard above, nor the encoding specified in the open/save dialog, nor the encoding specified on command line match the content of the file, this detection will be run."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblEncodingDetection2)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:57
#, kde-format
msgid "&Fallback encoding:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KComboBox, cmbEncodingFallback)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:67
#, kde-format
msgid "This defines the fallback encoding to try for opening files if neither the encoding chosen as standard above, nor the encoding specified in the open/save dialog, nor the encoding specified on command line match the content of the file. Before this is used, an attempt will be made to determine the encoding to use by looking for a byte order mark at start of file: if one is found, the right Unicode encoding will be chosen; otherwise encoding detection will run, if both fail the fallback encoding will be tried."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblEOL)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:74
#, kde-format
msgid "E&nd of line:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, cmbEOL)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:85
#, kde-format
msgid "UNIX"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, cmbEOL)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:90
#, kde-format
msgid "DOS/Windows"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, cmbEOL)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:95
#, kde-format
msgid "Macintosh"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkDetectEOL)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:105
#, kde-format
msgid "If this option is enabled the editor will autodetect the end of line type. The first found end of line type will be used for the whole file."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkDetectEOL)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:108
#, kde-format
msgid "A&utomatic end of line detection"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkEnableBOM)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:115
#, kde-format
msgid "The byte order mark is a special sequence at the beginning of Unicode encoded documents. It helps editors to open text documents with the correct Unicode encoding. The byte order mark is not visible in the displayed document."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkEnableBOM)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:118
#, kde-format
msgid "Enable byte order mark (BOM)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:125
#, kde-format
msgid "Line length limit:"
msgstr ""
#. i18n: ectx: property (specialValueText), widget (QSpinBox, lineLengthLimit)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:135
#, kde-format
msgid "Unlimited"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbCleanups)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:151
#, kde-format
msgid "Automatic Cleanups on Save"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, lblRemoveTrailingSpaces)
#. i18n: ectx: property (whatsThis), widget (QComboBox, cbRemoveTrailingSpaces)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:159 dialogs/opensaveconfigwidget.ui:172
#, kde-format
msgid "Depending on the choice, trailing spaces are removed when saving a document, either in the entire document or only of modified lines."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblRemoveTrailingSpaces)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:162
#, kde-format
msgid "Re&move trailing spaces:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cbRemoveTrailingSpaces)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:176
#, kde-format
msgid "Never"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cbRemoveTrailingSpaces)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:181
#, kde-format
msgid "On Modified Lines"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cbRemoveTrailingSpaces)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:186
#, kde-format
msgid "In Entire Document"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkNewLineAtEof)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:209
#, kde-format
msgid "On save, a line break is appended to the document if not already present. The line break is visible after reloading the file."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkNewLineAtEof)
#. +> trunk5
#: dialogs/opensaveconfigwidget.ui:212
#, kde-format
msgid "Append newline at end of file on save"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QGroupBox, gbWordWrap)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:9 view/kateview.cpp:697
#, kde-format
msgid "If this option is checked, the text lines will be wrapped at the view border on the screen."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbWordWrap)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:12 view/kateview.cpp:694
#, kde-format
msgid "&Dynamic Word Wrap"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblDynamicWordWrapIndicators)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:21
#, kde-format
msgid "Dynamic &word wrap indicators (if applicable):"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KComboBox, cmbDynamicWordWrapIndicator)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:31
#, kde-format
msgid "Choose when the Dynamic Word Wrap Indicators should be displayed."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblDynamicWordWrapIndicators_2)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:38
#, kde-format
msgid "Align dynamically wrapped lines to indentation depth:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QSpinBox, sbDynamicWordWrapDepth)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:54
#, kde-format, no-c-format
msgid ""
"<p>Enables the start of dynamically wrapped lines to be aligned vertically to the indentation level of the first line. This can help to make code and markup more readable.</p>"
"<p>Additionally, this allows you to set a maximum width of the screen, as a percentage, after which dynamically wrapped lines will no longer be vertically aligned. For example, at 50%, lines whose indentation levels are deeper than 50% of the width of the screen will not have vertical alignment applied to subsequent wrapped lines.</p>"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, sbDynamicWordWrapDepth)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:60
#, kde-format, no-c-format
msgid "% of View Width"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbWhitespaceHighlighting)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:76
#, kde-format
msgid "Whitespace Highlighting"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkShowTabs)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:82
#, kde-format
msgid "The editor will display a symbol to indicate the presence of a tab in the text."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkShowTabs)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:85
#, kde-format
msgid "&Highlight tabulators"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkShowSpaces)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:92
#, kde-format
msgid "Highlight trailing &spaces"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lbMarkerDescription)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:105
#, kde-format
msgid "Highlight marker size:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QSlider, sliSetMarkerSize)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:112
#, kde-format
msgid "Size of the visible highlight marker."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkShowIndentationLines)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:143
#, kde-format
msgid "If this is enabled, the editor will display vertical lines to help identify indent lines."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkShowIndentationLines)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:146
#, kde-format
msgid "Show i&ndentation lines"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkShowWholeBracketExpression)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:153
#, kde-format
msgid "If this is enabled, the range between the selected matching brackets will be highlighted."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkShowWholeBracketExpression)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:156
#, kde-format
msgid "Highlight range between selected brackets"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, chkAnimateBracketMatching)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:163
#, kde-format
msgid "Flash matching brackets"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkAnimateBracketMatching)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:166
#, kde-format
msgid "If this is enabled, matching brackets are animated for better visibility."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkAnimateBracketMatching)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:169
#, kde-format
msgid "Animate bracket matching"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, chkFoldFirstLine)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:179
#, kde-format
msgid ""
"When this setting is enabled, the editor view automatically folds\n"
"comment blocks that start on the first line of the document. This is\n"
"helpful to hide license headers which are commonly placed at the\n"
"beginning of a file."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkFoldFirstLine)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:182
#, kde-format
msgid "Fold first line"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, chkShowWordCount)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:189
#, kde-format
msgid "Show/hide word count in status bar"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkShowWordCount)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:192
#, kde-format
msgid "Show word count"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, chkShowLinesCount)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:199
#, kde-format
msgid "Show/hide Lines count in status bar"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkShowLinesCount)
#. +> trunk5
#: dialogs/textareaappearanceconfigwidget.ui:202
#, kde-format
msgid "Show Lines Count"
msgstr ""
#. +> trunk5
#: document/katebuffer.cpp:179
#, kde-format
msgctxt "short translation, user created new file"
msgid "New file"
msgstr ""
#. +> trunk5
#: document/katebuffer.cpp:187
#, kde-format
msgid "The file %1 does not exist."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2157
+#: document/katedocument.cpp:2154
#, kde-format
msgid ""
"The file %1 could not be loaded, as it was not possible to read from it.<br />"
"Check if you have read access to this file."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2160
+#: document/katedocument.cpp:2157
#, kde-format
msgctxt "translators: you can also translate 'Try Again' with 'Reload'"
msgid "Try Again"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2163 document/katedocument.cpp:5981
+#: document/katedocument.cpp:2160 document/katedocument.cpp:5949
#, kde-format
msgid "&Close"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2164 document/katedocument.cpp:5982
+#: document/katedocument.cpp:2161 document/katedocument.cpp:5950
#, kde-format
msgid "Close message"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2175
+#: document/katedocument.cpp:2172
#, kde-format
msgid ""
"The file %1 could not be loaded, as it was not possible to read from it.\n"
"\n"
"Check if you have read access to this file."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2299
+#: document/katedocument.cpp:2296
#, kde-format
msgid ""
"The file %1 was opened with %2 encoding but contained invalid characters.<br />"
"It is set to read-only mode, as saving might destroy its content.<br />"
"Either reopen the file with the correct encoding chosen or enable the read-write mode again in the tools menu to be able to edit it."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2309
+#: document/katedocument.cpp:2306
#, kde-format
msgid "The file %1 was opened with %2 encoding but contained invalid characters. It is set to read-only mode, as saving might destroy its content. Either reopen the file with the correct encoding chosen or enable the read-write mode again in the tools menu to be able to edit it."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2320
+#: document/katedocument.cpp:2317
#, kde-format
msgid ""
"The file %1 was opened and contained lines longer than the configured Line Length Limit (%2 characters).<br />"
"The longest of those lines was %3 characters long<br/>"
"Those lines were wrapped and the document is set to read-only mode, as saving will modify its content."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2325
+#: document/katedocument.cpp:2322
#, kde-format
msgid "Temporarily raise limit and reload file"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2328
+#: document/katedocument.cpp:2325
#, kde-format
msgid "Close"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2334
+#: document/katedocument.cpp:2331
#, kde-format
msgid ""
"The file %1 was opened and contained lines longer than the configured Line Length Limit (%2 characters).<br/>"
"The longest of those lines was %3 characters long<br/>"
"Those lines were wrapped and the document is set to read-only mode, as saving will modify its content."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2357
+#: document/katedocument.cpp:2354
#, kde-format
msgid "Do you really want to save this unmodified file? You could overwrite changed data in the file on disk."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2357
+#: document/katedocument.cpp:2354
#, kde-format
msgid "Trying to Save Unmodified File"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2357 document/katedocument.cpp:2362
-#: document/katedocument.cpp:2374
+#: document/katedocument.cpp:2354 document/katedocument.cpp:2359
+#: document/katedocument.cpp:2371
#, kde-format
msgid "Save Nevertheless"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2362
+#: document/katedocument.cpp:2359
#, kde-format
msgid "Do you really want to save this file? Both your open file and the file on disk were changed. There could be some data lost."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2362 document/katedocument.cpp:2374
-#: document/katedocument.cpp:2666
+#: document/katedocument.cpp:2359 document/katedocument.cpp:2371
+#: document/katedocument.cpp:2663
#, kde-format
msgid "Possible Data Loss"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2374
+#: document/katedocument.cpp:2371
#, kde-format
msgid "The selected encoding cannot encode every Unicode character in this document. Do you really want to save it? There could be some data lost."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2415 document/katedocument.cpp:4350
+#: document/katedocument.cpp:2412 document/katedocument.cpp:4346
#, kde-format
msgid ""
"The document could not be saved, as it was not possible to write to %1.\n"
"\n"
"Check that you have write access to this file or that enough disk space is available."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2539
+#: document/katedocument.cpp:2536
#, kde-format
msgid "For file %1 no backup copy could be created before saving. If an error occurs while saving, you might lose the data of this file. A reason could be that the media you write to is full or the directory of the file is read-only for you."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2542
+#: document/katedocument.cpp:2539
#, kde-format
msgid "Failed to create backup copy."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2543
+#: document/katedocument.cpp:2540
#, kde-format
msgid "Try to Save Nevertheless"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2665
+#: document/katedocument.cpp:2662
#, kde-format
msgid "Do you really want to continue to close this file? Data loss may occur."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:2666
+#: document/katedocument.cpp:2663
#, kde-format
msgid "Close Nevertheless"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:4120
+#: document/katedocument.cpp:4116
#, kde-format
msgid "Untitled"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:4161 document/katedocument.cpp:4315
-#: document/katedocument.cpp:4326 document/katedocument.cpp:5041
+#: document/katedocument.cpp:4157 document/katedocument.cpp:4311
+#: document/katedocument.cpp:4322 document/katedocument.cpp:5037
#, kde-format
msgid "Save File"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:4165
+#: document/katedocument.cpp:4161
#, kde-format
msgid "Save failed"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:4225
+#: document/katedocument.cpp:4221
#, kde-format
msgid "What do you want to do?"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:4226
+#: document/katedocument.cpp:4222
#, kde-format
msgid "File Was Changed on Disk"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:4227
+#: document/katedocument.cpp:4223
#, kde-format
msgid "&Reload File"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:4228
+#: document/katedocument.cpp:4224
#, kde-format
msgid "&Ignore Changes"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:4338
+#: document/katedocument.cpp:4334
#, kde-format
msgid "Save Copy of File"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:4586
+#: document/katedocument.cpp:4582
#, kde-format
msgid "Using deprecated modeline 'remove-trailing-space'. Please replace with 'remove-trailing-spaces modified;', see http://docs.kde.org/stable/en/applications/kate/config-variables.html#variable-remove-trailing-spaces"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:4591
+#: document/katedocument.cpp:4587
#, kde-format
msgid "Using deprecated modeline 'replace-trailing-space-save'. Please replace with 'remove-trailing-spaces all;', see http://docs.kde.org/stable/en/applications/kate/config-variables.html#variable-remove-trailing-spaces"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:4928
+#: document/katedocument.cpp:4924
#, kde-format
msgid "The file '%1' was modified by another program."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:4931
+#: document/katedocument.cpp:4927
#, kde-format
msgid "The file '%1' was created by another program."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:4934
+#: document/katedocument.cpp:4930
#, kde-format
msgid "The file '%1' was deleted by another program."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:5068
+#: document/katedocument.cpp:5064
#, kde-format
msgid "A file named \"%1\" already exists. Are you sure you want to overwrite it?"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:5070
+#: document/katedocument.cpp:5066
#, kde-format
msgid "Overwrite File?"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:5285
+#: document/katedocument.cpp:5281
#, kde-format
msgid ""
"The document \"%1\" has been modified.\n"
"Do you want to save your changes or discard them?"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:5287
+#: document/katedocument.cpp:5283
#, kde-format
msgid "Close Document"
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:5420
+#: document/katedocument.cpp:5416
#, kde-format
msgid "The file <a href=\"%1\">%2</a> is still loading."
msgstr ""
#. +> trunk5
-#: document/katedocument.cpp:5427
+#: document/katedocument.cpp:5423
#, kde-format
msgid "&Abort Loading"
msgstr ""
#. +> trunk5
#: inputmode/katenormalinputmode.cpp:92
#, kde-format
msgid "OVERWRITE"
msgstr ""
#. +> trunk5
#: inputmode/katenormalinputmode.cpp:92
#, kde-format
msgid "INSERT"
msgstr ""
#. +> trunk5
#: inputmode/katenormalinputmodefactory.cpp:52
#, kde-format
msgid "Normal Mode"
msgstr ""
#. +> trunk5
#: inputmode/kateviinputmode.cpp:40
#, kde-format
msgid "VI: INSERT MODE"
msgstr ""
#. +> trunk5
#: inputmode/kateviinputmode.cpp:43
#, kde-format
msgid "VI: NORMAL MODE"
msgstr ""
#. +> trunk5
#: inputmode/kateviinputmode.cpp:46
#, kde-format
msgid "VI: VISUAL"
msgstr ""
#. +> trunk5
#: inputmode/kateviinputmode.cpp:49
#, kde-format
msgid "VI: VISUAL BLOCK"
msgstr ""
#. +> trunk5
#: inputmode/kateviinputmode.cpp:52
#, kde-format
msgid "VI: VISUAL LINE"
msgstr ""
#. +> trunk5
#: inputmode/kateviinputmode.cpp:55
#, kde-format
msgid "VI: REPLACE"
msgstr ""
#. +> trunk5
#: inputmode/kateviinputmode.cpp:160
#, kde-format
msgid "vi-mode"
msgstr ""
#. +> trunk5
#: inputmode/kateviinputmode.cpp:173
#, kde-format
msgid "recording"
msgstr ""
#. +> trunk5
#: inputmode/kateviinputmodefactory.cpp:55 utils/kateglobal.cpp:127
#: vimode/config/configtab.cpp:249
#, kde-format
msgid "Vi Input Mode"
msgstr ""
#. +> trunk5
-#: mode/katemodeconfigpage.cpp:60
+#: mode/katemodeconfigpage.cpp:59
#, kde-format
msgid "<Unchanged>"
msgstr ""
#. +> trunk5
-#: mode/katemodeconfigpage.cpp:71
+#: mode/katemodeconfigpage.cpp:69
#, kde-format
msgid "Use Default"
msgstr ""
#. +> trunk5
-#: mode/katemodeconfigpage.cpp:184
+#: mode/katemodeconfigpage.cpp:182
#, kde-format
msgid "New Filetype"
msgstr ""
#. +> trunk5
-#: mode/katemodeconfigpage.cpp:238
+#: mode/katemodeconfigpage.cpp:236
#, kde-format
msgid "Properties of %1"
msgstr ""
#. +> trunk5
-#: mode/katemodeconfigpage.cpp:288
+#: mode/katemodeconfigpage.cpp:286
#, kde-format
msgid ""
"Select the MimeTypes you want for this file type.\n"
"Please note that this will automatically edit the associated file extensions as well."
msgstr ""
#. +> trunk5
-#: mode/katemodeconfigpage.cpp:290
+#: mode/katemodeconfigpage.cpp:288
#, kde-format
msgid "Select Mime Types"
msgstr ""
#. +> trunk5
-#: mode/katemodeconfigpage.cpp:307
+#: mode/katemodeconfigpage.cpp:305
#, kde-format
msgid "Modes && Filetypes"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:49
#, kde-format
msgid "Te&xt Settings"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:53
#, kde-format
msgid "Print line &numbers"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:56
#, kde-format
msgid "Print &legend"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:65
#, kde-format
msgid "<p>If enabled, line numbers will be printed on the left side of the page(s).</p>"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:67
#, kde-format
msgid "<p>Print a box displaying typographical conventions for the document type, as defined by the syntax highlighting being used.</p>"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:119
#, kde-format
msgid "Hea&der && Footer"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:126
#, kde-format
msgid "Pr&int header"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:128
#, kde-format
msgid "Pri&nt footer"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:134
#, kde-format
msgid "Header/footer font:"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:139
#, kde-format
msgid "Choo&se Font..."
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:145
#, kde-format
msgid "Header Properties"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:149
#, kde-format
msgid "&Format:"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:171 printing/printconfigwidgets.cpp:217
#, kde-format
msgid "Colors:"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:178 printing/printconfigwidgets.cpp:224
#, kde-format
msgid "Foreground:"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:183
#, kde-format
msgid "Bac&kground"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:189
#, kde-format
msgid "Footer Properties"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:194
#, kde-format
msgid "For&mat:"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:229
#, kde-format
msgid "&Background"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:258
#, kde-format
msgid "<p>Format of the page header. The following tags are supported:</p>"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:260
#, kde-format
msgid ""
"<ul>"
"<li><tt>%u</tt>: current user name</li>"
"<li><tt>%d</tt>: complete date/time in short format</li>"
"<li><tt>%D</tt>: complete date/time in long format</li>"
"<li><tt>%h</tt>: current time</li>"
"<li><tt>%y</tt>: current date in short format</li>"
"<li><tt>%Y</tt>: current date in long format</li>"
"<li><tt>%f</tt>: file name</li>"
"<li><tt>%U</tt>: full URL of the document</li>"
"<li><tt>%p</tt>: page number</li>"
"<li><tt>%P</tt>: total amount of pages</li>"
"</ul>"
"<br />"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:274
#, kde-format
msgid "<p>Format of the page footer. The following tags are supported:</p>"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:353
#, kde-format
msgid "%1, %2pt"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:372
#, kde-format
msgid "Add Placeholder..."
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:374
#, kde-format
msgid "Current User Name"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:376
#, kde-format
msgid "Complete Date/Time (short format)"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:378
#, kde-format
msgid "Complete Date/Time (long format)"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:380
#, kde-format
msgid "Current Time"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:382
#, kde-format
msgid "Current Date (short format)"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:384
#, kde-format
msgid "Current Date (long format)"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:386
#, kde-format
msgid "File Name"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:388
#, kde-format
msgid "Full document URL"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:390
#, kde-format
msgid "Page Number"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:392
#, kde-format
msgid "Total Amount of Pages"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:501
#, kde-format
msgid "L&ayout"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:507 schema/kateschemaconfig.cpp:910
#, kde-format
msgid "&Schema:"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:514
#, kde-format
msgid "Draw bac&kground color"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:517
#, kde-format
msgid "Draw &boxes"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:521
#, kde-format
msgid "Box Properties"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:525
#, kde-format
msgid "W&idth:"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:533
#, kde-format
msgid "&Margin:"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:541
#, kde-format
msgid "Co&lor:"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:563
#, kde-format
msgid "Select the color scheme to use for the print."
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:565
#, kde-format
msgid ""
"<p>If enabled, the background color of the editor will be used.</p>"
"<p>This may be useful if your color scheme is designed for a dark background.</p>"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:568
#, kde-format
msgid "<p>If enabled, a box as defined in the properties below will be drawn around the contents of each page. The Header and Footer will be separated from the contents with a line as well.</p>"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:572
#, kde-format
msgid "The width of the box outline"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:574
#, kde-format
msgid "The margin inside boxes, in pixels"
msgstr ""
#. +> trunk5
#: printing/printconfigwidgets.cpp:576
#, kde-format
msgid "The line color to use for boxes"
msgstr ""
#. +> trunk5
#: printing/printpainter.cpp:272
#, kde-format
msgid "(Selection of) "
msgstr ""
#. +> trunk5
#: printing/printpainter.cpp:530
#, kde-format
msgid "Typographical Conventions for %1"
msgstr ""
#. +> trunk5
#: printing/printpainter.cpp:561
#, kde-format
msgid "text"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: schema/howtoimportschema.ui:17
#, kde-format
msgid "How do you want to import the schema?"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioReplaceCurrent)
#. +> trunk5
#: schema/howtoimportschema.ui:24
#, kde-format
msgid "Replace current schema?"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioReplaceExisting)
#. +> trunk5
#: schema/howtoimportschema.ui:34 schema/kateschemaconfig.cpp:1068
#, kde-format, no-c-format
msgid "Replace existing schema %1"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioAsNew)
#. +> trunk5
#: schema/howtoimportschema.ui:43
#, kde-format
msgid "Import as new schema:"
msgstr ""
#. +> trunk5
#: schema/katecolortreewidget.cpp:51 schema/katecolortreewidget.cpp:78
#, kde-format
msgid "Use default color from the KDE color scheme"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:59
#, kde-format
msgid "Use KDE Color Scheme"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:86
#, kde-format
msgid "Editor Background Colors"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:88
#, kde-format
msgid "Text Area"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:90
#, kde-format
msgid "<p>Sets the background color of the editing area.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:94
#, kde-format
msgid "Selected Text"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:96
#, kde-format
msgid ""
"<p>Sets the background color of the selection.</p>"
"<p>To set the text color for selected text, use the &quot;<b>Configure Highlighting</b>&quot; dialog.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:100
#, kde-format
msgid "Current Line"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:102
#, kde-format
msgid "<p>Sets the background color of the currently active line, which means the line where your cursor is positioned.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:106
#, kde-format
msgid "Search Highlight"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:108
#, kde-format
msgid "<p>Sets the background color of search results.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:112
#, kde-format
msgid "Replace Highlight"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:114
#, kde-format
msgid "<p>Sets the background color of replaced text.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:121
#, kde-format
msgid "Icon Border"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:123
#, kde-format
msgid "Background Area"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:125
#, kde-format
msgid "<p>Sets the background color of the icon border.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:129
#, kde-format
msgid "Line Numbers"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:131
#, kde-format
msgid "<p>This color will be used to draw the line numbers (if enabled).</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:135
#, kde-format
msgid "Current Line Number"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:137
#, kde-format
msgid "<p>This color will be used to draw the number of the current line (if enabled).</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:141
#, kde-format
msgid "Separator"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:143
#, kde-format
msgid "<p>This color will be used to draw the line between line numbers and the icon borders, if both are enabled.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:147
#, kde-format
msgid "Word Wrap Marker"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:149
#, kde-format
msgid ""
"<p>Sets the color of Word Wrap-related markers:</p>"
"<dl>"
"<dt>Static Word Wrap</dt>"
"<dd>A vertical line which shows the column where text is going to be wrapped</dd>"
"<dt>Dynamic Word Wrap</dt>"
"<dd>An arrow shown to the left of visually-wrapped lines</dd>"
"</dl>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:153
#, kde-format
msgid "Code Folding"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:155
#, kde-format
msgid "<p>Sets the color of the code folding bar.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:159
#, kde-format
msgid "Modified Lines"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:161
#, kde-format
msgid "<p>Sets the color of the line modification marker for modified lines.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:165
#, kde-format
msgid "Saved Lines"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:167
#, kde-format
msgid "<p>Sets the color of the line modification marker for saved lines.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:174
#, kde-format
msgid "Text Decorations"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:176
#, kde-format
msgid "Spelling Mistake Line"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:178
#, kde-format
msgid "<p>Sets the color of the line that is used to indicate spelling mistakes.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:182
#, kde-format
msgid "Tab and Space Markers"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:184
#, kde-format
msgid "<p>Sets the color of the tabulator marks.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:188
#, kde-format
msgid "Indentation Line"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:190
#, kde-format
msgid "<p>Sets the color of the vertical indentation lines.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:194
#, kde-format
msgid "Bracket Highlight"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:196
#, kde-format
msgid "<p>Sets the bracket matching color. This means, if you place the cursor e.g. at a <b>(</b>, the matching <b>)</b> will be highlighted with this color.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:203
#, kde-format
msgid "Marker Colors"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:206 view/kateviewhelpers.cpp:1442
#, kde-format
msgid "Bookmark"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:207
#, kde-format
msgid "Active Breakpoint"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:208
#, kde-format
msgid "Reached Breakpoint"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:209
#, kde-format
msgid "Disabled Breakpoint"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:210
#, kde-format
msgid "Execution"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:211
#, kde-format
msgid "Warning"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:212
#, kde-format
msgid "Error"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:215
#, kde-format
msgid ""
"<p>Sets the background color of mark type.</p>"
"<p><b>Note</b>: The marker color is displayed lightly because of transparency.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:226
#, kde-format
msgid "Text Templates & Snippets"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:230
#, kde-format
msgid "Background"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:235
#, kde-format
msgid "Editable Placeholder"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:240
#, kde-format
msgid "Focused Editable Placeholder"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:245
#, kde-format
msgid "Not Editable Placeholder"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:470
#, kde-format
msgid ""
"<p>This list displays the default styles for the current schema and offers the means to edit them. The style name reflects the current style settings.</p>"
"<p>To edit the colors, click the colored squares, or select the color to edit from the popup menu.</p>"
"<p>You can unset the Background and Selected Background colors from the popup menu when appropriate.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:505
#, kde-format
msgctxt "@item:intable"
msgid "Normal Text & Source Code"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:514
#, kde-format
msgctxt "@item:intable"
msgid "Numbers, Types & Constants"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:523
#, kde-format
msgctxt "@item:intable"
msgid "Strings & Characters"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:532
#, kde-format
msgctxt "@item:intable"
msgid "Comments & Documentation"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:541
#, kde-format
msgctxt "@item:intable"
msgid "Miscellaneous"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:614
#, kde-format
msgid "H&ighlight:"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:624 schema/kateschemaconfig.cpp:927
#, kde-format
msgid "Export..."
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:628 schema/kateschemaconfig.cpp:931
#, kde-format
msgid "Import..."
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:661
#, kde-format
msgid ""
"<p>This list displays the contexts of the current syntax highlight mode and offers the means to edit them. The context name reflects the current style settings.</p>"
"<p>To edit using the keyboard, press <strong>&lt;SPACE&gt;</strong> and choose a property from the popup menu.</p>"
"<p>To edit the colors, click the colored squares, or select the color to edit from the popup menu.</p>"
"<p>You can unset the Background and Selected Background colors from the context menu when appropriate.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:682
#, kde-format
msgid "Loading all highlightings for schema"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:793
#, kde-format
msgid "Importing colors for single highlighting"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:795 schema/kateschemaconfig.cpp:865
#: schema/kateschemaconfig.cpp:984 schema/kateschemaconfig.cpp:1115
#, kde-format
msgid "Kate color schema"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:809
#, kde-format
msgid "File is not a single highlighting color file"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:810 schema/kateschemaconfig.cpp:1126
#, kde-format
msgid "Fileformat error"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:819
#, kde-format
msgid "The selected file contains colors for a non existing highlighting:%1"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:820
#, kde-format
msgid "Import failure"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:843
#, kde-format
msgid "Colors have been imported for highlighting: %1"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:844
#, kde-format
msgid "Import has finished"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:863
#, kde-format
msgid "Exporting colors for single highlighting: %1"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:919
#, kde-format
msgid "&New..."
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:942
#, kde-format
msgid "Colors"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:946
#, kde-format
msgid "Font"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:950
#, kde-format
msgid "Default Text Styles"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:954
#, kde-format
msgid "Highlighting Text Styles"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:960
#, kde-format
msgid "&Default schema for %1:"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:982
#, kde-format
msgid "Exporting color schema: %1"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:1014
#, kde-format
msgid "Exporting schema"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:1113
#, kde-format
msgid "Importing Color Schema"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:1125
#, kde-format
msgid "The file does not contain a full color schema."
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:1132
#, kde-format
msgid "Name unspecified"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:1181
#, kde-format
msgid "Importing schema"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:1323
#, kde-format
msgid "Name for New Schema"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:1323
#, kde-format
msgid "Name:"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:1323 schema/kateschemaconfig.cpp:1331
#, kde-format
msgid "New Schema"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:1331
#, kde-format
msgid ""
"<p>The schema %1 already exists.</p>"
"<p>Please choose a different schema name.</p>"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:1366
#, kde-format
msgid "Fonts & Colors"
msgstr ""
#. +> trunk5
#: schema/kateschemaconfig.cpp:1371
#, kde-format
msgid "Font & Color Schemas"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:138
#, kde-format
msgctxt "@title:column Meaning of text in editor"
msgid "Context"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:138
#, kde-format
msgctxt "@title:column Text style"
msgid "Normal"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:138
#, kde-format
msgctxt "@title:column Text style"
msgid "Selected"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:138
#, kde-format
msgctxt "@title:column Text style"
msgid "Background"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:138
#, kde-format
msgctxt "@title:column Text style"
msgid "Background Selected"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:140
#, kde-format
msgid "Use Default Style"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:235
#, kde-format
msgid "&Bold"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:240
#, kde-format
msgid "&Italic"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:245
#, kde-format
msgid "&Underline"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:250
#, kde-format
msgid "S&trikeout"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:257
#, kde-format
msgid "Normal &Color..."
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:260
#, kde-format
msgid "&Selected Color..."
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:263
#, kde-format
msgid "&Background Color..."
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:266
#, kde-format
msgid "S&elected Background Color..."
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:272
#, kde-format
msgid "Unset Normal Color"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:275
#, kde-format
msgid "Unset Selected Color"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:281
#, kde-format
msgid "Unset Background Color"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:286
#, kde-format
msgid "Unset Selected Background Color"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:292
#, kde-format
msgid "Use &Default Style"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:403
#, kde-format
msgctxt "No text or background color set"
msgid "None set"
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:636
#, kde-format
msgid "\"Use Default Style\" will be automatically unset when you change any style properties."
msgstr ""
#. +> trunk5
#: schema/katestyletreewidget.cpp:637
#, kde-format
msgid "Kate Styles"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:9
#, kde-format
msgctxt "Script command name"
msgid "Expand abbreviation"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:10 script/data/commands/emmet.js:14
#: script/data/commands/emmet.js:19 script/data/commands/emmet.js:23
#: script/data/commands/emmet.js:27 script/data/commands/emmet.js:31
#: script/data/commands/emmet.js:35 script/data/commands/emmet.js:39
#: script/data/commands/emmet.js:43 script/data/commands/emmet.js:47
#: script/data/commands/emmet.js:51 script/data/commands/emmet.js:55
#: script/data/commands/emmet.js:59 script/data/commands/emmet.js:63
#: script/data/commands/emmet.js:67 script/data/commands/emmet.js:71
#: script/data/commands/emmet.js:75 script/data/commands/emmet.js:79
#: script/data/commands/emmet.js:83
#, kde-format
msgctxt "Script command category"
msgid "Emmet"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:13
#, kde-format
msgctxt "Script command name"
msgid "Wrap with tag"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:18
#, kde-format
msgctxt "Script command name"
msgid "Move cursor to matching tag"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:22
#, kde-format
msgctxt "Script command name"
msgid "Select HTML/XML tag contents inwards"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:26
#, kde-format
msgctxt "Script command name"
msgid "Select HTML/XML tag contents outwards"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:30
#, kde-format
msgctxt "Script command name"
msgid "Toggle comment"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:34
#, kde-format
msgctxt "Script command name"
msgid "Go to next edit point"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:38
#, kde-format
msgctxt "Script command name"
msgid "Go to previous edit point"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:42
#, kde-format
msgctxt "Script command name"
msgid "Select next edit point"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:46
#, kde-format
msgctxt "Script command name"
msgid "Select previous edit point"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:50
#, kde-format
msgctxt "Script command name"
msgid "Delete tag under cursor"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:54
#, kde-format
msgctxt "Script command name"
msgid "Split or join a tag"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:58
#, kde-format
msgctxt "Script command name"
msgid "Evaluate a simple math expression"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:62
#, kde-format
msgctxt "Script command name"
msgid "Decrement number by 1"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:66
#, kde-format
msgctxt "Script command name"
msgid "Decrement number by 10"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:70
#, kde-format
msgctxt "Script command name"
msgid "Decrement number by 0.1"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:74
#, kde-format
msgctxt "Script command name"
msgid "Increment number by 1"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:78
#, kde-format
msgctxt "Script command name"
msgid "Increment number by 10"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:82
#, kde-format
msgctxt "Script command name"
msgid "Increment number by 0.1"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:96
#, kde-format
msgid "Expands the abbreviation using Emmet expressions; see http://code.google.com/p/zen-coding/wiki/ZenHTMLSelectorsEn"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:97
#, kde-format
msgid "Wraps the selected text in XML tags constructed from the provided Emmet expression (defaults to div)."
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:98
#, kde-format
msgid "Moves the caret to the current tag's pair"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:99
#, kde-format
msgid "Select contents of HTML/XML tag, moving inward on continuous invocations"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:100
#, kde-format
msgid "Select contents of HTML/XML tag, moving outwards on continuous invocations"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:101
#, kde-format
msgid "Move to the next edit point (tag or empty attribute)."
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:102
#, kde-format
msgid "Move to the previous edit point (tag or empty attribute)."
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:103
#, kde-format
msgid "Select next edit point (tag or empty attribute)."
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:104
#, kde-format
msgid "Select previous edit point (tag or empty attribute)."
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:105
#, kde-format
msgid "Toggle comment of current tag or CSS selector"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:106
#, kde-format
msgid "Deletes tag under cursor"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:107
#, kde-format
msgid "Splits or joins a tag"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:108
#, kde-format
msgid "Evaluates a simple math expression"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:109
#, kde-format
msgid "Decrement number under cursor by 1"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:110
#, kde-format
msgid "Decrement number under cursor by 10"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:111
#, kde-format
msgid "Decrement number under cursor by 0.1"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:112
#, kde-format
msgid "Increment number under cursor by 1"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:113
#, kde-format
msgid "Increment number under cursor by 10"
msgstr ""
#. +> trunk5
#: script/data/commands/emmet.js:114
#, kde-format
msgid "Increment number under cursor by 0.1"
msgstr ""
#. +> trunk5
#: script/data/commands/jumpMatchingIndent.js:9
#, kde-format
msgctxt "Script command name"
msgid "Move cursor to previous matching indent"
msgstr ""
#. +> trunk5
#: script/data/commands/jumpMatchingIndent.js:11
#: script/data/commands/jumpMatchingIndent.js:16
#, kde-format
msgctxt "Script command category"
msgid "Navigation"
msgstr ""
#. +> trunk5
#: script/data/commands/jumpMatchingIndent.js:14
#, kde-format
msgctxt "Script command name"
msgid "Move cursor to next matching indent"
msgstr ""
#. +> trunk5
#: script/data/commands/jumpMatchingIndent.js:44
#, kde-format
msgid "Move cursor to previous matching indent"
msgstr ""
#. +> trunk5
#: script/data/commands/jumpMatchingIndent.js:47
#, kde-format
msgid "Move cursor to next matching indent"
msgstr ""
#. +> trunk5
#: script/data/commands/quickcoding.js:9
#, kde-format
msgctxt "Script command name"
msgid "Expand Abbreviation"
msgstr ""
#. +> trunk5
#: script/data/commands/quickcoding.js:11
#, kde-format
msgctxt "Script command category"
msgid "Quick Coding"
msgstr ""
#. +> trunk5
#: script/data/commands/quickcoding.js:27
#, kde-format
msgid "Expand Quick Coding Abbreviation"
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:9
#, kde-format
msgctxt "Script command name"
msgid "Sort Selected Text"
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:10 script/data/commands/utils.js:15
#: script/data/commands/utils.js:20 script/data/commands/utils.js:25
#: script/data/commands/utils.js:30 script/data/commands/utils.js:34
#: script/data/commands/utils.js:38
#, kde-format
msgctxt "Script command category"
msgid "Editing"
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:13
#, kde-format
msgctxt "Script command name"
msgid "Move Lines Down"
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:18
#, kde-format
msgctxt "Script command name"
msgid "Move Lines Up"
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:23
#, kde-format
msgctxt "Script command name"
msgid "Duplicate Selected Lines Down"
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:28
#, kde-format
msgctxt "Script command name"
msgid "Duplicate Selected Lines Up"
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:33
#, kde-format
msgctxt "Script command name"
msgid "URI-encode Selected Text"
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:37
#, kde-format
msgctxt "Script command name"
msgid "URI-decode Selected Text"
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:363
#, kde-format
msgid "Sort the selected text or whole document."
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:365
#, kde-format
msgid "Move selected lines down."
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:367
#, kde-format
msgid "Move selected lines up."
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:369
#, kde-format
msgid "Remove duplicate lines from the selected text or whole document."
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:371
#, kde-format
msgid ""
"Sort the selected text or whole document in natural order.<br>"
"Here is an example to show the difference to the normal sort method:<br>"
"sort(a10, a1, a2) => a1, a10, a2<br>"
"natsort(a10, a1, a2) => a1, a2, a10"
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:373
#, kde-format
msgid "Trims trailing whitespace from selection or whole document."
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:375
#, kde-format
msgid "Trims leading whitespace from selection or whole document."
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:377
#, kde-format
msgid "Trims leading and trailing whitespace from selection or whole document."
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:379
#, kde-format
msgid ""
"Joins selected lines or whole document. Optionally pass a separator to put between each line:<br>"
"<code>join ', '</code> will e.g. join lines and separate them by a comma."
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:381
#, kde-format
msgid "Removes empty lines from selection or whole document."
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:385
#, kde-format
msgid ""
"Given a JavaScript function as argument, call that for the list of (selected) lines and replace them with the return value of that callback.<br>"
"Example (join selected lines):<br>"
"<code>each 'function(lines){return lines.join(\", \");}'</code><br>"
"To save you some typing, you can also do this to achieve the same:<br>"
"<code>each 'lines.join(\", \")'</code>"
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:387
#, kde-format
msgid ""
"Given a JavaScript function as argument, call that for the list of (selected) lines and remove those where the callback returns false.<br>"
"Example (see also <code>rmblank</code>):<br>"
"<code>filter 'function(l){return l.length > 0;}'</code><br>"
"To save you some typing, you can also do this to achieve the same:<br>"
"<code>filter 'line.length > 0'</code>"
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:389
#, kde-format
msgid ""
"Given a JavaScript function as argument, call that for the list of (selected) lines and replace the line with the return value of the callback.<br>"
"Example (see also <code>ltrim</code>):<br>"
"<code>map 'function(line){return line.replace(/^\\s+/, \"\");}'</code><br>"
"To save you some typing, you can also do this to achieve the same:<br>"
"<code>map 'line.replace(/^\\s+/, \"\")'</code>"
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:391
#, kde-format
msgid "Duplicates the selected lines up."
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:393
#, kde-format
msgid "Duplicates the selected lines down."
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:395
#, kde-format
msgid "Encode special chars in a single line selection, so the result text can be used as URI."
msgstr ""
#. +> trunk5
#: script/data/commands/utils.js:397
#, kde-format
msgid "Reverse action of URI encode."
msgstr ""
#. +> trunk5
#: script/data/indentation/ada.js:2
#, kde-format
msgctxt "Autoindent mode"
msgid "ada"
msgstr ""
#. +> trunk5
#: script/data/indentation/cmake.js:2
#, kde-format
msgctxt "Autoindent mode"
msgid "CMake"
msgstr ""
#. +> trunk5
#: script/data/indentation/cppstyle.js:2
#, kde-format
msgctxt "Autoindent mode"
msgid "C++/boost Style"
msgstr ""
#. +> trunk5
#: script/data/indentation/cstyle.js:2
#, kde-format
msgctxt "Autoindent mode"
msgid "C Style"
msgstr ""
#. +> trunk5
#: script/data/indentation/haskell.js:2
#, kde-format
msgctxt "Autoindent mode"
msgid "Haskell"
msgstr ""
#. +> trunk5
#: script/data/indentation/latex.js:2
#, kde-format
msgctxt "Autoindent mode"
msgid "Latex"
msgstr ""
#. +> trunk5
#: script/data/indentation/lilypond.js:2
#, kde-format
msgctxt "Autoindent mode"
msgid "LilyPond"
msgstr ""
#. +> trunk5
#: script/data/indentation/lisp.js:2
#, kde-format
msgctxt "Autoindent mode"
msgid "LISP"
msgstr ""
#. +> trunk5
#: script/data/indentation/lua.js:2
#, kde-format
msgctxt "Autoindent mode"
msgid "Lua"
msgstr ""
#. +> trunk5
#: script/data/indentation/pascal.js:2
#, kde-format
msgctxt "Autoindent mode"
msgid "Pascal"
msgstr ""
#. +> trunk5
#: script/data/indentation/python.js:2
#, kde-format
msgctxt "Autoindent mode"
msgid "Python"
msgstr ""
#. +> trunk5
#: script/data/indentation/replicode.js:2
#, kde-format
msgctxt "Autoindent mode"
msgid "Replicode"
msgstr ""
#. +> trunk5
#: script/data/indentation/ruby.js:2
#, kde-format
msgctxt "Autoindent mode"
msgid "Ruby"
msgstr ""
#. +> trunk5
#: script/data/indentation/xml.js:2
#, kde-format
msgctxt "Autoindent mode"
msgid "XML Style"
msgstr ""
#. +> trunk5
#: script/katecommandlinescript.cpp:55
#, kde-format
msgid "Function '%1' not found in script: %2"
msgstr ""
#. +> trunk5
#: script/katecommandlinescript.cpp:68
#, kde-format
msgid "Error calling %1"
msgstr ""
#. +> trunk5
#: script/katecommandlinescript.cpp:85
#, kde-format
msgid "Bad quoting in call: %1. Please escape single quotes with a backslash."
msgstr ""
#. +> trunk5
#: script/katecommandlinescript.cpp:93 script/katescriptmanager.cpp:316
#: utils/katecmds.cpp:203 vimode/cmds.cpp:56
#, kde-format
msgid "Could not access view"
msgstr ""
#. +> trunk5
#: script/katecommandlinescript.cpp:135
#, kde-format
msgid "Error calling 'help %1'"
msgstr ""
#. +> trunk5
#: script/katecommandlinescript.cpp:140
#, kde-format
msgid "No help specified for command '%1' in script %2"
msgstr ""
#. +> trunk5
#: script/katescript.cpp:224
#, kde-format
msgid "Error loading script %1\n"
msgstr ""
#. +> trunk5
#: script/katescript.cpp:225
#, kde-format
msgid "Error loading script %1"
msgstr ""
#. +> trunk5
#: script/katescriptmanager.cpp:324 script/katescriptmanager.cpp:337
#, kde-format
msgid "Command not found: %1"
msgstr ""
#. +> trunk5
#: script/katescriptmanager.cpp:334
#, kde-format
msgid "Reload all JavaScript files (indenters, command line scripts, etc)."
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:84
#, kde-format
msgid "Add..."
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:352
#, kde-format
msgid "Reached top, continued from bottom"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:354
#, kde-format
msgid "Reached bottom, continued from top"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:359
#, kde-format
msgid "Not found"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:609
#, kde-format
msgid "Bottom of file reached. Continue from top?"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:610
#, kde-format
msgid "Top of file reached. Continue from bottom?"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:611
#, kde-format
msgid "Continue search?"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:623
#, kde-format
msgid "Search wrapped"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:668
#, kde-format
msgctxt "short translation"
msgid "1 match found"
msgid_plural "%1 matches found"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: search/katesearchbar.cpp:878
#, kde-format
msgid "SearchHighLight"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:922
#, kde-format
msgctxt "short translation"
msgid "1 replacement made"
msgid_plural "%1 replacements made"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: search/katesearchbar.cpp:1115
#, kde-format
msgid "Beginning of line"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1116
#, kde-format
msgid "End of line"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1118
#, kde-format
msgid "Any single character (excluding line breaks)"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1120
#, kde-format
msgid "One or more occurrences"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1121
#, kde-format
msgid "Zero or more occurrences"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1122
#, kde-format
msgid "Zero or one occurrences"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1123
#, kde-format
msgid "<a> through <b> occurrences"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1125
#, kde-format
msgid "Group, capturing"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1126
#, kde-format
msgid "Or"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1127
#, kde-format
msgid "Set of characters"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1128
#, kde-format
msgid "Negative set of characters"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1132
#, kde-format
msgid "Whole match reference"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1145
#, kde-format
msgid "Reference"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1152
#, kde-format
msgid "Line break"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1153
#, kde-format
msgid "Tab"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1156
#, kde-format
msgid "Word boundary"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1157
#, kde-format
msgid "Not word boundary"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1158
#, kde-format
msgid "Digit"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1159
#, kde-format
msgid "Non-digit"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1160
#, kde-format
msgid "Whitespace (excluding line breaks)"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1161
#, kde-format
msgid "Non-whitespace (excluding line breaks)"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1162
#, kde-format
msgid "Word character (alphanumerics plus '_')"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1163
#, kde-format
msgid "Non-word character"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1166
#, kde-format
msgid "Octal character 000 to 377 (2^8-1)"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1167
#, kde-format
msgid "Hex character 0000 to FFFF (2^16-1)"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1168
#, kde-format
msgid "Backslash"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1172
#, kde-format
msgid "Group, non-capturing"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1173
#, kde-format
msgid "Lookahead"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1174
#, kde-format
msgid "Negative lookahead"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1179
#, kde-format
msgid "Begin lowercase conversion"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1180
#, kde-format
msgid "Begin uppercase conversion"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1181
#, kde-format
msgid "End case conversion"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1182
#, kde-format
msgid "Lowercase first character conversion"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1183
#, kde-format
msgid "Uppercase first character conversion"
msgstr ""
#. +> trunk5
#: search/katesearchbar.cpp:1184
#, kde-format
msgid "Replacement counter (for Replace All)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: search/searchbarincremental.ui:50 search/searchbarpower.ui:125
#, kde-format
msgid "F&ind:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, pattern)
#. +> trunk5
#: search/searchbarincremental.ui:78 search/searchbarpower.ui:59
#, kde-format
msgid "Text to search for"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, findNext)
#. i18n: ectx: property (toolTip), widget (QToolButton, next)
#. +> trunk5
#: search/searchbarincremental.ui:91 search/searchbarpower.ui:74
#, kde-format
msgid "Jump to next match"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, findPrev)
#. i18n: ectx: property (toolTip), widget (QToolButton, prev)
#. +> trunk5
#: search/searchbarincremental.ui:106 search/searchbarpower.ui:89
#, kde-format
msgid "Jump to previous match"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, matchCase)
#. +> trunk5
#: search/searchbarincremental.ui:121 search/searchbarpower.ui:166
#, kde-format
msgid "Match case sensitive"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, mutate)
#. +> trunk5
#: search/searchbarincremental.ui:161
#, kde-format
msgid "Switch to power search and replace bar"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, replacement)
#. +> trunk5
#: search/searchbarpower.ui:112
#, kde-format
msgid "Text to replace with"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: search/searchbarpower.ui:138
#, kde-format
msgid "Rep&lace:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: search/searchbarpower.ui:151
#, kde-format
msgid "&Mode:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, selectionOnly)
#. +> trunk5
#: search/searchbarpower.ui:184
#, kde-format
msgid "Search in the selection only"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, searchMode)
#. +> trunk5
#: search/searchbarpower.ui:218
#, kde-format
msgid "Search mode"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, searchMode)
#. +> trunk5
#: search/searchbarpower.ui:228
#, kde-format
msgid "Plain text"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, searchMode)
#. +> trunk5
#: search/searchbarpower.ui:233
#, kde-format
msgid "Whole words"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, searchMode)
#. +> trunk5
#: search/searchbarpower.ui:238
#, kde-format
msgid "Escape sequences"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, searchMode)
#. +> trunk5
#: search/searchbarpower.ui:243
#, kde-format
msgid "Regular expression"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, replaceNext)
#. +> trunk5
#: search/searchbarpower.ui:264
#, kde-format
msgid "Replace next match"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, replaceNext)
#. i18n: ectx: property (text), widget (QPushButton, m_replaceBtn)
#. +> trunk5
#: search/searchbarpower.ui:267 spellcheck/spellcheckbar.ui:130
#, kde-format
msgid "&Replace"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, replaceAll)
#. +> trunk5
#: search/searchbarpower.ui:274
#, kde-format
msgid "Replace all matches"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, replaceAll)
#. +> trunk5
#: search/searchbarpower.ui:277
#, kde-format
msgid "Replace &All"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, findAll)
#. +> trunk5
#: search/searchbarpower.ui:284
#, kde-format
msgid "&Find All"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, mutate)
#. +> trunk5
#: search/searchbarpower.ui:297
#, kde-format
msgid "Switch to incremental search bar"
msgstr ""
#. +> trunk5
#: spellcheck/spellcheckbar.cpp:149
#, kde-format
msgid "Spell check canceled."
msgstr ""
#. +> trunk5
#: spellcheck/spellcheckbar.cpp:257
#, kde-format
msgctxt "progress label"
msgid "Spell checking in progress..."
msgstr ""
#. +> trunk5
#: spellcheck/spellcheckbar.cpp:258 spellcheck/spellcheckbar.cpp:450
#, kde-format
msgctxt "@title:window"
msgid "Check Spelling"
msgstr ""
#. +> trunk5
#: spellcheck/spellcheckbar.cpp:447 spellcheck/spellcheckbar.cpp:450
#, kde-format
msgid "Spell check complete."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2)
#. i18n: ectx: property (whatsThis), widget (QLabel, m_unknownWord)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:30 spellcheck/spellcheckbar.ui:46
#, kde-format
msgid ""
"<qt>"
"<p>This word was considered to be an \"unknown word\" because it does not match any entry in the dictionary currently in use. It may also be a word in a foreign language.</p>"
"\n"
"<p>If the word is not misspelled, you may add it to the dictionary by clicking <b>Add to Dictionary</b>. If you do not want to add the unknown word to the dictionary, but you want to leave it unchanged, click <b>Ignore</b> or <b>Ignore All</b>.</p>"
"\n"
"<p>However, if the word is misspelled, you can try to find the correct replacement in the list below. If you cannot find a replacement there, you may type it in the text box below, and click <b>Replace</b> or <b>Replace All</b>.</p>"
"\n"
"</qt>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:33
#, kde-format
msgid "Unknown word:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, m_unknownWord)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:40
#, kde-format
msgid "Unknown word"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, m_unknownWord)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:49
#, kde-format
msgid "<b>misspelled</b>"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, m_addBtn)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:72
#, kde-format
msgid ""
"<qt>\n"
"<p>The unknown word was detected and considered unknown because it is not included in the dictionary.<br>"
"\n"
"Click here if you consider the unknown word not to be misspelled, and you want to avoid wrongly detecting it again in the future. If you want to let it remain as is, but not add it to the dictionary, then click <b>Ignore</b> or <b>Ignore All</b> instead.</p>"
"\n"
"</qt>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, m_addBtn)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:75
#, kde-format
msgid "<< Add to Dictionary"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:89
#, kde-format
msgid ""
"<qt>\n"
"<p>If the unknown word is misspelled, you should type the correction for your misspelled word here or select it from the list below.</p>"
"\n"
"<p>You can then click <b>Replace</b> if you want to correct only this occurrence of the word or <b>Replace All</b> if you want to correct all occurrences.</p>"
"\n"
"</qt>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel4)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:92
#, kde-format
msgid "Replace with:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, m_suggestBtn)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:118
#, kde-format
msgid "S&uggest"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, m_replaceBtn)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:127
#, kde-format
msgid ""
"<qt>\n"
"<p>Click here to replace this occurrence of the unknown text with the text in the edit box above (to the left).</p>"
"\n"
"</qt>"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, m_skipBtn)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:140
#, kde-format
msgid ""
"<qt>\n"
"<p>Click here to let this occurrence of the unknown word remain as is.</p>"
"\n"
"<p>This action is useful when the word is a name, an acronym, a foreign word or any other unknown word that you want to use but not add to the dictionary.</p>"
"\n"
"</qt>"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel5)
#. i18n: ectx: property (whatsThis), widget (QComboBox, m_language)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:156 spellcheck/spellcheckbar.ui:174
#, kde-format
msgid ""
"<qt>\n"
"<p>Select the language of the document you are proofing here.</p>"
"\n"
"</qt>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel5)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:159
#, kde-format
msgid "&Language:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, m_language)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:169
#, kde-format
msgid "Language Selection"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, m_autoCorrect)
#. i18n: ectx: property (whatsThis), widget (QPushButton, m_skipAllBtn)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:197 spellcheck/spellcheckbar.ui:222
#, kde-format
msgid ""
"<qt>\n"
"<p>Click here to let all occurrences of the unknown word remain as they are.</p>"
"\n"
"<p>This action is useful when the word is a name, an acronym, a foreign word or any other unknown word that you want to use but not add to the dictionary.</p>"
"\n"
"</qt>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, m_autoCorrect)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:200
#, kde-format
msgid "Autocorrect"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, m_replaceAllBtn)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:209
#, kde-format
msgid ""
"<qt>\n"
"<p>Click here to replace all occurrences of the unknown text with the text in the edit box above (to the left).</p>"
"\n"
"</qt>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, m_replaceAllBtn)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:212
#, kde-format
msgid "R&eplace All"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, m_skipAllBtn)
#. +> trunk5
#: spellcheck/spellcheckbar.ui:225
#, kde-format
msgid "I&gnore All"
msgstr ""
#. +> trunk5
#: spellcheck/spellcheckdialog.cpp:66
#, kde-format
msgid "Spelling (from cursor)..."
msgstr ""
#. +> trunk5
#: spellcheck/spellcheckdialog.cpp:69
#, kde-format
msgid "Check the document's spelling from the cursor and forward"
msgstr ""
#. +> trunk5
#: spellcheck/spellcheckdialog.cpp:72
#, kde-format
msgid "Spellcheck Selection..."
msgstr ""
#. +> trunk5
#: spellcheck/spellcheckdialog.cpp:75
#, kde-format
msgid "Check spelling of the selected text"
msgstr ""
#. +> trunk5
#: spellcheck/spellingmenu.cpp:102
#, kde-format
msgid "Ignore Word"
msgstr ""
#. +> trunk5
#: spellcheck/spellingmenu.cpp:105
#, kde-format
msgid "Add to Dictionary"
msgstr ""
#. +> trunk5
#: swapfile/kateswapfile.cpp:641
#, kde-format
msgid "The file was not closed properly."
msgstr ""
#. +> trunk5
#: swapfile/kateswapfile.cpp:645
#, kde-format
msgid "View Changes"
msgstr ""
#. +> trunk5
#: swapfile/kateswapfile.cpp:646
#, kde-format
msgid "Recover Data"
msgstr ""
#. +> trunk5
#: swapfile/kateswapfile.cpp:647
#, kde-format
msgid "Discard"
msgstr ""
#. +> trunk5
-#: syntax/katehighlight.cpp:82
-#, kde-format
-msgctxt "Syntax highlighting"
-msgid "None"
-msgstr ""
-
-#. +> trunk5
-#: syntax/katehighlight.cpp:799
-#, kde-format
-msgid "Normal Text"
-msgstr ""
-
-#. +> trunk5
-#: syntax/katehighlight.cpp:1010
-#, kde-format
-msgid "<b>%1</b>: Deprecated syntax. Attribute (%2) not addressed by symbolic name<br />"
-msgstr ""
-
-#. +> trunk5
-#: syntax/katehighlight.cpp:1522
-#, kde-format
-msgid "<b>%1</b>: Deprecated syntax. Context %2 has no symbolic name<br />"
-msgstr ""
-
-#. +> trunk5
-#: syntax/katehighlight.cpp:1605
-#, kde-format
-msgid "<B>%1</B>:Deprecated syntax. Context %2 not addressed by a symbolic name"
-msgstr ""
-
-#. +> trunk5
-#: syntax/katehighlight.cpp:1749
-#, kde-format
-msgid "There were warning(s) and/or error(s) while parsing the syntax highlighting configuration."
-msgstr ""
-
-#. +> trunk5
-#: syntax/katehighlight.cpp:1751
-#, kde-format
-msgid "Kate Syntax Highlighting Parser"
-msgstr ""
-
-#. +> trunk5
-#: syntax/katehighlight.cpp:1917
-#, kde-format
-msgid "Since there has been an error parsing the highlighting description, this highlighting will be disabled"
-msgstr ""
-
-#. +> trunk5
-#: syntax/katehighlight.cpp:2141
-#, kde-format
-msgid "<b>%1</b>: Specified multiline comment region (%2) could not be resolved<br />"
-msgstr ""
-
-#. +> trunk5
-#: syntax/katesyntaxdocument.cpp:65
-#, kde-format
-msgid "Unable to open %1"
-msgstr ""
-
-#. +> trunk5
-#: syntax/katesyntaxdocument.cpp:74
-#, kde-format
-msgid ""
-"<qt>The error <b>%4</b><br />"
-" has been detected in the file %1 at %2/%3</qt>"
-msgstr ""
-
-#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:166
+#: syntax/katesyntaxmanager.cpp:150
#, kde-format
msgctxt "@item:intable Text context"
msgid "Normal"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:167
+#: syntax/katesyntaxmanager.cpp:151
#, kde-format
msgctxt "@item:intable Text context"
msgid "Keyword"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:168
+#: syntax/katesyntaxmanager.cpp:152
#, kde-format
msgctxt "@item:intable Text context"
msgid "Function"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:169
+#: syntax/katesyntaxmanager.cpp:153
#, kde-format
msgctxt "@item:intable Text context"
msgid "Variable"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:170
+#: syntax/katesyntaxmanager.cpp:154
#, kde-format
msgctxt "@item:intable Text context"
msgid "Control Flow"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:171
+#: syntax/katesyntaxmanager.cpp:155
#, kde-format
msgctxt "@item:intable Text context"
msgid "Operator"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:172
+#: syntax/katesyntaxmanager.cpp:156
#, kde-format
msgctxt "@item:intable Text context"
msgid "Built-in"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:173
+#: syntax/katesyntaxmanager.cpp:157
#, kde-format
msgctxt "@item:intable Text context"
msgid "Extension"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:174
+#: syntax/katesyntaxmanager.cpp:158
#, kde-format
msgctxt "@item:intable Text context"
msgid "Preprocessor"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:175
+#: syntax/katesyntaxmanager.cpp:159
#, kde-format
msgctxt "@item:intable Text context"
msgid "Attribute"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:177
+#: syntax/katesyntaxmanager.cpp:161
#, kde-format
msgctxt "@item:intable Text context"
msgid "Character"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:178
+#: syntax/katesyntaxmanager.cpp:162
#, kde-format
msgctxt "@item:intable Text context"
msgid "Special Character"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:179
+#: syntax/katesyntaxmanager.cpp:163
#, kde-format
msgctxt "@item:intable Text context"
msgid "String"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:180
+#: syntax/katesyntaxmanager.cpp:164
#, kde-format
msgctxt "@item:intable Text context"
msgid "Verbatim String"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:181
+#: syntax/katesyntaxmanager.cpp:165
#, kde-format
msgctxt "@item:intable Text context"
msgid "Special String"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:182
+#: syntax/katesyntaxmanager.cpp:166
#, kde-format
msgctxt "@item:intable Text context"
msgid "Imports, Modules, Includes"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:184
+#: syntax/katesyntaxmanager.cpp:168
#, kde-format
msgctxt "@item:intable Text context"
msgid "Data Type"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:185
+#: syntax/katesyntaxmanager.cpp:169
#, kde-format
msgctxt "@item:intable Text context"
msgid "Decimal/Value"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:186
+#: syntax/katesyntaxmanager.cpp:170
#, kde-format
msgctxt "@item:intable Text context"
msgid "Base-N Integer"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:187
+#: syntax/katesyntaxmanager.cpp:171
#, kde-format
msgctxt "@item:intable Text context"
msgid "Floating Point"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:188
+#: syntax/katesyntaxmanager.cpp:172
#, kde-format
msgctxt "@item:intable Text context"
msgid "Constant"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:190
+#: syntax/katesyntaxmanager.cpp:174
#, kde-format
msgctxt "@item:intable Text context"
msgid "Comment"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:191
+#: syntax/katesyntaxmanager.cpp:175
#, kde-format
msgctxt "@item:intable Text context"
msgid "Documentation"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:192
+#: syntax/katesyntaxmanager.cpp:176
#, kde-format
msgctxt "@item:intable Text context"
msgid "Annotation"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:193
+#: syntax/katesyntaxmanager.cpp:177
#, kde-format
msgctxt "@item:intable Text context"
msgid "Comment Variable"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:195
+#: syntax/katesyntaxmanager.cpp:179
#, kde-format
msgctxt "@item:intable Text context"
msgid "Region Marker"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:196
+#: syntax/katesyntaxmanager.cpp:180
#, kde-format
msgctxt "@item:intable Text context"
msgid "Information"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:197
+#: syntax/katesyntaxmanager.cpp:181
#, kde-format
msgctxt "@item:intable Text context"
msgid "Warning"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:198
+#: syntax/katesyntaxmanager.cpp:182
#, kde-format
msgctxt "@item:intable Text context"
msgid "Alert"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:200
+#: syntax/katesyntaxmanager.cpp:184
#, kde-format
msgctxt "@item:intable Text context"
msgid "Others"
msgstr ""
#. +> trunk5
-#: syntax/katesyntaxmanager.cpp:202
+#: syntax/katesyntaxmanager.cpp:186
#, kde-format
msgctxt "@item:intable Text context"
msgid "Error"
msgstr ""
#. +> trunk5
#: utils/kateautoindent.cpp:94
#, kde-format
msgctxt "Autoindent mode"
msgid "None"
msgstr ""
#. +> trunk5
#: utils/kateautoindent.cpp:98
#, kde-format
msgctxt "Autoindent mode"
msgid "Normal"
msgstr ""
#. +> trunk5
#: utils/katebookmarks.cpp:62
#, kde-format
msgid "Set &Bookmark"
msgstr ""
#. +> trunk5
#: utils/katebookmarks.cpp:66
#, kde-format
msgid "If a line has no bookmark then add one, otherwise remove it."
msgstr ""
#. +> trunk5
#: utils/katebookmarks.cpp:69
#, kde-format
msgid "Clear &All Bookmarks"
msgstr ""
#. +> trunk5
#: utils/katebookmarks.cpp:72
#, kde-format
msgid "Remove all bookmarks of the current document."
msgstr ""
#. +> trunk5
#: utils/katebookmarks.cpp:75 utils/katebookmarks.cpp:247
#, kde-format
msgid "Next Bookmark"
msgstr ""
#. +> trunk5
#: utils/katebookmarks.cpp:79
#, kde-format
msgid "Go to the next bookmark."
msgstr ""
#. +> trunk5
#: utils/katebookmarks.cpp:82 utils/katebookmarks.cpp:248
#, kde-format
msgid "Previous Bookmark"
msgstr ""
#. +> trunk5
#: utils/katebookmarks.cpp:86
#, kde-format
msgid "Go to the previous bookmark."
msgstr ""
#. +> trunk5
#: utils/katebookmarks.cpp:89
#, kde-format
msgid "&Bookmarks"
msgstr ""
#. +> trunk5
#: utils/katebookmarks.cpp:208
#, kde-format
msgid "&Next: %1 - \"%2\""
msgstr ""
#. +> trunk5
#: utils/katebookmarks.cpp:215
#, kde-format
msgid "&Previous: %1 - \"%2\""
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:65
#, kde-format
msgid ""
"<p>indent</p>"
"<p>Indents the selected lines or the current line</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:69
#, kde-format
msgid ""
"<p>unindent</p>"
"<p>Unindents the selected lines or current line.</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:73
#, kde-format
msgid ""
"<p>cleanindent</p>"
"<p>Cleans up the indentation of the selected lines or current line according to the indentation settings in the document. </p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:77
#, kde-format
msgid ""
"<p>comment</p>"
"<p>Inserts comment markers to make the selection or selected lines or current line a comment according to the text format as defined by the syntax highlight definition for the document.</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:81
#, kde-format
msgid ""
"<p>uncomment</p>"
"<p>Removes comment markers from the selection or selected lines or current line according to the text format as defined by the syntax highlight definition for the document.</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:85
#, kde-format
msgid ""
"<p>goto <b>line number</b></p>"
"<p>This command navigates to the specified line number.</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:89
#, kde-format
msgid ""
"<p>set-indent-pasted-text <b>enable</b></p>"
"<p>If enabled, indentation of text pasted from the clipboard is adjusted using the current indenter.</p>"
"<p>Possible true values: 1 on true<br/>"
"possible false values: 0 off false</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:95
#, kde-format
msgid "Deletes the current line."
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:98
#, kde-format
msgid ""
"<p>set-tab-width <b>width</b></p>"
"<p>Sets the tab width to the number <b>width</b></p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:102
#, kde-format
msgid ""
"<p>set-replace-tab <b>enable</b></p>"
"<p>If enabled, tabs are replaced with spaces as you type.</p>"
"<p>Possible true values: 1 on true<br/>"
"possible false values: 0 off false</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:108
#, kde-format
msgid ""
"<p>set-show-tabs <b>enable</b></p>"
"<p>If enabled, TAB characters and trailing whitespace will be visualized by a small dot.</p>"
"<p>Possible true values: 1 on true<br/>"
"possible false values: 0 off false</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:114
#, kde-format
msgid ""
"<p>set-remove-trailing-spaces <b>mode</b></p>"
"<p>Removes the trailing spaces in the document depending on the <b>mode</b>.</p>"
"<p>Possible values:"
"<ul>"
"<li><b>none</b>: never remove trailing spaces.</li>"
"<li><b>modified</b>: remove trailing spaces only of modified lines.</li>"
"<li><b>all</b>: remove trailing spaces in the entire document.</li>"
"</ul>"
"</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:124
#, kde-format
msgid ""
"<p>set-indent-width <b>width</b></p>"
"<p>Sets the indentation width to the number <b>width</b>. Used only if you are indenting with spaces.</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:128
#, kde-format
msgid ""
"<p>set-indent-mode <b>mode</b></p>"
"<p>The mode parameter is a value as seen in the Tools - Indentation menu</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:132
#, kde-format
msgid ""
"<p>set-auto-indent <b>enable</b></p>"
"<p>Enable or disable autoindentation.</p>"
"<p>possible true values: 1 on true<br/>"
"possible false values: 0 off false</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:138
#, kde-format
msgid ""
"<p>set-line-numbers <b>enable</b></p>"
"<p>Sets the visibility of the line numbers pane.</p>"
"<p> possible true values: 1 on true<br/>"
"possible false values: 0 off false</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:144
#, kde-format
msgid ""
"<p>set-folding-markers <b>enable</b></p>"
"<p>Sets the visibility of the folding markers pane.</p>"
"<p> possible true values: 1 on true<br/>"
"possible false values: 0 off false</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:150
#, kde-format
msgid ""
"<p>set-icon-border <b>enable</b></p>"
"<p>Sets the visibility of the icon border.</p>"
"<p> possible true values: 1 on true<br/>"
"possible false values: 0 off false</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:156
#, kde-format
msgid ""
"<p>set-word-wrap <b>enable</b></p>"
"<p>Enables dynamic word wrap according to <b>enable</b></p>"
"<p> possible true values: 1 on true<br/>"
"possible false values: 0 off false</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:162
#, kde-format
msgid ""
"<p>set-word-wrap-column <b>width</b></p>"
"<p>Sets the line width for hard wrapping to <b>width</b>. This is used if you are having your text wrapped automatically.</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:166
#, kde-format
msgid ""
"<p>set-replace-tabs-save <b>enable</b></p>"
"<p>When enabled, tabs will be replaced with whitespace whenever the document is saved.</p>"
"<p> possible true values: 1 on true<br/>"
"possible false values: 0 off false</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:172
#, kde-format
msgid ""
"<p>set-highlight <b>highlight</b></p>"
"<p>Sets the syntax highlighting system for the document. The argument must be a valid highlight name, as seen in the Tools → Highlighting menu. This command provides an autocompletion list for its argument.</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:176
#, kde-format
msgid ""
"<p>set-mode <b>mode</b></p>"
"<p>Sets the mode as seen in Tools - Mode</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:180
#, kde-format
msgid ""
"<p>set-show-indent <b>enable</b></p>"
"<p>If enabled, indentation will be visualized by a vertical dotted line.</p>"
"<p> possible true values: 1 on true<br/>"
"possible false values: 0 off false</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:186
#, kde-format
msgid "<p>Open the Print dialog to print the current document.</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:301 utils/katecmds.cpp:330
#, kde-format
msgid "Missing argument. Usage: %1 <value>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:314
#, kde-format
msgid "No such highlighting '%1'"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:320
#, kde-format
msgid "No such mode '%1'"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:335
#, kde-format
msgid "Failed to convert argument '%1' to integer."
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:340 utils/katecmds.cpp:345
#, kde-format
msgid "Width must be at least 1."
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:350
#, kde-format
msgid "Column must be at least 1."
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:386
#, kde-format
msgid "Usage: %1 on|off|1|0|true|false"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:413
#, kde-format
msgid "Bad argument '%1'. Usage: %2 on|off|1|0|true|false"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:418
#, kde-format
msgid "Usage: set-remove-trailing-spaces 0|-|none or 1|+|mod|modified or 2|*|all"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:432 vimode/cmds.cpp:179
#, kde-format
msgid "Unknown command '%1'"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:486
#, kde-format
msgid ""
"<p> char <b>identifier</b> </p>"
"<p>This command allows you to insert literal characters by their numerical identifier, in decimal, octal or hexadecimal form.</p>"
"<p>Examples:"
"<ul>"
"<li>char <b>234</b></li>"
"<li>char <b>0x1234</b></li>"
"</ul>"
"</p>"
msgstr ""
#. +> trunk5
#: utils/katecmds.cpp:552
#, kde-format
msgid ""
"<p>date or date <b>format</b></p>"
"<p>Inserts a date/time string as defined by the specified format, or the format yyyy-MM-dd hh:mm:ss if none is specified.</p>"
"<p>Possible format specifiers are:"
"<table>"
"<tr>"
"<td>d</td>"
"<td>The day as number without a leading zero (1-31).</td>"
"</tr>"
"<tr>"
"<td>dd</td>"
"<td>The day as number with a leading zero (01-31).</td>"
"</tr>"
"<tr>"
"<td>ddd</td>"
"<td>The abbreviated localized day name (e.g. 'Mon'..'Sun').</td>"
"</tr>"
"<tr>"
"<td>dddd</td>"
"<td>The long localized day name (e.g. 'Monday'..'Sunday').</td>"
"</tr>"
"<tr>"
"<td>M</td>"
"<td>The month as number without a leading zero (1-12).</td>"
"</tr>"
"<tr>"
"<td>MM</td>"
"<td>The month as number with a leading zero (01-12).</td>"
"</tr>"
"<tr>"
"<td>MMM</td>"
"<td>The abbreviated localized month name (e.g. 'Jan'..'Dec').</td>"
"</tr>"
"<tr>"
"<td>yy</td>"
"<td>The year as two digit number (00-99).</td>"
"</tr>"
"<tr>"
"<td>yyyy</td>"
"<td>The year as four digit number (1752-8000).</td>"
"</tr>"
"<tr>"
"<td>h</td>"
"<td>The hour without a leading zero (0..23 or 1..12 if AM/PM display).</td>"
"</tr>"
"<tr>"
"<td>hh</td>"
"<td>The hour with a leading zero (00..23 or 01..12 if AM/PM display).</td>"
"</tr>"
"<tr>"
"<td>m</td>"
"<td>The minute without a leading zero (0..59).</td>"
"</tr>"
"<tr>"
"<td>mm</td>"
"<td>The minute with a leading zero (00..59).</td>"
"</tr>"
"<tr>"
"<td>s</td>"
"<td>The second without a leading zero (0..59).</td>"
"</tr>"
"<tr>"
"<td>ss</td>"
"<td>The second with a leading zero (00..59).</td>"
"</tr>"
"<tr>"
"<td>z</td>"
"<td>The milliseconds without leading zeroes (0..999).</td>"
"</tr>"
"<tr>"
"<td>zzz</td>"
"<td>The milliseconds with leading zeroes (000..999).</td>"
"</tr>"
"<tr>"
"<td>AP</td>"
"<td>Use AM/PM display. AP will be replaced by either \"AM\" or \"PM\".</td>"
"</tr>"
"<tr>"
"<td>ap</td>"
"<td>Use am/pm display. ap will be replaced by either \"am\" or \"pm\".</td>"
"</tr>"
"</table>"
"</p>"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:85
#, kde-format
msgid "Kate Part"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:86
#, kde-format
msgid "Embeddable editor component"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:87
#, kde-format
msgid "(c) 2000-2017 The Kate Authors"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:123
#, kde-format
msgid "Christoph Cullmann"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:123
#, kde-format
msgid "Maintainer"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:124
#, kde-format
msgid "Dominik Haumann"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:124 utils/kateglobal.cpp:125 utils/kateglobal.cpp:126
#: utils/kateglobal.cpp:129 utils/kateglobal.cpp:132 utils/kateglobal.cpp:137
#, kde-format
msgid "Core Developer"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:125
#, kde-format
msgid "Milian Wolff"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:126
#, kde-format
msgid "Joseph Wenninger"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:127
#, kde-format
msgid "Erlend Hamberg"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:128
#, kde-format
msgid "Bernhard Beschow"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:128 utils/kateglobal.cpp:144
#, kde-format
msgid "Developer"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:129
#, kde-format
msgid "Anders Lund"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:130
#, kde-format
msgid "Michel Ludwig"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:130
#, kde-format
msgid "On-the-fly spell checking"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:131
#, kde-format
msgid "Pascal Létourneau"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:131
#, kde-format
msgid "Large scale bug fixing"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:132
#, kde-format
msgid "Hamish Rodda"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:133
#, kde-format
msgid "Waldo Bastian"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:133
#, kde-format
msgid "The cool buffersystem"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:134
#, kde-format
msgid "Charles Samuels"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:134
#, kde-format
msgid "The Editing Commands"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:135
#, kde-format
msgid "Matt Newell"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:135
#, kde-format
msgid "Testing, ..."
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:136
#, kde-format
msgid "Michael Bartl"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:136
#, kde-format
msgid "Former Core Developer"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:137
#, kde-format
msgid "Michael McCallum"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:138
#, kde-format
msgid "Michael Koch"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:138
#, kde-format
msgid "KWrite port to KParts"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:139
#, kde-format
msgid "Christian Gebauer"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:140
#, kde-format
msgid "Simon Hausmann"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:141
#, kde-format
msgid "Glen Parker"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:141
#, kde-format
msgid "KWrite Undo History, Kspell integration"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:142
#, kde-format
msgid "Scott Manson"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:142
#, kde-format
msgid "KWrite XML Syntax highlighting support"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:143
#, kde-format
msgid "John Firebaugh"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:143
#, kde-format
msgid "Patches and more"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:144
#, kde-format
msgid "Andreas Kling"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:145
#, kde-format
msgid "Mirko Stocker"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:145
#, kde-format
msgid "Various bugfixes"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:146
#, kde-format
msgid "Matthew Woehlke"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:146
#, kde-format
msgid "Selection, KColorScheme integration"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:147
#, kde-format
msgid "Sebastian Pipping"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:147
#, kde-format
msgid "Search bar back- and front-end"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:148
#, kde-format
msgid "Jochen Wilhelmy"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:148
#, kde-format
msgid "Original KWrite Author"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:149
#, kde-format
msgid "Gerald Senarclens de Grancy"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:149
#, kde-format
msgid "QA and Scripting"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:151
#, kde-format
msgid "Matteo Merli"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:151
#, kde-format
msgid "Highlighting for RPM Spec-Files, Perl, Diff and more"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:152
#, kde-format
msgid "Rocky Scaletta"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:152
#, kde-format
msgid "Highlighting for VHDL"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:153
#, kde-format
msgid "Yury Lebedev"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:153
#, kde-format
msgid "Highlighting for SQL"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:154
#, kde-format
msgid "Chris Ross"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:154
#, kde-format
msgid "Highlighting for Ferite"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:155
#, kde-format
msgid "Nick Roux"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:155
#, kde-format
msgid "Highlighting for ILERPG"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:156
#, kde-format
msgid "Carsten Niehaus"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:156
#, kde-format
msgid "Highlighting for LaTeX"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:157
#, kde-format
msgid "Per Wigren"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:157
#, kde-format
msgid "Highlighting for Makefiles, Python"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:158
#, kde-format
msgid "Jan Fritz"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:158
#, kde-format
msgid "Highlighting for Python"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:159
#, kde-format
msgid "Daniel Naber"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:160
#, kde-format
msgid "Roland Pabel"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:160
#, kde-format
msgid "Highlighting for Scheme"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:161
#, kde-format
msgid "Cristi Dumitrescu"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:161
#, kde-format
msgid "PHP Keyword/Datatype list"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:162
#, kde-format
msgid "Carsten Pfeiffer"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:162
#, kde-format
msgid "Very nice help"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:163
#, kde-format
msgid "Bruno Massa"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:163
#, kde-format
msgid "Highlighting for Lua"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:165
#, kde-format
msgid "All people who have contributed and I have forgotten to mention"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:167
#, kde-format
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:167
#, kde-format
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr ""
#. +> trunk5
#: utils/kateglobal.cpp:292
#, kde-format
msgid "Configure"
msgstr ""
#. +> trunk5
#: utils/katesedcmd.cpp:271
#, kde-format
msgid "replace with %1?"
msgstr ""
#. +> trunk5
#: utils/katesedcmd.cpp:277
#, kde-format
msgctxt "%2 is the translation of the next message"
msgid "1 replacement done on %2"
msgid_plural "%1 replacements done on %2"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: utils/katesedcmd.cpp:279
#, kde-format
msgctxt "substituted into the previous message"
msgid "1 line"
msgid_plural "%1 lines"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: variableeditor/katehelpbutton.cpp:34
#, kde-format
msgid "Kate Handbook."
msgstr ""
#. +> trunk5
#: variableeditor/variableeditor.cpp:188
#, kde-format
msgid "true"
msgstr ""
#. +> trunk5
#: variableeditor/variableeditor.cpp:189
#, kde-format
msgid "false"
msgstr ""
#. +> trunk5
#: variableeditor/variableeditor.cpp:325
#, kde-format
msgctxt "value for variable remove-trailing-spaces"
msgid "none"
msgstr ""
#. +> trunk5
#: variableeditor/variableeditor.cpp:326
#, kde-format
msgctxt "value for variable remove-trailing-spaces"
msgid "modified"
msgstr ""
#. +> trunk5
#: variableeditor/variableeditor.cpp:327
#, kde-format
msgctxt "value for variale remove-trailing-spaces"
msgid "all"
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:59
#, kde-format
msgid "Show list of valid variables."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:135
#, kde-format
msgctxt "short translation please"
msgid "Enable automatic insertion of brackets."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:141
#, kde-format
msgctxt "short translation please"
msgid "Set the number of autocenter lines."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:146
#, kde-format
msgctxt "short translation please"
msgid "Set the document background color."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:151
#, kde-format
msgctxt "short translation please"
msgid "Pressing backspace in leading whitespace unindents."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:159
#, kde-format
msgctxt "short translation please"
msgid "Enable block selection mode."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:164
#, kde-format
msgctxt "short translation please"
msgid "Enable the byte order mark (BOM) when saving Unicode files."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:169
#, kde-format
msgctxt "short translation please"
msgid "Set the color for the bracket highlight."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:174
#, kde-format
msgctxt "short translation please"
msgid "Set the background color for the current line."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:180
#, kde-format
msgctxt "short translation please"
msgid "Set the default dictionary used for spell checking."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:185
#, kde-format
msgctxt "short translation please"
msgid "Enable dynamic word wrap of long lines."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:190
#, kde-format
msgctxt "short translation please"
msgid "Sets the end of line mode."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:195
#, kde-format
msgctxt "short translation please"
msgid "Enable folding markers in the editor border."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:200
#, kde-format
msgctxt "short translation please"
msgid "Enable folding preview in the editor border."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:206
#, kde-format
msgctxt "short translation please"
msgid "Set the point size of the document font."
msgstr ""
#. +> trunk5
#: variableeditor/variablelineedit.cpp:211
#, kde-format
msgctxt "short translation please"
msgid "Set the font of the document."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:226
+#: variableeditor/variablelineedit.cpp:225
#, kde-format
msgctxt "short translation please"
msgid "Set the syntax highlighting."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:231
+#: variableeditor/variablelineedit.cpp:230
#, kde-format
msgctxt "short translation please"
msgid "Set the icon bar color."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:236
+#: variableeditor/variablelineedit.cpp:235
#, kde-format
msgctxt "short translation please"
msgid "Enable the icon border in the editor view."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:241
+#: variableeditor/variablelineedit.cpp:240
#, kde-format
msgctxt "short translation please"
msgid "Set the auto indentation style."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:246
+#: variableeditor/variablelineedit.cpp:245
#, kde-format
msgctxt "short translation please"
msgid "Adjust indentation of text pasted from the clipboard."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:252
+#: variableeditor/variablelineedit.cpp:251
#, kde-format
msgctxt "short translation please"
msgid "Set the indentation depth for each indent level."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:257
+#: variableeditor/variablelineedit.cpp:256
#, kde-format
msgctxt "short translation please"
msgid "Allow odd indentation level (no multiple of indent width)."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:262
+#: variableeditor/variablelineedit.cpp:261
#, kde-format
msgctxt "short translation please"
msgid "Show line numbers."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:267
+#: variableeditor/variablelineedit.cpp:266
#, kde-format
msgctxt "short translation please"
msgid "Insert newline at end of file on save."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:272
+#: variableeditor/variablelineedit.cpp:271
#, kde-format
msgctxt "short translation please"
msgid "Enable overwrite mode in the document."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:277
+#: variableeditor/variablelineedit.cpp:276
#, kde-format
msgctxt "short translation please"
msgid "Enable persistent text selection."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:282
+#: variableeditor/variablelineedit.cpp:281
#, kde-format
msgctxt "short translation please"
msgid "Replace tabs with spaces when saving the document."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:287
+#: variableeditor/variablelineedit.cpp:286
#, kde-format
msgctxt "short translation please"
msgid "Replace tabs with spaces."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:292
+#: variableeditor/variablelineedit.cpp:291
#, kde-format
msgctxt "short translation please"
msgid "Remove trailing spaces when saving the document."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:297
+#: variableeditor/variablelineedit.cpp:296
#, kde-format
msgctxt "short translation please"
msgid "Show scrollbar minimap."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:302
+#: variableeditor/variablelineedit.cpp:301
#, kde-format
msgctxt "short translation please"
msgid "Show scrollbar preview."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:311
+#: variableeditor/variablelineedit.cpp:310
#, kde-format
msgctxt "short translation please"
msgid "Set the color scheme."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:316
+#: variableeditor/variablelineedit.cpp:315
#, kde-format
msgctxt "short translation please"
msgid "Set the text selection color."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:321
+#: variableeditor/variablelineedit.cpp:320
#, kde-format
msgctxt "short translation please"
msgid "Visualize tabs and trailing spaces."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:326
+#: variableeditor/variablelineedit.cpp:325
#, kde-format
msgctxt "short translation please"
msgid "Enable smart home navigation."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:331
+#: variableeditor/variablelineedit.cpp:330
#, kde-format
msgctxt "short translation please"
msgid "Pressing TAB key indents."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:337
+#: variableeditor/variablelineedit.cpp:336
#, kde-format
msgctxt "short translation please"
msgid "Set the tab display width."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:343
+#: variableeditor/variablelineedit.cpp:342
#, kde-format
msgctxt "short translation please"
msgid "Set the number of undo steps to remember (0 equals infinity)."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:349
+#: variableeditor/variablelineedit.cpp:348
#, kde-format
msgctxt "short translation please"
msgid "Set the word wrap column."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:354
+#: variableeditor/variablelineedit.cpp:353
#, kde-format
msgctxt "short translation please"
msgid "Set the word wrap marker color."
msgstr ""
#. +> trunk5
-#: variableeditor/variablelineedit.cpp:359
+#: variableeditor/variablelineedit.cpp:358
#, kde-format
msgctxt "short translation please"
msgid "Enable word wrap while typing text."
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:86
#, kde-format
msgid "Current cursor position. Doubleclick to go to specific line."
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:95
#, kde-format
msgid "Words and Chars count in document/selection."
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:106
#, kde-format
msgid "Insert mode and VI input mode indicator"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:111
#, kde-format
msgid "Soft Tabs: %1"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:112
#, kde-format
msgid "Soft Tabs: %1 (%2)"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:113
#, kde-format
msgid "Tab Size: %1"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:114
#, kde-format
msgid "Indent/Tab: %1/%2"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:126 view/katestatusbar.cpp:414
#, kde-format
msgid "Tab Width"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:131 view/katestatusbar.cpp:425
#, kde-format
msgid "Indentation Width"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:137
#, kde-format
msgid "Indentation Mode"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:139
#, kde-format
msgid "Tabulators && Spaces"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:143
#, kde-format
msgid "Tabulators"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:147
#, kde-format
msgid "Spaces"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:163
#, kde-format
msgid "Encoding"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:174
#, kde-format
msgid "Syntax highlighting"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:273
#, kde-format
msgid "<em>[BLOCK]</em> %1"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:284
#, kde-format
msgid "Line %1 of %2, Column %3"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:293
#, kde-format
msgid "Line %1, Column %2"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:316
#, kde-format
msgid "Meaning of current icon: Document was modified since it was loaded"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:321
#, kde-format
msgid "Meaning of current icon: Document was modified or deleted by another program"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:332
#, kde-format
msgid "Meaning of current icon: Document was not modified since it was loaded"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:382 view/katestatusbar.cpp:402
#, kde-format
msgid "Other..."
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:404
#, kde-format
msgid "Other (%1)"
msgid_plural "Other (%1)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: view/katestatusbar.cpp:414
#, kde-format
msgid "Please specify the wanted tab width:"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:425
#, kde-format
msgid "Please specify the wanted indentation width:"
msgstr ""
#. +> trunk5
#: view/katestatusbar.cpp:475
#, kde-format
msgid "Words %1/%2, Chars %3/%4"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:472
#, kde-format
msgid "Cut the selected text and move it to the clipboard"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:475
#, kde-format
msgid "Paste previously copied or cut clipboard contents"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:478
#, kde-format
msgid "Use this command to copy the currently selected text to the system clipboard."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:480
#, kde-format
msgid "Clipboard &History"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:485
#, kde-format
msgid "Save the current document"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:488
#, kde-format
msgid "Revert the most recent editing actions"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:491
#, kde-format
msgid "Revert the most recent undo operation"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:495
#, kde-format
msgid "&Scripts"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:499
#, kde-format
msgid "Apply &Word Wrap"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:500
#, kde-format
msgid ""
"Use this command to wrap all lines of the current document which are longer than the width of the current view, to fit into this view.<br />"
"<br />"
" This is a static word wrap, meaning it is not updated when the view is resized."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:506
#, kde-format
msgid "&Clean Indentation"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:507
#, kde-format
msgid ""
"Use this to clean the indentation of a selected block of text (only tabs/only spaces).<br />"
"<br />"
"You can configure whether tabs should be honored and used or replaced with spaces, in the configuration dialog."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:512
#, kde-format
msgid "&Align"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:513
#, kde-format
msgid "Use this to align the current line or block of text to its proper indent level."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:517
#, kde-format
msgid "C&omment"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:519
#, kde-format
msgid ""
"This command comments out the current line or a selected block of text.<br />"
"<br />"
"The characters for single/multiple line comments are defined within the language's highlighting."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:524
#, kde-format
msgid "Go to previous editing line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:529
#, kde-format
msgid "Go to next editing line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:534
#, kde-format
msgid "Unco&mment"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:536
#, kde-format
msgid ""
"This command removes comments from the current line or a selected block of text.<br />"
"<br />"
"The characters for single/multiple line comments are defined within the language's highlighting."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:541
#, kde-format
msgid "Toggle Comment"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:544
#, kde-format
msgid "&Read Only Mode"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:545
#, kde-format
msgid "Lock/unlock the document for writing"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:552
#, kde-format
msgid "Uppercase"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:554
#, kde-format
msgid "Convert the selection to uppercase, or the character to the right of the cursor if no text is selected."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:560
#, kde-format
msgid "Lowercase"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:562
#, kde-format
msgid "Convert the selection to lowercase, or the character to the right of the cursor if no text is selected."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:568
#, kde-format
msgid "Capitalize"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:570
#, kde-format
msgid "Capitalize the selection, or the word under the cursor if no text is selected."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:575
#, kde-format
msgid "Join Lines"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:580
#, kde-format
msgid "Invoke Code Completion"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:581
#, kde-format
msgid "Manually invoke command completion, usually by using a shortcut bound to this action."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:593
#, kde-format
msgid "Print the current document."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:596
#, kde-format
msgid "Show print preview of current document"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:600
#, kde-format
msgid "Reloa&d"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:602
#, kde-format
msgid "Reload the current document from disk."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:606
#, kde-format
msgid "Save the current document to disk, with a name of your choice."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:608
#, kde-format
msgid "Save As with Encoding..."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:614
#, kde-format
msgid "Save &Copy As..."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:615
#, kde-format
msgid "Save a copy of the current document to disk."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:619
#, kde-format
msgid "This command opens a dialog and lets you choose a line that you want the cursor to move to."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:622
#, kde-format
msgid "Move to Previous Modified Line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:623
#, kde-format
msgid "Move upwards to the previous modified line."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:627
#, kde-format
msgid "Move to Next Modified Line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:628
#, kde-format
msgid "Move downwards to the next modified line."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:632
#, kde-format
msgid "&Configure Editor..."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:634
#, kde-format
msgid "Configure various aspects of this editor."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:637
#, kde-format
msgid "&Mode"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:639
#, kde-format
msgid "Here you can choose which mode should be used for the current document. This will influence the highlighting and folding being used, for example."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:642
#, kde-format
msgid "&Highlighting"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:644
#, kde-format
msgid "Here you can choose how the current document should be highlighted."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:647
#, kde-format
msgid "&Schema"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:652
#, kde-format
msgid "&Indentation"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:656
#, kde-format
msgid "Select the entire text of the current document."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:659
#, kde-format
msgid "If you have selected something within the current document, this will no longer be selected."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:663
#, kde-format
msgid "Enlarge Font"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:665
#, kde-format
msgid "This increases the display font size."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:670
#, kde-format
msgid "Shrink Font"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:672
#, kde-format
msgid "This decreases the display font size."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:675
#, kde-format
msgid "Bl&ock Selection Mode"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:678
#, kde-format
msgid "This command allows switching between the normal (line based) selection mode and the block selection mode."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:682
#, kde-format
msgid "Switch to Next Input Mode"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:684
#, kde-format
msgid "Switch to the next input mode."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:687
#, kde-format
msgid "Overwr&ite Mode"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:690
#, kde-format
msgid "Choose whether you want the text you type to be inserted or to overwrite existing text."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:700
#, kde-format
msgid "Dynamic Word Wrap Indicators"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:702
#, kde-format
msgid "Choose when the Dynamic Word Wrap Indicators should be displayed"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:705
#, kde-format
msgid "&Off"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:705
#, kde-format
msgid "Follow &Line Numbers"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:705
#, kde-format
msgid "&Always On"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:709
#, kde-format
msgid "Show Folding &Markers"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:712
#, kde-format
msgid "You can choose if the codefolding marks should be shown, if codefolding is possible."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:715
#, kde-format
msgid "Show &Icon Border"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:718
#, kde-format
msgid ""
"Show/hide the icon border.<br />"
"<br />"
"The icon border shows bookmark symbols, for instance."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:721
#, kde-format
msgid "Show &Line Numbers"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:724
#, kde-format
msgid "Show/hide the line numbers on the left hand side of the view."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:727
#, kde-format
msgid "Show Scroll&bar Marks"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:729
#, kde-format
msgid ""
"Show/hide the marks on the vertical scrollbar.<br />"
"<br />"
"The marks show bookmarks, for instance."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:732
#, kde-format
msgid "Show Scrollbar Mini-Map"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:734
#, kde-format
msgid ""
"Show/hide the mini-map on the vertical scrollbar.<br />"
"<br />"
"The mini-map shows an overview of the whole document."
msgstr ""
#. i18n("Show the whole document in the Mini-Map"), this);
#. ac->addAction(QLatin1String("view_scrollbar_minimap_all"), a);
#. a->setWhatsThis(i18n("Display the whole document in the mini-map.<br /><br />With this option set the whole document will be visible in the mini-map."));
#. connect(a, SIGNAL(triggered(bool)), SLOT(toggleScrollBarMiniMapAll()));
#. connect(m_toggleScrollBarMiniMap, SIGNAL(triggered(bool)), m_toggleScrollBarMiniMapAll, SLOT(setEnabled(bool)));
#. +> trunk5
#: view/kateview.cpp:743
#, kde-format
msgid "Show Static &Word Wrap Marker"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:746
#, kde-format
msgid "Show/hide the Word Wrap Marker, a vertical line drawn at the word wrap column as defined in the editing properties"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:750
#, kde-format
msgid "Show Non-Printable Spaces"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:752
#, kde-format
msgid "Show/hide bounding box around non-printable spaces"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:756
#, kde-format
msgid "Switch to Command Line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:758
#, kde-format
msgid "Show/hide the command line on the bottom of the view."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:761
#, kde-format
msgid "Input Modes"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:768
#, kde-format
msgid "Activate/deactivate %1"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:777
#, kde-format
msgid "&End of Line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:779
#, kde-format
msgid "Choose which line endings should be used, when you save the document"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:781
#, kde-format
msgctxt "@item:inmenu End of Line"
msgid "&UNIX"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:782
#, kde-format
msgctxt "@item:inmenu End of Line"
msgid "&Windows/DOS"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:783
#, kde-format
msgctxt "@item:inmenu End of Line"
msgid "&Macintosh"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:789
#, kde-format
msgid "Add &Byte Order Mark (BOM)"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:792
#, kde-format
msgid "Enable/disable adding of byte order marks for UTF-8/UTF-16 encoded files while saving"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:796
#, kde-format
msgid "E&ncoding"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:800
#, kde-format
msgid "Look up the first occurrence of a piece of text or regular expression."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:804
#, kde-format
msgid "Find Selected"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:806
#, kde-format
msgid "Finds next occurrence of selected text."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:810
#, kde-format
msgid "Find Selected Backwards"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:812
#, kde-format
msgid "Finds previous occurrence of selected text."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:816
#, kde-format
msgid "Look up the next occurrence of the search phrase."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:820
#, kde-format
msgid "Look up the previous occurrence of the search phrase."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:824
#, kde-format
msgid "Look up a piece of text or regular expression and replace the result with some given text."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:827
#, kde-format
msgid "Automatic Spell Checking"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:828
#, kde-format
msgid "Enable/disable automatic spell checking"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:834
#, kde-format
msgid "Change Dictionary..."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:835
#, kde-format
msgid "Change the dictionary that is used for spell checking."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:839
#, kde-format
msgid "Clear Dictionary Ranges"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:841
#, kde-format
msgid "Remove all the separate dictionary ranges that were set for spell checking."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:847
#, kde-format
msgid "Copy as &HTML"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:848
#, kde-format
msgid "Use this command to copy the currently selected text as HTML to the system clipboard."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:852
#, kde-format
msgid "E&xport as HTML..."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:853
#, kde-format
msgid "This command allows you to export the current document with all highlighting information into a HTML document."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:891
#, kde-format
msgid "Move Word Left"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:897
#, kde-format
msgid "Select Character Left"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:903
#, kde-format
msgid "Select Word Left"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:909
#, kde-format
msgid "Move Word Right"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:915
#, kde-format
msgid "Select Character Right"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:921
#, kde-format
msgid "Select Word Right"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:927
#, kde-format
msgid "Move to Beginning of Line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:933
#, kde-format
msgid "Move to Beginning of Document"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:939
#, kde-format
msgid "Select to Beginning of Line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:945
#, kde-format
msgid "Select to Beginning of Document"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:951
#, kde-format
msgid "Move to End of Line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:957
#, kde-format
msgid "Move to End of Document"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:963
#, kde-format
msgid "Select to End of Line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:969
#, kde-format
msgid "Select to End of Document"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:975
#, kde-format
msgid "Select to Previous Line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:981
#, kde-format
msgid "Scroll Line Up"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:987
#, kde-format
msgid "Move to Next Line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:993
#, kde-format
msgid "Move to Previous Line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:999
#, kde-format
msgid "Move Cursor Right"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1005
#, kde-format
msgid "Move Cursor Left"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1011
#, kde-format
msgid "Select to Next Line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1017
#, kde-format
msgid "Scroll Line Down"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1023
#, kde-format
msgid "Scroll Page Up"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1029
#, kde-format
msgid "Select Page Up"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1035
#, kde-format
msgid "Move to Top of View"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1041
#, kde-format
msgid "Select to Top of View"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1047
#, kde-format
msgid "Scroll Page Down"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1053
#, kde-format
msgid "Select Page Down"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1059
#, kde-format
msgid "Move to Bottom of View"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1065
#, kde-format
msgid "Select to Bottom of View"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1071
#, kde-format
msgid "Move to Matching Bracket"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1077
#, kde-format
msgid "Select to Matching Bracket"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1085
#, kde-format
msgid "Transpose Characters"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1091
#, kde-format
msgid "Delete Line"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1097
#, kde-format
msgid "Delete Word Left"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1103
#, kde-format
msgid "Delete Word Right"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1109
#, kde-format
msgid "Delete Next Character"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1115
#, kde-format
msgid "Backspace"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1124
#, kde-format
msgid "Insert Tab"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1129
#, kde-format
msgid "Insert Smart Newline"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1130
#, kde-format
msgid "Insert newline including leading characters of the current line which are not letters or numbers."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1140
#, kde-format
msgid "&Indent"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1141
#, kde-format
msgid ""
"Use this to indent a selected block of text.<br />"
"<br />"
"You can configure whether tabs should be honored and used or replaced with spaces, in the configuration dialog."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1148
#, kde-format
msgid "&Unindent"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1149
#, kde-format
msgid "Use this to unindent a selected block of text."
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1167
#, kde-format
msgid "Fold Toplevel Nodes"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1172
#, kde-format
msgid "Unfold Toplevel Nodes"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1185
#, kde-format
msgid "Fold Current Node"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1189
#, kde-format
msgid "Unfold Current Node"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:1264
#, kde-format
msgid "(R/O) %1"
msgstr ""
#. +> trunk5
#: view/kateview.cpp:3531
#, kde-format
msgid "Export File as HTML"
msgstr ""
#. +> trunk5
#: view/kateviewhelpers.cpp:302 view/kateviewhelpers.cpp:349
#: view/kateviewhelpers.cpp:942
#, kde-format
msgctxt "from line - to line"
msgid ""
"<center>%1<br/>"
"&#x2014;<br/>"
"%2</center>"
msgstr ""
#. +> trunk5
#: view/kateviewhelpers.cpp:1116
#, kde-format
msgid "Available Commands"
msgstr ""
#. +> trunk5
#: view/kateviewhelpers.cpp:1118
#, kde-format
msgid "<p>For help on individual commands, do <code>'help &lt;command&gt;'</code></p>"
msgstr ""
#. +> trunk5
#: view/kateviewhelpers.cpp:1126
#, kde-format
msgid "No help for '%1'"
msgstr ""
#. +> trunk5
#: view/kateviewhelpers.cpp:1129
#, kde-format
msgid "No such command <b>%1</b>"
msgstr ""
#. +> trunk5
#: view/kateviewhelpers.cpp:1135
#, kde-format
msgid ""
"<p>This is the Katepart <b>command line</b>.<br />"
"Syntax: <code><b>command [ arguments ]</b></code><br />"
"For a list of available commands, enter <code><b>help list</b></code><br />"
"For help for individual commands, enter <code><b>help &lt;command&gt;</b></code></p>"
msgstr ""
#. +> trunk5
#: view/kateviewhelpers.cpp:1221 vimode/emulatedcommandbar/commandmode.cpp:221
#, kde-format
msgid "No such command: \"%1\""
msgstr ""
#. +> trunk5
#: view/kateviewhelpers.cpp:1224 vimode/emulatedcommandbar/commandmode.cpp:202
#, kde-format
msgid "Error: No range allowed for command \"%1\"."
msgstr ""
#. +> trunk5
#: view/kateviewhelpers.cpp:1235 vimode/emulatedcommandbar/commandmode.cpp:207
#, kde-format
msgid "Success: "
msgstr ""
#. +> trunk5
#: view/kateviewhelpers.cpp:1249 vimode/emulatedcommandbar/commandmode.cpp:216
#, kde-format
msgid "Command \"%1\" failed."
msgstr ""
#. +> trunk5
#: view/kateviewhelpers.cpp:2345 view/kateviewhelpers.cpp:2346
#, kde-format
msgid "Mark Type %1"
msgstr ""
#. +> trunk5
#: view/kateviewhelpers.cpp:2369
#, kde-format
msgid "Set Default Mark Type"
msgstr ""
#. +> trunk5
#: view/kateviewhelpers.cpp:2428
#, kde-format
msgid "Disable Annotation Bar"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:76
#, kde-format
msgid "All documents written to disk"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:79
#, kde-format
msgid "Document written to disk"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:207
#, kde-format
msgid ""
"<p><b>w/wa &mdash; write document(s) to disk</b></p>"
"<p>Usage: <tt><b>w[a]</b></tt></p>"
"<p>Writes the current document(s) to disk. It can be called in two ways:<br />"
" <tt>w</tt> &mdash; writes the current document to disk<br />"
" <tt>wa</tt> &mdash; writes all documents to disk.</p>"
"<p>If no file name is associated with the document, a file dialog will be shown.</p>"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:217
#, kde-format
msgid ""
"<p><b>q/qa/wq/wqa &mdash; [write and] quit</b></p>"
"<p>Usage: <tt><b>[w]q[a]</b></tt></p>"
"<p>Quits the application. If <tt>w</tt> is prepended, it also writes the document(s) to disk. This command can be called in several ways:<br />"
" <tt>q</tt> &mdash; closes the current view.<br />"
" <tt>qa</tt> &mdash; closes all views, effectively quitting the application.<br />"
" <tt>wq</tt> &mdash; writes the current document to disk and closes its view.<br />"
" <tt>wqa</tt> &mdash; writes all documents to disk and quits.</p>"
"<p>In all cases, if the view being closed is the last view, the application quits. If no file name is associated with the document and it should be written to disk, a file dialog will be shown.</p>"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:231
#, kde-format
msgid ""
"<p><b>x/xa &mdash; write and quit</b></p>"
"<p>Usage: <tt><b>x[a]</b></tt></p>"
"<p>Saves document(s) and quits (e<b>x</b>its). This command can be called in two ways:<br />"
" <tt>x</tt> &mdash; closes the current view.<br />"
" <tt>xa</tt> &mdash; closes all views, effectively quitting the application.</p>"
"<p>In all cases, if the view being closed is the last view, the application quits. If no file name is associated with the document and it should be written to disk, a file dialog will be shown.</p>"
"<p>Unlike the 'w' commands, this command only writes the document if it is modified.</p>"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:244
#, kde-format
msgid ""
"<p><b>sp,split&mdash; Split horizontally the current view into two</b></p>"
"<p>Usage: <tt><b>sp[lit]</b></tt></p>"
"<p>The result is two views on the same document.</p>"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:249
#, kde-format
msgid ""
"<p><b>vs,vsplit&mdash; Split vertically the current view into two</b></p>"
"<p>Usage: <tt><b>vs[plit]</b></tt></p>"
"<p>The result is two views on the same document.</p>"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:254
#, kde-format
msgid ""
"<p><b>clo[se]&mdash; Close the current view</b></p>"
"<p>Usage: <tt><b>clo[se]</b></tt></p>"
"<p>After executing it, the current view will be closed.</p>"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:259
#, kde-format
msgid ""
"<p><b>[v]new &mdash; split view and create new document</b></p>"
"<p>Usage: <tt><b>[v]new</b></tt></p>"
"<p>Splits the current view and opens a new document in the new view. This command can be called in two ways:<br />"
" <tt>new</tt> &mdash; splits the view horizontally and opens a new document.<br />"
" <tt>vnew</tt> &mdash; splits the view vertically and opens a new document.<br />"
"</p>"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:268
#, kde-format
msgid ""
"<p><b>e[dit] &mdash; reload current document</b></p>"
"<p>Usage: <tt><b>e[dit]</b></tt></p>"
"<p>Starts <b>e</b>diting the current document again. This is useful to re-edit the current file, when it has been changed by another program.</p>"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:485
#, kde-format
msgid ""
"<p><b>b,buffer &mdash; Edit document N from the document list</b></p>"
"<p>Usage: <tt><b>b[uffer] [N]</b></tt></p>"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:490
#, kde-format
msgid ""
"<p><b>bp,bprev &mdash; previous buffer</b></p>"
"<p>Usage: <tt><b>bp[revious] [N]</b></tt></p>"
"<p>Goes to <b>[N]</b>th previous document (\"<b>b</b>uffer\") in document list. </p>"
"<p> <b>[N]</b> defaults to one. </p>"
"<p>Wraps around the start of the document list.</p>"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:498
#, kde-format
msgid ""
"<p><b>bn,bnext &mdash; switch to next document</b></p>"
"<p>Usage: <tt><b>bn[ext] [N]</b></tt></p>"
"<p>Goes to <b>[N]</b>th next document (\"<b>b</b>uffer\") in document list.<b>[N]</b> defaults to one. </p>"
"<p>Wraps around the end of the document list.</p>"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:506
#, kde-format
msgid ""
"<p><b>bf,bfirst &mdash; first document</b></p>"
"<p>Usage: <tt><b>bf[irst]</b></tt></p>"
"<p>Goes to the <b>f</b>irst document (\"<b>b</b>uffer\") in document list.</p>"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:512
#, kde-format
msgid ""
"<p><b>bl,blast &mdash; last document</b></p>"
"<p>Usage: <tt><b>bl[ast]</b></tt></p>"
"<p>Goes to the <b>l</b>ast document (\"<b>b</b>uffer\") in document list.</p>"
msgstr ""
#. +> trunk5
#: vimode/appcommands.cpp:517
#, kde-format
msgid ""
"<p><b>ls</b></p>"
"<p>list current buffers"
"<p>"
msgstr ""
#. +> trunk5
#: vimode/cmds.cpp:71
#, kde-format
msgid "Missing argument. Usage: %1 <from>"
msgstr ""
#. +> trunk5
#: vimode/cmds.cpp:78
#, kde-format
msgid "No mapping found for \"%1\""
msgstr ""
#. +> trunk5
#: vimode/cmds.cpp:81
#, kde-format
msgid "\"%1\" is mapped to \"%2\""
msgstr ""
#. +> trunk5
#: vimode/cmds.cpp:87
#, kde-format
msgid "Missing argument(s). Usage: %1 <from> [<to>]"
msgstr ""
#. +> trunk5
#: vimode/cmds.cpp:155 vimode/cmds.cpp:172
#, kde-format
msgid "Wrong arguments"
msgstr ""
#. +> trunk5
#: vimode/config/configtab.cpp:216
#, kde-format
msgid "Unable to open the config file for reading."
msgstr ""
#. +> trunk5
#: vimode/config/configtab.cpp:216
#, kde-format
msgid "Unable to open file"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkViCommandsOverride)
#. +> trunk5
#: vimode/config/configwidget.ui:35
#, kde-format
msgid "When selected, vi commands will override Kate's built-in commands. For example: Ctrl+R will redo, and override the standard action (showing the search and replace dialog)."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkViCommandsOverride)
#. +> trunk5
#: vimode/config/configwidget.ui:38
#, kde-format
msgid "Let Vi commands override Kate shortcuts"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, chkViRelLineNumbers)
#. +> trunk5
#: vimode/config/configwidget.ui:45
#, kde-format
msgid "Show the line number relative to the line with the cursor in front of each line."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkViRelLineNumbers)
#. +> trunk5
#: vimode/config/configwidget.ui:48
#, kde-format
msgid "Display relative line numbers"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QGroupBox, groupBox)
#. +> trunk5
#: vimode/config/configwidget.ui:63
#, kde-format
msgid ""
"Key mapping is used to change the meaning of typed keys. This allows you to move commands to other keys or make special keypresses for doing a series of commands.\n"
"\n"
"Example:\n"
"\"<F2>\" → \"I-- <esc>\"\n"
"\n"
"This will prepend \"-- \" to a line when pressing F2."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: vimode/config/configwidget.ui:66
#, kde-format
msgid "Key Mapping"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, normalTab)
#. +> trunk5
#: vimode/config/configwidget.ui:76
#, kde-format
msgid "Normal mode"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, tblNormalModeMappings)
#. i18n: ectx: property (text), widget (QTableWidget, tblInsertModeMappings)
#. i18n: ectx: property (text), widget (QTableWidget, tblVisualModeMappings)
#. +> trunk5
#: vimode/config/configwidget.ui:100 vimode/config/configwidget.ui:138
#: vimode/config/configwidget.ui:176
#, kde-format
msgid "Replacement"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, tblNormalModeMappings)
#. i18n: ectx: property (text), widget (QTableWidget, tblInsertModeMappings)
#. i18n: ectx: property (text), widget (QTableWidget, tblVisualModeMappings)
#. +> trunk5
#: vimode/config/configwidget.ui:105 vimode/config/configwidget.ui:143
#: vimode/config/configwidget.ui:181
#, kde-format
msgid "Recursive?"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, insertTab)
#. +> trunk5
#: vimode/config/configwidget.ui:114
#, kde-format
msgid "Insert mode"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, visualTab)
#. +> trunk5
#: vimode/config/configwidget.ui:152
#, kde-format
msgid "Visual mode"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnRemoveSelectedRows)
#. +> trunk5
#: vimode/config/configwidget.ui:195
#, kde-format
msgid "Remove selected"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnAddNewRow)
#. +> trunk5
#: vimode/config/configwidget.ui:202
#, kde-format
msgid "Add new mapping"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, btnImportNormal)
#. +> trunk5
#: vimode/config/configwidget.ui:209
#, kde-format
msgid "Read a vimrc file and attempt to import mappings specified with the \"[n]noremap\" command."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnImportNormal)
#. +> trunk5
#: vimode/config/configwidget.ui:212
#, kde-format
msgid "Import from vimrc file"
msgstr ""
#. +> trunk5
#: vimode/marks.cpp:121
#, kde-format
msgid "Mark set: %1"
msgstr ""
#. +> trunk5
#: vimode/marks.cpp:168
#, kde-format
msgid "There are no more chars for the next bookmark."
msgstr ""
#. +> trunk5
#: vimode/modes/insertvimode.cpp:276 vimode/modes/modebase.cpp:808
#: vimode/modes/normalvimode.cpp:3771
#, kde-format
msgid "Nothing in register %1"
msgstr ""
#. +> trunk5
#: vimode/modes/normalvimode.cpp:1718
#, kde-format
msgid "'%1' %2, Hex %3, Octal %4"
msgstr ""
#. +> trunk5
#: vimode/modes/normalvimode.cpp:2559
#, kde-format
msgid "Mark not set: %1"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/frameworks/libplasma5.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/frameworks/libplasma5.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/frameworks/libplasma5.pot (revision 1522564)
@@ -1,957 +1,950 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-07-24 09:33+0200\n"
+"POT-Creation-Date: 2018-08-14 09:24+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. +> trunk5
#: declarativeimports/calendar/eventdatadecorator.cpp:64
#, kde-format
msgctxt "Agenda listview section title"
msgid "Holidays"
msgstr ""
#. +> trunk5
#: declarativeimports/calendar/eventdatadecorator.cpp:66
#, kde-format
msgctxt "Agenda listview section title"
msgid "Events"
msgstr ""
#. +> trunk5
#: declarativeimports/calendar/eventdatadecorator.cpp:68
#, kde-format
msgctxt "Agenda listview section title"
msgid "Todo"
msgstr ""
#. +> trunk5
#: declarativeimports/calendar/eventdatadecorator.cpp:70
#, kde-format
msgctxt "Means 'Other calendar items'"
msgid "Other"
msgstr ""
#. +> trunk5
#: declarativeimports/calendar/qml/DaysCalendar.qml:158
#, kde-format
msgctxt "Reset calendar to today"
msgid "Today"
msgstr ""
#. +> trunk5
#: declarativeimports/calendar/qml/DaysCalendar.qml:160
#, kde-format
msgid "Reset calendar to today"
msgstr ""
#. +> trunk5
#: declarativeimports/calendar/qml/MonthView.qml:236
#, kde-format
msgid "Previous Month"
msgstr ""
#. +> trunk5
#: declarativeimports/calendar/qml/MonthView.qml:237
#, kde-format
msgid "Next Month"
msgstr ""
#. +> trunk5
#: declarativeimports/calendar/qml/MonthView.qml:264
#, kde-format
msgid "Previous Year"
msgstr ""
#. +> trunk5
#: declarativeimports/calendar/qml/MonthView.qml:265
#, kde-format
msgid "Next Year"
msgstr ""
#. +> trunk5
#: declarativeimports/calendar/qml/MonthView.qml:297
#, kde-format
msgid "Previous Decade"
msgstr ""
#. +> trunk5
#: declarativeimports/calendar/qml/MonthView.qml:298
#, kde-format
msgid "Next Decade"
msgstr ""
#. +> trunk5
#: declarativeimports/plasmacomponents/qml/QueryDialog.qml:52
#, kde-format
msgid "OK"
msgstr ""
#. +> trunk5
#: declarativeimports/plasmacomponents/qml/QueryDialog.qml:53
#, kde-format
msgid "Cancel"
msgstr ""
#. +> trunk5
#: plasma/applet.cpp:355
#, kde-format
msgid "Unknown"
msgstr ""
#. +> trunk5
#: plasma/applet.cpp:671
#, kde-format
msgid "Activate %1 Widget"
msgstr ""
#. +> trunk5
#: plasma/containment.cpp:127 plasma/private/applet_p.cpp:124
#, kde-format
msgctxt "%1 is the name of the applet"
-msgid "Remove this %1"
+msgid "Remove %1"
msgstr ""
#. +> trunk5
-#: plasma/containment.cpp:132
+#: plasma/containment.cpp:132 plasma/private/applet_p.cpp:129
#, kde-format
msgctxt "%1 is the name of the applet"
-msgid "%1 Settings"
+msgid "Configure %1..."
msgstr ""
#. +> trunk5
#: plasma/corona.cpp:371 plasma/corona.cpp:444
#, kde-format
msgid "Lock Widgets"
msgstr ""
#. +> trunk5
#: plasma/corona.cpp:371
#, kde-format
msgid "Unlock Widgets"
msgstr ""
#. i18n: ectx: label, entry, group (CachePolicies)
#. +> trunk5
#: plasma/data/kconfigxt/libplasma-theme-global.kcfg:9
#, kde-format
msgid "Whether or not to create an on-disk cache for the theme."
msgstr ""
#. i18n: ectx: label, entry, group (CachePolicies)
#. +> trunk5
#: plasma/data/kconfigxt/libplasma-theme-global.kcfg:14
#, kde-format
msgid "The maximum size of the on-disk Theme cache in kilobytes. Note that these files are sparse files, so the maximum size may not be used. Setting a larger size is therefore often quite safe."
msgstr ""
#. +> trunk5
#: plasma/packagestructure/dataenginepackage.cpp:39
#: plasma/packagestructure/packages.cpp:98 plasmaquick/private/packages.cpp:117
#, kde-format
msgid "Data Files"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/dataenginepackage.cpp:41
#: plasma/packagestructure/packages.cpp:100
#: plasmaquick/private/packages.cpp:119
#, kde-format
msgid "Executable Scripts"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/dataenginepackage.cpp:46
#, kde-format
msgid "Service Descriptions"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/dataenginepackage.cpp:49
#: plasma/packagestructure/packages.cpp:106
#: plasmaquick/private/packages.cpp:124
#, kde-format
msgid "Translations"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/packages.cpp:42
#: plasma/packagestructure/packages.cpp:62 plasmaquick/private/packages.cpp:86
#: plasmaquick/private/packages.cpp:131
#, kde-format
msgid "Main Script File"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/packages.cpp:43
#, kde-format
msgid "Tests"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/packages.cpp:84 plasmaquick/private/packages.cpp:103
#, kde-format
msgid "Images"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/packages.cpp:85 plasmaquick/private/packages.cpp:104
#, kde-format
msgid "Themed Images"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/packages.cpp:91 plasmaquick/private/packages.cpp:110
#, kde-format
msgid "Configuration Definitions"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/packages.cpp:96 plasmaquick/private/packages.cpp:115
#, kde-format
msgid "User Interface"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/packages.cpp:104
#, kde-format
msgid "Screenshot"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:40
#, kde-format
msgid "Images for dialogs"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:42
#: plasma/packagestructure/plasmathemepackage.cpp:44
#, kde-format
msgid "Generic dialog background"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:46
#: plasma/packagestructure/plasmathemepackage.cpp:48
#, kde-format
msgid "Theme for the logout dialog"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:50
#, kde-format
msgid "Wallpaper packages"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:52
#, kde-format
msgid "Images for widgets"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:54
#: plasma/packagestructure/plasmathemepackage.cpp:56
#, kde-format
msgid "Background image for widgets"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:58
#: plasma/packagestructure/plasmathemepackage.cpp:60
#, kde-format
msgid "Analog clock face"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:62
#: plasma/packagestructure/plasmathemepackage.cpp:64
#, kde-format
msgid "Background image for panels"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:66
#: plasma/packagestructure/plasmathemepackage.cpp:68
#, kde-format
msgid "Background for graphing widgets"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:70
#: plasma/packagestructure/plasmathemepackage.cpp:72
#, kde-format
msgid "Background image for tooltips"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:74
#, kde-format
msgid "Opaque images for dialogs"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:76
#: plasma/packagestructure/plasmathemepackage.cpp:78
#, kde-format
msgid "Opaque generic dialog background"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:80
#: plasma/packagestructure/plasmathemepackage.cpp:82
#, kde-format
msgid "Opaque theme for the logout dialog"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:84
#, kde-format
msgid "Opaque images for widgets"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:86
#: plasma/packagestructure/plasmathemepackage.cpp:88
#, kde-format
msgid "Opaque background image for panels"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:90
#: plasma/packagestructure/plasmathemepackage.cpp:92
#, kde-format
msgid "Opaque background image for tooltips"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmathemepackage.cpp:94
#, kde-format
msgid "KColorScheme configuration file"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmoidpackage.cpp:39
#, kde-format
msgid "Configuration UI pages model"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmoidpackage.cpp:40
#, kde-format
msgid "Configuration XML file"
msgstr ""
#. +> trunk5
#: plasma/packagestructure/plasmoidpackage.cpp:51
#, kde-format
msgid "Custom expander for compact applets"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:100
#, kde-format
msgid "Accessibility"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:101
#, kde-format
msgid "Application Launchers"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:102
#, kde-format
msgid "Astronomy"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:103
#, kde-format
msgid "Date and Time"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:104
#, kde-format
msgid "Development Tools"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:105
#, kde-format
msgid "Education"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:106
#, kde-format
msgid "Environment and Weather"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:107
#, kde-format
msgid "Examples"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:108
#, kde-format
msgid "File System"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:109
#, kde-format
msgid "Fun and Games"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:110
#, kde-format
msgid "Graphics"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:111
#, kde-format
msgid "Language"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:112
#, kde-format
msgid "Mapping"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:113
#, kde-format
msgid "Miscellaneous"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:114
#, kde-format
msgid "Multimedia"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:115
#, kde-format
msgid "Online Services"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:116
#, kde-format
msgid "Productivity"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:117
#, kde-format
msgid "System Information"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:118
#, kde-format
msgid "Utilities"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:119
#, kde-format
msgid "Windows and Tasks"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:120
#, kde-format
msgid "Clipboard"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:121
#, kde-format
msgid "Tasks"
msgstr ""
#. +> trunk5
#: plasma/pluginloader.cpp:650 plasma/pluginloader.cpp:651
#, kde-format
msgctxt "misc category"
msgid "Miscellaneous"
msgstr ""
#. +> trunk5
-#: plasma/private/applet_p.cpp:129
-#, kde-format
-msgctxt "%1 is the name of the applet"
-msgid "Configure %1..."
-msgstr ""
-
-#. +> trunk5
#: plasma/private/applet_p.cpp:144
#, kde-format
msgid "The %1 widget did not define which ScriptEngine to use."
msgstr ""
#. +> trunk5
#: plasma/private/applet_p.cpp:161
#, kde-format
msgctxt "Package file, name of the widget"
msgid "Could not open the %1 package required for the %2 widget."
msgstr ""
#. +> trunk5
#: plasma/private/applet_p.cpp:182
#, kde-format
msgctxt "API or programming language the widget was written in, name of the widget"
msgid "Could not create a %1 ScriptEngine for the %2 widget."
msgstr ""
#. +> trunk5
#: plasma/private/applet_p.cpp:187
#, kde-format
msgid "Alternatives..."
msgstr ""
#. +> trunk5
#: plasma/private/applet_p.cpp:277
#, kde-format
msgid "Widget Removed"
msgstr ""
#. +> trunk5
#: plasma/private/applet_p.cpp:278
#, kde-format
msgid "The widget \"%1\" has been removed."
msgstr ""
#. +> trunk5
#: plasma/private/applet_p.cpp:280
#, kde-format
msgid "Panel Removed"
msgstr ""
#. +> trunk5
#: plasma/private/applet_p.cpp:281
#, kde-format
msgid "A panel has been removed."
msgstr ""
#. +> trunk5
#: plasma/private/applet_p.cpp:284
#, kde-format
msgid "Desktop Removed"
msgstr ""
#. +> trunk5
#: plasma/private/applet_p.cpp:285
#, kde-format
msgid "A desktop has been removed."
msgstr ""
#. +> trunk5
#: plasma/private/applet_p.cpp:288
#, kde-format
msgid "Undo"
msgstr ""
#. +> trunk5
#: plasma/private/applet_p.cpp:378
#, kde-format
msgid "Widget Settings"
msgstr ""
#. +> trunk5
#: plasma/private/applet_p.cpp:385
#, kde-format
msgid "Remove this Widget"
msgstr ""
#. +> trunk5
#: plasma/private/applet_p.cpp:392
#: plasma/private/associatedapplicationmanager.cpp:82
#: plasma/private/associatedapplicationmanager.cpp:141
#: plasma/private/associatedapplicationmanager.cpp:183
#, kde-format
msgid "Run the Associated Application"
msgstr ""
#. +> trunk5
#: plasma/private/applet_p.cpp:484
#, kde-format
msgid "Script initialization failed"
msgstr ""
#. +> trunk5
#: plasma/private/associatedapplicationmanager.cpp:79
#: plasma/private/associatedapplicationmanager.cpp:180
#, kde-format
msgid "Open with %1"
msgstr ""
#. +> trunk5
#: plasma/private/containment_p.cpp:76
#, kde-format
msgid "Remove this Panel"
msgstr ""
#. +> trunk5
#: plasma/private/containment_p.cpp:78
#, kde-format
msgid "Remove this Activity"
msgstr ""
#. +> trunk5
#: plasma/private/containment_p.cpp:84
#, kde-format
msgid "Activity Settings"
msgstr ""
#. +> trunk5
#: plasma/private/containment_p.cpp:90
#, kde-format
msgid "Add Widgets..."
msgstr ""
#. +> trunk5
#: plasma/private/containment_p.cpp:207
#, kde-format
msgid "Could not find requested component: %1"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plasma/private/publish.ui:17
#, kde-format
msgid "Sharing a widget on the network allows you to access this widget from another computer as a remote control."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, publishCheckbox)
#. +> trunk5
#: plasma/private/publish.ui:27
#, kde-format
msgid "Share this widget on the network"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, allUsersCheckbox)
#. +> trunk5
#: plasma/private/publish.ui:37
#, kde-format
msgid "Allow everybody to freely access this widget"
msgstr ""
#. +> trunk5
#: plasma/private/service_p.h:47
#, kde-format
msgctxt "Error message, tried to start an invalid service"
msgid "Invalid (null) service, can not perform any operations."
msgstr ""
#. +> trunk5
#: plasmaquick/appletquickitem.cpp:604
#, kde-format
msgid "Error loading QML file: %1"
msgstr ""
#. +> trunk5
#: plasmaquick/appletquickitem.cpp:606
#, kde-format
msgid "Error loading Applet: package inexistent. %1"
msgstr ""
#. +> trunk5
#: plasmaquick/configview.cpp:108
#, kde-format
msgid "%1 Settings"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:37
#, kde-format
msgid "Default settings for theme, etc."
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:39
#, kde-format
msgid "Color scheme to use for applications."
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:42
#, kde-format
msgid "Preview Images"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:43
#, kde-format
msgid "Preview for the Login Manager"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:44
#, kde-format
msgid "Preview for the Lock Screen"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:45
#, kde-format
msgid "Preview for the Userswitcher"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:46
#, kde-format
msgid "Preview for the Virtual Desktop Switcher"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:47
#, kde-format
msgid "Preview for Splash Screen"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:48
#, kde-format
msgid "Preview for KRunner"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:49
#, kde-format
msgid "Preview for the Window Decorations"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:50
#, kde-format
msgid "Preview for Window Switcher"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:52
#, kde-format
msgid "Login Manager"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:53
#, kde-format
msgid "Main Script for Login Manager"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:55
#, kde-format
msgid "Logout Dialog"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:56
#, kde-format
msgid "Main Script for Logout Dialog"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:58
#, kde-format
msgid "Screenlocker"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:59
#, kde-format
msgid "Main Script for Lock Screen"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:61
#, kde-format
msgid "UI for fast user switching"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:62
#, kde-format
msgid "Main Script for User Switcher"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:64
#, kde-format
msgid "Virtual Desktop Switcher"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:65
#, kde-format
msgid "Main Script for Virtual Desktop Switcher"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:67
#, kde-format
msgid "On-Screen Display Notifications"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:68
#, kde-format
msgid "Main Script for On-Screen Display Notifications"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:70
#, kde-format
msgid "Splash Screen"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:71
#, kde-format
msgid "Main Script for Splash Screen"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:73
#, kde-format
msgid "KRunner UI"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:74
#, kde-format
msgid "Main Script KRunner"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:76
#, kde-format
msgid "Window Decoration"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:77
#, kde-format
msgid "Main Script for Window Decoration"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:79
#, kde-format
msgid "Window Switcher"
msgstr ""
#. +> trunk5
#: plasmaquick/private/packages.cpp:80
#, kde-format
msgid "Main Script for Window Switcher"
msgstr ""
#. +> trunk5
#: scriptengines/qml/plasmoid/containmentinterface.cpp:493
#, kde-format
msgid "Content dropped"
msgstr ""
#. +> trunk5
#: scriptengines/qml/plasmoid/containmentinterface.cpp:497
#, kde-format
msgid "Fetching file type..."
msgstr ""
#. +> trunk5
#: scriptengines/qml/plasmoid/containmentinterface.cpp:657
#: scriptengines/qml/plasmoid/containmentinterface.cpp:660
#, kde-format
msgid "Plasma Package"
msgstr ""
#. +> trunk5
#: scriptengines/qml/plasmoid/containmentinterface.cpp:658
#: scriptengines/qml/plasmoid/containmentinterface.cpp:664
#, kde-format
msgid "Install"
msgstr ""
#. +> trunk5
#: scriptengines/qml/plasmoid/containmentinterface.cpp:678
#, kde-format
msgid "Package Installation Failed"
msgstr ""
#. +> trunk5
#: scriptengines/qml/plasmoid/containmentinterface.cpp:698
#, kde-format
msgid "The package you just dropped is invalid."
msgstr ""
#. +> trunk5
#: scriptengines/qml/plasmoid/containmentinterface.cpp:708
#: scriptengines/qml/plasmoid/containmentinterface.cpp:710
#: scriptengines/qml/plasmoid/containmentinterface.cpp:790
#: scriptengines/qml/plasmoid/containmentinterface.cpp:793
#, kde-format
msgid "Widgets"
msgstr ""
#. +> trunk5
#: scriptengines/qml/plasmoid/containmentinterface.cpp:715
#, kde-format
msgctxt "Add widget"
msgid "Add %1"
msgstr ""
#. +> trunk5
#: scriptengines/qml/plasmoid/containmentinterface.cpp:732
#: scriptengines/qml/plasmoid/containmentinterface.cpp:791
#: scriptengines/qml/plasmoid/containmentinterface.cpp:797
#, kde-format
msgctxt "Add icon widget"
msgid "Add Icon"
msgstr ""
#. +> trunk5
#: scriptengines/qml/plasmoid/containmentinterface.cpp:748
#: scriptengines/qml/plasmoid/containmentinterface.cpp:750
#, kde-format
msgid "Wallpaper"
msgstr ""
#. +> trunk5
#: scriptengines/qml/plasmoid/containmentinterface.cpp:761
#, kde-format
msgctxt "Set wallpaper"
msgid "Set %1"
msgstr ""
#. +> trunk5
#: scriptengines/qml/plasmoid/containmentinterface.cpp:1150
#, kde-format
msgctxt "%1 is the name of the containment"
msgid "%1 Options"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/frameworks/syntaxhighlighting5_qt.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/frameworks/syntaxhighlighting5_qt.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/frameworks/syntaxhighlighting5_qt.pot (revision 1522564)
@@ -1,1508 +1,1519 @@
msgid ""
msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"POT-Creation-Date: 2018-08-13 08:59+0200\n"
+"POT-Creation-Date: 2018-08-14 09:24+0200\n"
#. +> trunk5
msgctxt "Language|"
msgid "4DOS BatchToMemory"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "ABAP"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "ABC"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "ActionScript 2.0"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Ada"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Agda"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "AHDL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "AutoHotKey"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Alerts_indent"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Alerts"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "AMPLE"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "ANS-Forth94"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "ANSI C89"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Ansys"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Apache Configuration"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "AppArmor Security Profile"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Asm6502"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "AVR Assembler"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Motorola DSP56k"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Motorola 68k (VASM/Devpac)"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "ASN.1"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "ASP"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Asterisk"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "AWK"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Bash"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "BibTeX"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Bitbake"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "B-Method"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Boo"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "CleanCSS"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "CGiS"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Cg"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "ChangeLog"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Cisco"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Clipper"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Clojure"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "CoffeeScript"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "ColdFusion"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Common Lisp"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Component-Pascal"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "ConTeXt"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Crack"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "CSS"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "C#"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "CubeScript"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "CUE Sheet"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Curry"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "C"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Debian Changelog"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Debian Control"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid ".desktop"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Diff"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Django HTML Template"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Dockerfile"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "MS-DOS Batch"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "dot"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Doxyfile"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "DoxygenLua"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Doxygen"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "DTD"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "D"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Eiffel"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Email"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Erlang"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Euphoria"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "E Language"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Intel x86 (FASM)"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "FASTQ"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "ferite"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "4GL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "4GL-PER"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Fortran"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "FreeBASIC"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "FSharp"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "fstab"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "FTL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "GAP"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "G-Code"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "GDB Backtrace"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "GDB Init"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "GDB"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "GDL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "GNU Gettext"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Git Ignore"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Gitolite"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Git Rebase"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "GlossTex"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "GLSL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "GNU Assembler"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Gnuplot"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Go"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "KDev-PG[-Qt] Grammar"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Groovy"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Hamlet"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Haml"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Haskell"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Haxe"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "HTML"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Hunspell Affix File"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Hunspell Thesaurus File"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Hunspell Dictionary File"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Quake Script"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "IDL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "ILERPG"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Inform"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "INI Files"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Intel HEX"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Jam"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Javadoc"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "JavaScript React"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "JavaScript"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Java"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Jira"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "JSON"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "JSP"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Julia"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "J"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "KBasic"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Kconfig"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Kotlin"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "k"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "LaTeX"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "LDIF"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "GNU Linker Script"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "LESSCSS"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Lex/Flex"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "LilyPond"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Literate Curry"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Literate Haskell"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Logcat"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Logtalk"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "LPC"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "LSL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Lua"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "M3U"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "GNU M4"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "MAB-DB"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Magma"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Makefile"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Mako"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Troff Mandoc"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Markdown"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Mason"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Mathematica"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Matlab"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Maxima"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "MediaWiki"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "MEL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "mergetag text"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Meson"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Metapost/Metafont"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Metamath"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "MIB"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "MIPS Assembler"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Modelica"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Modelines"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Modula-2"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "MonoBasic"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Music Publisher"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Nagios"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Intel x86 (NASM)"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Nemerle"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "nesC"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "noweb"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Objective-C++"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Objective-C"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Objective Caml Ocamllex"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Objective Caml"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Objective Caml Ocamlyacc"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Octave"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "OORS"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "OPAL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "OpenCL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "OpenSCAD"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Pango"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Pascal"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Perl"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "PHP/PHP"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "PicAsm"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Pig"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Pike"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "PL/I"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "PLY"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "PostScript"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "POV-Ray"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Praat"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "progress"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Protobuf"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Pug"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Puppet"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "PureBasic"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Python"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "QDoc Configuration"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "QMake"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "QML"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "q"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "RapidQ"
msgstr ""
#. +> trunk5
msgctxt "Language|"
+msgid "R documentation"
+msgstr ""
+
+#. +> trunk5
+msgctxt "Language|"
msgid "RelaxNG-Compact"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Replicode"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "reStructuredText"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "REXX"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Ruby/Rails/RHTML"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "RenderMan RIB"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "R Markdown"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Roff"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "RPM Spec"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "RSI IDL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Rich Text Format"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Ruby"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Rust"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "R Script"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Sather"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Scala"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Scheme"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "scilab"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "SCSS"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "sed"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "SELinux CIL Policy"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "SELinux File Contexts"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "SGML"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "SiSU"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "SML"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Spice"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "SQL (MySQL)"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "SQL (Oracle)"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "SQL (PostgreSQL)"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "SQL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Stata"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "STL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "SystemC"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "SystemVerilog"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "TADS 3"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "TaskJuggler"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Tcl/Tk"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Tcsh"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Texinfo"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Textile"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "TI Basic"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Tiger"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "TOML"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "txt2tags"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "UnrealScript"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Vala"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Valgrind Suppression"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Varnish 4 Configuration Language"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Varnish 4 module spec file"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Varnish 3 module spec file"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Varnish 4 Test Case language"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Varnish Test Case language"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Varnish Configuration Language"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "vCard, vCalendar, iCalendar"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Velocity"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Vera"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Verilog"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "VHDL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "VRML"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Wavefront OBJ"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "WINE Config"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Wesnoth Markup Language"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "xHarbour"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "XML (Debug)"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "XML"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Xonotic Script"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "x.org Configuration"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "xslt"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "XUL"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "yacas"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Yacc/Bison"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "YAML"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "YANG"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Zonnon"
msgstr ""
#. +> trunk5
msgctxt "Language|"
msgid "Zsh"
msgstr ""
#. +> trunk5
msgctxt "Language Section|"
msgid "Scripts"
msgstr ""
#. +> trunk5
msgctxt "Language Section|"
msgid "Sources"
msgstr ""
#. +> trunk5
msgctxt "Language Section|"
msgid "Other"
msgstr ""
#. +> trunk5
msgctxt "Language Section|"
msgid "Hardware"
msgstr ""
#. +> trunk5
msgctxt "Language Section|"
msgid "Scientific"
msgstr ""
#. +> trunk5
msgctxt "Language Section|"
msgid "Configuration"
msgstr ""
#. +> trunk5
msgctxt "Language Section|"
msgid "Assembler"
msgstr ""
#. +> trunk5
msgctxt "Language Section|"
msgid "Markup"
msgstr ""
#. +> trunk5
msgctxt "Language Section|"
msgid "Database"
msgstr ""
#. +> trunk5
msgctxt "Language Section|"
msgid "3D"
msgstr ""
#. +> trunk5
#: cli/kate-syntax-highlighter.cpp:43
msgctxt "SyntaxHighlightingCLI|"
msgid "Command line syntax highlighter using Kate syntax definitions."
msgstr ""
#. +> trunk5
#: cli/kate-syntax-highlighter.cpp:46
msgctxt "SyntaxHighlightingCLI|"
msgid "source"
msgstr ""
#. +> trunk5
#: cli/kate-syntax-highlighter.cpp:47
msgctxt "SyntaxHighlightingCLI|"
msgid "The source file to highlight."
msgstr ""
#. +> trunk5
#: cli/kate-syntax-highlighter.cpp:50
msgctxt "SyntaxHighlightingCLI|"
msgid "List all available syntax definitions."
msgstr ""
#. +> trunk5
#: cli/kate-syntax-highlighter.cpp:53
msgctxt "SyntaxHighlightingCLI|"
msgid "List all available themes."
msgstr ""
#. +> trunk5
#: cli/kate-syntax-highlighter.cpp:57
msgctxt "SyntaxHighlightingCLI|"
msgid "Download new/updated syntax definitions."
msgstr ""
#. +> trunk5
#: cli/kate-syntax-highlighter.cpp:61
msgctxt "SyntaxHighlightingCLI|"
msgid "File to write HTML output to (default: stdout)."
msgstr ""
#. +> trunk5
#: cli/kate-syntax-highlighter.cpp:62
msgctxt "SyntaxHighlightingCLI|"
msgid "output"
msgstr ""
#. +> trunk5
#: cli/kate-syntax-highlighter.cpp:66
msgctxt "SyntaxHighlightingCLI|"
msgid "Highlight using this syntax definition (default: auto-detect based on input file)."
msgstr ""
#. +> trunk5
#: cli/kate-syntax-highlighter.cpp:67
msgctxt "SyntaxHighlightingCLI|"
msgid "syntax"
msgstr ""
#. +> trunk5
#: cli/kate-syntax-highlighter.cpp:71
msgctxt "SyntaxHighlightingCLI|"
msgid "Color theme to use for highlighting."
msgstr ""
#. +> trunk5
#: cli/kate-syntax-highlighter.cpp:72
msgctxt "SyntaxHighlightingCLI|"
msgid "theme"
msgstr ""
#. +> trunk5
+#: lib/definition_p.h:90
+msgctxt "Syntax highlighting|"
+msgid "None"
+msgstr ""
+
+#. +> trunk5
#: lib/definitiondownloader.cpp:74
msgctxt "QObject|"
msgid "All syntax definitions are up-to-date."
msgstr ""
#. +> trunk5
#: lib/definitiondownloader.cpp:86
#, qt-format
msgctxt "QObject|"
msgid "Downloading new syntax definition for '%1'..."
msgstr ""
#. +> trunk5
#: lib/definitiondownloader.cpp:93
#, qt-format
msgctxt "QObject|"
msgid "Updating syntax definition for '%1' to version %2..."
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kde-workspace/plasmanetworkmanagement-libs.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kde-workspace/plasmanetworkmanagement-libs.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/kde-workspace/plasmanetworkmanagement-libs.pot (revision 1522564)
@@ -1,3422 +1,3422 @@
# 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 <EMAIL@ADDRESS>, 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-08-14 09:24+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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 plasma5lts
#: declarative/networkstatus.cpp:114
#, kde-format
msgctxt "A network device is connected, but there is only link-local connectivity"
msgid "Connected"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: declarative/networkstatus.cpp:117
#, kde-format
msgctxt "A network device is connected, but there is only site-local connectivity"
msgid "Connected"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: declarative/networkstatus.cpp:120
#, kde-format
msgctxt "A network device is connected, with global network connectivity"
msgid "Connected"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: declarative/networkstatus.cpp:123
#, kde-format
msgctxt "Networking is inactive and all devices are disabled"
msgid "Inactive"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: declarative/networkstatus.cpp:126
#, kde-format
msgctxt "There is no active network connection"
msgid "Disconnected"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: declarative/networkstatus.cpp:129
#, kde-format
msgctxt "Network connections are being cleaned up"
msgid "Disconnecting"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: declarative/networkstatus.cpp:132
#, kde-format
msgctxt "A network device is connecting to a network and there is no other available network connection"
msgid "Connecting"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: declarative/networkstatus.cpp:184 uiutils.cpp:229
#, kde-format
msgid "VPN"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: declarative/networkstatus.cpp:208
#, kde-format
msgid "Connecting to %1"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: declarative/networkstatus.cpp:210
#, kde-format
msgid "Connected to %1"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: declarative/networkstatus.cpp:231
#, kde-format
msgid "NetworkManager not running"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: declarative/networkstatus.cpp:236
#, kde-format
msgid "NetworkManager 0.9.8 required, found %1."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: declarative/networkstatus.cpp:239
#, kde-format
msgctxt "global connection state"
msgid "Unknown"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:190
#, kde-format
msgctxt "General"
msgid "General configuration"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:196 editor/connectioneditorbase.cpp:211
#, kde-format
msgid "Wired"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:198
#, kde-format
msgid "802.1x Security"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:201 editor/settings/bridgewidget.cpp:51
#: editor/settings/teamwidget.cpp:53 models/creatableconnectionsmodel.cpp:167
#: uiutils.cpp:237
#, kde-format
msgid "Wi-Fi"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:205
#, kde-format
msgid "Wi-Fi Security"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:209
#: models/creatableconnectionsmodel.cpp:139 uiutils.cpp:201
#, kde-format
msgid "DSL"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:214 editor/connectioneditorbase.cpp:217
#, kde-format
msgid "Mobile Broadband (%1)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:220 uiutils.cpp:205
#, kde-format
msgid "Bluetooth"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:224
#, kde-format
msgid "GSM"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:226 editor/connectioneditorbase.cpp:268
#, kde-format
msgid "PPP"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:230 editor/settings/teamwidget.cpp:50
-#: models/creatableconnectionsmodel.cpp:144 models/networkmodelitem.cpp:527
+#: models/creatableconnectionsmodel.cpp:144 models/networkmodelitem.cpp:538
#: uiutils.cpp:220
#, kde-format
msgid "Infiniband"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:233
-#: models/creatableconnectionsmodel.cpp:179 models/networkmodelitem.cpp:533
+#: models/creatableconnectionsmodel.cpp:179 models/networkmodelitem.cpp:544
#: uiutils.cpp:209
#, kde-format
msgid "Bond"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:236
-#: models/creatableconnectionsmodel.cpp:185 models/networkmodelitem.cpp:539
+#: models/creatableconnectionsmodel.cpp:185 models/networkmodelitem.cpp:550
#: uiutils.cpp:212
#, kde-format
msgid "Bridge"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:239
-#: models/creatableconnectionsmodel.cpp:197 models/networkmodelitem.cpp:545
+#: models/creatableconnectionsmodel.cpp:197 models/networkmodelitem.cpp:556
#, kde-format
msgid "Vlan"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:242
-#: models/creatableconnectionsmodel.cpp:191 models/networkmodelitem.cpp:556
+#: models/creatableconnectionsmodel.cpp:191 models/networkmodelitem.cpp:567
#: uiutils.cpp:242
#, kde-format
msgid "Team"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:258
#, kde-format
msgid "VPN (%1)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:274
#, kde-format
msgid "IPv4"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:294
#, kde-format
msgid "IPv6"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditorbase.cpp:450
#, kde-format
msgid "Failed to get secrets for %1"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditordialog.cpp:49
#, kde-format
msgid "New Connection (%1)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditordialog.cpp:51
#, kde-format
msgid "Edit Connection '%1'"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditortabwidget.cpp:64
#, kde-format
msgid "New %1 connection"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: editor/connectioneditortabwidget.ui:17
#, kde-format
msgid "Connection name:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/bondwidget.cpp:48 editor/settings/bridgewidget.cpp:45
#: editor/settings/teamwidget.cpp:47
#, kde-format
msgid "Ethernet"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/bondwidget.cpp:51
#, kde-format
msgid "InfiniBand"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/bondwidget.cpp:60
#, kde-format
msgctxt "bond mode"
msgid "Round-robin"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/bondwidget.cpp:61
#, kde-format
msgctxt "bond mode"
msgid "Active backup"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/bondwidget.cpp:62
#, kde-format
msgctxt "bond mode"
msgid "Broadcast"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/bondwidget.cpp:63
#, kde-format
msgctxt "bond mode"
msgid "802.3ad"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/bondwidget.cpp:64
#, kde-format
msgctxt "bond mode"
msgid "Adaptive transmit load balancing"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/bondwidget.cpp:65
#, kde-format
msgctxt "bond mode"
msgid "Adaptive load balancing"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/bondwidget.cpp:68
#, kde-format
msgctxt "bond link monitoring"
msgid "MII (recommended)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/bondwidget.cpp:69
#, kde-format
msgctxt "bond link monitoring"
msgid "ARP"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/bondwidget.cpp:264 editor/settings/bridgewidget.cpp:214
#: editor/settings/teamwidget.cpp:203
#, kde-format
msgid "Do you want to remove the connection '%1'?"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/bondwidget.cpp:264 editor/settings/bridgewidget.cpp:214
#: editor/settings/teamwidget.cpp:203
#, kde-format
msgid "Remove Connection"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/bridgewidget.cpp:48 editor/settings/teamwidget.cpp:56
#: uiutils.cpp:226
#, kde-format
msgid "VLAN"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/btwidget.cpp:35
#, kde-format
msgid "DUN (dial up networking)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/btwidget.cpp:36
#, kde-format
msgid "PAN (personal area network)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/connectionwidget.cpp:175
#, kde-format
msgctxt "@title:window advanced permissions editor"
msgid "Advanced Permissions Editor"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/infinibandwidget.cpp:36
#, kde-format
msgctxt "infiniband transport mode"
msgid "Datagram"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/infinibandwidget.cpp:37
#, kde-format
msgctxt "infiniband transport mode"
msgid "Connected"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ipv4widget.cpp:66 editor/widgets/ipv4routeswidget.cpp:38
#, kde-format
msgctxt "Header text for IPv4 address"
msgid "Address"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ipv4widget.cpp:68 editor/widgets/ipv4routeswidget.cpp:40
#, kde-format
msgctxt "Header text for IPv4 netmask"
msgid "Netmask"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ipv4widget.cpp:70 editor/widgets/ipv4routeswidget.cpp:42
#, kde-format
msgctxt "Header text for IPv4 gateway"
msgid "Gateway"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ipv4widget.cpp:262 editor/settings/ipv6widget.cpp:254
#, kde-format
msgid "Other DNS Servers:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ipv4widget.cpp:274 editor/settings/ipv4widget.cpp:286
#: editor/settings/ipv4widget.cpp:298 editor/settings/ipv4widget.cpp:310
#: editor/settings/ipv6widget.cpp:266 editor/settings/ipv6widget.cpp:278
#: editor/settings/ipv6widget.cpp:290 editor/settings/ipv6widget.cpp:302
#, kde-format
msgid "DNS Servers:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ipv4widget.cpp:412 editor/settings/ipv6widget.cpp:403
#, kde-format
msgid "Edit DNS servers"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ipv4widget.cpp:443 editor/settings/ipv6widget.cpp:434
#, kde-format
msgid "Edit DNS search domains"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ipv6widget.cpp:53 editor/widgets/ipv6routeswidget.cpp:39
#, kde-format
msgctxt "Header text for IPv6 address"
msgid "Address"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ipv6widget.cpp:55
#, kde-format
msgctxt "Header text for IPv6 prefix"
msgid "Prefix"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ipv6widget.cpp:57 editor/widgets/ipv6routeswidget.cpp:43
#, kde-format
msgctxt "Header text for IPv6 gateway"
msgid "Gateway"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/security802-1x.cpp:527
#, kde-format
msgid "Alternative Subject Matches"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/security802-1x.cpp:528
#, kde-format
msgid ""
"<qt>This entry must be one of:"
"<ul>"
"<li>DNS: &lt;name or ip address&gt;</li>"
"<li>EMAIL: &lt;email&gt;</li>"
"<li>URI: &lt;uri, e.g. http://www.kde.org&gt;</li>"
"</ul>"
"</qt>"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/security802-1x.cpp:550
#, kde-format
msgid "Connect to these servers only"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/teamwidget.cpp:229
#, kde-format
msgid "Select file to import"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:18 editor/settings/ui/wifisecurity.ui:147
#, kde-format
msgid "Authentication:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, auth)
#. i18n: ectx: property (text), item, widget (KComboBox, peapInnerAuth)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:38 editor/settings/ui/802-1x.ui:675
#, kde-format
msgid "MD5"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, auth)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:43
#, kde-format
msgid "TLS"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, auth)
#. i18n: ectx: property (text), item, widget (KComboBox, securityCombo)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:48 editor/settings/ui/wifisecurity.ui:43
#, kde-format
msgid "LEAP"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, auth)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:53
#, kde-format
msgid "PWD"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, auth)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:58
#, kde-format
msgid "FAST"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, auth)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:63
#, kde-format
msgid "Tunneled TLS (TTLS)"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, auth)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:68
#, kde-format
msgid "Protected EAP (PEAP)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. i18n: ectx: property (text), widget (QLabel, label_33)
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. i18n: ectx: property (text), widget (QLabel, label_17)
#. i18n: ectx: property (text), widget (QLabel, label_25)
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:83 editor/settings/ui/802-1x.ui:277
#: editor/settings/ui/802-1x.ui:311 editor/settings/ui/802-1x.ui:440
#: editor/settings/ui/802-1x.ui:544 editor/settings/ui/802-1x.ui:688
#: editor/settings/ui/cdma.ui:37 editor/settings/ui/gsm.ui:41
#: editor/settings/ui/pppoe.ui:37 editor/settings/ui/wifisecurity.ui:184
#, kde-format
msgid "Username:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. i18n: ectx: property (text), widget (QLabel, label_34)
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. i18n: ectx: property (text), widget (QLabel, label_18)
#. i18n: ectx: property (text), widget (QLabel, label_21)
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:96 editor/settings/ui/802-1x.ui:290
#: editor/settings/ui/802-1x.ui:324 editor/settings/ui/802-1x.ui:453
#: editor/settings/ui/802-1x.ui:557 editor/settings/ui/802-1x.ui:701
#: editor/settings/ui/cdma.ui:50 editor/settings/ui/gsm.ui:54
#: editor/settings/ui/pppoe.ui:50 editor/settings/ui/wifisecurity.ui:197
#: editor/settings/ui/wifisecurity.ui:221
#, kde-format
msgid "Password:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:117
#, kde-format
msgid "Identity:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_32)
#. i18n: ectx: property (text), widget (QLabel, label_30)
#. i18n: ectx: property (text), widget (QLabel, label_31)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:130 editor/settings/ui/802-1x.ui:574
#: editor/settings/ui/802-1x.ui:718
#, kde-format
msgid "Domain:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:140
#, kde-format
msgid "User certificate:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. i18n: ectx: property (text), widget (QLabel, label_20)
#. i18n: ectx: property (text), widget (QLabel, label_23)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:157 editor/settings/ui/802-1x.ui:487
#: editor/settings/ui/802-1x.ui:601
#, kde-format
msgid "CA certificate:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_27)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:174
#, kde-format
msgid "Subject match:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_28)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:191
#, kde-format
msgid "Alternative subject matches:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnTlsAltSubjectMatches)
#. i18n: ectx: property (text), widget (QPushButton, btnTlsConnectToServers)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:206 editor/settings/ui/802-1x.ui:230
#, kde-format
msgid "..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_29)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:215
#, kde-format
msgid "Connect to these servers:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:239
#, kde-format
msgid "Private key:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:256
#, kde-format
msgid "Private key password:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. i18n: ectx: property (text), widget (QLabel, label_19)
#. i18n: ectx: property (text), widget (QLabel, label_24)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:345 editor/settings/ui/802-1x.ui:474
#: editor/settings/ui/802-1x.ui:588
#, kde-format
msgid "Anonymous identity:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, fastAllowPacProvisioning)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:358
#, kde-format
msgid "Automatic PAC provisioning"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, pacMethod)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:375
#, kde-format
msgid "Anonymous"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, pacMethod)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:380
#, kde-format
msgid "Authenticated"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, pacMethod)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:385
#, kde-format
msgid "Both"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:393
#, kde-format
msgid "PAC file:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. i18n: ectx: property (text), widget (QLabel, label_16)
#. i18n: ectx: property (text), widget (QLabel, label_22)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:410 editor/settings/ui/802-1x.ui:504
#: editor/settings/ui/802-1x.ui:653
#, kde-format
msgid "Inner authentication:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, fastInnerAuth)
#. i18n: ectx: property (text), item, widget (KComboBox, peapInnerAuth)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:427 editor/settings/ui/802-1x.ui:680
#, kde-format
msgid "GTC"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mschapv2)
#. i18n: ectx: property (text), item, widget (KComboBox, fastInnerAuth)
#. i18n: ectx: property (text), item, widget (KComboBox, ttlsInnerAuth)
#. i18n: ectx: property (text), item, widget (KComboBox, peapInnerAuth)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:432 editor/settings/ui/802-1x.ui:531
#: editor/settings/ui/802-1x.ui:670 editor/settings/ui/ppp.ui:68
#, kde-format
msgid "MSCHAPv2"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, pap)
#. i18n: ectx: property (text), item, widget (KComboBox, ttlsInnerAuth)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:521 editor/settings/ui/ppp.ui:58
#, kde-format
msgid "PAP"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mschap)
#. i18n: ectx: property (text), item, widget (KComboBox, ttlsInnerAuth)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:526 editor/settings/ui/ppp.ui:48
#, kde-format
msgid "MSCHAP"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chap)
#. i18n: ectx: property (text), item, widget (KComboBox, ttlsInnerAuth)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:536 editor/settings/ui/ppp.ui:78
#, kde-format
msgid "CHAP"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_26)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:618
#, kde-format
msgid "PEAP version:"
msgstr ""
#. i18n: automatic band
#. i18n: ectx: property (specialValueText), widget (QSpinBox, mtu)
#. i18n: ectx: property (text), item, widget (KComboBox, method)
#. i18n: ectx: property (text), item, widget (KComboBox, band)
#. i18n: ectx: property (text), item, widget (KComboBox, peapVersion)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:635 editor/settings/ui/infiniband.ui:80
#: editor/settings/ui/ipv4.ui:49 editor/settings/ui/ipv6.ui:227
#: editor/settings/ui/wificonnectionwidget.ui:141
#: editor/settings/ui/wificonnectionwidget.ui:271
#: editor/settings/ui/wiredconnectionwidget.ui:112
#, kde-format
msgid "Automatic"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, peapVersion)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:640
#, kde-format
msgid "Version 0"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, peapVersion)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/802-1x.ui:645
#, kde-format
msgid "Version 1"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bond.ui:21 editor/settings/ui/bridge.ui:18
#: editor/settings/ui/team.ui:18
#, kde-format
msgid "Interface name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bond.ui:34
#, kde-format
msgid "Bonded connections:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnAdd)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bond.ui:59 editor/settings/ui/bridge.ui:56
#: editor/settings/ui/team.ui:56
#, kde-format
msgid "Add..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnEdit)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bond.ui:73 editor/settings/ui/bridge.ui:70
#: editor/settings/ui/team.ui:71
#, kde-format
msgid "Edit..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnDelete)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bond.ui:87 editor/settings/ui/bridge.ui:84
#: editor/settings/ui/team.ui:86
#, kde-format
msgid "Delete"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, modeLabel)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bond.ui:113 editor/settings/ui/wificonnectionwidget.ui:43
#, kde-format
msgid "Mode:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bond.ui:133
#, kde-format
msgid "Link monitoring:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bond.ui:153
#, kde-format
msgid "Monitoring frequency:"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, monitorFreq)
#. i18n: ectx: property (suffix), widget (QSpinBox, upDelay)
#. i18n: ectx: property (suffix), widget (QSpinBox, downDelay)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bond.ui:163 editor/settings/ui/bond.ui:205
#: editor/settings/ui/bond.ui:225
#, kde-format
msgid " ms"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bond.ui:195
#, kde-format
msgid "Link up delay:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bond.ui:215
#, kde-format
msgid "Link down delay:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bond.ui:242
#, kde-format
msgid "ARP targets:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KLineEdit, arpTargets)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bond.ui:252
#, kde-format
msgid "An IP address or comma-separated list of addresses."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bridge.ui:31
#, kde-format
msgid "Bridged connections:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bridge.ui:110
#, kde-format
msgid "Aging time:"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, agingTime)
#. i18n: ectx: property (suffix), widget (QSpinBox, forwardDelay)
#. i18n: ectx: property (suffix), widget (QSpinBox, helloTime)
#. i18n: ectx: property (suffix), widget (QSpinBox, maxAge)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bridge.ui:126 editor/settings/ui/bridge.ui:193
#: editor/settings/ui/bridge.ui:222 editor/settings/ui/bridge.ui:251
#, kde-format
msgctxt "seconds"
msgid " s"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, stpGroup)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bridge.ui:139
#, kde-format
msgid "Enable STP (Spanning Tree Protocol)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bridge.ui:151 editor/settings/ui/connectionwidget.ui:132
#, kde-format
msgid "Priority:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bridge.ui:177
#, kde-format
msgid "Forward delay:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bridge.ui:206
#, kde-format
msgid "Hello time:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bridge.ui:235
#, kde-format
msgid "Max age:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bt.ui:21
#, kde-format
msgid "Address of the device:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/bt.ui:41
#, kde-format
msgid "Connection type:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/cdma.ui:20 editor/settings/ui/gsm.ui:24
#, kde-format
msgid "Number:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, autoconnect)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/connectionwidget.ui:17
#, kde-format
msgid "Automatically connect to this network when it is available"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, allUsers)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/connectionwidget.ui:29
#, kde-format
msgid "All users may connect to this network"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, pushButtonPermissions)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/connectionwidget.ui:45
#, kde-format
msgid "Edit advanced permissions for this connection"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, pushButtonPermissions)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/connectionwidget.ui:48
#, kde-format
msgid "Fine-grained permissions editor for this connection. It lets you choose which users can activate/modify/delete this connection."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pushButtonPermissions)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/connectionwidget.ui:51
#, kde-format
msgid "Advanced..."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, autoconnectVpn)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/connectionwidget.ui:83
#, kde-format
msgid "Automatically connect to VPN when using this connection"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/connectionwidget.ui:119
#, kde-format
msgid "Firewall zone:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, prioritySpin)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/connectionwidget.ui:164
#, kde-format
msgid ""
"If the connection is set to autoconnect, connections with higher priority will be preferred. Defaults to 0.\n"
"The higher number means higher priority. An negative number can be used to indicate priority lower than the default.\n"
" "
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, nmVersionWarning)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/connectionwidget.ui:190
#, kde-format
msgid "(Priority property requires newer version of NetworkManager)"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, basicGroup)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/gsm.ui:18
#, kde-format
msgid "Basic"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, advGroup)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/gsm.ui:84
#, kde-format
msgid "Advanced"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, roaming)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/gsm.ui:93
#, kde-format
msgid "Allow roaming if home network is not available"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/gsm.ui:100
#, kde-format
msgid "APN:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelNetworkId)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/gsm.ui:110
#, kde-format
msgid "Network ID:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/gsm.ui:130
#, kde-format
msgid "PIN:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/infiniband.ui:21
#, kde-format
msgid "Transport mode:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/infiniband.ui:41
#: editor/settings/ui/wificonnectionwidget.ui:186
#: editor/settings/ui/wiredconnectionwidget.ui:23
#, kde-format
msgid "Restrict to device:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/infiniband.ui:61
#: editor/settings/ui/wificonnectionwidget.ui:249
#: editor/settings/ui/wiredconnectionwidget.ui:89
#, kde-format
msgid "MTU:"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, mtu)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/infiniband.ui:83
#: editor/settings/ui/wificonnectionwidget.ui:274
#: editor/settings/ui/wiredconnectionwidget.ui:115
#, kde-format
msgid " bytes"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:29 editor/settings/ui/ipv6.ui:49
#, kde-format
msgid "Method:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, method)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:54 editor/settings/ui/ipv6.ui:232
#, kde-format
msgid "Automatic (Only addresses)"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, method)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:59 editor/settings/ui/ipv6.ui:242
#, kde-format
msgid "Link-Local"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, method)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:64 editor/settings/ui/ipv6.ui:247
#, kde-format
msgctxt "like in use Manual configuration"
msgid "Manual"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, method)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:69
#, kde-format
msgid "Shared to other computers"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, method)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:74
#, kde-format
msgctxt "like in this setting is Disabled"
msgid "Disabled"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, dnsLabel)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:88 editor/settings/ui/ipv6.ui:170
#, kde-format
msgctxt "@info"
msgid "DNS Servers:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KLineEdit, dns)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:118 editor/settings/ui/ipv6.ui:76
#, kde-format
msgid "Use this field to specify the IP address(es) of one or more DNS servers. Use ',' to separate entries."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, dnsMorePushButton)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:125
#, kde-format
msgid "Edit DNS the list of servers"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, dnsSearchLabel)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:144 editor/settings/ui/ipv6.ui:349
#, kde-format
msgctxt "@info"
msgid "Search Domains:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KLineEdit, dnsSearch)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:165 editor/settings/ui/ipv6.ui:268
#, kde-format
msgid "Use this field to specify one or more DNS domains to search. Use ',' to separate entries."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, dnsSearchMorePushButton)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:172 editor/settings/ui/ipv6.ui:275
#, kde-format
msgid "Edit the list of DNS domains being searched"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelDhcpClientId)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:191
#, kde-format
msgid "DHCP Client ID:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KLineEdit, dhcpClientId)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:206
#, kde-format
msgid ""
"Use this field to specify the DHCP client ID which is a string sent to the DHCP server\n"
"to identify the local machine that the DHCP server may use to customize the DHCP\n"
"lease and options."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnRemove)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:215 editor/settings/ui/ipv6.ui:98
#, kde-format
msgid "Remove"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnAdd)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:226 editor/settings/ui/ipv6.ui:109
#, kde-format
msgid "Add"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QTableView, tableViewAddresses)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:244 editor/settings/ui/ipv6.ui:127
#: editor/widgets/ui/ipv4routes.ui:99 editor/widgets/ui/ipv6routes.ui:39
#, kde-format
msgid ""
"IP addresses identify your computer on the network. Click the \"Add\" button to add\n"
"an IP address"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, ipv4RequiredCB)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:282
#, kde-format
msgid ""
"Allows the connection to complete if IPv4 configuration fails\n"
"but IPv6 configuration succeeds"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, ipv4RequiredCB)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:285
#, kde-format
msgid "IPv4 is required for this connection"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnRoutes)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv4.ui:328 editor/settings/ui/ipv6.ui:315
#, kde-format
msgid "Routes..."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, ipv6RequiredCB)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv6.ui:30
#, kde-format
msgid ""
"When connecting to IPv4-capable networks, allows the connection to complete if\n"
"IPv6 configuration fails but IPv4 configuration succeeds"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, ipv6RequiredCB)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv6.ui:33
#, kde-format
msgid "IPv6 is required for this connection"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, dnsMorePushButton)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv6.ui:83
#, kde-format
msgid "Edit the list of DNS servers"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KComboBox, privacyCombo)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv6.ui:193
#, kde-format
msgid ""
"Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941. If enabled, it makes the kernel generate\n"
"a temporary IPv6 address in addition to the public one generated from MAC address via modified EUI-64."
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, privacyCombo)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv6.ui:197
#, kde-format
msgid "Default"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, privacyCombo)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv6.ui:202
#, kde-format
msgctxt "privacy disabled"
msgid "Disabled"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, privacyCombo)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv6.ui:207
#, kde-format
msgid "Enabled (prefer public address)"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, privacyCombo)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv6.ui:212
#, kde-format
msgid "Enabled (prefer temporary addresses)"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, method)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv6.ui:237
#, kde-format
msgid "Automatic (Only DHCP)"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, method)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv6.ui:252
#, kde-format
msgctxt "like in this setting is Disabled"
msgid "Ignored"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelPrivacy)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ipv6.ui:330
#, kde-format
msgid "Privacy:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, authGroup)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ppp.ui:23
#, kde-format
msgid "Authentication"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, eap)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ppp.ui:38
#, kde-format
msgid "EAP"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, compressionGroup)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ppp.ui:91
#, kde-format
msgid "Compression"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mppe)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ppp.ui:109
#, kde-format
msgid "Use point-to-point encryption (MPPE)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, bsdComp)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ppp.ui:116
#, kde-format
msgid "Use BSD data compression"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, deflateComp)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ppp.ui:126
#, kde-format
msgid "Use Deflate data compression"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, tcpComp)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ppp.ui:136
#, kde-format
msgid "Use TCP header compression"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mppe128)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ppp.ui:152
#, kde-format
msgid "Require 128-bit encryption"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mppeStateful)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ppp.ui:165
#, kde-format
msgid "Use stateful MPPE"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, echoGroup)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ppp.ui:175
#, kde-format
msgid "Echo"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, senddEcho)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/ppp.ui:184
#, kde-format
msgid "Send PPP echo packets"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/pppoe.ui:20
#, kde-format
msgid "Service:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KLineEdit, service)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/pppoe.ui:30
#, kde-format
msgid "If specified, instruct PPPoE to only initiate sessions with access concentrators that provide the specified service. For most providers, this should be left blank. It is only required if there are multiple access concentrators or a specific service is known to be required."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/team.ui:31
#, kde-format
msgid "Teamed connections:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/team.ui:113
#, kde-format
msgid "JSON config:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnImport)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/team.ui:123
#, kde-format
msgid "Import configuration from file..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/vlan.ui:18
#, kde-format
msgid "Parent interface:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/vlan.ui:41
#, kde-format
msgid "VLAN id:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/vlan.ui:64
#, kde-format
msgid "VLAN interface name:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, reorderHeaders)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/vlan.ui:77
#, kde-format
msgid "Output packet headers reordering"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, gvrp)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/vlan.ui:84
#, kde-format
msgid "GARP VLAN Registration Protocol"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, gvrp)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/vlan.ui:87
#, kde-format
msgid "GVRP"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, looseBinding)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/vlan.ui:94
#, kde-format
msgid "Loose binding"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, SSIDLabel)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:17
#, kde-format
msgid "SSID:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, modeComboBox)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:63
#, kde-format
msgid "Infrastructure"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, modeComboBox)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:68
#, kde-format
msgid "Ad-hoc"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, modeComboBox)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:73
#, kde-format
msgid "Access Point"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, BSSIDLabel)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:81
#, kde-format
msgid "BSSID:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (BssidComboBox, BSSIDCombo)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:101
#, kde-format
msgid ""
"This option locks this connection to the Wi-Fi access point (AP) specified by the\n"
" BSSID entered here. Example: 00:11:22:33:44:55"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, bandLabel)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:117
#, kde-format
msgid "Band:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KComboBox, band)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:137
#, kde-format
msgid ""
"This option locks the connection to the Wi-Fi network associated to the specified band. This setting depends\n"
" on specific driver capability and may not work with all drivers"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, band)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:146
#, kde-format
msgid "A (5 GHz)"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, band)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:151
#, kde-format
msgid "B/G (2.4 GHz)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, channelLabel)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:159
#, kde-format
msgid "Channel:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KComboBox, channel)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:179
#, kde-format
msgid ""
"Wireless channel to use for the Wi-Fi connection. The device will only join (or create for Ad-Hoc networks)\n"
"a Wi-Fi network on the specified channel"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:209
#: editor/settings/ui/wiredconnectionwidget.ui:33
#, kde-format
msgid "Cloned MAC address:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnRandomMacAddr)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:240
#, kde-format
msgid "Random..."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_4)
#. i18n: ectx: property (toolTip), widget (QCheckBox, hiddenNetwork)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:287
#: editor/settings/ui/wificonnectionwidget.ui:303
#, kde-format
msgid "Mark this if you want to create a connection for a hidden network"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:290
#, kde-format
msgid "Visibility:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, hiddenNetwork)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wificonnectionwidget.ui:306
#, kde-format
msgid "Hidden network"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, WifiSecurity)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:15
#, kde-format
msgid "Wifi Security"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, securityCombo)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:28
#, kde-format
msgctxt "no security"
msgid "None"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, securityCombo)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:33
#, kde-format
msgid "WEP key 40/128 bits (Hex or ASCII)"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, securityCombo)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:38
#, kde-format
msgid "WEP key 128 bits"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, securityCombo)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:48
#, kde-format
msgid "Dynamic WEP (802.1x)"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, securityCombo)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:53
#, kde-format
msgid "WPA/WPA2 Personal"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, securityCombo)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:58
#, kde-format
msgid "WPA/WPA2 Enterprise"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:66
#, kde-format
msgid "Security:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:87
#, kde-format
msgid "Key:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:107
#, kde-format
msgid "WEP index:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, wepIndex)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:124
#, kde-format
msgid "1 (default)"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, wepIndex)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:129
#, kde-format
msgid "2"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, wepIndex)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:134
#, kde-format
msgid "3"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, wepIndex)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:139
#, kde-format
msgid "4"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, wepAuth)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:164
#, kde-format
msgid "Open System"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, wepAuth)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wifisecurity.ui:169
#, kde-format
msgid "Shared Key"
msgstr ""
#. i18n: ectx: property (toolTip), widget (HwAddrComboBox, macAddress)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wiredconnectionwidget.ui:50
#, kde-format
msgid ""
"This option locks this connection to the network device specified by its\n"
"permanent MAC address entered here. Example: 00:11:22:33:44:55"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KLineEdit, clonedMacAddress)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wiredconnectionwidget.ui:67
#, kde-format
msgid ""
"The MAC address entered here will be used as hardware address for the\n"
"network device this connection is activated on. This feature is known as MAC\n"
"cloning or spoofing. Example 11:22:33:44:55"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnRandomMacAddr)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wiredconnectionwidget.ui:80
#, kde-format
msgid "Random"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, mtu)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wiredconnectionwidget.ui:106
#, kde-format
msgid ""
"Only transmit packets of the specified size or smaller, breaking larger packets up\n"
"into multiple Ethernet frames"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, speedLabel)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wiredconnectionwidget.ui:125
#, kde-format
msgid "Speed:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, speed)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wiredconnectionwidget.ui:141
#, kde-format
msgid "Request that the device use only the specified speed. In MBit/s, example 100 == 100Mbit/s"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, speed)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wiredconnectionwidget.ui:150
#, kde-format
msgid " Mbit/s"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, duplexLabel)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wiredconnectionwidget.ui:166
#, kde-format
msgid "Duplex:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KComboBox, duplex)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wiredconnectionwidget.ui:182
#, kde-format
msgid "Request that the device use the specified duplex mode. Either \"half\" or \"full\""
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, duplex)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wiredconnectionwidget.ui:186
#, kde-format
msgid "Full"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, duplex)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wiredconnectionwidget.ui:191
#, kde-format
msgid "Half"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, autonegotiate)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wiredconnectionwidget.ui:205
#, kde-format
msgid "Allow auto-negotiation of port speed and duplex mode"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, autonegotiate)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wiredconnectionwidget.ui:208
#, kde-format
msgid "Allow auto-negotiation"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, use8021X)
#. +> trunk5 stable5 plasma5lts
#: editor/settings/ui/wiredsecurity.ui:17
#, kde-format
msgid "Use 802.1x security for this connection"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/settings/wificonnectionwidget.cpp:197
#, kde-format
msgid "%1 (%2 MHz)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/vpnuiplugin.cpp:53
#, kde-format
msgctxt "Error message in VPN import/export dialog"
msgid "Operation not supported for this VPN type."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/advancedpermissionswidget.cpp:100
#, kde-format
msgctxt "@item:intable shortcut for Not Available"
msgid "N/A"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/advancedpermissionswidget.cpp:101
#, kde-format
msgctxt "@info:tooltip real user name is not available"
msgid "Not Available"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/bssidcombobox.cpp:135
#, kde-format
msgid "First select the SSID"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/bssidcombobox.cpp:144
#, kde-format
msgid ""
"%1 (%2%)\n"
"Frequency: %3 Mhz\n"
"Channel: %4"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ipv4routeswidget.cpp:44
#, kde-format
msgctxt "Header text for IPv4 route metric"
msgid "Metric"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ipv6routeswidget.cpp:41
#, kde-format
msgctxt "Header text for IPv6 netmask"
msgid "Netmask"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ipv6routeswidget.cpp:45
#, kde-format
msgctxt "Header text for IPv6 route metric"
msgid "Metric"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:54
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "New Mobile Broadband Connection"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:150
#: editor/widgets/mobileconnectionwizard.cpp:168
#: editor/widgets/mobileconnectionwizard.cpp:196
#: editor/widgets/mobileconnectionwizard.cpp:529
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "My plan is not listed..."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:153
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Unknown Provider"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:161
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Default"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:198
#: editor/widgets/mobileconnectionwizard.cpp:206
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "APN: %1"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:251
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Set up a Mobile Broadband Connection"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:254
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "This assistant helps you easily set up a mobile broadband connection to a cellular (3G) network."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:258
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "You will need the following information:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:262
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Your broadband provider's name"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:263
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Your broadband billing plan name"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:264
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "(in some cases) Your broadband billing plan APN (Access Point Name)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:268
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Create a connection for &this mobile broadband device:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:272
#: editor/widgets/mobileconnectionwizard.cpp:399
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Any GSM device"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:274
#: editor/widgets/mobileconnectionwizard.cpp:401
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Any CDMA device"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:325
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Installed GSM device"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:329
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Installed CDMA device"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:414
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Choose your Provider's Country"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:417
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Country List:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:421
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "My country is not listed"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:437
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Choose your Provider"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:440
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Select your provider from a &list:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:449
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "I cannot find my provider and I wish to enter it &manually:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:491
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Choose your Billing Plan"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:494
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "&Select your plan:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:501
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Selected plan &APN (Access Point Name):"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:513
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid ""
"Warning: Selecting an incorrect plan may result in billing issues for your broadband account or may prevent connectivity.\n"
"\n"
"If you are unsure of your plan please ask your provider for your plan's APN."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:550
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Confirm Mobile Broadband Settings"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:553
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Your mobile broadband connection is configured with the following settings:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:557
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Your Provider:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/mobileconnectionwizard.cpp:562
#, kde-format
msgctxt "Mobile Connection Wizard"
msgid "Your Plan:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/passwordfield.cpp:45
#, kde-format
msgid "Change the visibility of the password"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/passwordfield.cpp:55
#, kde-format
msgid "Store password for this user only (encrypted)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/passwordfield.cpp:56
#, kde-format
msgid "Store password for all users (not encrypted)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/passwordfield.cpp:57
#, kde-format
msgid "Ask for this password every time"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/passwordfield.cpp:103
#, kde-format
msgid "This password is not required"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ssidcombobox.cpp:139
#, kde-format
msgid ""
"%1 (%2%)\n"
"Security: %3\n"
"Frequency: %4 Mhz"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ssidcombobox.cpp:142
#, kde-format
msgid ""
"%1 (%2%)\n"
"Security: Insecure\n"
"Frequency: %3 Mhz"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ui/advancedpermissionswidget.ui:33
#, kde-format
msgid "Available Users"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, availUsers)
#. i18n: ectx: property (text), widget (QTreeWidget, currentUsers)
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ui/advancedpermissionswidget.ui:83
#: editor/widgets/ui/advancedpermissionswidget.ui:213
#, kde-format
msgid "Real Name"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, availUsers)
#. i18n: ectx: property (text), widget (QTreeWidget, currentUsers)
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ui/advancedpermissionswidget.ui:88
#: editor/widgets/ui/advancedpermissionswidget.ui:218
#, kde-format
msgctxt "like in Username for athentication"
msgid "Username"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ui/advancedpermissionswidget.ui:160
#, kde-format
msgid "Users allowed to activate the connection"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, RoutesIp4Config)
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ui/ipv4routes.ui:20
#, kde-format
msgid "Edit IPv4 Routes"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, cbNeverDefault)
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ui/ipv4routes.ui:42 editor/widgets/ui/ipv6routes.ui:130
#, kde-format
msgid "If enabled, this connection will never be used as the default network connection"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, cbNeverDefault)
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ui/ipv4routes.ui:45 editor/widgets/ui/ipv6routes.ui:133
#, kde-format
msgid "Use only for resources on this connection"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pushButtonRemove)
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ui/ipv4routes.ui:74
#, kde-format
msgctxt "Remove a selected row"
msgid "Remove"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pushButtonAdd)
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ui/ipv4routes.ui:124 editor/widgets/ui/ipv6routes.ui:77
#, kde-format
msgctxt "Insert a row"
msgid "Add"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, cbIgnoreAutoRoutes)
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ui/ipv4routes.ui:136 editor/widgets/ui/ipv6routes.ui:120
#, kde-format
msgid "If enabled, automatically configured routes are ignored and only routes specified above are used"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, cbIgnoreAutoRoutes)
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ui/ipv4routes.ui:139 editor/widgets/ui/ipv6routes.ui:123
#, kde-format
msgid "Ignore automatically obtained routes"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, RoutesIp6Config)
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ui/ipv6routes.ui:20
#, kde-format
msgid "Edit IPv6 Routes"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pushButtonRemove)
#. +> trunk5 stable5 plasma5lts
#: editor/widgets/ui/ipv6routes.ui:92
#, kde-format
msgctxt "Remove a selected row"
msgid "R&emove"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: handler.cpp:101
#, kde-format
msgid "Missing VPN plugin"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: handler.cpp:443
#, kde-format
msgid "Failed to activate %1"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: handler.cpp:447
#, kde-format
msgid "Failed to add %1"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: handler.cpp:451
#, kde-format
msgid "Failed to add connection %1"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: handler.cpp:455
#, kde-format
msgid "Failed to deactivate %1"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: handler.cpp:459
#, kde-format
msgid "Failed to remove %1"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: handler.cpp:469
#, kde-format
msgid "Failed to update connection %1"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: handler.cpp:488
#, kde-format
msgid "Connection %1 has been added"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: handler.cpp:492
#, kde-format
msgid "Connection %1 has been removed"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: handler.cpp:496
#, kde-format
msgid "Connection %1 has been updated"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:139
#: models/creatableconnectionsmodel.cpp:144
#: models/creatableconnectionsmodel.cpp:150
#: models/creatableconnectionsmodel.cpp:156
#: models/creatableconnectionsmodel.cpp:161
#: models/creatableconnectionsmodel.cpp:167
#: models/creatableconnectionsmodel.cpp:172
#, kde-format
msgid "Hardware based connections"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:140
#, kde-format
msgid "Some DSL description"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:145
#, kde-format
msgid "Some infiniband description"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:150
#, kde-format
msgid "Mobile Broadband"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:151
#, kde-format
msgid "Some mobile broadband description"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:156 uiutils.cpp:233
#, kde-format
msgid "Wired Ethernet"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:157
#: models/creatableconnectionsmodel.cpp:162
#, kde-format
msgid "Some wired ethernet description"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:161
#, kde-format
msgid "Wired Ethernet (shared)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:168
#: models/creatableconnectionsmodel.cpp:173
#, kde-format
msgid "Some wi-fi description"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:172
#, kde-format
msgid "Wi-Fi (shared)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:179
#: models/creatableconnectionsmodel.cpp:185
#: models/creatableconnectionsmodel.cpp:191
#: models/creatableconnectionsmodel.cpp:197
#, kde-format
msgid "Virtual connections"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:180
#: models/creatableconnectionsmodel.cpp:186
#, kde-format
msgid "Some bond description"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:192
#, kde-format
msgid "Some team description"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:198
#, kde-format
msgid "Some vlan description"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:216
#, kde-format
msgid "VPN connections"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:224
#, kde-format
msgid "Import VPN connection..."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:224
#, kde-format
msgid "Other"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: models/creatableconnectionsmodel.cpp:225
#, kde-format
msgid "Import a saved configuration file"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:291
+#: models/networkmodelitem.cpp:296
#, kde-format
msgid "Active connections"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:293
+#: models/networkmodelitem.cpp:298
#, kde-format
msgid "Available connections"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:436
+#: models/networkmodelitem.cpp:447
#, kde-format
msgid "IPv4 Address"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:445
+#: models/networkmodelitem.cpp:456
#, kde-format
msgid "IPv6 Address"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:454 models/networkmodelitem.cpp:469
+#: models/networkmodelitem.cpp:465 models/networkmodelitem.cpp:480
#, kde-format
msgid "Connection speed"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:456 models/networkmodelitem.cpp:471
-#: models/networkmodelitem.cpp:522 models/networkmodelitem.cpp:529
-#: models/networkmodelitem.cpp:535 models/networkmodelitem.cpp:541
-#: models/networkmodelitem.cpp:548 models/networkmodelitem.cpp:558
+#: models/networkmodelitem.cpp:467 models/networkmodelitem.cpp:482
+#: models/networkmodelitem.cpp:533 models/networkmodelitem.cpp:540
+#: models/networkmodelitem.cpp:546 models/networkmodelitem.cpp:552
+#: models/networkmodelitem.cpp:559 models/networkmodelitem.cpp:569
#, kde-format
msgid "MAC Address"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:460
+#: models/networkmodelitem.cpp:471
#, kde-format
msgid "Access point (SSID)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:462
+#: models/networkmodelitem.cpp:473
#, kde-format
msgid "Signal strength"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:465
+#: models/networkmodelitem.cpp:476
#, kde-format
msgid "Security type"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:484
+#: models/networkmodelitem.cpp:495
#, kde-format
msgid "Operator"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:488
+#: models/networkmodelitem.cpp:499
#, kde-format
msgid "Network ID"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:492
+#: models/networkmodelitem.cpp:503
#, kde-format
msgid "Signal Quality"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:493
+#: models/networkmodelitem.cpp:504
#, kde-format
msgid "Access Technology"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:499
+#: models/networkmodelitem.cpp:510
#, kde-format
msgid "VPN plugin"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:510
+#: models/networkmodelitem.cpp:521
#, kde-format
msgid "Banner"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:516
+#: models/networkmodelitem.cpp:527
#, kde-format
msgid "Name"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:518 models/networkmodelitem.cpp:520
+#: models/networkmodelitem.cpp:529 models/networkmodelitem.cpp:531
#, kde-format
msgid "Capabilities"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:527 models/networkmodelitem.cpp:533
-#: models/networkmodelitem.cpp:539 models/networkmodelitem.cpp:545
-#: models/networkmodelitem.cpp:551 models/networkmodelitem.cpp:556
+#: models/networkmodelitem.cpp:538 models/networkmodelitem.cpp:544
+#: models/networkmodelitem.cpp:550 models/networkmodelitem.cpp:556
+#: models/networkmodelitem.cpp:562 models/networkmodelitem.cpp:567
#, kde-format
msgid "Type"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:547
+#: models/networkmodelitem.cpp:558
#, kde-format
msgid "Vlan ID"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: models/networkmodelitem.cpp:551
+#: models/networkmodelitem.cpp:562
#, kde-format
msgid "Adsl"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:139
#, kde-format
msgctxt "title of the interface widget in nm's popup"
msgid "Wi-Fi"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:142
#, kde-format
msgctxt "title of the interface widget in nm's popup"
msgid "Bluetooth"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:145
#, kde-format
msgctxt "title of the interface widget in nm's popup"
msgid "Infiniband"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:148
#, kde-format
msgctxt "title of the interface widget in nm's popup"
msgid "ADSL"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:151
#, kde-format
msgctxt "title of the interface widget in nm's popup"
msgid "Virtual (bond)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:154
#, kde-format
msgctxt "title of the interface widget in nm's popup"
msgid "Virtual (bridge)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:157
#, kde-format
msgctxt "title of the interface widget in nm's popup"
msgid "Virtual (vlan)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:161
#, kde-format
msgctxt "title of the interface widget in nm's popup"
msgid "Virtual (team)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:169
#, kde-format
msgctxt "title of the interface widget in nm's popup"
msgid "Serial Modem"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:174
#, kde-format
msgctxt "title of the interface widget in nm's popup"
msgid "Mobile Broadband"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:185
#, kde-format
msgctxt "title of the interface widget in nm's popup"
msgid "Wired Ethernet"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:197
#, kde-format
msgid "ADSL"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:216
#, kde-format
msgid "Mobile broadband"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:223
#, kde-format
msgid "Olpc mesh"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:246
#, kde-format
msgid "Unknown connection type"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:258
#, kde-format
msgid "Wireless Interface (%1)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:261
#, kde-format
msgid "Wired Interface (%1)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:264
#, kde-format
msgid "Bluetooth (%1)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:267
#, kde-format
msgid "Modem (%1)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:270
#, kde-format
msgid "ADSL (%1)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:273
#, kde-format
msgid "VLan (%1)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:276
#, kde-format
msgid "Bridge (%1)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:289
#, kde-format
msgctxt "description of unknown network interface state"
msgid "Unknown"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:292
#, kde-format
msgctxt "description of unmanaged network interface state"
msgid "Unmanaged"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:295
#, kde-format
msgctxt "description of unavailable network interface state"
msgid "Unavailable"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:298
#, kde-format
msgctxt "description of unconnected network interface state"
msgid "Not connected"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:301
#, kde-format
msgctxt "description of preparing to connect network interface state"
msgid "Preparing to connect"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:304
#, kde-format
msgctxt "description of configuring hardware network interface state"
msgid "Configuring interface"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:307
#, kde-format
msgctxt "description of waiting for authentication network interface state"
msgid "Waiting for authorization"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:310
#, kde-format
msgctxt "network interface doing dhcp request in most cases"
msgid "Setting network address"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:313
#, kde-format
msgctxt "is other action required to fully connect? captive portals, etc."
msgid "Checking further connectivity"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:316
#, kde-format
msgctxt "a secondary connection (e.g. VPN) has to be activated first to continue"
msgid "Waiting for a secondary connection"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:320
#, kde-format
msgctxt "network interface connected state label"
msgid "Connected"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:322
#, kde-format
msgctxt "network interface connected state label"
msgid "Connected to %1"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:326
#, kde-format
msgctxt "network interface disconnecting state label"
msgid "Deactivating connection"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:329
#, kde-format
msgctxt "network interface connection failed state label"
msgid "Connection Failed"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:332 uiutils.cpp:366
#, kde-format
msgctxt "interface state"
msgid "Error: Invalid state"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:342
#, kde-format
msgctxt "The state of the VPN connection is unknown"
msgid "Unknown"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:345
#, kde-format
msgctxt "The VPN connection is preparing to connect"
msgid "Preparing to connect"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:348
#, kde-format
msgctxt "The VPN connection needs authorization credentials"
msgid "Needs authorization"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:351
#, kde-format
msgctxt "The VPN connection is being established"
msgid "Connecting"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:354
#, kde-format
msgctxt "The VPN connection is getting an IP address"
msgid "Setting network address"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:357
#, kde-format
msgctxt "The VPN connection is active"
msgid "Activated"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:360
#, kde-format
msgctxt "The VPN connection failed"
msgid "Failed"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:363
#, kde-format
msgctxt "The VPN connection is disconnected"
msgid "Failed"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:375
#, kde-format
msgctxt "wireless network operation mode"
msgid "Unknown"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:378
#, kde-format
msgctxt "wireless network operation mode"
msgid "Adhoc"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:381
#, kde-format
msgctxt "wireless network operation mode"
msgid "Infrastructure"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:384
#, kde-format
msgctxt "wireless network operation mode"
msgid "Access point"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:387
#, kde-format
msgid "INCORRECT MODE FIX ME"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:409
#, kde-format
msgctxt "wireless network cipher"
msgid "Pairwise WEP40"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:411
#, kde-format
msgctxt "wireless network cipher"
msgid "Pairwise WEP104"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:413
#, kde-format
msgctxt "wireless network cipher"
msgid "Pairwise TKIP"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:415
#, kde-format
msgctxt "wireless network cipher"
msgid "Pairwise CCMP"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:417
#, kde-format
msgctxt "wireless network cipher"
msgid "Group WEP40"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:419
#, kde-format
msgctxt "wireless network cipher"
msgid "Group WEP104"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:421
#, kde-format
msgctxt "wireless network cipher"
msgid "Group TKIP"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:423
#, kde-format
msgctxt "wireless network cipher"
msgid "Group CCMP"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:425
#, kde-format
msgctxt "wireless network cipher"
msgid "PSK"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:427
#, kde-format
msgctxt "wireless network cipher"
msgid "802.1x"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:437
#, kde-format
msgctxt "connection speed"
msgid "%1 Bit/s"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:439
#, kde-format
msgctxt "connection speed"
msgid "%1 MBit/s"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:441
#, kde-format
msgctxt "connection speed"
msgid "%1 GBit/s"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:467
#, kde-format
msgctxt "Gsm modes (2G/3G/any)"
msgid "LTE"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:469
#, kde-format
msgctxt "Gsm modes (2G/3G/any)"
msgid "UMTS/HSxPA"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:471
#, kde-format
msgctxt "Gsm modes (2G/3G/any)"
msgid "GPRS/EDGE"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:473
#, kde-format
msgctxt "Gsm modes (2G/3G/any)"
msgid "GSM"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:475 uiutils.cpp:478
#, kde-format
msgctxt "Gsm modes (2G/3G/any)"
msgid "Any"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:484
#, kde-format
msgctxt "Cellular access technology"
msgid "LTE"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:486
#, kde-format
msgctxt "Cellular access technology"
msgid "CDMA2000 EVDO revision B"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:488
#, kde-format
msgctxt "Cellular access technology"
msgid "CDMA2000 EVDO revision A"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:490
#, kde-format
msgctxt "Cellular access technology"
msgid "CDMA2000 EVDO revision 0"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:492
#, kde-format
msgctxt "Cellular access technology"
msgid "CDMA2000 1xRTT"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:494
#, kde-format
msgctxt "Cellular access technology"
msgid "HSPA+"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:496
#, kde-format
msgctxt "Cellular access technology"
msgid "HSPA"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:498
#, kde-format
msgctxt "Cellular access technology"
msgid "HSUPA"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:500
#, kde-format
msgctxt "Cellular access technology"
msgid "HSDPA"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:502
#, kde-format
msgctxt "Cellular access technology"
msgid "UMTS"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:504
#, kde-format
msgctxt "Cellular access technology"
msgid "EDGE"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:506
#, kde-format
msgctxt "Cellular access technology"
msgid "GPRS"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:508
#, kde-format
msgctxt "Cellular access technology"
msgid "Compact GSM"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:510
#, kde-format
msgctxt "Cellular access technology"
msgid "GSM"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:512
#, kde-format
msgctxt "Analog wireline modem"
msgid "Analog"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:514 uiutils.cpp:519
#, kde-format
msgctxt "Unknown cellular access technology"
msgid "Unknown"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:516
#, kde-format
msgctxt "Any cellular access technology"
msgid "Any"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:526
#, kde-format
msgctxt "possible SIM lock reason"
msgid "Modem is unlocked."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:528
#, kde-format
msgctxt "possible SIM lock reason"
msgid "SIM requires the PIN code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:530
#, kde-format
msgctxt "possible SIM lock reason"
msgid "SIM requires the PIN2 code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:532
#, kde-format
msgctxt "possible SIM lock reason"
msgid "SIM requires the PUK code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:534
#, kde-format
msgctxt "possible SIM lock reason"
msgid "SIM requires the PUK2 code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:536
#, kde-format
msgctxt "possible SIM lock reason"
msgid "Modem requires the service provider PIN code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:538
#, kde-format
msgctxt "possible SIM lock reason"
msgid "Modem requires the service provider PUK code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:540
#, kde-format
msgctxt "possible SIM lock reason"
msgid "Modem requires the network PIN code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:542
#, kde-format
msgctxt "possible SIM lock reason"
msgid "Modem requires the network PUK code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:544
#, kde-format
msgctxt "possible SIM lock reason"
msgid "Modem requires the PIN code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:546
#, kde-format
msgctxt "possible SIM lock reason"
msgid "Modem requires the corporate PIN code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:548
#, kde-format
msgctxt "possible SIM lock reason"
msgid "Modem requires the corporate PUK code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:550
#, kde-format
msgctxt "possible SIM lock reason"
msgid "Modem requires the PH-FSIM PIN code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:552
#, kde-format
msgctxt "possible SIM lock reason"
msgid "Modem requires the PH-FSIM PUK code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:554
#, kde-format
msgctxt "possible SIM lock reason"
msgid "Modem requires the network subset PIN code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:556
#, kde-format
msgctxt "possible SIM lock reason"
msgid "Modem requires the network subset PUK code."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:559
#, kde-format
msgctxt "possible SIM lock reason"
msgid "Lock reason unknown."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:583
#, kde-format
msgctxt "@label no security"
msgid "Insecure"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:586
#, kde-format
msgctxt "@label WEP security"
msgid "WEP"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:589
#, kde-format
msgctxt "@label LEAP security"
msgid "LEAP"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:592
#, kde-format
msgctxt "@label Dynamic WEP security"
msgid "Dynamic WEP"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:595
#, kde-format
msgctxt "@label WPA-PSK security"
msgid "WPA-PSK"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:598
#, kde-format
msgctxt "@label WPA-EAP security"
msgid "WPA-EAP"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:601
#, kde-format
msgctxt "@label WPA2-PSK security"
msgid "WPA2-PSK"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:604
#, kde-format
msgctxt "@label WPA2-EAP security"
msgid "WPA2-EAP"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:607
#, kde-format
msgctxt "@label unknown security"
msgid "Unknown security type"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:624
#, kde-format
msgctxt "Label for last used time for a network connection used in the last hour, as the number of minutes since usage"
msgid "One minute ago"
msgid_plural "%1 minutes ago"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:631
#, kde-format
msgctxt "Label for last used time for a network connection used in the last day, as the number of hours since usage"
msgid "One hour ago"
msgid_plural "%1 hours ago"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:636
#, kde-format
msgctxt "Label for last used time for a network connection used the previous day"
msgid "Yesterday"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:642
#, kde-format
msgctxt "Label for last used time for a network connection that has never been used"
msgid "Never"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:658
#, kde-format
msgctxt "Label for last used time for a network connection used in the last hour, as the number of minutes since usage"
msgid "Last used one minute ago"
msgid_plural "Last used %1 minutes ago"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:665
#, kde-format
msgctxt "Label for last used time for a network connection used in the last day, as the number of hours since usage"
msgid "Last used one hour ago"
msgid_plural "Last used %1 hours ago"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:670
#, kde-format
msgctxt "Label for last used time for a network connection used the previous day"
msgid "Last used yesterday"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:672
#, kde-format
msgid "Last used on %1"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: uiutils.cpp:676
#, kde-format
msgctxt "Label for last used time for a network connection that has never been used"
msgid "Never used"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kdeedu/cantor.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kdeedu/cantor.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/kdeedu/cantor.pot (revision 1522564)
@@ -1,3498 +1,3498 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-13 09:00+0200\n"
+"POT-Creation-Date: 2018-08-14 09:25+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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
#: animationresultitem.cpp:56
#, kde-format
msgid "Pause"
msgstr ""
#. +> trunk5 stable5
#: animationresultitem.cpp:59
#, kde-format
msgid "Start"
msgstr ""
#. +> trunk5 stable5
#: animationresultitem.cpp:63
#, kde-format
msgid "Stop"
msgstr ""
#. +> trunk5 stable5
#: animationresultitem.cpp:132 imageresultitem.cpp:90 resultitem.cpp:78
#: textresultitem.cpp:156
#, kde-format
msgid "Save result"
msgstr ""
#. +> trunk5 stable5
#: assistants/advancedplot/advancedplotassistant.cpp:50
#, kde-format
msgid "Advanced Plotting"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: assistants/advancedplot/advancedplotdialog.ui:24
#: backends/qalculate/plotassistant/qalculateplotassistant.cpp:43
#, kde-format
msgid "Plot"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: assistants/advancedplot/advancedplotdialog.ui:33
#: assistants/differentiate/differentiatedlg.ui:19
#: assistants/integrate/integratedlg.ui:19 assistants/plot2d/plot2ddlg.ui:19
#: assistants/plot3d/plot3ddlg.ui:17
#, kde-format
msgid "Expression:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: assistants/advancedplot/advancedplotdialog.ui:45
#, kde-format
msgid "Additional options:"
msgstr ""
#. i18n: ectx: Menu (Plot)
#. +> trunk5 stable5
#: assistants/advancedplot/cantor_advancedplot_assistant.rc:4
#: assistants/plot2d/cantor_plot2d_assistant.rc:4
#: assistants/plot3d/cantor_plot3d_assistant.rc:4
#: backends/qalculate/plotassistant/cantor_qalculateplotassistant.rc:4
#, kde-format
msgid "&Plot"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, directiveContainer)
#. +> trunk5 stable5
#: assistants/advancedplot/directivecontainer.ui:14
#, kde-format
msgid "Option active"
msgstr ""
#. i18n: ectx: Menu (calculate)
#. +> trunk5 stable5
#: assistants/differentiate/cantor_differentiate_assistant.rc:4
#: assistants/integrate/cantor_integrate_assistant.rc:4
#: assistants/solve/cantor_solve_assistant.rc:4
#, kde-format
msgid "&Calculate"
msgstr ""
#. +> trunk5 stable5
#: assistants/differentiate/differentiateassistant.cpp:49
#, kde-format
msgid "Differentiate"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: assistants/differentiate/differentiatedlg.ui:29
#: assistants/integrate/integratedlg.ui:29
#, kde-format
msgid "Variable:"
msgstr ""
#. i18n: ectx: property (text), widget (KLineEdit, xVarEdit)
#. i18n: ectx: property (text), widget (KLineEdit, variable)
#. +> trunk5 stable5
#: assistants/differentiate/differentiatedlg.ui:36
#: assistants/integrate/integratedlg.ui:36
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:123
#, kde-format
msgid "x"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: assistants/differentiate/differentiatedlg.ui:47
#, kde-format
msgid "Times: "
msgstr ""
#. i18n: ectx: Menu (import_package)
#. +> trunk5 stable5
#: assistants/importpackage/cantor_import_package_assistant.rc:4
#, kde-format
msgid "&Package"
msgstr ""
#. +> trunk5 stable5
#: assistants/importpackage/importpackageassistant.cpp:49
#, kde-format
msgid "Import Package"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: assistants/importpackage/importpackagedlg.ui:17
#, kde-format
msgid "Package:"
msgstr ""
#. +> trunk5 stable5
#: assistants/integrate/integrateassistant.cpp:49
#, kde-format
msgid "Integrate"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: assistants/integrate/integratedlg.ui:49
#, kde-format
msgid "Lower limit:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: assistants/integrate/integratedlg.ui:63
#, kde-format
msgid "Upper limit:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, isDefinite)
#. +> trunk5 stable5
#: assistants/integrate/integratedlg.ui:77
#, kde-format
msgid "definite integral"
msgstr ""
#. i18n: ectx: Menu (linear_algebra)
#. +> trunk5 stable5
#: assistants/linearalgebra/creatematrix/cantor_create_matrix_assistant.rc:4
#: assistants/linearalgebra/eigenvalues/cantor_eigenvalues_assistant.rc:4
#: assistants/linearalgebra/eigenvectors/cantor_eigenvectors_assistant.rc:4
#: assistants/linearalgebra/invertmatrix/cantor_invert_matrix_assistant.rc:4
#, kde-format
msgid "&Linear Algebra"
msgstr ""
#. +> trunk5 stable5
#: assistants/linearalgebra/creatematrix/creatematrixassistant.cpp:46
#, kde-format
msgid "Create Matrix"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: assistants/linearalgebra/creatematrix/creatematrixdlg.ui:19
#, kde-format
msgid "Columns:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: assistants/linearalgebra/creatematrix/creatematrixdlg.ui:37
#, kde-format
msgid "Rows:"
msgstr ""
#. +> trunk5 stable5
#: assistants/linearalgebra/eigenvalues/eigenvaluesassistant.cpp:48
#, kde-format
msgid "Compute Eigenvalues"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: assistants/linearalgebra/eigenvalues/eigenvaluesdlg.ui:17
#: assistants/linearalgebra/eigenvectors/eigenvectorsdlg.ui:17
#: assistants/linearalgebra/invertmatrix/invertmatrixdlg.ui:17
#, kde-format
msgid "Matrix:"
msgstr ""
#. +> trunk5 stable5
#: assistants/linearalgebra/eigenvectors/eigenvectorsassistant.cpp:48
#, kde-format
msgid "Compute Eigenvectors"
msgstr ""
#. +> trunk5 stable5
#: assistants/linearalgebra/invertmatrix/invertmatrixassistant.cpp:48
#, kde-format
msgid "Invert Matrix"
msgstr ""
#. +> trunk5 stable5
#: assistants/plot2d/plot2dassistant.cpp:48
#, kde-format
msgid "Plot 2D"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: assistants/plot2d/plot2ddlg.ui:31
#, kde-format
msgid "Variable"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: assistants/plot2d/plot2ddlg.ui:43 assistants/plot3d/plot3ddlg.ui:41
#: assistants/plot3d/plot3ddlg.ui:86
#, kde-format
msgid "Name"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: assistants/plot2d/plot2ddlg.ui:53 assistants/plot3d/plot3ddlg.ui:51
#: assistants/plot3d/plot3ddlg.ui:96
#, kde-format
msgid "Minimum:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5
#: assistants/plot2d/plot2ddlg.ui:63 assistants/plot3d/plot3ddlg.ui:61
#: assistants/plot3d/plot3ddlg.ui:106
#, kde-format
msgid "Maximum:"
msgstr ""
#. +> trunk5 stable5
#: assistants/plot3d/plot3dassistant.cpp:48
#, kde-format
msgid "Plot 3D"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: assistants/plot3d/plot3ddlg.ui:29
#, kde-format
msgid "1st Variable"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: assistants/plot3d/plot3ddlg.ui:74
#, kde-format
msgid "2nd Variable"
msgstr ""
#. +> trunk5 stable5
#: assistants/runscript/runscriptassistant.cpp:48
#: scripteditor/scripteditorwidget.cpp:55
#, kde-format
msgid "Run Script"
msgstr ""
#. +> trunk5 stable5
#: assistants/solve/solveassistant.cpp:48
#, kde-format
msgid "Solve equations"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: assistants/solve/solvedlg.ui:19
#, kde-format
msgid "Equations:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: assistants/solve/solvedlg.ui:33
#, kde-format
msgid "Variables:"
msgstr ""
#. +> trunk5 stable5
#: backendchoosedialog.cpp:31
#, kde-format
msgid ""
"<h1>%1</h1>"
"<div><b>Recommended version:</b> %4</div><br/>"
"<div>%2</div><br/>"
"<div>See <a href=\"%3\">%3</a> for more information</div>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: backendchooser.ui:29
#, kde-format
msgid "Choose the Backend to use:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, makeDefault)
#. +> trunk5 stable5
#: backendchooser.ui:59
#, kde-format
msgid "Make this the default backend"
msgstr ""
#. +> trunk5 stable5
#: backends/julia/juliabackend.cpp:66
#, kde-format
msgid "<p><b>Julia</b> is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.</p>"
msgstr ""
#. +> trunk5 stable5
#: backends/julia/juliabackend.cpp:79
#, kde-format
msgctxt "The url to the documentation of Julia, please check if there is a translated version and use the correct url"
msgid "http://docs.julialang.org/en/latest/"
msgstr ""
#. i18n: ectx: label, entry (replPath), group (JuliaBackend)
#. +> trunk5 stable5
#: backends/julia/juliabackend.kcfg:10
#, kde-format
msgid "Path to the Julia native REPL"
msgstr ""
#. i18n: ectx: label, entry (integratePlots), group (RBackend)
#. i18n: ectx: label, entry (integratePlots), group (MaximaBackend)
#. i18n: ectx: label, entry (integratePlots), group (ScilabBackend)
#. i18n: ectx: label, entry (integratePlots), group (JuliaBackend)
#. i18n: ectx: label, entry (integratePlots), group (OctaveBackend)
#. i18n: ectx: label, entry (integratePlots), group (Python2Backend)
#. i18n: ectx: label, entry (integratePlots), group (Python3Backend)
#. +> trunk5 stable5
#: backends/julia/juliabackend.kcfg:16 backends/maxima/maximabackend.kcfg:14
#: backends/octave/octavebackend.kcfg:14
#: backends/python2/python2backend.kcfg:9
#: backends/python3/python3backend.kcfg:9 backends/R/rserver/rserver.kcfg:9
#: backends/scilab/scilabbackend.kcfg:14
#, kde-format
msgid "Integrate Plots into the Worksheet"
msgstr ""
#. +> trunk5 stable5
#: backends/julia/juliaextensions.cpp:213
#, kde-format
msgid "Julia script file (*.jl)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: backends/julia/settings.ui:24
#, kde-format
msgid "Path to Julia REPL:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_integratePlots)
#. +> trunk5 stable5
#: backends/julia/settings.ui:36
#, kde-format
msgid "Integrate Plots in Worksheet (start a new session when changed)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: backends/julia/settings.ui:45
#, kde-format
msgid "Inline Plots Intermediate Format:"
msgstr ""
#. +> trunk5 stable5
#: backends/kalgebra/kalgebrabackend.cpp:74
#, kde-format
msgctxt "the url to the documentation of KAlgebra, please check if there is a translated version and use the correct url"
msgid "http://docs.kde.org/stable/en/kdeedu/kalgebra/"
msgstr ""
#. i18n: ectx: label, entry (autorunScripts), group (QalculateBackend)
#. i18n: ectx: label, entry (autorunScripts), group (RBackend)
#. i18n: ectx: label, entry (autorunScripts), group (MaximaBackend)
#. i18n: ectx: label, entry (autorunScripts), group (SageBackend)
#. i18n: ectx: label, entry (autorunScripts), group (ScilabBackend)
#. i18n: ectx: label, entry (autorunScripts), group (KAlgebraBackend)
#. i18n: ectx: label, entry (autorunScripts), group (OctaveBackend)
#. i18n: ectx: label, entry (autorunScripts), group (Python2Backend)
#. i18n: ectx: label, entry (autorunScripts), group (Python3Backend)
#. i18n: ectx: label, entry (autorunScripts), group (LuaBackend)
#. +> trunk5 stable5
#: backends/kalgebra/kalgebrabackend.kcfg:9 backends/lua/luabackend.kcfg:14
#: backends/maxima/maximabackend.kcfg:22 backends/octave/octavebackend.kcfg:18
#: backends/python2/python2backend.kcfg:13
#: backends/python3/python3backend.kcfg:13
#: backends/qalculate/qalculatebackend.kcfg:130
#: backends/R/rserver/rserver.kcfg:13 backends/sage/sagebackend.kcfg:14
#: backends/scilab/scilabbackend.kcfg:18
#, kde-format
msgid "List of scripts to autorun at the beginning of session"
msgstr ""
#. +> trunk5 stable5
#: backends/kalgebra/kalgebraexpression.cpp:59
#, kde-format
msgid "Error: %1"
msgstr ""
#. +> trunk5 stable5
#: backends/kalgebra/kalgebrasyntaxhelpobject.cpp:39
#, kde-format
msgid "<p><b>%1:</b> %2</p>"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, kcfg_scriptGroup)
#. +> trunk5 stable5
#: backends/kalgebra/settings.ui:17 backends/lua/settings.ui:31
#: backends/maxima/settings.ui:48 backends/octave/settings.ui:38
#: backends/python/settings.ui:24 backends/qalculate/settings.ui:183
#: backends/R/settings.ui:24 backends/sage/settings.ui:31
#: backends/scilab/settings.ui:38
#, kde-format
msgid "Scripts to autorun"
msgstr ""
#. +> trunk5 stable5
#: backends/lua/luabackend.cpp:72
#, kde-format
msgctxt "Lua official documentation"
msgid "http://www.lua.org/docs.html"
msgstr ""
#. +> trunk5 stable5
#: backends/lua/luabackend.cpp:77
#, kde-format
msgid ""
"<p> Lua is a fast and lightweight scripting language, with a simple procedural syntax. There are several libraries in Lua aimed at math and science.</p>"
"<p>This backend supports luajit 2.</p>"
msgstr ""
#. i18n: ectx: label, entry (Path), group (LuaBackend)
#. +> trunk5 stable5
#: backends/lua/luabackend.kcfg:10
#, kde-format
msgid "Path to luajit command"
msgstr ""
#. +> trunk5 stable5
#: backends/lua/luaextensions.cpp:36
#, kde-format
msgid "Lua script file (*.lua)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: backends/lua/settings.ui:19
#, kde-format
msgid "Path to luajit command:"
msgstr ""
#. +> trunk5 stable5
#: backends/maxima/maximabackend.cpp:94
#, kde-format
msgctxt "the url to the documentation of Maxima, please check if there is a translated version and use the correct url"
msgid "http://maxima.sourceforge.net/docs/manual/en/maxima.html"
msgstr ""
#. +> trunk5 stable5
#: backends/maxima/maximabackend.cpp:112
#, kde-format
msgid "Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, and sets, lists, vectors, matrices, and tensors. Maxima yields high precision numeric results by using exact fractions, arbitrary precision integers, and variable precision floating point numbers. Maxima can plot functions and data in two and three dimensions. "
msgstr ""
#. i18n: ectx: label, entry (Path), group (MaximaBackend)
#. +> trunk5 stable5
#: backends/maxima/maximabackend.kcfg:10
#, kde-format
msgid "Path to the Maxima executable"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_variableManagement)
#. i18n: ectx: label, entry (variableManagement), group (MaximaBackend)
#. +> trunk5 stable5
#: backends/maxima/maximabackend.kcfg:18 backends/maxima/settings.ui:41
#, kde-format
msgid "Enable Variable Management"
msgstr ""
#. +> trunk5 stable5
#: backends/maxima/maximaexpression.cpp:103
#, kde-format
msgid "Error: Too many */"
msgstr ""
#. +> trunk5 stable5
#: backends/maxima/maximaexpression.cpp:116
#, kde-format
msgid "Error: Too many /*"
msgstr ""
#. +> trunk5 stable5
#: backends/maxima/maximaexpression.cpp:122
#, kde-format
msgid "Error: expected \" before ;"
msgstr ""
#. +> trunk5 stable5
#: backends/maxima/maximaexpression.cpp:584
#: backends/maxima/maximaexpression.cpp:672
#, kde-format
msgid "Waiting for Image..."
msgstr ""
#. +> trunk5 stable5
#: backends/maxima/maximaextensions.cpp:46
#, kde-format
msgid "Maxima batch file (*.mac)"
msgstr ""
#. +> trunk5 stable5
#: backends/maxima/maximasession.cpp:200
#, kde-format
msgid "Failed to start Maxima"
msgstr ""
#. +> trunk5 stable5
#: backends/maxima/maximasession.cpp:307
#, kde-format
msgid "Maxima crashed. restarting..."
msgstr ""
#. +> trunk5 stable5
#: backends/maxima/maximasession.cpp:321
#, kde-format
msgid "Maxima crashed twice within a short time. Stopping to try starting"
msgstr ""
#. +> trunk5 stable5
#: backends/maxima/maximasession.cpp:321 cantor_part.cpp:144
#: cantor_part.cpp:855 worksheet.cpp:874 worksheet.cpp:899 worksheet.cpp:916
#: worksheet.cpp:952 worksheet.cpp:964
#, kde-format
msgid "Error - Cantor"
msgstr ""
#. +> trunk5 stable5
#: backends/maxima/maximavariablemodel.cpp:223
#, kde-format
msgid "function"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: backends/maxima/settings.ui:19
#, kde-format
msgid "Path to Maxima:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_integratePlots)
#. +> trunk5 stable5
#: backends/maxima/settings.ui:31 backends/octave/settings.ui:31
#: backends/python/settings.ui:17 backends/R/settings.ui:17
#: backends/scilab/settings.ui:31
#, kde-format
msgid "Integrate Plots in Worksheet"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_variableManagement)
#. +> trunk5 stable5
#: backends/maxima/settings.ui:38
#, kde-format
msgid "Let Cantor follow the creation/destruction of variables"
msgstr ""
#. +> trunk5 stable5
#: backends/octave/octavebackend.cpp:75
#, kde-format
msgctxt "the url to the documentation of Octave, please check if there is a translated version (currently Czech and Japanese) and use the correct url"
msgid "http://www.gnu.org/software/octave/doc/interpreter/"
msgstr ""
#. +> trunk5 stable5
#: backends/octave/octavebackend.cpp:80
#, kde-format
msgid ""
"GNU Octave is a high-level language, primarily intended for numerical computations. <br/>"
"It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab."
msgstr ""
#. i18n: ectx: label, entry (Path), group (OctaveBackend)
#. +> trunk5 stable5
#: backends/octave/octavebackend.kcfg:10
#, kde-format
msgid "Path to the Octave executable"
msgstr ""
#. +> trunk5 stable5
#: backends/octave/octaveextensions.cpp:47
#, kde-format
msgid "Octave script file (*.m)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: backends/octave/settings.ui:19
#, kde-format
msgid "Path to Octave:"
msgstr ""
#. +> trunk5 stable5
#: backends/python/pythonextensions.cpp:184
#, kde-format
msgid "Python script file (*.py)"
msgstr ""
#. +> trunk5 stable5
#: backends/python2/python2backend.cpp:58
#, kde-format
msgctxt "the url to the documentation Python 2"
msgid "http://docs.python.org/2/"
msgstr ""
#. +> trunk5 stable5
#: backends/python2/python2backend.cpp:63
#, kde-format
msgid ""
"<p>Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. There are several Python packages to scientific programming.</p>"
"<p>This backend supports Python 2.</p>"
msgstr ""
#. +> trunk5 stable5
#: backends/python3/python3backend.cpp:51
#, kde-format
msgctxt "the url to the documentation Python 3"
msgid "http://docs.python.org/3/"
msgstr ""
#. +> trunk5 stable5
#: backends/python3/python3backend.cpp:56
#, kde-format
msgid ""
"<p>Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. There are several Python packages to scientific programming.</p>"
"<p>This backend supports Python 3.</p>"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, QalculatePlotAssistantBase)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:14
#, kde-format
msgid "Cantor - Plot Dialog"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:24
#, kde-format
msgid "Functions"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, functionTable)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:40
#, kde-format
msgid "Title"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, functionTable)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:45
#, kde-format
msgid "Expression"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, addButton)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:72
#, kde-format
msgid "Add"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, removeButton)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:82
#, kde-format
msgid "Remove"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearButton)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:92
#, kde-format
msgid "Clear List"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:107
#, kde-format
msgid "X variable"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:134
#, kde-format
msgid "Style"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotStyle)
#. i18n: ectx: property (text), item, widget (KComboBox, styleBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:145
#: backends/qalculate/settings.ui:509
#, kde-format
msgid "Lines"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotStyle)
#. i18n: ectx: property (text), item, widget (KComboBox, styleBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:150
#: backends/qalculate/settings.ui:514
#, kde-format
msgid "Points"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotStyle)
#. i18n: ectx: property (text), item, widget (KComboBox, styleBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:155
#: backends/qalculate/settings.ui:519
#, kde-format
msgid "Points and Lines"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotStyle)
#. i18n: ectx: property (text), item, widget (KComboBox, styleBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:160
#: backends/qalculate/settings.ui:524
#, kde-format
msgid "Boxes"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotStyle)
#. i18n: ectx: property (text), item, widget (KComboBox, styleBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:165
#: backends/qalculate/settings.ui:529
#, kde-format
msgid "Histogram"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, styleBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:170
#, kde-format
msgid "Steps"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotStyle)
#. i18n: ectx: property (text), item, widget (KComboBox, styleBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:175
#: backends/qalculate/settings.ui:539
#, kde-format
msgid "Candlesticks"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotStyle)
#. i18n: ectx: property (text), item, widget (KComboBox, styleBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:180
#: backends/qalculate/settings.ui:544
#, kde-format
msgid "Dots"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:192
#, kde-format
msgid "Smoothing"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_minExp)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_angleUnit)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_structuring)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotSmoothing)
#. i18n: ectx: property (text), item, widget (KComboBox, smoothingBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:203
#: backends/qalculate/settings.ui:95 backends/qalculate/settings.ui:249
#: backends/qalculate/settings.ui:287 backends/qalculate/settings.ui:466
#, kde-format
msgid "None"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotSmoothing)
#. i18n: ectx: property (text), item, widget (KComboBox, smoothingBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:208
#: backends/qalculate/settings.ui:471
#, kde-format
msgid "Monotonic"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, smoothingBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:213
#, kde-format
msgid "Natural Cubic Splines"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotSmoothing)
#. i18n: ectx: property (text), item, widget (KComboBox, smoothingBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:218
#: backends/qalculate/settings.ui:481
#, kde-format
msgid "Bezier"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotSmoothing)
#. i18n: ectx: property (text), item, widget (KComboBox, smoothingBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:223
#: backends/qalculate/settings.ui:486
#, kde-format
msgid "Bezier (monotonic)"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:233
#, kde-format
msgid "Function Range"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:239
#, kde-format
msgid "X range"
msgstr ""
#. i18n: ectx: property (text), widget (KLineEdit, xMinEdit)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:254
#, kde-format
msgid "0"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:261
#, kde-format
msgid "-"
msgstr ""
#. i18n: ectx: property (text), widget (KLineEdit, xMaxEdit)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:274
#, kde-format
msgid "10"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, stepsButton)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:283
#, kde-format
msgid "Sa&mpling rate"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, stepButton)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:293
#, kde-format
msgid "Step si&ze"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_4)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:324
#, kde-format
msgid "Options"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_19)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:332
#, kde-format
msgid "Plot title"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_20)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:353
#, kde-format
msgid "X-axis label"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_21)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:374
#, kde-format
msgid "Y-axis label"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_22)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:395
#, kde-format
msgid "Legend position"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotLegend)
#. i18n: ectx: property (text), item, widget (KComboBox, legendBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:403
#: backends/qalculate/settings.ui:567
#, kde-format
msgid "Hide legend"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotLegend)
#. i18n: ectx: property (text), item, widget (KComboBox, legendBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:408
#: backends/qalculate/settings.ui:572
#, kde-format
msgid "Top-left"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotLegend)
#. i18n: ectx: property (text), item, widget (KComboBox, legendBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:413
#: backends/qalculate/settings.ui:577
#, kde-format
msgid "Top-right"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotLegend)
#. i18n: ectx: property (text), item, widget (KComboBox, legendBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:418
#: backends/qalculate/settings.ui:582
#, kde-format
msgid "Bottom-left"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotLegend)
#. i18n: ectx: property (text), item, widget (KComboBox, legendBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:423
#: backends/qalculate/settings.ui:587
#, kde-format
msgid "Bottom-right"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotLegend)
#. i18n: ectx: property (text), item, widget (KComboBox, legendBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:428
#: backends/qalculate/settings.ui:592
#, kde-format
msgid "Below"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotLegend)
#. i18n: ectx: property (text), item, widget (KComboBox, legendBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:433
#: backends/qalculate/settings.ui:597
#, kde-format
msgid "Outside"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, gridCheckBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:445
#, kde-format
msgid "Display Grid"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, borderCheckBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:452
#, kde-format
msgid "Display full border"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, colorCheckBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:463
#, kde-format
msgid "Use Colors"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, inlineCheckBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:470
#, kde-format
msgid "Display inline"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, xLogCheckBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:481
#, kde-format
msgid "Logarithmic x scale"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, yLogCheckBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:502
#, kde-format
msgid "Logarithmic y scale"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:521
#, kde-format
msgid "File Options"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, saveCheckBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:527
#, kde-format
msgid "Save plot to file"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_23)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:547
#, kde-format
msgid "File type"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, saveFileBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:555
#, kde-format
msgid "Detect from filename"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, saveFileBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:560
#, kde-format
msgid "PNG"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, saveFileBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:565
#, kde-format
msgid "PS"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, saveFileBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:570
#, kde-format
msgid "EPS"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, saveFileBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:575
#, kde-format
msgid "LaTeX"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, saveFileBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:580
#, kde-format
msgid "SVG"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, saveFileBox)
#. +> trunk5 stable5
#: backends/qalculate/plotassistant/qalculateplotdialog.ui:585
#, kde-format
msgid "FIG"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.cpp:73
#, kde-format
msgid "Qalculate! is not your regular software replication of the cheapest available calculator. Qalculate! aims to make full use of the superior interface, power and flexibility of modern computers. The center of attention in Qalculate! is the expression entry. Instead of entering each number in a mathematical expression separately, you can directly write the whole expression and later modify it. The interpretation of expressions is flexible and fault tolerant, and if you nevertheless do something wrong, Qalculate! will tell you so. Not fully solvable expressions are however not errors. Qalculate! will simplify as far as it can and answer with an expression. In addition to numbers and arithmetic operators, an expression may contain any combination of variables, units, and functions."
msgstr ""
#. i18n: ectx: label, entry (postConversion), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:9
#, kde-format
msgid "If and how units will be automatically converted. If true, convert to the best suited SI units (the least amount of units)."
msgstr ""
#. i18n: ectx: label, entry (angleUnit), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:13
#, kde-format
msgid "Default angle unit for trigonometric functions."
msgstr ""
#. i18n: ectx: label, entry (base), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:23
#, kde-format
msgid "Base of parsed and evaluated numbers."
msgstr ""
#. i18n: ectx: label, entry (structuring), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:32
#, kde-format
msgid "If the evaluation result will be simplified or factorized."
msgstr ""
#. i18n: ectx: label, entry (fractionFormat), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:42
#, kde-format
msgid "If rational numbers will be displayed with decimals, as a fraction, or something in between."
msgstr ""
#. i18n: ectx: label, entry (indicateInfiniteSeries), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:46
#, kde-format
msgid "Show that the digit series of a number continues forever with three dots, instead of rounding (ex. 2/3 displays as 0.666666... instead of 0.666667)."
msgstr ""
#. i18n: ectx: label, entry (useAllPrefixes), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:50
#, kde-format
msgid "Use all decimal SI prefixes. If false, prefixes which is not a multiple of thousand (centi, deci, deca, hecto) will not be used automatically."
msgstr ""
#. i18n: ectx: label, entry (negativeExponents), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:54
#, kde-format
msgid "If true, negative exponents will be used instead of division (ex. 5/x^2 becomes 5*x^-2)."
msgstr ""
#. i18n: ectx: label, entry (minExp), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:64
#, kde-format
msgid "Numerical display."
msgstr ""
#. i18n: ectx: label, entry (inlinePlot), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:68
#, kde-format
msgid "If true, plots will be displayed inside the worksheet. If not they appear in a separate window."
msgstr ""
#. i18n: ectx: label, entry (coloredPlot), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:72
#, kde-format
msgid "Whether colors should be used in plots."
msgstr ""
#. i18n: ectx: label, entry (plotGrid), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:76
#, kde-format
msgid "Whether a grid should be plotted."
msgstr ""
#. i18n: ectx: label, entry (plotBorder), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:80
#, kde-format
msgid "Whether full borders should be drawn around the plot."
msgstr ""
#. i18n: ectx: label, entry (plotLineWidth), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:84
#, kde-format
msgid "Width of lines, in pixels."
msgstr ""
#. i18n: ectx: label, entry (plotSteps), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:88
#, kde-format
msgid "Number of interpolation steps to be used in plotting."
msgstr ""
#. i18n: ectx: label, entry (plotSmoothing), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:99
#, kde-format
msgid "Smoothing mode in plots."
msgstr ""
#. i18n: ectx: label, entry (plotStyle), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:113
#, kde-format
msgid "Style of plots."
msgstr ""
#. i18n: ectx: label, entry (plotLegend), group (QalculateBackend)
#. +> trunk5 stable5
#: backends/qalculate/qalculatebackend.kcfg:126
#, kde-format
msgid "Legend position in plots."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculateexpression.cpp:158
#, kde-format
msgid "Qalculate reports it cannot print. Is gnuplot installed?"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculateexpression.cpp:179
#, kde-format
msgid "missing %1"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculateexpression.cpp:269
#, kde-format
msgid "%1 must be a number."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculateexpression.cpp:270
#, kde-format
msgid "%1 must be a integer."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculateexpression.cpp:271
#, kde-format
msgid "%1 must be a boolean."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculateexpression.cpp:272
#, kde-format
msgid "invalid option for %1: %2"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculateexpression.cpp:599
#, kde-format
msgid "found multiple expressions in one plot command (%1 and %2)."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculateexpression.cpp:699
#: backends/qalculate/qalculateexpression.cpp:806
#: backends/qalculate/qalculatehighlighter.cpp:44
#, kde-format
msgid "ERROR"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculateexpression.cpp:701
#: backends/qalculate/qalculateexpression.cpp:808
#: backends/qalculate/qalculatehighlighter.cpp:44
#, kde-format
msgid "WARNING"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:58
#, kde-format
msgid "No function, variable or unit with specified name exist."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:65
#, kde-format
msgid "Function: %1"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:150
#, kde-format
msgid "Plotting interface"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:151
#, kde-format
msgid "Plots one or more functions either inline or in a separate window."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:152
#, kde-format
msgid "expression"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:153
#, kde-format
msgid "option"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:154
#, kde-format
msgid "value"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:158
#, kde-format
msgid "integer"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:159
#, kde-format
msgid "boolean"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:160
#, kde-format
msgid "number"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:161
#, kde-format
msgid "default: %1"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:221
#, kde-format
msgid "The function's name"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:223
#, kde-format
msgid "Title label"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:224
#, kde-format
msgid "x-axis label"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:225
#, kde-format
msgid "y-axis label"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:226
#, kde-format
msgid "Image to save plot to. If empty shows plot in a window on the screen. If inline=true the image is shown regardless of this option."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:227
#, kde-format
msgid "The image type to save as. One of auto, png, ps, eps, latex, svg, fig."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:228
#, kde-format
msgid "Set to true for colored plot, false for monochrome."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:229
#, kde-format
msgid "Minimum x-axis value."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:230
#, kde-format
msgid "Maximum x-axis value."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:231
#, kde-format
msgid "If a logarithmic scale shall be used for the x-axis."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:232
#, kde-format
msgid "If a logarithmic scale shall be used for the y-axis."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:233
#, kde-format
msgid "Logarithmic base for the x-axis."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:234
#, kde-format
msgid "Logarithmic base for the y-axis."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:235
#, kde-format
msgid "If a grid shall be shown in the plot."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:236
#, kde-format
msgid "If the plot shall be surrounded by borders on all sides (not just axis)."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:237
#, kde-format
msgid "Width of lines."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:238
#, kde-format
msgid "Where the plot legend shall be placed. One of none, top_left, top_right, bottom_left, bottom_right, below, outside"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:239
#, kde-format
msgid "Plot smoothing. One of none, unique, csplines, bezier, sbezier"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:240
#, kde-format
msgid "Plot style. One of lines, points, points_lines, boxes, histogram, steps, candlesticks, dots"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:241
#, kde-format
msgid "Use scale on second x-axis."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:242
#, kde-format
msgid "Use scale on second y-axis."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:243
#, kde-format
msgid "If the plot is to be drawn inline, instead of in a new window."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:244
#, kde-format
msgid "Distance between two interpolation points. See also steps."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:245
#, kde-format
msgid "Number of interpolation points. See also step."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:246
#, kde-format
msgid "The name of the x variable. This must be an unknown variable"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:255
#, kde-format
msgid "Save variables to a file"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:256
#, kde-format
msgid "Save all currently defined variables to a file. They can be reloaded with %1."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:257
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:266
#, kde-format
msgid "file"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:258
#, kde-format
msgid "file: the file to save to"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:264
#, kde-format
msgid "Load variables from a file"
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:265
#, kde-format
msgid "Load variables from a file that has previously been created by %1."
msgstr ""
#. +> trunk5 stable5
#: backends/qalculate/qalculatesyntaxhelpobject.cpp:267
#, kde-format
msgid "file: the file to load"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_3)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:21 cantor.cpp:459
#, kde-format
msgid "General"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:29
#, kde-format
msgid "Number base:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:46
#, kde-format
msgid "Fraction format:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_fractionFormat)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:57
#, kde-format
msgid "Decimal"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_fractionFormat)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:62
#, kde-format
msgid "Exact"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_fractionFormat)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:67
#, kde-format
msgid "Fractional"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_fractionFormat)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:72
#, kde-format
msgid "Combined"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:84
#, kde-format
msgid "Numerical display:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_minExp)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:100
#, kde-format
msgid "Pure"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_minExp)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:105
#, kde-format
msgid "Scientific"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_minExp)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:110
#, kde-format
msgid "Precision"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:122
#, kde-format
msgid "Indicate infinite series:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_indicateInfiniteSeries)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_useAllPrefixes)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_negativeExponents)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_postConversion)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_inlinePlot)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_coloredPlot)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_plotGrid)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_plotBorder)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:132 backends/qalculate/settings.ui:153
#: backends/qalculate/settings.ui:174 backends/qalculate/settings.ui:227
#: backends/qalculate/settings.ui:339 backends/qalculate/settings.ui:360
#: backends/qalculate/settings.ui:381 backends/qalculate/settings.ui:402
#, kde-format
msgid "Enabled"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:143
#, kde-format
msgid "Use all SI prefixes:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:164
#, kde-format
msgid "Use negative exponents:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_2)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:209
#, kde-format
msgid "Evaluate"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:217
#, kde-format
msgid "Convert to best SI units:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:238
#, kde-format
msgid "Angle unit:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_angleUnit)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:254
#, kde-format
msgid "Radians"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_angleUnit)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:259
#, kde-format
msgid "Degrees"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_angleUnit)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:264
#, kde-format
msgid "Gradians"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:276
#, kde-format
msgid "Structuring Mode:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_structuring)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:292
#, kde-format
msgid "Simplify"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_structuring)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:297
#, kde-format
msgid "Factorize"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:321
#, kde-format
msgid "Plotting"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:329
#, kde-format
msgid "Display plots inline:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:350
#, kde-format
msgid "Colored Plots:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:371
#, kde-format
msgid "Show grid:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:392
#, kde-format
msgid "Show full borders:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_17)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:413
#, kde-format
msgid "Width of lines:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_18)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:434
#, kde-format
msgid "Sampling rate:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:455
#, kde-format
msgid "Smoothing Mode:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotSmoothing)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:476
#, kde-format
msgid "Natural cubic Splines"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:498
#, kde-format
msgid "Plot Style:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_plotStyle)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:534
#, kde-format
msgctxt "Plot Style"
msgid "Steps"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_16)
#. +> trunk5 stable5
#: backends/qalculate/settings.ui:556
#, kde-format
msgid "Legend Position:"
msgstr ""
#. +> trunk5 stable5
#: backends/R/rbackend.cpp:93
#, kde-format
msgctxt "the url to the documentation of R, please check if there is a translated version and use the correct url"
msgid "http://rwiki.sciviews.org/doku.php?id=rdoc:rdoc"
msgstr ""
#. +> trunk5 stable5
#: backends/R/rbackend.cpp:98
#, kde-format
msgid ""
"R is a language and environment for statistical computing and graphics, similar to the S language and environment. <br/>"
"It provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity."
msgstr ""
#. +> trunk5 stable5
#: backends/R/rexpression.cpp:124 backends/R/rexpression.cpp:125
#, kde-format
msgid "Error opening file %1"
msgstr ""
#. +> trunk5 stable5
#: backends/R/rextensions.cpp:42
#, kde-format
msgid "R script file (*.R)"
msgstr ""
#. +> trunk5 stable5
#: backends/R/rserver/rserver.cpp:348
#, kde-format
msgid "Error Parsing Command"
msgstr ""
#. +> trunk5 stable5
#: backends/R/rsettingswidget.cpp:33
#, kde-format
msgid "Double click to open file selection dialog"
msgstr ""
#. +> trunk5 stable5
#: backends/R/rsettingswidget.cpp:53
#, kde-format
msgid "*.R *.r|R source files (*.R, *.r)"
msgstr ""
#. +> trunk5 stable5
#: backends/sage/sagebackend.cpp:99
#, kde-format
msgctxt "the url to the documentation of Sage, please check if there is a translated version and use the correct url"
msgid "http://www.sagemath.org/doc/reference/index.html"
msgstr ""
#. +> trunk5 stable5
#: backends/sage/sagebackend.cpp:104
#, kde-format
msgid ""
"Sage is a free open-source mathematics software system licensed under the GPL. <br/>"
"It combines the power of many existing open-source packages into a common Python-based interface."
msgstr ""
#. i18n: ectx: label, entry (Path), group (SageBackend)
#. +> trunk5 stable5
#: backends/sage/sagebackend.kcfg:10
#, kde-format
msgid "Path to the Sage executable"
msgstr ""
#. +> trunk5 stable5
#: backends/sage/sageexpression.cpp:135
#, kde-format
msgid "Syntax Error"
msgstr ""
#. +> trunk5 stable5
#: backends/sage/sageexpression.cpp:219 backends/sage/sageexpression.cpp:221
#, kde-format
msgid "Result of %1"
msgstr ""
#. +> trunk5 stable5
#: backends/sage/sageexpression.cpp:228
#, kde-format
msgid ""
"%1\n"
"The last output was: \n"
" %2"
msgstr ""
#. +> trunk5 stable5
#: backends/sage/sageextensions.cpp:47
#, kde-format
msgid "Python script file (*.py);;Sage script file (*.sage)"
msgstr ""
#. +> trunk5 stable5
#: backends/sage/sagesession.cpp:217
#, kde-format
msgid "Sage version %1.%2 is unsupported. Please update your installation to the supported versions to make it work with Cantor."
msgstr ""
#. +> trunk5 stable5
#: backends/sage/sagesession.cpp:219 backends/sage/sagesession.cpp:320
#: backends/sage/sagesession.cpp:330 cantor.cpp:166 cantor.cpp:168 main.cpp:74
#: worksheet.cpp:982 worksheet.cpp:1005 worksheet.cpp:1014 worksheet.cpp:1033
#: worksheet.cpp:1042
#, kde-format
msgid "Cantor"
msgstr ""
#. +> trunk5 stable5
#: backends/sage/sagesession.cpp:316
#, kde-format
msgid "The Sage process crashed while evaluating this expression"
msgstr ""
#. +> trunk5 stable5
#: backends/sage/sagesession.cpp:320
#, kde-format
msgid "The Sage process crashed"
msgstr ""
#. +> trunk5 stable5
#: backends/sage/sagesession.cpp:326
#, kde-format
msgid "The Sage process exited while evaluating this expression"
msgstr ""
#. +> trunk5 stable5
#: backends/sage/sagesession.cpp:330
#, kde-format
msgid "The Sage process exited"
msgstr ""
#. +> trunk5 stable5
#: backends/sage/sagesession.cpp:340
#, kde-format
msgid "Failed to start Sage"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: backends/sage/settings.ui:19
#, kde-format
msgid "Path to Sage:"
msgstr ""
#. +> trunk5 stable5
#: backends/scilab/scilabbackend.cpp:96
#, kde-format
msgctxt "the url to the documentation of Scilab, please check if there is a translated version and use the correct url"
msgid "http://www.scilab.org/support/documentation"
msgstr ""
#. +> trunk5 stable5
#: backends/scilab/scilabbackend.cpp:101
#, kde-format
msgid ""
"<p>Scilab is a free software, cross-platform numerical computational package and a high-level, numerically oriented programming language.</p>"
"Scilab is distributed under CeCILL license (GPL compatible)"
msgstr ""
#. i18n: ectx: label, entry (Path), group (ScilabBackend)
#. +> trunk5 stable5
#: backends/scilab/scilabbackend.kcfg:10
#, kde-format
msgid "Path to scilab-adv-cli command (Warning: Scilab version must better or equal than 5.4 version)"
msgstr ""
#. +> trunk5 stable5
#: backends/scilab/scilabextensions.cpp:38
#, kde-format
msgid ";;Scilab script file (*.sce);;Scilab function file (*.sci)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: backends/scilab/settings.ui:19
#, kde-format
msgid "Path to scilab-adv-cli command:"
msgstr ""
#. +> trunk5 stable5
#: cantor.cpp:122
#, kde-format
msgid "Download Example Worksheets"
msgstr ""
#. +> trunk5 stable5
#: cantor.cpp:127
#, kde-format
msgid "&Open Example"
msgstr ""
#. +> trunk5 stable5
#: cantor.cpp:177 cantor_part.cpp:460
#, kde-format
msgid "Cantor Worksheet (*.cws)"
msgstr ""
#. +> trunk5 stable5
#: cantor.cpp:177
#, kde-format
msgid "Open file"
msgstr ""
#. +> trunk5 stable5
#: cantor.cpp:235
#, kde-format
msgid ""
"<h1>No Backend Found</h1>"
"\n"
"<div>You could try:\n"
" "
"<ul> "
"<li>Changing the settings in the config dialog;</li>"
" "
"<li>Installing packages for the following program:</li>"
" %2 </ul>"
" </div> "
msgid_plural ""
"<h1>No Backend Found</h1>"
"\n"
"<div>You could try:\n"
" "
"<ul> "
"<li>Changing the settings in the config dialog;</li>"
" "
"<li>Installing packages for one of the following programs:</li>"
" %2 </ul>"
" </div> "
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: cantor.cpp:255
#, kde-format
msgid "Error"
msgstr ""
#. +> trunk5 stable5
#: cantor.cpp:291 cantor.cpp:293
#, kde-format
msgid "Session %1"
msgstr ""
#. +> trunk5 stable5
#: cantor.cpp:307
#, kde-format
msgid "Could not find the Cantor Part."
msgstr ""
#. +> trunk5 stable5
#: cantor.cpp:412
#, kde-format
msgid "Multiple unsaved Worksheets are opened. Do you want to close them?"
msgstr ""
#. +> trunk5 stable5
#: cantor.cpp:413
#, kde-format
msgid "Close Cantor"
msgstr ""
#. +> trunk5 stable5
#: cantor.cpp:423
#, kde-format
msgid "The current project has been modified. Do you want to save it?"
msgstr ""
#. +> trunk5 stable5
#: cantor.cpp:424
#, kde-format
msgid "Save Project"
msgstr ""
#. i18n: ectx: label, entry (DefaultBackend), group (Cantor)
#. +> trunk5 stable5
#: cantor.kcfg:10
#, kde-format
msgid "The Backend that is used by default"
msgstr ""
#. i18n: ectx: label, entry (TypesetDefault), group (Cantor)
#. +> trunk5 stable5
#: cantor.kcfg:14
#, kde-format
msgid "Do Typesetting by default"
msgstr ""
#. i18n: ectx: label, entry (HighlightDefault), group (Cantor)
#. +> trunk5 stable5
#: cantor.kcfg:18
#, kde-format
msgid "Do Syntax Highlighting by default"
msgstr ""
#. i18n: ectx: label, entry (CompletionDefault), group (Cantor)
#. +> trunk5 stable5
#: cantor.kcfg:22
#, kde-format
msgid "Enable Completions by default"
msgstr ""
#. i18n: ectx: label, entry (ExpressionNumberingDefault), group (Cantor)
#. +> trunk5 stable5
#: cantor.kcfg:26
#, kde-format
msgid "Enable Numbering of Expressions by default"
msgstr ""
#. i18n: ectx: label, entry (AnimationDefault), group (Cantor)
#. +> trunk5 stable5
#: cantor.kcfg:30
#, kde-format
msgid "Animate changes in the Worksheet by default"
msgstr ""
#. i18n: ectx: label, entry (AutoEval), group (Cantor)
#. +> trunk5 stable5
#: cantor.kcfg:34
#, kde-format
msgid "Automatically reevaluate the entries below the current"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:144
#, kde-format
msgid "Backend %1 is not installed"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:178
#, kde-format
msgid "Save Plain Text"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:225 cantor_part.cpp:498
#, kde-format
msgid "Export to LaTeX"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:239 cantor_part.cpp:548 worksheet.cpp:1160
#, kde-format
msgid "Evaluate Worksheet"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:245
#, kde-format
msgid "Typeset using LaTeX"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:250
#, kde-format
msgid "Syntax Highlighting"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:255
#, kde-format
msgid "Completion"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:260
#, kde-format
msgid "Line Numbers"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:265
#, kde-format
msgid "Animate Worksheet"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:270
#, kde-format
msgid "Restart Backend"
msgstr ""
#. +> trunk5 stable5
-#: cantor_part.cpp:275 worksheetentry.cpp:308 worksheetentry.cpp:699
+#: cantor_part.cpp:275 worksheetentry.cpp:308 worksheetentry.cpp:698
#, kde-format
msgid "Evaluate Entry"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:280 worksheet.cpp:1190
#, kde-format
msgid "Insert Command Entry"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:285 worksheet.cpp:1191
#, kde-format
msgid "Insert Text Entry"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:289
#, kde-format
msgid "Insert Latex Entry"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:293 worksheet.cpp:1194
#, kde-format
msgid "Insert Page Break"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:297 worksheet.cpp:1193
#, kde-format
msgid "Insert Image"
msgstr ""
#. i18n("Insert Command Entry Before"), actionCollection());
#. //insertCommandEntryBefore->setShortcut(Qt::CTRL + Qt::Key_Return);
#. actionCollection()->addAction("insert_command_entry_before", insertCommandEntryBefore);
#. connect(insertCommandEntryBefore, SIGNAL(triggered()), m_worksheet, SLOT(insertCommandEntryBefore()));
#.
#. QAction * insertTextEntryBefore=new QAction(i18n("Insert Text Entry Before"), actionCollection());
#. //insertTextEntryBefore->setShortcut(Qt::CTRL + Qt::Key_Return);
#. actionCollection()->addAction("insert_text_entry_before", insertTextEntryBefore);
#. connect(insertTextEntryBefore, SIGNAL(triggered()), m_worksheet, SLOT(insertTextEntryBefore()));
#.
#. QAction * insertPageBreakEntryBefore=new QAction(i18n("Insert Page Break Before"), actionCollection());
#. actionCollection()->addAction("insert_page_break_entry_before", insertPageBreakEntryBefore);
#. connect(insertPageBreakEntryBefore, SIGNAL(triggered()), m_worksheet, SLOT(insertPageBreakEntryBefore()));
#.
#. QAction * insertImageEntryBefore=new QAction(i18n("Insert Image Entry Before"), actionCollection());
#. //insertTextEntryBefore->setShortcut(Qt::CTRL + Qt::Key_Return);
#. actionCollection()->addAction("insert_image_entry_before", insertImageEntryBefore);
#. connect(insertImageEntryBefore, SIGNAL(triggered()), m_worksheet, SLOT(insertImageEntryBefore()));
#.
#. +> trunk5 stable5
#: cantor_part.cpp:323
#, kde-format
msgid "Remove current Entry"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:328 cantor_part.cpp:767
#, kde-format
msgid "Show %1 Help"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:333
#, kde-format
msgid "Publish Worksheet"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:338
#, kde-format
msgid "Show Script Editor"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:344
#, kde-format
msgid "Show Completion"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:408
#, kde-format
msgid "CantorPart"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:410
#, kde-format
msgid "(C) 2009-2015 Alexander Rieder"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:414 main.cpp:88
#, kde-format
msgid "Alexander Rieder"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:472
#, kde-format
msgid "Save as"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:491 panelplugins/variablemgr/variablemanagerwidget.cpp:135
#, kde-format
msgid "Save"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:541 worksheet.cpp:1163
#, kde-format
msgid "Interrupt"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:545
#, kde-format
msgid "Calculating..."
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:552 cantor_part.cpp:590
#, kde-format
msgid "Ready"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:560
#, kde-format
msgid "Session Error: %1"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:580
#, kde-format
msgid "Initialization complete"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:585
#, kde-format
msgid "Initializing..."
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:620
#, kde-format
msgid "Unnamed"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:773
#, kde-format
msgid "Do you want to upload current Worksheet to public web server?"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:774
#, kde-format
msgid "Question - Cantor"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:780
#, kde-format
msgid "The Worksheet is not saved. You should save it before uploading."
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:781
#, kde-format
msgid "Warning - Cantor"
msgstr ""
#. +> trunk5 stable5
#: cantor_part.cpp:855
#, kde-format
msgid "This backend does not support scripts."
msgstr ""
#. i18n: ectx: Menu (edit)
#. +> trunk5 stable5
#: cantor_part.rc:14 cantor_shell.rc:18
#, kde-format
msgid "&Edit"
msgstr ""
#. i18n: ectx: Menu (view)
#. +> trunk5 stable5
#: cantor_part.rc:27 cantor_shell.rc:21
#, kde-format
msgid "&View"
msgstr ""
#. i18n: ectx: Menu (worksheet)
#. +> trunk5 stable5
#: cantor_part.rc:32
#, kde-format
msgid "&Worksheet"
msgstr ""
#. i18n: ectx: Menu (file)
#. +> trunk5 stable5
#: cantor_shell.rc:4
#, kde-format
msgid "&File"
msgstr ""
#. i18n: ectx: Menu (file_new_menu)
#. +> trunk5 stable5
#: cantor_shell.rc:6
#, kde-format
msgid "&New"
msgstr ""
#. i18n: ectx: Menu (panels)
#. +> trunk5 stable5
#: cantor_shell.rc:23
#, kde-format
msgid "Panels"
msgstr ""
#. i18n: ectx: Menu (settings)
#. +> trunk5 stable5
#: cantor_shell.rc:28
#, kde-format
msgid "&Settings"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:105
+#: commandentry.cpp:109
#, kde-format
msgid "White"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:105
+#: commandentry.cpp:109
#, kde-format
msgid "Black"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:106
+#: commandentry.cpp:110
#, kde-format
msgid "Dark Red"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:106
+#: commandentry.cpp:110
#, kde-format
msgid "Red"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:106
+#: commandentry.cpp:110
#, kde-format
msgid "Light Red"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:107
+#: commandentry.cpp:111
#, kde-format
msgid "Dark Green"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:107
+#: commandentry.cpp:111
#, kde-format
msgid "Green"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:107
+#: commandentry.cpp:111
#, kde-format
msgid "Light Green"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:108
+#: commandentry.cpp:112
#, kde-format
msgid "Dark Blue"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:108
+#: commandentry.cpp:112
#, kde-format
msgid "Blue"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:108
+#: commandentry.cpp:112
#, kde-format
msgid "Light Blue"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:109
+#: commandentry.cpp:113
#, kde-format
msgid "Dark Yellow"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:109
+#: commandentry.cpp:113
#, kde-format
msgid "Yellow"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:109
+#: commandentry.cpp:113
#, kde-format
msgid "Light Yellow"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:110
+#: commandentry.cpp:114
#, kde-format
msgid "Dark Cyan"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:110
+#: commandentry.cpp:114
#, kde-format
msgid "Cyan"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:110
+#: commandentry.cpp:114
#, kde-format
msgid "Light Cyan"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:111
+#: commandentry.cpp:115
#, kde-format
msgid "Dark Magenta"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:111
+#: commandentry.cpp:115
#, kde-format
msgid "Magenta"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:111
+#: commandentry.cpp:115
#, kde-format
msgid "Light Magenta"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:112
+#: commandentry.cpp:116
#, kde-format
msgid "Dark Orange"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:112
+#: commandentry.cpp:116
#, kde-format
msgid "Orange"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:112
+#: commandentry.cpp:116
#, kde-format
msgid "Light Orange"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:113
+#: commandentry.cpp:117
#, kde-format
msgid "Dark Grey"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:113
+#: commandentry.cpp:117
#, kde-format
msgid "Grey"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:113
+#: commandentry.cpp:117
#, kde-format
msgid "Light Grey"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:121
+#: commandentry.cpp:125
#, kde-format
msgid "Background Color"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:138
+#: commandentry.cpp:142
#, kde-format
msgid "Text Color"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:149
+#: commandentry.cpp:153
#, kde-format
msgid "Font"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:152
+#: commandentry.cpp:156
#, kde-format
msgid "Bold"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:157
+#: commandentry.cpp:161
#, kde-format
msgid "Italic"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:163
+#: commandentry.cpp:167
#, kde-format
msgid "Increase Size"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:167
+#: commandentry.cpp:171
#, kde-format
msgid "Decrease Size"
msgstr ""
#. +> trunk5
-#: commandentry.cpp:172
+#: commandentry.cpp:176
#, kde-format
msgid "Select"
msgstr ""
#. +> trunk5 stable5
-#: commandentry.cpp:627
+#: commandentry.cpp:643
#, kde-format
msgid "Interrupted"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, StandardSearchBar)
#. i18n: ectx: property (windowTitle), widget (QWidget, ExtendedSearchBar)
#. +> trunk5 stable5
#: extendedsearchbar.ui:14 standardsearchbar.ui:14
#, kde-format
msgid "SearchBar"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, close)
#. i18n: ectx: property (text), widget (QToolButton, openExtended)
#. i18n: ectx: property (text), widget (QToolButton, openStandard)
#. i18n: ectx: property (text), widget (QToolButton, addFlag)
#. i18n: ectx: property (text), widget (QToolButton, removeFlag)
#. +> trunk5 stable5
#: extendedsearchbar.ui:22 extendedsearchbar.ui:77 extendedsearchbar.ui:159
#: extendedsearchbar.ui:166 standardsearchbar.ui:22 standardsearchbar.ui:86
#, kde-format
msgid "..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: extendedsearchbar.ui:47 standardsearchbar.ui:32
#, kde-format
msgid "Find:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, next)
#. +> trunk5 stable5
#: extendedsearchbar.ui:61 standardsearchbar.ui:42
#, kde-format
msgid "&Next"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, previous)
#. +> trunk5 stable5
#: extendedsearchbar.ui:68 standardsearchbar.ui:49
#, kde-format
msgid "&Previous"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: extendedsearchbar.ui:102
#, kde-format
msgid "Replace:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, replace)
#. +> trunk5 stable5
#: extendedsearchbar.ui:116
#, kde-format
msgid "&Replace"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, replaceAll)
#. +> trunk5 stable5
#: extendedsearchbar.ui:123
#, kde-format
msgid "Replace &All"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: extendedsearchbar.ui:139
#, kde-format
msgid "Search in:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, matchCase)
#. +> trunk5 stable5
#: extendedsearchbar.ui:173 standardsearchbar.ui:72
#, kde-format
msgid "&Match case"
msgstr ""
#. +> trunk5 stable5
#: imageentry.cpp:57 imageentry.cpp:311
#, kde-format
msgid "Configure Image"
msgstr ""
#. +> trunk5 stable5
#: imageentry.cpp:208
#, kde-format
msgid "Right click here to insert image"
msgstr ""
#. +> trunk5 stable5
#: imageentry.cpp:226
#, kde-format
msgid "Cannot load image %1"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, ImageSettingsBase)
#. +> trunk5 stable5
#: imagesettings.ui:14
#, kde-format
msgid "Image Settings"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, openDialogButton)
#. +> trunk5 stable5
#: imagesettings.ui:25
#, kde-format
msgid "Open"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: imagesettings.ui:34
#, kde-format
msgid "Display Size"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: imagesettings.ui:43 imagesettings.ui:97
#, kde-format
msgid "Width"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: imagesettings.ui:56 imagesettings.ui:110
#, kde-format
msgid "Height"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gbPreview)
#. +> trunk5 stable5
#: imagesettings.ui:72
#, kde-format
msgid "Preview"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: imagesettings.ui:84
#, kde-format
msgid "Print Size"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, useDisplaySize)
#. +> trunk5 stable5
#: imagesettings.ui:90
#, kde-format
msgid "Use Display Size"
msgstr ""
#. +> trunk5 stable5
#: imagesettingsdialog.cpp:45
#, kde-format
msgid "(auto)"
msgstr ""
#. +> trunk5 stable5
#: imagesettingsdialog.cpp:45
#, kde-format
msgid "px"
msgstr ""
#. +> trunk5 stable5
#: imagesettingsdialog.cpp:45
#, kde-format
msgid "%"
msgstr ""
#. +> trunk5 stable5
#: imagesettingsdialog.cpp:138
#, kde-format
msgid "Open image file"
msgstr ""
#. +> trunk5 stable5
#: latexentry.cpp:71 textentry.cpp:69
#, kde-format
msgid "Show LaTeX code"
msgstr ""
#. i18n: ectx: label, entry (latexCommand), group (Cantor)
#. +> trunk5 stable5
#: lib/cantor_libs.kcfg:10
#, kde-format
msgid "Path to the latex executable"
msgstr ""
#. i18n: ectx: label, entry (dvipsCommand), group (Cantor)
#. +> trunk5 stable5
#: lib/cantor_libs.kcfg:14
#, kde-format
msgid "Path to the dvips executable"
msgstr ""
#. +> trunk5 stable5
#: lib/defaultvariablemodel.cpp:79
#, kde-format
msgctxt "@title:column"
msgid "Name"
msgstr ""
#. +> trunk5 stable5
#: lib/defaultvariablemodel.cpp:82
#, kde-format
msgctxt "@title:column"
msgid "Value"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: lib/directives/axisrange.ui:19
#, kde-format
msgid "From:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: lib/directives/axisrange.ui:40
#, kde-format
msgid "To:"
msgstr ""
#. +> trunk5 stable5
#: lib/directives/plotdirectives.cpp:34
#, kde-format
msgid "Main title"
msgstr ""
#. +> trunk5 stable5
#: lib/directives/plotdirectives.cpp:45
#, kde-format
msgid "Abscissa scale"
msgstr ""
#. +> trunk5 stable5
#: lib/directives/plotdirectives.cpp:56
#, kde-format
msgid "Ordinate scale"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: lib/directives/plottitle.ui:19
#, kde-format
msgid "Plot title:"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:33
#, kde-format
msgid "KDE Frontend to mathematical applications"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:82
#, kde-format
msgid ""
"(C) 2016 Filipe Saraiva<br/>"
"(C) 2009-2015 Alexander Rieder"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:86
#, kde-format
msgid "Filipe Saraiva"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:86
#, kde-format
msgid ""
"Maintainer<br/>"
"Qt5/KF5 port, Scilab and Python backends"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:88
#, kde-format
msgid ""
"Original author<br/>"
"Maintainer (2009 - 2015)"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:89
#, kde-format
msgid "Aleix Pol Gonzalez"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:89
#, kde-format
msgid "KAlgebra backend"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:90
#, kde-format
msgid "Miha Čančula"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:90
#, kde-format
msgid "Octave backend"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:92
#, kde-format
msgid "Martin Küttler"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:92
#, kde-format
msgid "Interface"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:94 main.cpp:95
#, kde-format
msgid "Cantor icon"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:103
#, kde-format
msgid "Use backend <backend>"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:106
#, kde-format
msgid "Documents to open."
msgstr ""
#. +> trunk5 stable5
#: pagebreakentry.cpp:39
#, kde-format
msgid "--- Page Break ---"
msgstr ""
#. +> trunk5 stable5
#: panelplugins/helppanel/helppanelplugin.cpp:44
#, kde-format
msgid ""
"<h1>Cantor</h1>"
"The KDE way to do Mathematics"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: panelplugins/variablemgr/newvardlg.ui:17
#, kde-format
msgid "Name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: panelplugins/variablemgr/newvardlg.ui:27
#, kde-format
msgid "Value:"
msgstr ""
#. +> trunk5 stable5
#: panelplugins/variablemgr/variablemanagerwidget.cpp:52
#, kde-format
msgid "Add new variable"
msgstr ""
#. +> trunk5 stable5
#: panelplugins/variablemgr/variablemanagerwidget.cpp:59
#, kde-format
msgid "Load Variables"
msgstr ""
#. +> trunk5 stable5
#: panelplugins/variablemgr/variablemanagerwidget.cpp:66
#, kde-format
msgid "Store Variables"
msgstr ""
#. +> trunk5 stable5
#: panelplugins/variablemgr/variablemanagerwidget.cpp:73
#, kde-format
msgid "Clear Variables"
msgstr ""
#. +> trunk5 stable5
#: panelplugins/variablemgr/variablemanagerwidget.cpp:113
#, kde-format
msgid "Are you sure you want to remove all variables?"
msgstr ""
#. +> trunk5 stable5
#: panelplugins/variablemgr/variablemanagerwidget.cpp:113
#, kde-format
msgid "Confirmation - Cantor"
msgstr ""
#. +> trunk5 stable5
#: panelplugins/variablemgr/variablemanagerwidget.cpp:148
#, kde-format
msgid "Load file"
msgstr ""
#. +> trunk5 stable5
#: resultitem.cpp:79
#, kde-format
msgid "Remove result"
msgstr ""
#. +> trunk5 stable5
#: scripteditor/scripteditorwidget.cpp:60
#, kde-format
msgid ""
"A KDE text-editor component could not be found;\n"
"please check your KDE installation."
msgstr ""
#. +> trunk5 stable5
#: scripteditor/scripteditorwidget.cpp:152
#, kde-format
msgid "Script Editor"
msgstr ""
#. +> trunk5 stable5
#: scripteditor/scripteditorwidget.cpp:155
#, kde-format
msgid "Script Editor - %1"
msgstr ""
#. +> trunk5 stable5
#: searchbar.cpp:150 searchbar.cpp:199
#, kde-format
msgid "Not found"
msgstr ""
#. +> trunk5 stable5
#: searchbar.cpp:153
#, kde-format
msgid "Reached beginning"
msgstr ""
#. +> trunk5 stable5
#: searchbar.cpp:202
#, kde-format
msgid "Reached end"
msgstr ""
#. +> trunk5 stable5
#: searchbar.cpp:259
#, kde-format
msgid "Replaced %1 instance"
msgid_plural "Replaced %1 instances"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: searchbar.cpp:354 searchbar.cpp:383
#, kde-format
msgid "Commands"
msgstr ""
#. +> trunk5 stable5
#: searchbar.cpp:354 searchbar.cpp:383
#, kde-format
msgid "Results"
msgstr ""
#. +> trunk5 stable5
#: searchbar.cpp:354 searchbar.cpp:383
#, kde-format
msgid "Errors"
msgstr ""
#. +> trunk5 stable5
#: searchbar.cpp:355 searchbar.cpp:384
#, kde-format
msgid "Text"
msgstr ""
#. +> trunk5 stable5
#: searchbar.cpp:355 searchbar.cpp:384
#, kde-format
msgid "LaTeX Code"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: settings.ui:19
#, kde-format
msgid "Default Backend:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AutoEval)
#. +> trunk5 stable5
#: settings.ui:35
#, kde-format
msgid "When enabled, Cantor will automatically evaluate every entry below the current one."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AutoEval)
#. +> trunk5 stable5
#: settings.ui:38
#, kde-format
msgid "Reevaluate Entries automatically"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: settings.ui:47
#, kde-format
msgid "Defaults"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_TypesetDefault)
#. +> trunk5 stable5
#: settings.ui:53
#, kde-format
msgid "Enable LaTeX Typesetting"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HighlightDefault)
#. +> trunk5 stable5
#: settings.ui:60
#, kde-format
msgid "Enable Syntax Highlighting"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_CompletionDefault)
#. +> trunk5 stable5
#: settings.ui:67
#, kde-format
msgid "Enable Completion"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ExpressionNumberingDefault)
#. +> trunk5 stable5
#: settings.ui:74
#, kde-format
msgid "Enable Line Numbers"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AnimationDefault)
#. +> trunk5 stable5
#: settings.ui:81
#, kde-format
msgid "Enable Worksheet Animations"
msgstr ""
#. +> trunk5 stable5
#: textresultitem.cpp:65
#, kde-format
msgid "Show Rendered"
msgstr ""
#. +> trunk5 stable5
#: textresultitem.cpp:67
#, kde-format
msgid "Show Code"
msgstr ""
#. +> trunk5 stable5
#: textresultitem.cpp:128
#, kde-format
msgid "Cannot render Eps file. You may need additional packages"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:873
#, kde-format
msgid "Cannot write file %1."
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:898
#, kde-format
msgid "Cannot write file."
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:916 worksheet.cpp:952
#, kde-format
msgid "Error saving file %1"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:964
#, kde-format
msgid "Error loading latex.xsl stylesheet"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:982
#, kde-format
msgid "Couldn't open the file %1"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1005 worksheet.cpp:1014
#, kde-format
msgid "The selected file is not a valid Cantor project file."
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1033
#, kde-format
msgid "The backend with which this file was generated is not installed. It needs %1"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1040
#, kde-format
msgid ""
"There are some problems with the %1 backend,\n"
"please check your configuration or install the needed packages.\n"
"You will only be able to view this worksheet."
msgstr ""
#. +> stable5
#: worksheet.cpp:1166
#, kde-format
msgid "Insert"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1171 worksheet.cpp:1177
#, kde-format
msgid "Command Entry"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1172 worksheet.cpp:1178
#, kde-format
msgid "Text Entry"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1173 worksheet.cpp:1179
#, kde-format
msgid "LaTeX Entry"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1174 worksheet.cpp:1180
#, kde-format
msgid "Image"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1175 worksheet.cpp:1181
#, kde-format
msgid "Page Break"
msgstr ""
#. +> trunk5
#: worksheet.cpp:1183
#, kde-format
msgid "Insert Entry After"
msgstr ""
#. +> trunk5
#: worksheet.cpp:1185
#, kde-format
msgid "Insert Entry Before"
msgstr ""
#. +> stable5
#: worksheet.cpp:1167
#, kde-format
msgid "Insert Before"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1192
#, kde-format
msgid "Insert LaTeX Entry"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1242
#, kde-format
msgctxt "@action"
msgid "Text &Color..."
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1243
#, kde-format
msgctxt "@label text color"
msgid "Color"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1251
#, kde-format
msgctxt "@action"
msgid "Text &Highlight..."
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1258
#, kde-format
msgctxt "@action"
msgid "&Font"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1265
#, kde-format
msgctxt "@action"
msgid "Font &Size"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1274
#, kde-format
msgctxt "@action boldify selected text"
msgid "&Bold"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1288
#, kde-format
msgctxt "@action italicize selected text"
msgid "&Italic"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1302
#, kde-format
msgctxt "@action underline selected text"
msgid "&Underline"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1315
#, kde-format
msgctxt "@action"
msgid "&Strike Out"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1328
#, kde-format
msgctxt "@action"
msgid "Align &Left"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1331
#, kde-format
msgctxt "@label left justify"
msgid "Left"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1340
#, kde-format
msgctxt "@action"
msgid "Align &Center"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1343
#, kde-format
msgctxt "@label center justify"
msgid "Center"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1352
#, kde-format
msgctxt "@action"
msgid "Align &Right"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1355
#, kde-format
msgctxt "@label right justify"
msgid "Right"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1364
#, kde-format
msgctxt "@action"
msgid "&Justify"
msgstr ""
#. +> trunk5 stable5
#: worksheet.cpp:1367
#, kde-format
msgctxt "@label justify fill"
msgid "Justify"
msgstr ""
#. +> trunk5 stable5
-#: worksheetentry.cpp:310 worksheetentry.cpp:690
+#: worksheetentry.cpp:310 worksheetentry.cpp:689
#, kde-format
msgid "Remove Entry"
msgstr ""
#. +> trunk5 stable5
-#: worksheetentry.cpp:695
+#: worksheetentry.cpp:694
#, kde-format
msgid "Drag Entry"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kdegraphics/okular.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kdegraphics/okular.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/kdegraphics/okular.pot (revision 1522564)
@@ -1,4527 +1,4527 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-09 08:16+0200\n"
+"POT-Creation-Date: 2018-08-14 09:25+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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
#: aboutdata.h:23 ui/annotationwidgets.cpp:346 ui/sidebar.cpp:766
#, kde-format
msgid "Okular"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.h:25
#, kde-format
msgid "Okular, a universal document viewer"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.h:27
#, kde-format
msgid ""
"(C) 2002 Wilco Greven, Christophe Devriese\n"
"(C) 2004-2005 Enrico Ros\n"
"(C) 2005 Piotr Szymanski\n"
"(C) 2004-2017 Albert Astals Cid\n"
"(C) 2006-2009 Pino Toscano"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.h:36
#, kde-format
msgid "Former maintainer"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.h:37
#, kde-format
msgid "Lots of framework work, ODT and FictionBook backends"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.h:38
#, kde-format
msgid "Developer"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.h:39
#, kde-format
msgid "Created Okular from KPDF codebase"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.h:40
#, kde-format
msgid "KPDF developer"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.h:41
#, kde-format
msgid "Annotations artwork"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.h:42
#, kde-format
msgid "Table selection tool"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.h:43
#, kde-format
msgid "Annotation improvements"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HighlightImages)
#. +> trunk5 stable5
#: conf/dlgaccessibilitybase.ui:28
#, kde-format
msgid "Draw border around &Images"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HighlightLinks)
#. +> trunk5 stable5
#: conf/dlgaccessibilitybase.ui:35
#, kde-format
msgid "Draw border around &Links"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, kcfg_ChangeColors)
#. +> trunk5 stable5
#: conf/dlgaccessibilitybase.ui:45
#, kde-format
msgid "Change &colors"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, warn)
#. +> trunk5 stable5
#: conf/dlgaccessibilitybase.ui:63
#, kde-format
msgid "Warning: these options can badly affect drawing speed."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: conf/dlgaccessibilitybase.ui:78
#, kde-format
msgid "Color mode:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_RenderMode)
#. +> trunk5 stable5
#: conf/dlgaccessibilitybase.ui:89
#, kde-format
msgid "Invert Colors"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_RenderMode)
#. +> trunk5 stable5
#: conf/dlgaccessibilitybase.ui:94
#, kde-format
msgid "Change Paper Color"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_RenderMode)
#. +> trunk5 stable5
#: conf/dlgaccessibilitybase.ui:99
#, kde-format
msgid "Change Dark & Light Colors"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_RenderMode)
#. +> trunk5 stable5
#: conf/dlgaccessibilitybase.ui:104
#, kde-format
msgid "Convert to Black & White"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5 stable5
#: conf/dlgaccessibilitybase.ui:165
#, kde-format
msgid "Paper color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#. +> trunk5 stable5
#: conf/dlgaccessibilitybase.ui:218
#, kde-format
msgid "Dark color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel3_2)
#. +> trunk5 stable5
#: conf/dlgaccessibilitybase.ui:250
#, kde-format
msgid "Light color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. +> trunk5 stable5
#: conf/dlgaccessibilitybase.ui:291
#, kde-format
msgid "Threshold:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2_2)
#. +> trunk5 stable5
#: conf/dlgaccessibilitybase.ui:323
#, kde-format
msgid "Contrast:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: conf/dlgannotationsbase.ui:31
#, kde-format
msgid "Identity"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: conf/dlgannotationsbase.ui:55 ui/annotationpropertiesdialog.cpp:65
#, kde-format
msgid "&Author:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: conf/dlgannotationsbase.ui:71
#, kde-format
msgid "<b>Note</b>: the information here is used only for comments and reviews. Information inserted here will not be transmitted without your knowledge."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, annotToolsGroup)
#. +> trunk5 stable5
#: conf/dlgannotationsbase.ui:87
#, kde-format
msgid "Annotation tools"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgeditor.cpp:28
#, kde-format
msgctxt "Text editor"
msgid "Custom Text Editor"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgeditor.cpp:29
#, kde-format
msgctxt "Text editor"
msgid "Kate"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgeditor.cpp:30
#, kde-format
msgctxt "Text editor"
msgid "Kile"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgeditor.cpp:31
#, kde-format
msgctxt "Text editor"
msgid "SciTE"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgeditor.cpp:32
#, kde-format
msgctxt "Text editor"
msgid "Emacs client"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgeditor.cpp:33
#, kde-format
msgctxt "Text editor"
msgid "Lyx client"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgeditor.cpp:36
#, kde-format
msgctxt "@info:whatsthis"
msgid ""
"<qt>Set the command of a custom text editor to be launched.<br />"
"\n"
"You can also put few placeholders:\n"
"<ul>\n"
" "
"<li>%f - the file name</li>"
"\n"
" "
"<li>%l - the line of the file to be reached</li>"
"\n"
" "
"<li>%c - the column of the file to be reached</li>"
"\n"
"</ul>"
"\n"
"If %f is not specified, then the file name is appended to the specified command."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: conf/dlgeditorbase.ui:19 conf/preferencesdialog.cpp:56
#, kde-format
msgid "Editor"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: conf/dlgeditorbase.ui:25
#, kde-format
msgid "Editor:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QComboBox, kcfg_ExternalEditor)
#. +> trunk5 stable5
#: conf/dlgeditorbase.ui:32
#, kde-format
msgctxt "@info:whatsthis"
msgid "Choose the editor you want to launch when Okular wants to open a source file."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: conf/dlgeditorbase.ui:70
#, kde-format
msgid "Command:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:32 conf/dlgpresentationbase.ui:96
#: conf/editannottooldialog.cpp:74
#, kde-format
msgid "Appearance"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowScrollBars)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:70
#, kde-format
msgid "Show scroll&bars"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_SyncThumbnailsViewport)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:80
#, kde-format
msgid "Link the &thumbnails with the page"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowOSD)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:87
#, kde-format
msgid "Show &hints and info messages"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DisplayDocumentTitle)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:94
#, kde-format
msgid "Display document title in titlebar if available"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:101
#, kde-format
msgid "When not displaying document title:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioFileName)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:126
#, kde-format
msgid "Display file name only"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioFilePath)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:136
#, kde-format
msgid "Display full file path"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_UseCustomBackgroundColor)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:164
#, kde-format
msgid "Use custom background color"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:233
#, kde-format
msgid "Program Features"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShellOpenFileInTabs)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:271
#, kde-format
msgid "Open new files in &tabs"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ObeyDRM)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:278
#, kde-format
msgid "&Obey DRM limitations"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_WatchFile)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:285
#, kde-format
msgid "&Reload document on file change"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ChooseGenerators)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:292
#, kde-format
msgid "Show backend selection dialog"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_rtlReadingDirection)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:318
#, kde-format
msgid "Right to left reading direction"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:343
#, kde-format
msgid "View Options"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, columnLabel)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:349
#, kde-format
msgid "Overview &columns:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, scrollOverlapLabel)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:372
#, kde-format
msgid "Defines how much of the current viewing area will still be visible when pressing the Page Up/Down keys."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, scrollOverlapLabel)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:375
#, kde-format
msgid "&Page Up/Down overlap:"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_ScrollOverlap)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:388
#, kde-format, no-c-format
msgid "%"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_3)
#. i18n: ectx: property (toolTip), widget (QComboBox, kcfg_ZoomMode)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:402 conf/dlggeneralbase.ui:423
#, kde-format
msgid ""
"Defines the default zoom mode for files which were never opened before.\n"
"For files which were opened before the previous zoom is applied."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, label_3)
#. i18n: ectx: property (whatsThis), widget (QComboBox, kcfg_ZoomMode)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:406 conf/dlggeneralbase.ui:427
#, kde-format
msgctxt "@info:whatsthis"
msgid ""
"Defines the default zoom mode for files which were never opened before.\n"
"For files which were opened before the previous zoom is applied."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:409
#, kde-format
msgid "&Default Zoom:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_ZoomMode)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:431
#, kde-format, no-c-format
msgid "100%"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_ZoomMode)
#. +> trunk5 stable5
-#: conf/dlggeneralbase.ui:436 part.cpp:3001 ui/pageview.cpp:4057
+#: conf/dlggeneralbase.ui:436 part.cpp:3005 ui/pageview.cpp:4057
#, kde-format
msgid "Fit Width"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_ZoomMode)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:441 ui/pageview.cpp:4057
#, kde-format
msgid "Fit Page"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_ZoomMode)
#. +> trunk5 stable5
#: conf/dlggeneralbase.ui:446 ui/pageview.cpp:4057
#, kde-format
msgid "Auto Fit"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgperformance.cpp:55
#, kde-format
msgid "Keeps used memory as low as possible. Do not reuse anything. (For systems with low memory.)"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgperformance.cpp:58
#, kde-format
msgid "A good compromise between memory usage and speed gain. Preload next page and boost searches. (For systems with 2GB of memory, typically.)"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgperformance.cpp:61
#, kde-format
msgid "Keeps everything in memory. Preload next pages. Boost searches. (For systems with more than 4GB of memory.)"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgperformance.cpp:65
#, kde-format, no-c-format
msgid "Loads and keeps everything in memory. Preload all pages. (Will use at maximum 50% of your total memory or your free memory, whatever is bigger.)"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: conf/dlgperformancebase.ui:32
#, kde-format
msgid "CPU Usage"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_EnableCompositing)
#. +> trunk5 stable5
#: conf/dlgperformancebase.ui:87
#, kde-format
msgid "Enable &transparency effects"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupbox)
#. +> trunk5 stable5
#: conf/dlgperformancebase.ui:146
#, kde-format
msgid "Memory Usage"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, lowRadio)
#. +> trunk5 stable5
#: conf/dlgperformancebase.ui:193
#, kde-format
msgid "&Low"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, normalRadio)
#. +> trunk5 stable5
#: conf/dlgperformancebase.ui:203
#, kde-format
msgid "Nor&mal (default)"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, aggressiveRadio)
#. +> trunk5 stable5
#: conf/dlgperformancebase.ui:213
#, kde-format
msgid "Aggr&essive"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, greedyRadio)
#. +> trunk5 stable5
#: conf/dlgperformancebase.ui:223
#, kde-format
msgid "G&reedy"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: conf/dlgperformancebase.ui:302
#, kde-format
msgid "Rendering"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_TextAntialias)
#. +> trunk5 stable5
#: conf/dlgperformancebase.ui:308
#, kde-format
msgid "Enable Text Antialias"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_GraphicsAntialias)
#. +> trunk5 stable5
#: conf/dlgperformancebase.ui:315
#, kde-format
msgid "Enable Graphics Antialias"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_TextHinting)
#. +> trunk5 stable5
#: conf/dlgperformancebase.ui:322
#, kde-format
msgid "Enable Text Hinting"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgpresentation.cpp:35
#, kde-format
msgctxt "@label:listbox The current screen, for the presentation mode"
msgid "Current Screen"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgpresentation.cpp:36
#, kde-format
msgctxt "@label:listbox The default screen for the presentation mode"
msgid "Default Screen"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgpresentation.cpp:40
#, kde-format
msgctxt "@label:listbox %1 is the screen number (0, 1, ...)"
msgid "Screen %1"
msgstr ""
#. +> trunk5 stable5
#: conf/dlgpresentation.cpp:55
#, kde-format
msgctxt "Advance every %1 seconds"
msgid " second"
msgid_plural " seconds"
msgstr[0] ""
msgstr[1] ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:29
#, kde-format
msgid "Navigation"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_SlidesAdvance)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:67
#, kde-format
msgid "Advance every:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_SlidesLoop)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:86
#, kde-format
msgid "Loop after last page"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:104
#, kde-format
msgid "Background color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:117
#, kde-format
msgid "Mouse cursor:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesCursor)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:128
#, kde-format
msgid "Hidden After Delay"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesCursor)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:133
#, kde-format
msgid "Always Visible"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesCursor)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:138
#, kde-format
msgid "Always Hidden"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_SlidesShowProgress)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:148
#, kde-format
msgid "Show &progress indicator"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_SlidesShowSummary)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:155
#, kde-format
msgid "Show s&ummary page"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, kcfg_SlidesTransitionsEnabled)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:165
#, kde-format
msgid "Enable transitions"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:177
#, kde-format
msgid "Default transition:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:188
#, kde-format
msgid "Blinds Vertical"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:193
#, kde-format
msgid "Blinds Horizontal"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:198
#, kde-format
msgid "Box In"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:203
#, kde-format
msgid "Box Out"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:208
#, kde-format
msgid "Dissolve"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:213
#, kde-format
msgid "Fade"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:218
#, kde-format
msgid "Glitter Down"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:223
#, kde-format
msgid "Glitter Right"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:228
#, kde-format
msgid "Glitter Right-Down"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:233
#, kde-format
msgid "Random Transition"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:238
#, kde-format
msgid "Replace"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:243
#, kde-format
msgid "Split Horizontal In"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:248
#, kde-format
msgid "Split Horizontal Out"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:253
#, kde-format
msgid "Split Vertical In"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:258
#, kde-format
msgid "Split Vertical Out"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:263
#, kde-format
msgid "Wipe Down"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:268
#, kde-format
msgid "Wipe Right"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:273
#, kde-format
msgid "Wipe Left"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_SlidesTransition)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:278
#, kde-format
msgid "Wipe Up"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:289
#, kde-format
msgid "Placement"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:295
#, kde-format
msgid "Screen:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, annotationToolsGroupBox)
#. +> trunk5 stable5
#: conf/dlgpresentationbase.ui:311
#, kde-format
msgid "Drawing Tool Configuration"
msgstr ""
#. +> trunk5 stable5
#: conf/editannottooldialog.cpp:53 conf/editdrawingtooldialog.cpp:46
#, kde-format
msgid "&Name:"
msgstr ""
#. +> trunk5 stable5
#: conf/editannottooldialog.cpp:62
#, kde-format
msgid "&Type:"
msgstr ""
#. +> trunk5 stable5
#: conf/editannottooldialog.cpp:80 ui/guiutils.cpp:74
#: ui/pageviewannotator.cpp:218 ui/pageviewannotator.cpp:1093
#, kde-format
msgid "Pop-up Note"
msgstr ""
#. +> trunk5 stable5
#: conf/editannottooldialog.cpp:81 ui/guiutils.cpp:76
#: ui/pageviewannotator.cpp:203 ui/pageviewannotator.cpp:1091
#, kde-format
msgid "Inline Note"
msgstr ""
#. +> trunk5 stable5
#: conf/editannottooldialog.cpp:82 ui/guiutils.cpp:108
#: ui/pageviewannotator.cpp:1089
#, kde-format
msgid "Freehand Line"
msgstr ""
#. +> trunk5 stable5
#: conf/editannottooldialog.cpp:83 ui/guiutils.cpp:80
#: ui/pageviewannotator.cpp:1103
#, kde-format
msgid "Straight Line"
msgstr ""
#. +> trunk5 stable5
#: conf/editannottooldialog.cpp:84 ui/guiutils.cpp:82
#: ui/pageviewannotator.cpp:1095
#, kde-format
msgid "Polygon"
msgstr ""
#. +> trunk5 stable5
#: conf/editannottooldialog.cpp:85
#, kde-format
msgid "Text markup"
msgstr ""
#. +> trunk5 stable5
#: conf/editannottooldialog.cpp:86
#, kde-format
msgid "Geometrical shape"
msgstr ""
#. +> trunk5 stable5
#: conf/editannottooldialog.cpp:87 ui/guiutils.cpp:105
#: ui/pageviewannotator.cpp:1101
#, kde-format
msgid "Stamp"
msgstr ""
#. +> trunk5 stable5
#: conf/editannottooldialog.cpp:93
#, kde-format
msgid "Create annotation tool"
msgstr ""
#. +> trunk5 stable5
#: conf/editannottooldialog.cpp:97
#, kde-format
msgid "Edit annotation tool"
msgstr ""
#. +> trunk5 stable5
#: conf/editdrawingtooldialog.cpp:53
#, kde-format
msgid "Color:"
msgstr ""
#. +> trunk5 stable5
#: conf/editdrawingtooldialog.cpp:60
#, kde-format
msgid "&Pen Width:"
msgstr ""
#. +> trunk5 stable5
#: conf/editdrawingtooldialog.cpp:66
#, kde-format
msgctxt "Suffix for the pen width, eg '10 px'"
msgid " px"
msgstr ""
#. +> trunk5 stable5
#: conf/editdrawingtooldialog.cpp:70 ui/annotationwidgets.cpp:209
#, kde-format
msgid "&Opacity:"
msgstr ""
#. +> trunk5 stable5
#: conf/editdrawingtooldialog.cpp:76 ui/annotationwidgets.cpp:214
#, kde-format
msgctxt "Suffix for the opacity level, eg '80 %'"
msgid " %"
msgstr ""
#. +> trunk5 stable5
#: conf/editdrawingtooldialog.cpp:82
#, kde-format
msgid "Create drawing tool"
msgstr ""
#. +> trunk5 stable5
#: conf/editdrawingtooldialog.cpp:89
#, kde-format
msgid "Edit drawing tool"
msgstr ""
#. +> trunk5 stable5
#: conf/preferencesdialog.cpp:40
#, kde-format
msgid "General"
msgstr ""
#. +> trunk5 stable5
#: conf/preferencesdialog.cpp:40
#, kde-format
msgid "General Options"
msgstr ""
#. +> trunk5 stable5
#: conf/preferencesdialog.cpp:41
#, kde-format
msgid "Accessibility"
msgstr ""
#. +> trunk5 stable5
#: conf/preferencesdialog.cpp:41
#, kde-format
msgid "Accessibility Reading Aids"
msgstr ""
#. +> trunk5 stable5
#: conf/preferencesdialog.cpp:42
#, kde-format
msgid "Performance"
msgstr ""
#. +> trunk5 stable5
#: conf/preferencesdialog.cpp:42
#, kde-format
msgid "Performance Tuning"
msgstr ""
#. +> trunk5 stable5
#: conf/preferencesdialog.cpp:45
#, kde-format
msgid "Configure Viewer"
msgstr ""
#. +> trunk5 stable5
#: conf/preferencesdialog.cpp:52
#, kde-format
msgid "Presentation"
msgstr ""
#. +> trunk5 stable5
#: conf/preferencesdialog.cpp:53
#, kde-format
msgid "Options for Presentation Mode"
msgstr ""
#. +> trunk5 stable5
#: conf/preferencesdialog.cpp:54
#, kde-format
msgid "Annotations"
msgstr ""
#. +> trunk5 stable5
#: conf/preferencesdialog.cpp:55
#, kde-format
msgid "Annotation Options"
msgstr ""
#. +> trunk5 stable5
#: conf/preferencesdialog.cpp:56
#, kde-format
msgid "Editor Options"
msgstr ""
#. +> trunk5 stable5
#: conf/widgetconfigurationtoolsbase.cpp:33
#, kde-format
msgid "&Add..."
msgstr ""
#. +> trunk5 stable5
#: conf/widgetconfigurationtoolsbase.cpp:36
#, kde-format
msgid "&Edit..."
msgstr ""
#. +> trunk5 stable5
#: conf/widgetconfigurationtoolsbase.cpp:40
#, kde-format
msgid "&Remove"
msgstr ""
#. +> trunk5 stable5
#: conf/widgetconfigurationtoolsbase.cpp:44
#, kde-format
msgid "Move &Up"
msgstr ""
#. +> trunk5 stable5
#: conf/widgetconfigurationtoolsbase.cpp:48
#, kde-format
msgid "Move &Down"
msgstr ""
#. +> trunk5 stable5
#: conf/widgetdrawingtools.cpp:113
#, kde-format
msgid "Default Drawing Tool #%1"
msgstr ""
#. +> trunk5 stable5
#: conf/widgetdrawingtools.cpp:148 conf/widgetdrawingtools.cpp:192
#, kde-format
msgid "Duplicated Name"
msgstr ""
#. +> trunk5 stable5
#: conf/widgetdrawingtools.cpp:148 conf/widgetdrawingtools.cpp:192
#, kde-format
msgid "There's already a tool with that name. Using a default one"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:121
#, kde-format
msgid "Go to page %1"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:122
#, kde-format
msgid "Open external file"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:180
#, kde-format
msgid "Execute '%1'..."
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:279
#, kde-format
msgid "First Page"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:281 ui/presentationwidget.cpp:171
#, kde-format
msgid "Previous Page"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:283 ui/presentationwidget.cpp:187
#, kde-format
msgid "Next Page"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:285
#, kde-format
msgid "Last Page"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:287
#, kde-format
msgid "Back"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:289
#, kde-format
msgid "Forward"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:291
#, kde-format
msgid "Quit"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:293
#, kde-format
msgid "Start Presentation"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:295
#, kde-format
msgid "End Presentation"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:297
#, kde-format
msgid "Find..."
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:299
#, kde-format
msgid "Go To Page..."
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:346
#, kde-format
msgid "Play sound..."
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:413 core/action.cpp:526
#, kde-format
msgid "JavaScript Script"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:461
#, kde-format
msgid "Play movie..."
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:531
#, kde-format
msgid "Play movie"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:533
#, kde-format
msgid "Stop movie"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:535
#, kde-format
msgid "Pause movie"
msgstr ""
#. +> trunk5 stable5
#: core/action.cpp:537
#, kde-format
msgid "Resume movie"
msgstr ""
#. +> trunk5 stable5
#: core/chooseenginedialog.cpp:25
#, kde-format
msgid "Backend Selection"
msgstr ""
#. +> trunk5 stable5
#: core/chooseenginedialog.cpp:43
#, kde-format
msgid ""
"<qt>More than one backend found for the MIME type:<br />"
"<b>%1</b> (%2).<br />"
"<br />"
"Please select which one to use:</qt>"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:183
#, kde-format
msgctxt "paper type and orientation (eg: Portrait A4)"
msgid "Portrait %1"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:185
#, kde-format
msgctxt "paper type and orientation (eg: Portrait A4)"
msgid "Landscape %1"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:212
#, kde-format
msgctxt "%1 is width, %2 is height, %3 is paper size name"
msgid "%1 x %2 in (%3)"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:216
#, kde-format
msgctxt "%1 is width, %2 is height, %3 is paper size name"
msgid "%1 x %2 mm (%3)"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:1658
#, kde-format
msgid "Continuing search from beginning"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:1663
#, kde-format
msgid "Continuing search from bottom"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:2442
#, kde-format
msgid "Can not find a plugin which is able to handle the document being passed."
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:3571
#, kde-format
msgctxt "remove a collection of annotations from the page"
msgid "remove annotations"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:4144 core/document.cpp:4152
#, kde-format
msgid "The document is trying to execute an external application and, for your safety, Okular does not allow that."
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:4165
#, kde-format
msgid "No application found for opening file of mimetype %1."
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:4418
#, kde-format
msgid "Could not open a temporary file"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:4420
#, kde-format
msgid "Print conversion failed"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:4422
#, kde-format
msgid "Printing process crashed"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:4424
#, kde-format
msgid "Printing process could not start"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:4426
#, kde-format
msgid "Printing to file failed"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:4428
#, kde-format
msgid "Printer was in invalid state"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:4430
#, kde-format
msgid "Unable to find file to print"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:4432
#, kde-format
msgid "There was no file to print"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:4434
#, kde-format
msgid "Could not find a suitable binary for printing. Make sure CUPS lpr binary is available"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:4436
#, kde-format
msgid "The page print size is invalid"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5523
#, kde-format
msgid "Title"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5526
#, kde-format
msgid "Subject"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5529
#, kde-format
msgid "Description"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5532
#, kde-format
msgid "Author"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5535
#, kde-format
msgid "Creator"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5538
#, kde-format
msgid "Producer"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5541
#, kde-format
msgid "Copyright"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5544
#, kde-format
msgid "Pages"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5547
#, kde-format
msgid "Created"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5550
#, kde-format
msgid "Modified"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5553
#, kde-format
msgid "Mime Type"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5556
#, kde-format
msgid "Category"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5559
#, kde-format
msgid "Keywords"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5562
#, kde-format
msgid "File Path"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5565
#, kde-format
msgid "File Size"
msgstr ""
#. +> trunk5 stable5
#: core/document.cpp:5568
#, kde-format
msgid "Page Size"
msgstr ""
#. +> trunk5 stable5
#: core/documentcommands.cpp:69
#, kde-format
msgctxt "Add an annotation to the page"
msgid "add annotation"
msgstr ""
#. +> trunk5 stable5
#: core/documentcommands.cpp:116
#, kde-format
msgctxt "Remove an annotation from the page"
msgid "remove annotation"
msgstr ""
#. +> trunk5 stable5
#: core/documentcommands.cpp:167
#, kde-format
msgctxt "Modify an annotation's internal properties (Color, line-width, etc.)"
msgid "modify annotation properties"
msgstr ""
#. +> trunk5 stable5
#: core/documentcommands.cpp:205
#, kde-format
msgctxt "Translate an annotation's position on the page"
msgid "translate annotation"
msgstr ""
#. +> trunk5 stable5
#: core/documentcommands.cpp:282
#, kde-format
msgctxt "Change an annotation's size"
msgid "adjust annotation"
msgstr ""
#. +> trunk5 stable5
#: core/documentcommands.cpp:355
#, kde-format
msgctxt "Generic text edit command"
msgid "edit text"
msgstr ""
#. +> trunk5 stable5
#: core/documentcommands.cpp:444
#, kde-format
msgctxt "Edit an annotation's text contents"
msgid "edit annotation contents"
msgstr ""
#. +> trunk5 stable5
#: core/documentcommands.cpp:502
#, kde-format
msgctxt "Edit an form's text contents"
msgid "edit form contents"
msgstr ""
#. +> trunk5 stable5
#: core/documentcommands.cpp:559
#, kde-format
msgctxt "Edit a list form's choices"
msgid "edit list form choices"
msgstr ""
#. +> trunk5 stable5
#: core/documentcommands.cpp:601
#, kde-format
msgctxt "Edit a combo form's selection"
msgid "edit combo form selection"
msgstr ""
#. +> trunk5 stable5
#: core/documentcommands.cpp:690
#, kde-format
msgctxt "Edit the state of a group of form buttons"
msgid "edit form button states"
msgstr ""
#. +> trunk5 stable5
#: core/generator.cpp:771
#, kde-format
msgid "Plain &Text..."
msgstr ""
#. +> trunk5 stable5
#: core/generator.cpp:774
#, kde-format
msgid "PDF"
msgstr ""
#. +> trunk5 stable5
#: core/generator.cpp:779
#, kde-format
msgctxt "This is the document format"
msgid "OpenDocument Text"
msgstr ""
#. +> trunk5 stable5
#: core/generator.cpp:783
#, kde-format
msgctxt "This is the document format"
msgid "HTML"
msgstr ""
#. +> trunk5 stable5
#: core/sourcereference.cpp:102
#, kde-format
msgctxt "'source' is a source file"
msgid "Source: %1"
msgstr ""
#. +> trunk5 stable5
#: core/textdocumentsettings.cpp:40
#, kde-format
msgid "&Default Font:"
msgstr ""
#. i18n: ectx: Menu (file)
#. +> trunk5 stable5
#: part-viewermode.rc:5 part.rc:4
#, kde-format
msgid "&File"
msgstr ""
#. i18n: ectx: Menu (settings)
#. +> trunk5 stable5
#: part-viewermode.rc:9 part.rc:85
#, kde-format
msgid "&Settings"
msgstr ""
#. i18n: ectx: Menu (help)
#. +> trunk5 stable5
#: part-viewermode.rc:14 part.rc:91
#, kde-format
msgid "&Help"
msgstr ""
#. i18n: ectx: Menu (view_orientation)
#. +> trunk5 stable5
#: part-viewermode.rc:31 part.rc:41
#, kde-format
msgid "&Orientation"
msgstr ""
#. i18n: ectx: Menu (bookmarks)
#. i18n: ectx: Menu (okular_bookmarks)
#. +> trunk5 stable5
#: part-viewermode.rc:50 part.rc:63
#, kde-format
msgid "&Bookmarks"
msgstr ""
#. i18n: ectx: ToolBar (OkularViewerToolBar)
#. +> trunk5 stable5
#: part-viewermode.rc:63
#, kde-format
msgid "Viewer Toolbar"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:422
#, kde-format
msgid "Contents"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:428
#, kde-format
msgid "Layers"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:440
#, kde-format
msgid "Thumbnails"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:446
#, kde-format
msgid "Reviews"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:451
#, kde-format
msgid "Bookmarks"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:485
#, kde-format
msgid ""
"This document contains annotations or form data that were saved internally by a previous Okular version. Internal storage is <b>no longer supported</b>.<br/>"
"Please save to a file in order to move them if you want to continue to edit the document."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:491
#, kde-format
msgid "This document has embedded files. <a href=\"okular:/embeddedfiles\">Click here to see them</a> or go to File -> Embedded Files."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:645
#, kde-format
msgctxt "Previous page"
msgid "Previous"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:646
#, kde-format
msgid "Go back to the Previous Page"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:647
#, kde-format
msgid "Moves to the previous page of the document"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:657
#, kde-format
msgctxt "Next page"
msgid "Next"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:658
#, kde-format
msgid "Advance to the Next Page"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:659
#, kde-format
msgid "Moves to the next page of the document"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:670
#, kde-format
msgid "Beginning of the document"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:671
#, kde-format
msgid "Moves to the beginning of the document"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:675
#, kde-format
msgid "End of the document"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:676
#, kde-format
msgid "Moves to the end of the document"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:687 part.cpp:2325 ui/bookmarklist.cpp:249 ui/bookmarklist.cpp:276
#, kde-format
msgid "Rename Bookmark"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:689
#, kde-format
msgid "Rename the current bookmark"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:693
#, kde-format
msgid "Previous Bookmark"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:695
#, kde-format
msgid "Go to the previous bookmark"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:699
#, kde-format
msgid "Next Bookmark"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:701
#, kde-format
msgid "Go to the next bookmark"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:727
#, kde-format
msgid "Configure Okular..."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:732
#, kde-format
msgid "Configure Viewer..."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:739
#, kde-format
msgid "Configure Viewer Backends..."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:743
#, kde-format
msgid "Configure Backends..."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:756 ui/annotationpopup.cpp:105 ui/annotationpopup.cpp:140
#: ui/propertiesdialog.cpp:53
#, kde-format
msgid "&Properties"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:777
#, kde-format
msgid "About Backend"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:782
#, kde-format
msgid "Reloa&d"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:784
#, kde-format
msgid "Reload the current document from disk."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:790
#, kde-format
msgid "Close &Find Bar"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:795
#, kde-format
msgid "Page Number"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:838
#, kde-format
msgid "Show &Navigation Panel"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:846
#, kde-format
msgid "Show &Page Bar"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:852
#, kde-format
msgid "&Embedded Files"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:858
#, kde-format
msgid "E&xport As"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:870
#, kde-format
msgid "S&hare"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:879
#, kde-format
msgid "P&resentation"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:886
#, kde-format
msgid "&Import PostScript as PDF..."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:891
#, kde-format
msgid "&Get Books From Internet..."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:896
#, kde-format
msgid "Switch Blackscreen Mode"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:904
#, kde-format
msgid "Erase Drawings"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:909
#, kde-format
msgid "Configure Annotations..."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:914
#, kde-format
msgid "Play/Pause Presentation"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1064
#, kde-format
msgid "Could not open '%1'. File does not exist"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1071
#, kde-format
msgid "Could not open '%1' (%2) "
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1126
#, kde-format
msgid "The loading of %1 has been canceled."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1142
#, kde-format
msgid "Could not open %1. Reason: %2"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1174
#, kde-format
msgid "Configure Viewer Backends"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1178
#, kde-format
msgid "Configure Backends"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1267
#, kde-format
msgid "The program \"ps2pdf\" was not found, so Okular can not import PS files using it."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1267
#, kde-format
msgid "ps2pdf not found"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1272
#, kde-format
msgid "PostScript files (%1)"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1288
#, kde-format
msgid "Importing PS file as PDF (this may take a while)..."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1427
#, kde-format
msgid "Please enter the password to read the document:"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1429
#, kde-format
msgid "Incorrect password. Try again:"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1434
#, kde-format
msgid "Document Password"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1545
#, kde-format
msgid "This document has XFA forms, which are currently <b>unsupported</b>."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1553
#, kde-format
msgid "This document has forms. Click on the button to interact with them, or use View -> Show Forms."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1633
#, kde-format
msgid ""
"This document wants to be shown full screen.\n"
"Leave normal mode and enter presentation mode?"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1635
#, kde-format
msgid "Request to Change Viewing Mode"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1636
#, kde-format
msgid "Enter Presentation Mode"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1637
#, kde-format
msgid "Deny Request"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1716
#, kde-format
msgid "Could not open %1"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1736
#, kde-format
msgid ""
"There are unsaved changes, and the file '%1' has been modified by another program. Your changes will be lost, because the file can no longer be saved.<br>"
"Do you want to continue reloading the file?"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1737 part.cpp:1745 part.cpp:2504
#, kde-format
msgid "File Changed"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1738
#, kde-format
msgid "Continue Reloading"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1739
#, kde-format
msgid "Abort Reloading"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1744
#, kde-format
msgid ""
"There are unsaved changes, and the file '%1' has been modified by another program. Your changes will be lost, because the file can no longer be saved.<br>"
"Do you want to continue closing the file?"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1746
#, kde-format
msgid "Continue Closing"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1747
#, kde-format
msgid "Abort Closing"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1753
#, kde-format
msgid "Do you want to save your changes to \"%1\" or discard them?"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1754
#, kde-format
msgid "Close Document"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1872
#, kde-format
msgid "This link points to a close document action that does not work when using the embedded viewer."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1878
#, kde-format
msgid "This link points to a quit application action that does not work when using the embedded viewer."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:1980 part.cpp:1999
#, kde-format
msgid "Reloading the document..."
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:2134 part.cpp:2997 ui/bookmarklist.cpp:250
+#: part.cpp:2134 part.cpp:3001 ui/bookmarklist.cpp:250
#, kde-format
msgid "Remove Bookmark"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2200
#, kde-format
msgid "Go to Page"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2223
#, kde-format
msgid "&Page:"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2325
#, kde-format
msgid "Enter the new name of the bookmark:"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2376
#, kde-format
msgid "Rename this Bookmark"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2379
#, kde-format
msgid "Remove this Bookmark"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:2469 part.cpp:2470 part.cpp:3158
+#: part.cpp:2469 part.cpp:2470 part.cpp:3162
#, kde-format
msgctxt "File type name and pattern"
msgid "%1 (%2)"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2479
#, kde-format
msgid "Save As"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2505
#, kde-format
msgid "The file '%1' has been modified by another program, which means it can no longer be saved."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2513
#, kde-format
msgid ""
"The current document is protected with a password.<br />"
"In order to save, the file needs to be reloaded. You will be asked for the password again and your undo/redo history will be lost.<br />"
"Do you want to continue?"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2514 part.cpp:2549
#, kde-format
msgid "Save - Warning"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2533
#, kde-format
msgid "Could not open the temporary file for saving."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2548
#, kde-format
msgid ""
"After saving, the current document format requires the file to be reloaded. Your undo/redo history will be lost.<br />"
"Do you want to continue?"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:2563 part.cpp:2634 part.cpp:2657 part.cpp:3175
+#: part.cpp:2563 part.cpp:2634 part.cpp:2657 part.cpp:3179
#, kde-format
msgid "File could not be saved in '%1'. Try to save it to another location."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2576
#, kde-format
msgid "Filled form contents"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2577
#, kde-format
msgid "User annotations"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2583
#, kde-format
msgid "You are about to save changes, but the current file format does not support saving the following elements. Please use the <i>Okular document archive</i> format to preserve them."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2586 part.cpp:2609
#, kde-format
msgid "Warning"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2587 part.cpp:2610
#, kde-format
msgid "Save as Okular document archive..."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2602
#, kde-format
msgid "You are about to save changes, but the current file format does not support saving the following elements. Please use the <i>Okular document archive</i> format to preserve them. Click <i>Continue</i> to save the document and discard these elements."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2603
#, kde-format
msgid "You are about to save changes, but the current file format does not support saving the following elements. Please use the <i>Okular document archive</i> format to preserve them. Click <i>Continue</i> to save, but you will lose these elements as well as the undo/redo history."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2605
#, kde-format
msgid "Continue"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2606
#, kde-format
msgid "Continue losing changes"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2636
#, kde-format
msgid "File could not be saved in '%1'. %2"
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2680
#, kde-format
msgid ""
"Okular cannot copy %1 to the specified location.\n"
"\n"
"The document does not exist anymore."
msgstr ""
#. +> trunk5 stable5
#: part.cpp:2714
#, kde-format
msgid "File could not be saved in '%1'. Error: '%2'. Try to save it to another location."
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:2994 ui/annotationmodel.cpp:331
+#: part.cpp:2998 ui/annotationmodel.cpp:331
#, kde-format
msgid "Page %1"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:2999
+#: part.cpp:3003
#, kde-format
msgid "Add Bookmark"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3009
+#: part.cpp:3013
#, kde-format
msgid "Tools"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3212
+#: part.cpp:3216
#, kde-format
msgctxt "@title:window"
msgid "Print"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3276
+#: part.cpp:3280
#, kde-format
msgid "Printing this document is not allowed."
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3285
+#: part.cpp:3289
#, kde-format
msgid "Could not print the document. Unknown error. Please report to bugs.kde.org"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3289
+#: part.cpp:3293
#, kde-format
msgid "Could not print the document. Detailed error is \"%1\". Please report to bugs.kde.org"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3375
+#: part.cpp:3379
#, kde-format
msgid "Go to the place you were before"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3379
+#: part.cpp:3383
#, kde-format
msgid "Go to the place you were after"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3404
+#: part.cpp:3408
#, kde-format
msgid "<qt><strong>File Error!</strong> Could not create temporary file <nobr><strong>%1</strong></nobr>.</qt>"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3417
+#: part.cpp:3421
#, kde-format
msgid "<qt><strong>File Error!</strong> Could not open the file <nobr><strong>%1</strong></nobr> for uncompression. The file will not be loaded.</qt>"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3420
+#: part.cpp:3424
#, kde-format
msgid "<qt>This error typically occurs if you do not have enough permissions to read the file. You can check ownership and permissions if you right-click on the file in the Dolphin file manager and then choose the 'Properties' tab.</qt>"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3442
+#: part.cpp:3446
#, kde-format
msgid "<qt><strong>File Error!</strong> Could not uncompress the file <nobr><strong>%1</strong></nobr>. The file will not be loaded.</qt>"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3445
+#: part.cpp:3449
#, kde-format
msgid "<qt>This error typically occurs if the file is corrupt. If you want to be sure, try to decompress the file manually using command-line tools.</qt>"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3474
+#: part.cpp:3478
#, kde-format
msgid "No Bookmarks"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3548
+#: part.cpp:3552
#, kde-format
msgid "There was a problem sharing the document: %1"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3549 part.cpp:3556
+#: part.cpp:3553 part.cpp:3560
#, kde-format
msgid "Share"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3553
+#: part.cpp:3557
#, kde-format
msgid "Document shared successfully"
msgstr ""
#. +> trunk5 stable5
-#: part.cpp:3555
+#: part.cpp:3559
#, kde-format
msgid "You can find the shared document at: <a href=\"%1\">%1</a>"
msgstr ""
#. i18n: ectx: Menu (edit)
#. +> trunk5 stable5
#: part.rc:17
#, kde-format
msgid "&Edit"
msgstr ""
#. i18n: ectx: Menu (view)
#. +> trunk5 stable5
#: part.rc:29
#, kde-format
msgid "&View"
msgstr ""
#. i18n: ectx: Menu (go)
#. +> trunk5 stable5
#: part.rc:51
#, kde-format
msgid "&Go"
msgstr ""
#. i18n: ectx: Menu (tools)
#. +> trunk5 stable5
#: part.rc:71
#, kde-format
msgid "&Tools"
msgstr ""
#. i18n: ectx: ToolBar (mainToolBar)
#. +> trunk5 stable5
#: part.rc:95 shell/shell.rc:22
#, kde-format
msgid "Main Toolbar"
msgstr ""
#. +> trunk5 stable5
#: shell/main.cpp:50
#, kde-format
msgid "Page of the document to be shown"
msgstr ""
#. +> trunk5 stable5
#: shell/main.cpp:51
#, kde-format
msgid "Start the document in presentation mode"
msgstr ""
#. +> trunk5 stable5
#: shell/main.cpp:52
#, kde-format
msgid "Start with print dialog"
msgstr ""
#. +> trunk5 stable5
#: shell/main.cpp:53
#, kde-format
msgid "Start with print dialog and exit after printing"
msgstr ""
#. +> trunk5 stable5
#: shell/main.cpp:54
#, kde-format
msgid "\"Unique instance\" control"
msgstr ""
#. +> trunk5 stable5
#: shell/main.cpp:55
#, kde-format
msgid "Not raise window"
msgstr ""
#. +> trunk5 stable5
#: shell/main.cpp:56
#, kde-format
msgid "Documents to open. Specify '-' to read from stdin."
msgstr ""
#. +> trunk5 stable5
#: shell/okular_main.cpp:127
#, kde-format
msgid "Error: Can't open more than one document with the --unique switch"
msgstr ""
#. +> trunk5 stable5
#: shell/okular_main.cpp:134
#, kde-format
msgid "Error: Can't open more than one document with the --presentation switch"
msgstr ""
#. +> trunk5 stable5
#: shell/okular_main.cpp:141
#, kde-format
msgid "Error: Can't open more than one document with the --print switch"
msgstr ""
#. +> trunk5 stable5
#: shell/okular_main.cpp:148
#, kde-format
msgid "Error: Can't open more than one document with the --page switch"
msgstr ""
#. +> trunk5 stable5
#: shell/shell.cpp:92
#, kde-format
msgid "Unable to find the Okular component: %1"
msgstr ""
#. +> trunk5 stable5
#: shell/shell.cpp:135
#, kde-format
msgid "There is already a unique Okular instance running. This instance won't be the unique one."
msgstr ""
#. +> trunk5 stable5
#: shell/shell.cpp:152
#, kde-format
msgid "Unable to find the Okular component."
msgstr ""
#. +> trunk5 stable5
#: shell/shell.cpp:341
#, kde-format
msgid ""
"Click to open a file\n"
"Click and hold to open a recent file"
msgstr ""
#. +> trunk5 stable5
#: shell/shell.cpp:342
#, kde-format
msgid "<b>Click</b> to open a file or <b>Click and hold</b> to select a recent file"
msgstr ""
#. +> trunk5 stable5
#: shell/shell.cpp:355
#, kde-format
msgid "Next Tab"
msgstr ""
#. +> trunk5 stable5
#: shell/shell.cpp:361
#, kde-format
msgid "Previous Tab"
msgstr ""
#. +> trunk5 stable5
#: shell/shell.cpp:471
#, kde-format
msgid "All files (*)"
msgstr ""
#. +> trunk5 stable5
#: shell/shell.cpp:472
#, kde-format
msgid "All supported files (%1)"
msgstr ""
#. +> trunk5 stable5
#: shell/shell.cpp:475
#, kde-format
msgid "Open Document"
msgstr ""
#. +> trunk5 stable5
#: shell/shell.cpp:580
#, kde-format
msgid "Confirm Close"
msgstr ""
#. +> trunk5 stable5
#: shell/shell.cpp:584
#, kde-format
msgid "Close Tabs"
msgstr ""
#. +> trunk5 stable5
#: shell/shell.cpp:590
#, kde-format
msgid "You are about to close %1 tabs. Are you sure you want to continue?"
msgstr ""
#. +> trunk5 stable5
#: shell/shell.cpp:591
#, kde-format
msgid "Warn me when I attempt to close multiple tabs"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpopup.cpp:88
#, kde-format
msgid "Annotation"
msgid_plural "%1 Annotations"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: ui/annotationpopup.cpp:90 ui/annotationpopup.cpp:130
#, kde-format
msgid "&Open Pop-up Note"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpopup.cpp:95 ui/annotationpopup.cpp:134
#, kde-format
msgid "&Delete"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpopup.cpp:115 ui/annotationpopup.cpp:149
#, kde-format
msgctxt "%1 is the name of the file to save"
msgid "&Save '%1'..."
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:57
#, kde-format
msgid "&Appearance"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:62
#, kde-format
msgid "&General"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:73
#, kde-format
msgid "Created: %1"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:78 ui/annotationpropertiesdialog.cpp:178
#, kde-format
msgid "Modified: %1"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:118
#, kde-format
msgid "Pop-up Note Properties"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:120
#, kde-format
msgid "Inline Note Properties"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:124
#, kde-format
msgid "Straight Line Properties"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:126
#, kde-format
msgid "Polygon Properties"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:129
#, kde-format
msgid "Geometry Properties"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:132
#, kde-format
msgid "Text Markup Properties"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:135
#, kde-format
msgid "Stamp Properties"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:138
#, kde-format
msgid "Freehand Line Properties"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:141
#, kde-format
msgid "Caret Properties"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:144
#, kde-format
msgid "File Attachment Properties"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:147
#, kde-format
msgid "Sound Properties"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:150
#, kde-format
msgid "Movie Properties"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationpropertiesdialog.cpp:153
#, kde-format
msgid "Annotation Properties"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:202
#, kde-format
msgid "&Color:"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:257
#, kde-format
msgid "Icon"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:262
#, kde-format
msgid "Comment"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:263
#, kde-format
msgid "Help"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:264
#, kde-format
msgid "Insert"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:265
#, kde-format
msgid "Key"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:266
#, kde-format
msgid "New Paragraph"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:267
#, kde-format
msgid "Note"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:268
#, kde-format
msgid "Paragraph"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:278
#, kde-format
msgid "Font:"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:284
#, kde-format
msgid "Align:"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:288
#, kde-format
msgid "Left"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:289
#, kde-format
msgid "Center"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:290
#, kde-format
msgid "Right"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:293
#, kde-format
msgid "Border Width:"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:340
#, kde-format
msgid "Stamp Symbol"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:347
#, kde-format
msgid "Bookmark"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:348
#, kde-format
msgid "KDE"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:349
#, kde-format
msgid "Information"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:350
#, kde-format
msgid "Approved"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:351
#, kde-format
msgid "As Is"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:352
#, kde-format
msgid "Confidential"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:353
#, kde-format
msgid "Departmental"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:354
#, kde-format
msgid "Draft"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:355
#, kde-format
msgid "Experimental"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:356
#, kde-format
msgid "Expired"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:357
#, kde-format
msgid "Final"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:358
#, kde-format
msgid "For Comment"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:359
#, kde-format
msgid "For Public Release"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:360
#, kde-format
msgid "Not Approved"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:361
#, kde-format
msgid "Not For Public Release"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:362
#, kde-format
msgid "Sold"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:363
#, kde-format
msgid "Top Secret"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:401
#, kde-format
msgid "Line Extensions"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:403
#, kde-format
msgid "Leader Line Length:"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:408
#, kde-format
msgid "Leader Line Extensions Length:"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:417 ui/annotationwidgets.cpp:509
#, kde-format
msgid "Style"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:419 ui/annotationwidgets.cpp:511
#: ui/annotationwidgets.cpp:591
#, kde-format
msgid "&Size:"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:427 ui/annotationwidgets.cpp:587
#, kde-format
msgid "Inner color:"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:546 ui/annotationwidgets.cpp:582
#, kde-format
msgid "Type:"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:552 ui/guiutils.cpp:91
#, kde-format
msgid "Highlight"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:553 ui/guiutils.cpp:94
#: ui/pageviewannotator.cpp:1099
#, kde-format
msgid "Squiggle"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:554 ui/guiutils.cpp:97
#: ui/pageviewannotator.cpp:1107
#, kde-format
msgid "Underline"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:555 ui/pageviewannotator.cpp:1105
#, kde-format
msgid "Strike out"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:597 ui/pageviewannotator.cpp:1097
#, kde-format
msgid "Rectangle"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:598 ui/pageviewannotator.cpp:1085
#, kde-format
msgid "Ellipse"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:651
#, kde-format
msgid "File Attachment Symbol"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:657
#, kde-format
msgctxt "Symbol for file attachment annotations"
msgid "Graph"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:658
#, kde-format
msgctxt "Symbol for file attachment annotations"
msgid "Push Pin"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:659
#, kde-format
msgctxt "Symbol for file attachment annotations"
msgid "Paperclip"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:660
#, kde-format
msgctxt "Symbol for file attachment annotations"
msgid "Tag"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:671
#, kde-format
msgctxt "'File' as normal file, that can be opened, saved, etc.."
msgid "File"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:675 ui/embeddedfilesdialog.cpp:92
#, kde-format
msgctxt "Not available size"
msgid "N/A"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:676
#, kde-format
msgid "No description available."
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:680
#, kde-format
msgid "Name: %1"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:684
#, kde-format
msgid "Size: %1"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:688
#, kde-format
msgid "Description:"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:754
#, kde-format
msgid "Caret Symbol"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:759
#, kde-format
msgctxt "Symbol for caret annotations"
msgid "None"
msgstr ""
#. +> trunk5 stable5
#: ui/annotationwidgets.cpp:760
#, kde-format
msgctxt "Symbol for caret annotations"
msgid "P"
msgstr ""
#. +> trunk5 stable5
#: ui/annotwindow.cpp:57
#, kde-format
msgid "Close this note"
msgstr ""
#. +> trunk5 stable5
#: ui/annotwindow.cpp:102 ui/findbar.cpp:65
#, kde-format
msgid "Options"
msgstr ""
#. +> trunk5 stable5
#: ui/annotwindow.cpp:113
#, kde-format
msgid ""
"This annotation may contain LaTeX code.\n"
"Click here to render."
msgstr ""
#. +> trunk5 stable5
#: ui/annotwindow.cpp:381
#, kde-format
msgid "Cannot find latex executable."
msgstr ""
#. +> trunk5 stable5
#: ui/annotwindow.cpp:381 ui/annotwindow.cpp:386 ui/annotwindow.cpp:391
#: ui/annotwindow.cpp:396
#, kde-format
msgid "LaTeX rendering failed"
msgstr ""
#. +> trunk5 stable5
#: ui/annotwindow.cpp:386
#, kde-format
msgid "Cannot find dvipng executable."
msgstr ""
#. +> trunk5 stable5
#: ui/annotwindow.cpp:391
#, kde-format
msgid "A problem occurred during the execution of the 'latex' command."
msgstr ""
#. +> trunk5 stable5
#: ui/annotwindow.cpp:396
#, kde-format
msgid "A problem occurred during the execution of the 'dvipng' command."
msgstr ""
#. +> trunk5 stable5
#: ui/bookmarklist.cpp:110
#, kde-format
msgctxt "%1 is the file name"
msgid ""
"%1\n"
"\n"
"One bookmark"
msgid_plural ""
"%1\n"
"\n"
"%2 bookmarks"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: ui/bookmarklist.cpp:155
#, kde-format
msgid "Current document only"
msgstr ""
#. +> trunk5 stable5
#: ui/bookmarklist.cpp:248
#, kde-format
msgid "Go to This Bookmark"
msgstr ""
#. +> trunk5 stable5
#: ui/bookmarklist.cpp:275
#, kde-format
msgctxt "Opens the selected document"
msgid "Open Document"
msgstr ""
#. +> trunk5 stable5
#: ui/bookmarklist.cpp:277
#, kde-format
msgid "Remove Bookmarks"
msgstr ""
#. i18n: tag tool attribute name
#. +> trunk5 stable5
#: ui/data/drawingtools.xml:11
#, kde-format
msgid "Red"
msgstr ""
#. i18n: tag tool attribute name
#. +> trunk5 stable5
#: ui/data/drawingtools.xml:16
#, kde-format
msgid "Green"
msgstr ""
#. i18n: tag tool attribute name
#. +> trunk5 stable5
#: ui/data/drawingtools.xml:21
#, kde-format
msgid "Blue"
msgstr ""
#. i18n: tag tool attribute name
#. +> trunk5 stable5
#: ui/data/drawingtools.xml:26
#, kde-format
msgid "Yellow"
msgstr ""
#. i18n: tag tool attribute name
#. +> trunk5 stable5
#: ui/data/drawingtools.xml:31
#, kde-format
msgid "Black"
msgstr ""
#. i18n: tag tool attribute name
#. +> trunk5 stable5
#: ui/data/drawingtools.xml:36
#, kde-format
msgid "White"
msgstr ""
#. +> trunk5 stable5
#: ui/drawingtoolactions.cpp:170
#, kde-format
msgid "Drawing Tool: %1"
msgstr ""
#. +> trunk5 stable5
#: ui/drawingtoolactions.cpp:192 ui/drawingtoolactions.cpp:193
#, kde-format
msgid "Eraser"
msgstr ""
#. +> trunk5 stable5
#: ui/embeddedfilesdialog.cpp:44
#, kde-format
msgctxt "Unknown date"
msgid "Unknown"
msgstr ""
#. +> trunk5 stable5
#: ui/embeddedfilesdialog.cpp:49
#, kde-format
msgctxt "@title:window"
msgid "Embedded Files"
msgstr ""
#. +> trunk5 stable5
#: ui/embeddedfilesdialog.cpp:63
#, kde-format
msgctxt "@action:button"
msgid "View"
msgstr ""
#. +> trunk5 stable5
#: ui/embeddedfilesdialog.cpp:71
#, kde-format
msgctxt "@title:column"
msgid "Name"
msgstr ""
#. +> trunk5 stable5
#: ui/embeddedfilesdialog.cpp:72
#, kde-format
msgctxt "@title:column"
msgid "Description"
msgstr ""
#. +> trunk5 stable5
#: ui/embeddedfilesdialog.cpp:73
#, kde-format
msgctxt "@title:column"
msgid "Size"
msgstr ""
#. +> trunk5 stable5
#: ui/embeddedfilesdialog.cpp:74
#, kde-format
msgctxt "@title:column"
msgid "Created"
msgstr ""
#. +> trunk5 stable5
#: ui/embeddedfilesdialog.cpp:75
#, kde-format
msgctxt "@title:column"
msgid "Modified"
msgstr ""
#. +> trunk5 stable5
#: ui/embeddedfilesdialog.cpp:156
#, kde-format
msgctxt "@action:inmenu"
msgid "&Save As..."
msgstr ""
#. +> trunk5 stable5
#: ui/embeddedfilesdialog.cpp:157
#, kde-format
msgctxt "@action:inmenu"
msgid "&View..."
msgstr ""
#. +> trunk5 stable5
#: ui/fileprinterpreview.cpp:137
#, kde-format
msgid "Could not load print preview part"
msgstr ""
#. +> trunk5 stable5
#: ui/fileprinterpreview.cpp:152
#, kde-format
msgid "Print Preview"
msgstr ""
#. +> trunk5 stable5
#: ui/findbar.cpp:36 ui/presentationsearchbar.cpp:66
#, kde-format
msgid "Close"
msgstr ""
#. +> trunk5 stable5
#: ui/findbar.cpp:40
#, kde-format
msgctxt "Find text"
msgid "F&ind:"
msgstr ""
#. +> trunk5 stable5
#: ui/findbar.cpp:51
#, kde-format
msgid "Text to search for"
msgstr ""
#. +> trunk5 stable5
#: ui/findbar.cpp:56
#, kde-format
msgctxt "Find and go to the next search match"
msgid "Next"
msgstr ""
#. +> trunk5 stable5
#: ui/findbar.cpp:57
#, kde-format
msgid "Jump to next match"
msgstr ""
#. +> trunk5 stable5
#: ui/findbar.cpp:60
#, kde-format
msgctxt "Find and go to the previous search match"
msgid "Previous"
msgstr ""
#. +> trunk5 stable5
#: ui/findbar.cpp:61
#, kde-format
msgid "Jump to previous match"
msgstr ""
#. +> trunk5 stable5
#: ui/findbar.cpp:66
#, kde-format
msgid "Modify search behavior"
msgstr ""
#. +> trunk5 stable5
#: ui/findbar.cpp:68
#, kde-format
msgid "Case sensitive"
msgstr ""
#. +> trunk5 stable5
#: ui/findbar.cpp:70
#, kde-format
msgid "From current page"
msgstr ""
#. +> trunk5 stable5
#: ui/findbar.cpp:72
#, kde-format
msgid "Find as you type"
msgstr ""
#. +> trunk5 stable5
#: ui/formwidgets.cpp:704
#, kde-format
msgid "*|All Files"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:80
#, kde-format
msgid "Straight Line with Comment"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:82
#, kde-format
msgid "Polygon with Comment"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:85
#, kde-format
msgid "Geometry with Comment"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:85
#, kde-format
msgid "Geometry"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:91
#, kde-format
msgid "Highlight with Comment"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:94
#, kde-format
msgid "Squiggle with Comment"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:97
#, kde-format
msgid "Underline with Comment"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:100
#, kde-format
msgid "Strike Out with Comment"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:100
#, kde-format
msgid "Strike Out"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:105
#, kde-format
msgid "Stamp with Comment"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:108
#, kde-format
msgid "Freehand Line with Comment"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:111
#, kde-format
msgid "Caret"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:114
#, kde-format
msgid "File Attachment"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:117
#, kde-format
msgid "Sound"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:120
#, kde-format
msgid "Movie"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:123
#, kde-format
msgctxt "Caption for a screen annotation"
msgid "Screen"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:126
#, kde-format
msgctxt "Caption for a widget annotation"
msgid "Widget"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:129
#, kde-format
msgctxt "Caption for a rich media annotation"
msgid "Rich Media"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:141
#, kde-format
msgctxt "Unknown author"
msgid "Unknown"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:158 ui/presentationwidget.cpp:379
#, kde-format
msgid "Author: %1"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:209 ui/propertiesdialog.cpp:214
#, kde-format
msgid "Where do you want to save %1?"
msgstr ""
#. +> trunk5 stable5
#: ui/guiutils.cpp:220 ui/propertiesdialog.cpp:227
#, kde-format
msgid "Could not open \"%1\" for writing. File was not saved."
msgstr ""
#. +> trunk5 stable5
#: ui/ktreeviewsearchline.cpp:285
#, kde-format
msgid "Search Options"
msgstr ""
#. +> trunk5 stable5
#: ui/ktreeviewsearchline.cpp:286
#, kde-format
msgctxt "Enable case sensitive search in the side navigation panels"
msgid "Case Sensitive"
msgstr ""
#. +> trunk5 stable5
#: ui/ktreeviewsearchline.cpp:289
#, kde-format
msgctxt "Enable regular expression search in the side navigation panels"
msgid "Regular Expression"
msgstr ""
#. +> trunk5 stable5
#: ui/ktreeviewsearchline.cpp:376
#, kde-format
msgid "S&earch:"
msgstr ""
#. +> trunk5 stable5
#: ui/minibar.cpp:187
#, kde-format
msgctxt "Layouted like: '5 [pages] of 10'"
msgid "of"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:476
#, kde-format
msgid "Zoom"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:496
#, kde-format
msgid "Rotate &Right"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:497
#, kde-format
msgctxt "Rotate right"
msgid "Right"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:501
#, kde-format
msgid "Rotate &Left"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:502
#, kde-format
msgctxt "Rotate left"
msgid "Left"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:506
#, kde-format
msgid "Original Orientation"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:511
#, kde-format
msgid "&Page Size"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:519
#, kde-format
msgid "&Trim View"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:523
#, kde-format
msgid "&Trim Margins"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:530
#, kde-format
msgid "Trim To &Selection"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:536
#, kde-format
msgid "Fit &Width"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:540
#, kde-format
msgid "Fit &Page"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:544
#, kde-format
msgid "&Auto Fit"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:548
#, kde-format
msgid "Fit Wi&ndow to Page"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:555
#, kde-format
msgid "&View Mode"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:568
#, kde-format
msgid "Single Page"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:569
#, kde-format
msgid "Facing Pages"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:570
#, kde-format
msgid "Facing Pages (Center First Page)"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:571
#, kde-format
msgid "Overview"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:583
#, kde-format
msgid "&Continuous"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:591
#, kde-format
msgid "&Browse Tool"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:594
#, kde-format
msgctxt "Browse Tool"
msgid "Browse"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:600
#, kde-format
msgid "&Zoom Tool"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:603
#, kde-format
msgctxt "Zoom Tool"
msgid "Zoom"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:609
#, kde-format
msgid "&Toggle Change Colors"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:623
#, kde-format
msgid "&Selection Tool"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:626
#, kde-format
msgctxt "Select Tool"
msgid "Selection"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:633
#, kde-format
msgid "&Text Selection Tool"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:636
#, kde-format
msgctxt "Text Selection Tool"
msgid "Text Selection"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:642
#, kde-format
msgid "T&able Selection Tool"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:645
#, kde-format
msgctxt "Table Selection Tool"
msgid "Table Selection"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:651
#, kde-format
msgid "&Magnifier"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:654
#, kde-format
msgctxt "Magnifier Tool"
msgid "Magnifier"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:660
#, kde-format
msgid "&Review"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:674
#, kde-format
msgid "Speak Whole Document"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:679
#, kde-format
msgid "Speak Current Page"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:684
#, kde-format
msgid "Stop Speaking"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:695
#, kde-format
msgid "Scroll Up"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:701
#, kde-format
msgid "Scroll Down"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:707
#, kde-format
msgid "Scroll Page Up"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:713
#, kde-format
msgid "Scroll Page Down"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:1144
#, kde-format
msgid " Loaded a one-page document."
msgid_plural " Loaded a %1-page document."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: ui/pageview.cpp:2811
#, kde-format
msgid "Text (1 character)"
msgid_plural "Text (%1 characters)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: ui/pageview.cpp:2812 ui/pageview.cpp:2830
#, kde-format
msgid "Copy to Clipboard"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:2818 ui/pageview.cpp:2979 ui/pageview.cpp:3107
#, kde-format
msgid "Copy forbidden by DRM"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:2822 ui/pageview.cpp:3102
#, kde-format
msgid "Speak Text"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:2829
#, kde-format
msgid "Image (%1 by %2 pixels)"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:2831
#, kde-format
msgid "Save to File..."
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:2853
#, kde-format
msgid "Image [%1x%2] copied to clipboard."
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:2858
#, kde-format
msgid "Save file"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:2858
#, kde-format
msgid "Images (*.png *.jpeg)"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:2860
#, kde-format
msgid "File not saved."
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:2871
#, kde-format
msgid "Image [%1x%2] saved to %3 file."
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:3098
#, kde-format
msgid "Copy Text"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:3121
#, kde-format
msgid "Go to '%1'"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:4307
#, kde-format
msgid "Hide Forms"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:4311
#, kde-format
msgid "Show Forms"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:4366
#, kde-format
msgid "Search for '%1' with"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:4381
#, kde-format
msgid "Configure Web Shortcuts..."
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:4402
#, kde-format
msgid "Follow This Link"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:4405
#, kde-format
msgid "Play this Sound"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:4407
#, kde-format
msgid "Stop Sound"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:4417
#, kde-format
msgid "Copy Link Address"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:4930
#, kde-format
msgid "Welcome"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:5032
#, kde-format
msgid "Select zooming area. Right-click to zoom out."
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:5048
#, kde-format
msgid "Click to see the magnified view."
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:5060
#, kde-format
msgid "Draw a rectangle around the text/graphics to copy."
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:5077
#, kde-format
msgid "Select text"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:5095
#, kde-format
msgid "Draw a rectangle around the table, then click near edges to divide up; press Esc to clear."
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:5132
#, kde-format
msgid "Annotations author"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:5133
#, kde-format
msgid "Please insert your name or initials:"
msgstr ""
#. +> trunk5 stable5
#: ui/pageview.cpp:5304
#, kde-format
msgid "Draw a rectangle around the page area you wish to keep visible"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:165
#, kde-format
msgid "Text of the new note:"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:167
#, kde-format
msgid "New Text Note"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:1024
#, kde-format
msgctxt "Annotation tool"
msgid "Draw an ellipse (drag to select a zone)"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:1026
#, kde-format
msgctxt "Annotation tool"
msgid "Highlight text"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:1028
#, kde-format
msgctxt "Annotation tool"
msgid "Draw a freehand line"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:1030
#, kde-format
msgctxt "Annotation tool"
msgid "Inline Text Annotation (drag to select a zone)"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:1032
#, kde-format
msgctxt "Annotation tool"
msgid "Put a pop-up note"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:1034
#, kde-format
msgctxt "Annotation tool"
msgid "Draw a polygon (click on the first point to close it)"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:1036
#, kde-format
msgctxt "Annotation tool"
msgid "Draw a rectangle"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:1038
#, kde-format
msgctxt "Annotation tool"
msgid "Squiggle text"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:1040
#, kde-format
msgctxt "Annotation tool"
msgid "Put a stamp symbol"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:1042
#, kde-format
msgctxt "Annotation tool"
msgid "Draw a straight line"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:1044
#, kde-format
msgctxt "Annotation tool"
msgid "Strike out text"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:1046
#, kde-format
msgctxt "Annotation tool"
msgid "Underline text"
msgstr ""
#. +> trunk5 stable5
#: ui/pageviewannotator.cpp:1087
#, kde-format
msgid "Highlighter"
msgstr ""
#. +> trunk5 stable5
#: ui/presentationsearchbar.cpp:80
#, kde-format
msgid "Find Next"
msgstr ""
#. +> trunk5 stable5
#: ui/presentationwidget.cpp:160
#, kde-format
msgctxt "[document title/filename] – Presentation"
msgid "%1 – Presentation"
msgstr ""
#. +> trunk5 stable5
#: ui/presentationwidget.cpp:215
#, kde-format
msgid "Switch Screen"
msgstr ""
#. +> trunk5 stable5
#: ui/presentationwidget.cpp:222
#, kde-format
msgctxt "%1 is the screen number (0, 1, ...)"
msgid "Screen %1"
msgstr ""
#. +> trunk5 stable5
#: ui/presentationwidget.cpp:229
#, kde-format
msgid "Exit Presentation Mode"
msgstr ""
#. +> trunk5 stable5
#: ui/presentationwidget.cpp:377
#, kde-format
msgid "Title: %1"
msgstr ""
#. +> trunk5 stable5
#: ui/presentationwidget.cpp:380
#, kde-format
msgid "Pages: %1"
msgstr ""
#. +> trunk5 stable5
#: ui/presentationwidget.cpp:381
#, kde-format
msgid "Click to begin"
msgstr ""
#. +> trunk5 stable5
#: ui/presentationwidget.cpp:525
#, kde-format
msgctxt "For Presentation"
msgid "Pause"
msgstr ""
#. +> trunk5 stable5
#: ui/presentationwidget.cpp:530
#, kde-format
msgctxt "For Presentation"
msgid "Play"
msgstr ""
#. +> trunk5 stable5
#: ui/presentationwidget.cpp:1595
#, kde-format
msgid "There are two ways of exiting presentation mode, you can press either ESC key or click with the quit button that appears when placing the mouse in the top-right corner. Of course you can cycle windows (Alt+TAB by default)"
msgstr ""
#. +> trunk5 stable5
#: ui/presentationwidget.cpp:1720
#, kde-format
msgctxt "Reason for inhibiting the screensaver activation, when the presentation mode is active"
msgid "Giving a presentation"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:48
#, kde-format
msgid "Unknown File"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:62
#, kde-format
msgid "%1 Properties"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:109
#, kde-format
msgctxt "mimetype information, example: \"PDF Document (application/pdf)\""
msgid "%1 (%2)"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:122
#, kde-format
msgid "%1:"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:129
#, kde-format
msgid "&Fonts"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:150
#, kde-format
msgid "Reading font information..."
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:209
#, kde-format
msgctxt "@action:inmenu"
msgid "&Extract Font"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:261
#, kde-format
msgid "Type 1"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:264
#, kde-format
msgid "Type 1C"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:267
#, kde-format
msgctxt "OT means OpenType"
msgid "Type 1C (OT)"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:270
#, kde-format
msgid "Type 3"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:273
#, kde-format
msgid "TrueType"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:276
#, kde-format
msgctxt "OT means OpenType"
msgid "TrueType (OT)"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:279
#, kde-format
msgid "CID Type 0"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:282
#, kde-format
msgid "CID Type 0C"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:285
#, kde-format
msgctxt "OT means OpenType"
msgid "CID Type 0C (OT)"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:288
#, kde-format
msgid "CID TrueType"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:291
#, kde-format
msgctxt "OT means OpenType"
msgid "CID TrueType (OT)"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:294
#, kde-format
msgid "TeX PK"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:297
#, kde-format
msgid "TeX virtual"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:300
#, kde-format
msgid "TeX Font Metric"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:303
#, kde-format
msgid "TeX FreeType-handled"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:306
#, kde-format
msgctxt "Unknown font type"
msgid "Unknown"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:320
#, kde-format
msgid "Embedded (subset)"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:323
#, kde-format
msgid "Fully embedded"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:334
#, kde-format
msgid "No"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:337
#, kde-format
msgid "Yes (subset)"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:340
#, kde-format
msgid "Yes"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:359
#, kde-format
msgctxt "font name not available (empty)"
msgid "[n/a]"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:374
#, kde-format
msgid "Unknown font"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:378
#, kde-format
msgid "Embedded: %1"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:411
#, kde-format
msgid "Name"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:412
#, kde-format
msgid "Type"
msgstr ""
#. +> trunk5 stable5
#: ui/propertiesdialog.cpp:413
#, kde-format
msgid "File"
msgstr ""
#. +> trunk5 stable5
#: ui/searchwidget.cpp:40
#, kde-format
msgid "Enter at least 3 letters to filter pages"
msgstr ""
#. +> trunk5 stable5
#: ui/searchwidget.cpp:50
#, kde-format
msgid "Case Sensitive"
msgstr ""
#. +> trunk5 stable5
#: ui/searchwidget.cpp:52
#, kde-format
msgid "Match Phrase"
msgstr ""
#. +> trunk5 stable5
#: ui/searchwidget.cpp:53
#, kde-format
msgid "Match All Words"
msgstr ""
#. +> trunk5 stable5
#: ui/searchwidget.cpp:54
#, kde-format
msgid "Match Any Word"
msgstr ""
#. +> trunk5 stable5
#: ui/searchwidget.cpp:73
#, kde-format
msgid "Filter Options"
msgstr ""
#. +> trunk5 stable5
#: ui/side_reviews.cpp:63
#, kde-format
msgid ""
"<div align=center>"
"<h3>No annotations</h3>"
"To create new annotations press F6 or select <i>Tools -&gt; Review</i> from the menu.</div>"
msgstr ""
#. +> trunk5 stable5
#: ui/side_reviews.cpp:130
#, kde-format
msgid "Group by Page"
msgstr ""
#. +> trunk5 stable5
#: ui/side_reviews.cpp:135
#, kde-format
msgid "Group by Author"
msgstr ""
#. +> trunk5 stable5
#: ui/side_reviews.cpp:143
#, kde-format
msgid "Show reviews for current page only"
msgstr ""
#. +> trunk5 stable5
#: ui/sidebar.cpp:767
#, kde-format
msgid "Show Text"
msgstr ""
#. +> trunk5 stable5
#: ui/sidebar.cpp:783
#, kde-format
msgid "Small Icons"
msgstr ""
#. +> trunk5 stable5
#: ui/sidebar.cpp:784
#, kde-format
msgid "Normal Icons"
msgstr ""
#. +> trunk5 stable5
#: ui/sidebar.cpp:785
#, kde-format
msgid "Large Icons"
msgstr ""
#. +> trunk5 stable5
#: ui/thumbnaillist.cpp:999
#, kde-format
msgid "Show bookmarked pages only"
msgstr ""
#. +> trunk5 stable5
#: ui/toolaction.cpp:21
#, kde-format
msgid "Selection Tools"
msgstr ""
#. +> trunk5 stable5
#: ui/toolaction.cpp:71 ui/toolaction.cpp:83
#, kde-format
msgid ""
"Click to use the current selection tool\n"
"Click and hold to choose another selection tool"
msgstr ""
#. +> trunk5 stable5
#: ui/videowidget.cpp:142
#, kde-format
msgctxt "start the movie playback"
msgid "Play"
msgstr ""
#. +> trunk5 stable5
#: ui/videowidget.cpp:147
#, kde-format
msgctxt "pause the movie playback"
msgid "Pause"
msgstr ""
#. +> trunk5 stable5
#: ui/videowidget.cpp:255
#, kde-format
msgctxt "stop the movie playback"
msgid "Stop"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kdereview/kdiff3._desktop_.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kdereview/kdiff3._desktop_.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/kdereview/kdiff3._desktop_.pot (revision 1522564)
@@ -1,36 +1,36 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: desktop files\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-10 09:24+0200\n"
+"POT-Creation-Date: 2018-08-14 09:28+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. +> trunk5
#: src/kdiff3part.desktop:2
msgctxt "Name"
msgid "KDiff3Part"
msgstr ""
#. +> trunk5
#: src/org.kde.kdiff3.desktop:2
msgctxt "Name"
msgid "KDiff3"
msgstr ""
#. +> trunk5
-#: src/org.kde.kdiff3.desktop:51
+#: src/org.kde.kdiff3.desktop:52
msgctxt "GenericName"
msgid "Diff/Patch Frontend"
msgstr ""
#. +> trunk5
-#: src/org.kde.kdiff3.desktop:104
+#: src/org.kde.kdiff3.desktop:106
msgctxt "Comment"
msgid "A File And Directory Comparison And Merge Tool"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kdereview/kdiff3.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kdereview/kdiff3.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/kdereview/kdiff3.pot (revision 1522564)
@@ -1,3754 +1,3754 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-13 09:03+0200\n"
+"POT-Creation-Date: 2018-08-14 09:28+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. +> trunk5
#, kde-format
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr ""
#. +> trunk5
#, kde-format
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr ""
#. +> trunk5
#: diff.cpp:258
#, kde-format
msgid "Writing clipboard data to temp file failed."
msgstr ""
#. +> trunk5
#: diff.cpp:262
#, kde-format
msgid "From Clipboard"
msgstr ""
#. +> trunk5
#: diff.cpp:563
#, kde-format
msgid "Expecting space after closing apostroph."
msgstr ""
#. +> trunk5
#: diff.cpp:566
#, kde-format
msgid "Not matching apostrophs."
msgstr ""
#. +> trunk5
#: diff.cpp:588
#, kde-format
msgid "Unexpected apostroph within argument."
msgstr ""
#. +> trunk5
#: diff.cpp:595
#, kde-format
msgid "No program specified."
msgstr ""
#. +> trunk5
#: diff.cpp:710
#, kde-format
msgid ""
"Preprocessing possibly failed. Check this command:\n"
"\n"
" %1\n"
"\n"
"The preprocessing command will be disabled now."
msgstr ""
#. +> trunk5
#: diff.cpp:757
#, kde-format
msgid ""
"The line-matching-preprocessing possibly failed. Check this command:\n"
"\n"
" %1\n"
"\n"
"The line-matching-preprocessing command will be disabled now."
msgstr ""
#. +> trunk5
#: diff.cpp:784
#, kde-format
msgid "File %1 too large to process. Skipping."
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:414
#, kde-format
msgid "File %1: Line %2"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:416
#, kde-format
msgid "File %1: Line not available"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:1828
#, kde-format
msgid "Encoding:"
msgstr ""
#. +> trunk5
-#: difftextwindow.cpp:1830 mergeresultwindow.cpp:3390 optiondialog.cpp:919
+#: difftextwindow.cpp:1830 mergeresultwindow.cpp:3390 optiondialog.cpp:920
#, kde-format
msgid "Line end style:"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:1858 directorymergewindow.cpp:517
#: directorymergewindow.cpp:568 directorymergewindow.cpp:659
#: directorymergewindow.cpp:3314 directorymergewindow.cpp:3452
#: directorymergewindow.cpp:3676 mergeresultwindow.cpp:909
#: mergeresultwindow.cpp:911 mergeresultwindow.cpp:913
#: mergeresultwindow.cpp:915 mergeresultwindow.cpp:1781
-#: mergeresultwindow.cpp:3422 mergeresultwindow.cpp:3429 optiondialog.cpp:1051
-#: optiondialog.cpp:1063 pdiff.cpp:777 pdiff.cpp:779 pdiff.cpp:781
+#: mergeresultwindow.cpp:3422 mergeresultwindow.cpp:3429 optiondialog.cpp:1052
+#: optiondialog.cpp:1064 pdiff.cpp:777 pdiff.cpp:779 pdiff.cpp:781
#: pdiff.cpp:783 pdiff.cpp:805 smalldialogs.cpp:123 smalldialogs.cpp:125
#: smalldialogs.cpp:126 smalldialogs.cpp:129
#, kde-format
msgid "A"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:1858 directorymergewindow.cpp:519
#: directorymergewindow.cpp:571 directorymergewindow.cpp:661
#: directorymergewindow.cpp:3320 directorymergewindow.cpp:3453
#: directorymergewindow.cpp:3677 mergeresultwindow.cpp:909
#: mergeresultwindow.cpp:911 mergeresultwindow.cpp:917
#: mergeresultwindow.cpp:919 mergeresultwindow.cpp:1783
-#: mergeresultwindow.cpp:3424 mergeresultwindow.cpp:3431 optiondialog.cpp:1052
-#: optiondialog.cpp:1064 pdiff.cpp:777 pdiff.cpp:779 pdiff.cpp:785
+#: mergeresultwindow.cpp:3424 mergeresultwindow.cpp:3431 optiondialog.cpp:1053
+#: optiondialog.cpp:1065 pdiff.cpp:777 pdiff.cpp:779 pdiff.cpp:785
#: pdiff.cpp:787 pdiff.cpp:807 smalldialogs.cpp:123 smalldialogs.cpp:124
#: smalldialogs.cpp:127 smalldialogs.cpp:130
#, kde-format
msgid "B"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:1858 directorymergewindow.cpp:521
#: directorymergewindow.cpp:574 directorymergewindow.cpp:663
#: directorymergewindow.cpp:3326 directorymergewindow.cpp:3454
#: directorymergewindow.cpp:3678 mergeresultwindow.cpp:913
#: mergeresultwindow.cpp:915 mergeresultwindow.cpp:917
#: mergeresultwindow.cpp:919 mergeresultwindow.cpp:1785
#: mergeresultwindow.cpp:3426 mergeresultwindow.cpp:3433 pdiff.cpp:781
#: pdiff.cpp:783 pdiff.cpp:785 pdiff.cpp:787 pdiff.cpp:809
#: smalldialogs.cpp:124 smalldialogs.cpp:125 smalldialogs.cpp:128
#: smalldialogs.cpp:131
#, kde-format
msgid "C"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:1858
#, kde-format
msgid "A (Base)"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:1860
#, kde-format
msgid "Encoding: %1"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:1861 mergeresultwindow.cpp:3435
#, kde-format
msgid "Unix"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:1861 mergeresultwindow.cpp:3436
#, kde-format
msgid "DOS"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:1861
#, kde-format
msgid "Line end style: %1"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:1883 kdiff3.cpp:869
#, kde-format
msgid "Top line"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:1893
#, kde-format
msgid "End"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:1968 smalldialogs.cpp:234
#, kde-format
msgid "Open File"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:2016 optiondialog.cpp:508
#, kde-format
msgid "Unicode, 8 bit"
msgstr ""
#. +> trunk5
#: difftextwindow.cpp:2031
#, kde-format
msgid "Other"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:525 directorymergewindow.cpp:669
#, kde-format
msgid "Unsolved"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:527 directorymergewindow.cpp:671
#, kde-format
msgid "Solved"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:529 directorymergewindow.cpp:673
#, kde-format
msgid "Nonwhite"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:531 directorymergewindow.cpp:675
#, kde-format
msgid "White"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:544 directorymergewindow.cpp:3683
#, kde-format
msgid "Copy A to B"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:547 directorymergewindow.cpp:3684
#, kde-format
msgid "Copy B to A"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:550 directorymergewindow.cpp:3685
#, kde-format
msgid "Delete A"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:553 directorymergewindow.cpp:3686
#, kde-format
msgid "Delete B"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:556
#, kde-format
msgid "Delete A & B"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:559 directorymergewindow.cpp:3688
#, kde-format
msgid "Merge to A"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:562 directorymergewindow.cpp:3689
#, kde-format
msgid "Merge to B"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:565
#, kde-format
msgid "Merge to A & B"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:577 directorymergewindow.cpp:3680
#, kde-format
msgid "Delete (if exists)"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:580 directorymergewindow.cpp:583
-#: directorymergewindow.cpp:3679 optiondialog.cpp:1017 smalldialogs.cpp:112
+#: directorymergewindow.cpp:3679 optiondialog.cpp:1018 smalldialogs.cpp:112
#, kde-format
msgid "Merge"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:580 directorymergewindow.cpp:583
#, kde-format
msgid "Merge (manual)"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:586
#, kde-format
msgid "Error: Conflicting File Types"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:589
#, kde-format
msgid "Error: Changed and Deleted"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:592
#, kde-format
msgid "Error: Dates are equal but files are not."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:606
#, kde-format
msgid "Done"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:608
#, kde-format
msgid "Error"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:610
#, kde-format
msgid "Skipped."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:612
#, kde-format
msgid "Not saved."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:614
#, kde-format
msgid "In progress..."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:616
#, kde-format
msgid "To do."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:657
#, kde-format
msgid "Name"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:665
#, kde-format
msgid "Operation"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:667
#, kde-format
msgid "Status"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:803
#, kde-format
msgid "Mix of links and normal files."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:810
#, kde-format
msgid "Link: "
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:818
#, kde-format
msgid "Size. "
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:831 directorymergewindow.cpp:841
#, kde-format
msgid "Date & Size: "
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:851 directorymergewindow.cpp:857
#, kde-format
msgid "Creating temp copy of %1 failed."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:868 directorymergewindow.cpp:876
#, kde-format
msgid "Opening %1 failed."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:880
#, kde-format
msgid "Comparing file..."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:892 directorymergewindow.cpp:898
#, kde-format
msgid "Error reading from %1"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:933
#, kde-format
msgid "You are currently doing a directory merge. Are you sure, you want to abort the merge and rescan the directory?"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:934 kdiff3.cpp:693 kdiff3.cpp:703 kdiff3.cpp:715
#: mergeresultwindow.cpp:341 pdiff.cpp:1028 pdiff.cpp:1929 pdiff.cpp:1939
#, kde-format
msgid "Warning"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:935 directorymergewindow.cpp:3652
#, kde-format
msgid "Rescan"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:936 pdiff.cpp:1030
#, kde-format
msgid "Continue Merging"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1135
#, kde-format
msgid "Opening of directories failed:"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1139
#, kde-format
msgid "Dir A \"%1\" does not exist or is not a directory.\n"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1144
#, kde-format
msgid "Dir B \"%1\" does not exist or is not a directory.\n"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1149
#, kde-format
msgid "Dir C \"%1\" does not exist or is not a directory.\n"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1152
#, kde-format
msgid "Directory Open Error"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1160
#, kde-format
msgid ""
"The destination directory must not be the same as A or B when three directories are merged.\n"
"Check again before continuing."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1162
#, kde-format
msgid "Parameter Warning"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1167
#, kde-format
msgid "Scanning directories..."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1202
#, kde-format
msgid "Reading Directory A"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1215
#, kde-format
msgid "Reading Directory B"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1229
#, kde-format
msgid "Reading Directory C"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1249
#, kde-format
msgid "Some subdirectories were not readable in"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1254
#, kde-format
msgid "Check the permissions of the subdirectories."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1293 kdiff3.cpp:661 kdiff3.cpp:748 kdiff3.cpp:772
#: kdiff3.cpp:1061 kdiff3.cpp:1082 pdiff.cpp:1109 pdiff.cpp:1181
#: pdiff.cpp:1226 pdiff.cpp:1242 pdiff.cpp:1285 pdiff.cpp:1308
#, kde-format
msgid "Ready."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1308
#, kde-format
msgid ""
"Directory Comparison Status\n"
"\n"
"Number of subdirectories: %1\n"
"Number of equal files: %2\n"
"Number of different files: %3"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1315
#, kde-format
msgid "Number of manual merges: %1"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1507
#, kde-format
msgid "This affects all merge operations."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1508
#, kde-format
msgid "Changing All Merge Operations"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:1904
#, kde-format
msgid ""
"Processing %1 / %2\n"
"%3"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2480 directorymergewindow.cpp:2505
#: directorymergewindow.cpp:2529
#, kde-format
msgid "This operation is currently not possible."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2480 directorymergewindow.cpp:2505
#: directorymergewindow.cpp:2529 directorymergewindow.cpp:2811
#, kde-format
msgid "Operation Not Possible"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2577
#, kde-format
msgid "An error occurred while copying."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2578 directorymergewindow.cpp:3019
#, kde-format
msgid "Merge Error"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2655
#, kde-format
msgid "Unknown merge operation. (This must never happen!)"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2700
#, kde-format
msgid "Unknown merge operation."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2713
#, kde-format
msgid ""
"The merge is about to begin.\n"
"\n"
"Choose \"Do it\" if you have read the instructions and know what you are doing.\n"
"Choosing \"Simulate it\" will tell you what would happen.\n"
"\n"
"Be aware that this program still has beta status and there is NO WARRANTY whatsoever! Make backups of your vital data!"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2718
#, kde-format
msgid "Starting Merge"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2719
#, kde-format
msgid "Do It"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2720
#, kde-format
msgid "Simulate It"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2746
#, kde-format
msgid "The highlighted item has a different type in the different directories. Select what to do."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2750
#, kde-format
msgid "The modification dates of the file are equal but the files are not. Select what to do."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2754
#, kde-format
msgid "The highlighted item was changed in one directory and deleted in the other. Select what to do."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2811
#, kde-format
msgid "This operation is currently not possible because directory merge is currently running."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2869
#, kde-format
msgid ""
"There was an error in the last step.\n"
"Do you want to continue with the item that caused the error or do you want to skip this item?"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2871
#, kde-format
msgid "Continue merge after an error"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2872
#, kde-format
msgid "Continue With Last Item"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2873
#, kde-format
msgid "Skip Item"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2969
#, kde-format
msgid "Merge operation complete."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2969 directorymergewindow.cpp:2972
#, kde-format
msgid "Merge Complete"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:2982
#, kde-format
msgid "Simulated merge complete: Check if you agree with the proposed operations."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3018
#, kde-format
msgid "An error occurred. Press OK to see detailed information."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3051
#, kde-format
msgid "Error: While deleting %1: Creating backup failed."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3058
#, kde-format
msgid "delete directory recursively( %1 )"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3060
#, kde-format
msgid "delete( %1 )"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3075
#, kde-format
msgid "Error: delete dir operation failed while trying to read the directory."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3094
#, kde-format
msgid "Error: rmdir( %1 ) operation failed."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3104
#, kde-format
msgid "Error: delete operation failed."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3130
#, kde-format
msgid "manual merge( %1, %2, %3 -> %4)"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3133
#, kde-format
msgid " Note: After a manual merge the user should continue by pressing F7."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3158
#, kde-format
msgid "Error: copy( %1 -> %2 ) failed.Deleting existing destination failed."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3167
#, kde-format
msgid "copyLink( %1 -> %2 )"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3178
#, kde-format
msgid "Error: copyLink failed: Remote links are not yet supported."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3184
#, kde-format
msgid "Error: copyLink failed."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3209
#, kde-format
msgid "copy( %1 -> %2 )"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3235
#, kde-format
msgid "Error during rename( %1 -> %2 ): Cannot delete existing destination."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3242
#, kde-format
msgid "rename( %1 -> %2 )"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3251
#, kde-format
msgid "Error: Rename failed."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3269
#, kde-format
msgid "Error during makeDir of %1. Cannot delete existing file."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3286
#, kde-format
msgid "makeDir( %1 )"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3296
#, kde-format
msgid "Error while creating directory."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3332 directorymergewindow.cpp:3458
#, kde-format
msgid "Dest"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3340 directorymergewindow.cpp:3370
#, kde-format
msgid "Dir"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3340
#, kde-format
msgid "Type"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3340
#, kde-format
msgid "Size"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3341
#, kde-format
msgid "Attr"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3341
#, kde-format
msgid "Last Modification"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3341
#, kde-format
msgid "Link-Destination"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3370
#, kde-format
msgid "File"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3370
#, kde-format
msgid "-Link"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3384
#, kde-format
msgid "not available"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3402
#, kde-format
msgid "A (Dest): "
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3406
#, kde-format
msgid "A (Base): "
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3412
#, kde-format
msgid "B (Dest): "
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3421
#, kde-format
msgid "C (Dest): "
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3428
#, kde-format
msgid "Dest: "
msgstr ""
#. i18n("Saving Directory Merge State ..."));
#. QString s = KFileDialog::getSaveUrl( QDir::currentPath(), 0, this, i18n("Save As...") ).url();
#. +> trunk5
#: directorymergewindow.cpp:3510
#, kde-format
msgid "Save Directory Merge State As..."
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3646
#, kde-format
msgid "Start/Continue Directory Merge"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3647
#, kde-format
msgid "Run Operation for Current Item"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3648
#, kde-format
msgid "Compare Selected File"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3649
#, kde-format
msgid "Merge Current File"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3649
#, kde-format
msgid ""
"Merge\n"
"File"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3650
#, kde-format
msgid "Fold All Subdirs"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3651
#, kde-format
msgid "Unfold All Subdirs"
msgstr ""
#. i18n("Save Directory Merge State ..."), 0, p, SLOT(slotSaveMergeState()), ac, "dir_save_merge_state");
#. i18n("Load Directory Merge State ..."), 0, p, SLOT(slotLoadMergeState()), ac, "dir_load_merge_state");
#. +> trunk5
#: directorymergewindow.cpp:3655
#, kde-format
msgid "Choose A for All Items"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3656
#, kde-format
msgid "Choose B for All Items"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3657
#, kde-format
msgid "Choose C for All Items"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3658
#, kde-format
msgid "Auto-Choose Operation for All Items"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3659
#, kde-format
msgid "No Operation for All Items"
msgstr ""
#. i18n("Synchronize Directories"), 0, this, SLOT(slotSynchronizeDirectories()), ac, "dir_synchronize_directories");
#. d->m_pDirChooseNewerFiles = KDiff3::createAction< KToggleAction >(i18n("Copy Newer Files Instead of Merging"), 0, this, SLOT(slotChooseNewerFiles()), ac, "dir_choose_newer_files");
#. +> trunk5
#: directorymergewindow.cpp:3664
#, kde-format
msgid "Show Identical Files"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3664
#, kde-format
msgid ""
"Identical\n"
"Files"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3665
#, kde-format
msgid "Show Different Files"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3666
#, kde-format
msgid "Show Files only in A"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3666
#, kde-format
msgid ""
"Files\n"
"only in A"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3667
#, kde-format
msgid "Show Files only in B"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3667
#, kde-format
msgid ""
"Files\n"
"only in B"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3668
#, kde-format
msgid "Show Files only in C"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3668
#, kde-format
msgid ""
"Files\n"
"only in C"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3672
#, kde-format
msgid "Compare Explicitly Selected Files"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3673
#, kde-format
msgid "Merge Explicitly Selected Files"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3675 directorymergewindow.cpp:3682
#, kde-format
msgid "Do Nothing"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3687
#, kde-format
msgid "Delete A && B"
msgstr ""
#. +> trunk5
#: directorymergewindow.cpp:3690
#, kde-format
msgid "Merge to A && B"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:842
+#: fileaccess.cpp:843
#, kde-format
msgid ""
"While trying to make a backup, deleting an older backup failed.\n"
"Filename: %1"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:849
+#: fileaccess.cpp:850
#, kde-format
msgid ""
"While trying to make a backup, renaming failed.\n"
"Filenames: %1 -> %2"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:873
+#: fileaccess.cpp:874
#, kde-format
msgid "Getting file status: %1"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:915
+#: fileaccess.cpp:916
#, kde-format
msgid "Reading file: %1"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:953
+#: fileaccess.cpp:954
#, kde-format
msgid "Writing file: %1"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:986
+#: fileaccess.cpp:987
#, kde-format
msgid "Out of memory"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:1021
+#: fileaccess.cpp:1022
#, kde-format
msgid "Making directory: %1"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:1041
+#: fileaccess.cpp:1042
#, kde-format
msgid "Removing directory: %1"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:1056
+#: fileaccess.cpp:1057
#, kde-format
msgid "Removing file: %1"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:1072
+#: fileaccess.cpp:1073
#, kde-format
msgid "Creating symbolic link: %1 -> %2"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:1100
+#: fileaccess.cpp:1101
#, kde-format
msgid "Renaming file: %1 -> %2"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:1132
+#: fileaccess.cpp:1133
#, kde-format
msgid "Copying file: %1 -> %2"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:1146
+#: fileaccess.cpp:1147
#, kde-format
msgid "Error during file copy operation: Opening file for reading failed. Filename: %1"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:1152
+#: fileaccess.cpp:1153
#, kde-format
msgid "Error during file copy operation: Opening file for writing failed. Filename: %1"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:1164
+#: fileaccess.cpp:1165
#, kde-format
msgid "Error during file copy operation: Reading failed. Filename: %1"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:1173
+#: fileaccess.cpp:1174
#, kde-format
msgid "Error during file copy operation: Writing failed. Filename: %1"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:1456
+#: fileaccess.cpp:1252
#, kde-format
msgid "Reading directory: %1"
msgstr ""
#. +> trunk5
-#: fileaccess.cpp:1574
+#: fileaccess.cpp:1370
#, kde-format
msgid "Listing directory: %1"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:177
#, kde-format
msgid "Current Configuration:"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:182
#, kde-format
msgid "Config Option Error:"
msgstr ""
#. i18n("Option --auto used, but no output file specified."));
#. +> trunk5
#: kdiff3.cpp:228
#, kde-format
msgid "Option --auto used, but no output file specified."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:404
#, kde-format
msgid "Option --auto ignored for directory comparison."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:451
#, kde-format
msgid "Saving failed."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:486 pdiff.cpp:1091 pdiff.cpp:1162
#, kde-format
msgid "Opening of these files failed:"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:495
#, kde-format
msgid "File Open Error"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:523
#, kde-format
msgid "Opens documents for comparison..."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:525
#, kde-format
msgid "Reload"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:528
#, kde-format
msgid "Saves the merge result. All conflicts must be solved!"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:530
#, kde-format
msgid "Saves the current document as..."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:533
#, kde-format
msgid "Print the differences"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:536
#, kde-format
msgid "Quits the application"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:538
#, kde-format
msgid "Cuts the selected section and puts it to the clipboard"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:540
#, kde-format
msgid "Copies the selected section to the clipboard"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:542
#, kde-format
msgid "Pastes the clipboard contents to current position"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:544
#, kde-format
msgid "Select everything in current window"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:546
#, kde-format
msgid "Search for a string"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:548
#, kde-format
msgid "Search again for the string"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:553
#, kde-format
msgid "Enables/disables the statusbar"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:557
#, kde-format
msgid "Configure KDiff3..."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:577
#, kde-format
msgid "Go to Current Delta"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:577
#, kde-format
msgid ""
"Current\n"
"Delta"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:579
#, kde-format
msgid "Go to First Delta"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:579
#, kde-format
msgid ""
"First\n"
"Delta"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:581
#, kde-format
msgid "Go to Last Delta"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:581
#, kde-format
msgid ""
"Last\n"
"Delta"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:583
#, kde-format
msgid "(Skips white space differences when \"Show White Space\" is disabled.)"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:584
#, kde-format
msgid "(Does not skip white space differences even when \"Show White Space\" is disabled.)"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:585
#, kde-format
msgid "Go to Previous Delta"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:585
#, kde-format
msgid ""
"Prev\n"
"Delta"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:587
#, kde-format
msgid "Go to Next Delta"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:587
#, kde-format
msgid ""
"Next\n"
"Delta"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:589
#, kde-format
msgid "Go to Previous Conflict"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:589
#, kde-format
msgid ""
"Prev\n"
"Conflict"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:591
#, kde-format
msgid "Go to Next Conflict"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:591
#, kde-format
msgid ""
"Next\n"
"Conflict"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:593
#, kde-format
msgid "Go to Previous Unsolved Conflict"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:593
#, kde-format
msgid ""
"Prev\n"
"Unsolved"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:595
#, kde-format
msgid "Go to Next Unsolved Conflict"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:595
#, kde-format
msgid ""
"Next\n"
"Unsolved"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:597
#, kde-format
msgid "Select Line(s) From A"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:597
#, kde-format
msgid ""
"Choose\n"
"A"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:598
#, kde-format
msgid "Select Line(s) From B"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:598
#, kde-format
msgid ""
"Choose\n"
"B"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:599
#, kde-format
msgid "Select Line(s) From C"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:599
#, kde-format
msgid ""
"Choose\n"
"C"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:600
#, kde-format
msgid "Automatically Go to Next Unsolved Conflict After Source Selection"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:600
#, kde-format
msgid ""
"Auto\n"
"Next"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:602
#, kde-format
msgid "Show Space && Tabulator Characters"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:602
#, kde-format
msgid ""
"White\n"
"Characters"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:603
#, kde-format
msgid "Show White Space"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:603
#, kde-format
msgid ""
"White\n"
"Deltas"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:605
#, kde-format
msgid "Show Line Numbers"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:605
#, kde-format
msgid ""
"Line\n"
"Numbers"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:606
#, kde-format
msgid "Choose A Everywhere"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:607
#, kde-format
msgid "Choose B Everywhere"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:608
#, kde-format
msgid "Choose C Everywhere"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:609
#, kde-format
msgid "Choose A for All Unsolved Conflicts"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:610
#, kde-format
msgid "Choose B for All Unsolved Conflicts"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:611
#, kde-format
msgid "Choose C for All Unsolved Conflicts"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:612
#, kde-format
msgid "Choose A for All Unsolved Whitespace Conflicts"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:613
#, kde-format
msgid "Choose B for All Unsolved Whitespace Conflicts"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:614
#, kde-format
msgid "Choose C for All Unsolved Whitespace Conflicts"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:615
#, kde-format
msgid "Automatically Solve Simple Conflicts"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:616
#, kde-format
msgid "Set Deltas to Conflicts"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:617
#, kde-format
msgid "Run Regular Expression Auto Merge"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:618
#, kde-format
msgid "Automatically Solve History Conflicts"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:619
#, kde-format
msgid "Split Diff At Selection"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:620
#, kde-format
msgid "Join Selected Diffs"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:622
#, kde-format
msgid "Show Window A"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:623
#, kde-format
msgid "Show Window B"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:624
#, kde-format
msgid "Show Window C"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:626
#, kde-format
msgid "Normal Overview"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:627
#, kde-format
msgid "A vs. B Overview"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:628
#, kde-format
msgid "A vs. C Overview"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:629
#, kde-format
msgid "B vs. C Overview"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:630
#, kde-format
msgid "Word Wrap Diff Windows"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:631
#, kde-format
msgid "Add Manual Diff Alignment"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:632
#, kde-format
msgid "Clear All Manual Diff Alignments"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:634
#, kde-format
msgid "Focus Next Window"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:635
#, kde-format
msgid "Focus Prev Window"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:636
#, kde-format
msgid "Toggle Split Orientation"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:638
#, kde-format
msgid "Dir && Text Split Screen View"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:640
#, kde-format
msgid "Toggle Between Dir && Text View"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:692 pdiff.cpp:1928
#, kde-format
msgid "The merge result has not been saved."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:694
#, kde-format
msgid "Save && Quit"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:695
#, kde-format
msgid "Quit Without Saving"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:703 pdiff.cpp:1939
#, kde-format
msgid "Saving the merge result failed."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:714 pdiff.cpp:1027
#, kde-format
msgid "You are currently doing a directory merge. Are you sure, you want to abort?"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:737
#, kde-format
msgid "Saving file..."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:754
#, kde-format
msgid "Saving file with a new filename..."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:756
#, kde-format
msgid "Save As..."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:815
#, kde-format
msgid "Printing not implemented."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:853
#, kde-format
msgid "Printing..."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:939
#, kde-format
msgid "Printing page %1 of %2"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:996
#, kde-format
msgid " (Selection)"
msgstr ""
#. +> trunk5
#: kdiff3.cpp:1023
#, kde-format
msgid "Printing completed."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:1027
#, kde-format
msgid "Printing aborted."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:1034
#, kde-format
msgid "Exiting..."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:1045
#, kde-format
msgid "Toggling toolbar..."
msgstr ""
#. +> trunk5
#: kdiff3.cpp:1066
#, kde-format
msgid "Toggle the statusbar..."
msgstr ""
#. +> trunk5
#: kdiff3_part.cpp:46
#, kde-format
msgid "KDiff3 Part"
msgstr ""
#. +> trunk5
#: kdiff3_part.cpp:47
#, kde-format
msgid "A KPart to display SVG images"
msgstr ""
#. +> trunk5
#: kdiff3_part.cpp:49
#, kde-format
msgid "Copyright 2007, Aurélien Gâteau <aurelien.gateau@free.fr>"
msgstr ""
#. +> trunk5
#: kdiff3_part.cpp:50
#, kde-format
msgid "Joachim Eibl"
msgstr ""
#. +> trunk5
#: kdiff3_part.cpp:173 kdiff3_part.cpp:249
#, kde-format
msgid "Could not find files for comparison."
msgstr ""
#. i18n: ectx: Menu (movement)
#. +> trunk5
#: kdiff3_part.rc:4
#, kde-format
msgid "&KDiff3"
msgstr ""
#. i18n: ectx: Menu (movement)
#. +> trunk5
#: kdiff3_part.rc:13
#, kde-format
msgid "Configure KDiff3"
msgstr ""
#. i18n: ectx: ToolBar (mainToolBar)
#. +> trunk5
#: kdiff3_part.rc:16 main.cpp:113
#, kde-format
msgid "KDiff3"
msgstr ""
#. +> trunk5
#: kdiff3_shell.cpp:78
#, kde-format
msgid ""
"Could not initialize the KDiff3 part.\n"
"This usually happens due to an installation problem. Please read the README-file in the source package for details."
msgstr ""
#. i18n: ectx: Menu (file)
#. +> trunk5
#: kdiff3_shell.rc:4
#, kde-format
msgid "&File"
msgstr ""
#. i18n: ectx: Menu (directory)
#. +> trunk5
#: kdiff3_shell.rc:7
#, kde-format
msgid "&Directory"
msgstr ""
#. i18n: ectx: Menu (dir_current_merge_menu)
#. +> trunk5
#: kdiff3_shell.rc:30
#, kde-format
msgid "Current Item Merge Operation"
msgstr ""
#. i18n: ectx: Menu (dir_current_sync_menu)
#. +> trunk5
#: kdiff3_shell.rc:38
#, kde-format
msgid "Current Item Sync Operation"
msgstr ""
#. i18n: ectx: Menu (movement)
#. +> trunk5
#: kdiff3_shell.rc:50
#, kde-format
msgid "M&ovement"
msgstr ""
#. i18n: ectx: Menu (diff)
#. +> trunk5
#: kdiff3_shell.rc:61
#, kde-format
msgid "D&iffview"
msgstr ""
#. i18n: ectx: Menu (merge)
#. +> trunk5
#: kdiff3_shell.rc:73
#, kde-format
msgid "M&erge"
msgstr ""
#. i18n: ectx: Menu (window)
#. +> trunk5
#: kdiff3_shell.rc:95
#, kde-format
msgid "&Window"
msgstr ""
#. i18n: ectx: ToolBar (mainToolBar)
#. +> trunk5
#: kdiff3_shell.rc:106
#, kde-format
msgid "Main Toolbar"
msgstr ""
#. +> trunk5
#: main.cpp:78 main.cpp:82
#, kde-format
msgid "Ignored. (User defined.)"
msgstr ""
#. +> trunk5
#: main.cpp:117
#, kde-format
msgid " (64 bit)"
msgstr ""
#. +> trunk5
#: main.cpp:119
#, kde-format
msgid " (32 bit)"
msgstr ""
#. +> trunk5
#: main.cpp:120
#, kde-format
msgid "Tool for Comparison and Merge of Files and Directories"
msgstr ""
#. +> trunk5
#: main.cpp:121
#, kde-format
msgid "(c) 2002-2014 Joachim Eibl, (c) 2017 Michael Reeves KF5/Qt5 port"
msgstr ""
#. +> trunk5
#: main.cpp:140
#, kde-format
msgid "Merge the input."
msgstr ""
#. +> trunk5
#: main.cpp:141
#, kde-format
msgid "Explicit base file. For compatibility with certain tools."
msgstr ""
#. +> trunk5
#: main.cpp:142
#, kde-format
msgid "Output file. Implies -m. E.g.: -o newfile.txt"
msgstr ""
#. +> trunk5
#: main.cpp:143
#, kde-format
msgid "Output file, again. (For compatibility with certain tools.)"
msgstr ""
#. +> trunk5
#: main.cpp:144
#, kde-format
msgid "No GUI if all conflicts are auto-solvable. (Needs -o file)"
msgstr ""
#. +> trunk5
#: main.cpp:145
#, kde-format
msgid "Do not solve conflicts automatically."
msgstr ""
#. +> trunk5
#: main.cpp:146
#, kde-format
msgid "Visible name replacement for input file 1 (base)."
msgstr ""
#. +> trunk5
#: main.cpp:147
#, kde-format
msgid "Visible name replacement for input file 2."
msgstr ""
#. +> trunk5
#: main.cpp:148
#, kde-format
msgid "Visible name replacement for input file 3."
msgstr ""
#. +> trunk5
#: main.cpp:149
#, kde-format
msgid "Alternative visible name replacement. Supply this once for every input."
msgstr ""
#. +> trunk5
#: main.cpp:150
#, kde-format
msgid "Override a config setting. Use once for every setting. E.g.: --cs \"AutoAdvance=1\""
msgstr ""
#. +> trunk5
#: main.cpp:151
#, kde-format
msgid "Show list of config settings and current values."
msgstr ""
#. +> trunk5
#: main.cpp:152
#, kde-format
msgid "Use a different config file."
msgstr ""
#. +> trunk5
#: main.cpp:155
#, kde-format
msgid "file1 to open (base, if not specified via --base)"
msgstr ""
#. +> trunk5
#: main.cpp:156
#, kde-format
msgid "file2 to open"
msgstr ""
#. +> trunk5
#: main.cpp:157
#, kde-format
msgid "file3 to open"
msgstr ""
#. +> trunk5
#: main.cpp:168
#, kde-format
msgid "See kdiff3 --help for supported options."
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:158
#, kde-format
msgid "Number of remaining unsolved conflicts: %1 (of which %2 are whitespace)"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:339
#, kde-format
msgid ""
"The output has been modified.\n"
"If you continue your changes will be lost."
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:903 pdiff.cpp:771
#, kde-format
msgid "All input files are binary equal."
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:905
#, kde-format
msgid "All input files contain the same text."
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:909 mergeresultwindow.cpp:913
#: mergeresultwindow.cpp:917 pdiff.cpp:777 pdiff.cpp:781 pdiff.cpp:785
#, kde-format
msgid "Files %1 and %2 are binary equal.\n"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:911 mergeresultwindow.cpp:915
#: mergeresultwindow.cpp:919
#, kde-format
msgid "Files %1 and %2 have equal text.\n"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:925
#, kde-format
msgid ""
"Total number of conflicts: %1\n"
"Nr of automatically solved conflicts: %2\n"
"Nr of unsolved conflicts: %3\n"
"%4"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:931
#, kde-format
msgid "Conflicts"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:1840
#, kde-format
msgid "<No src line>"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:1848
#, kde-format
msgid "<Merge Conflict (Whitespace only)>"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:1850 mergeresultwindow.cpp:2720
#, kde-format
msgid "<Merge Conflict>"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:2932
#, kde-format
msgid ""
"Not all conflicts are solved yet.\n"
"File not saved."
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:2934 mergeresultwindow.cpp:2943
#, kde-format
msgid "Conflicts Left"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:2941
#, kde-format
msgid ""
"There is a line end style conflict. Please choose the line end style manually.\n"
"File not saved."
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:2955
#, kde-format
msgid ""
"\n"
"\n"
"Creating backup failed. File not saved."
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:2955 mergeresultwindow.cpp:3003
#, kde-format
msgid "File Save Error"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:3003
#, kde-format
msgid "Error while writing."
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:3363
#, kde-format
msgid "Output:"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:3375 mergeresultwindow.cpp:3567
#, kde-format
msgid "[Modified]"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:3382
#, kde-format
msgid "Encoding for saving:"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:3482
#, kde-format
msgid "Conflict"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:3514
#, kde-format
msgid "Codec from A: %1"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:3516
#, kde-format
msgid "Codec from B: %1"
msgstr ""
#. +> trunk5
#: mergeresultwindow.cpp:3518
#, kde-format
msgid "Codec from C: %1"
msgstr ""
#. +> trunk5
#: optiondialog.cpp:228
#, kde-format
msgid "Change Font"
msgstr ""
#. +> trunk5
#: optiondialog.cpp:244 optiondialog.cpp:254
#, kde-format
msgid ""
"Font: %1, %2, %3\n"
"\n"
"Example:"
msgstr ""
#. +> trunk5
#: optiondialog.cpp:509
#, kde-format
msgid "Unicode"
msgstr ""
#. +> trunk5
#: optiondialog.cpp:510
#, kde-format
msgid "Latin1"
msgstr ""
#. +> trunk5
#: optiondialog.cpp:529
#, kde-format
msgid "Change this if non-ASCII characters are not displayed correctly."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:613
+#: optiondialog.cpp:614
#, kde-format
msgid "Configure"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:690
+#: optiondialog.cpp:691
#, kde-format
msgid "Font"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:692
+#: optiondialog.cpp:693
#, kde-format
msgid "Editor & Diff Output Font"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:710
+#: optiondialog.cpp:711
#, kde-format
msgid "Application font"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:714
+#: optiondialog.cpp:715
#, kde-format
msgid "File view font"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:732
+#: optiondialog.cpp:733
#, kde-format
msgid "Color"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:733
+#: optiondialog.cpp:734
#, kde-format
msgid "Colors Settings"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:750
+#: optiondialog.cpp:751
#, kde-format
msgid "Editor and Diff Views:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:758
+#: optiondialog.cpp:759
#, kde-format
msgid "Foreground color:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:765
+#: optiondialog.cpp:766
#, kde-format
msgid "Background color:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:774
+#: optiondialog.cpp:775
#, kde-format
msgid "Diff background color:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:782
+#: optiondialog.cpp:783
#, kde-format
msgid "Color A:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:790
+#: optiondialog.cpp:791
#, kde-format
msgid "Color B:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:798
+#: optiondialog.cpp:799
#, kde-format
msgid "Color C:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:805
+#: optiondialog.cpp:806
#, kde-format
msgid "Conflict color:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:813
+#: optiondialog.cpp:814
#, kde-format
msgid "Current range background color:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:821
+#: optiondialog.cpp:822
#, kde-format
msgid "Current range diff background color:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:828
+#: optiondialog.cpp:829
#, kde-format
msgid "Color for manually aligned difference ranges:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:834
+#: optiondialog.cpp:835
#, kde-format
msgid "Directory Comparison View:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:840
+#: optiondialog.cpp:841
#, kde-format
msgid "Newest file color:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:844
+#: optiondialog.cpp:845
#, kde-format
msgid "Changing this color will only be effective when starting the next directory comparison."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:849
+#: optiondialog.cpp:850
#, kde-format
msgid "Oldest file color:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:857
+#: optiondialog.cpp:858
#, kde-format
msgid "Middle age file color:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:865
+#: optiondialog.cpp:866
#, kde-format
msgid "Color for missing files:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:878
+#: optiondialog.cpp:879
#, kde-format
msgid "Editor"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:879
+#: optiondialog.cpp:880
#, kde-format
msgid "Editor Behavior"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:892
+#: optiondialog.cpp:893
#, kde-format
msgid "Tab inserts spaces"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:895
+#: optiondialog.cpp:896
#, kde-format
msgid ""
"On: Pressing tab generates the appropriate number of spaces.\n"
"Off: A tab character will be inserted."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:900
+#: optiondialog.cpp:901
#, kde-format
msgid "Tab size:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:906
+#: optiondialog.cpp:907
#, kde-format
msgid "Auto indentation"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:909
+#: optiondialog.cpp:910
#, kde-format
msgid "On: The indentation of the previous line is used for a new line.\n"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:912
+#: optiondialog.cpp:913
#, kde-format
msgid "Auto copy selection"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:915
+#: optiondialog.cpp:916
#, kde-format
msgid ""
"On: Any selection is immediately written to the clipboard.\n"
"Off: You must explicitly copy e.g. via Ctrl-C."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:929
+#: optiondialog.cpp:930
#, kde-format
msgid ""
"Sets the line endings for when an edited file is saved.\n"
"DOS/Windows: CR+LF; UNIX: LF; with CR=0D, LF=0A"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:939
+#: optiondialog.cpp:940
#, kde-format
msgid "Diff"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:940
+#: optiondialog.cpp:941
#, kde-format
msgid "Diff Settings"
msgstr ""
#. i18n("Preserve carriage return"), false, "PreserveCarriageReturn", &m_options.m_bPreserveCarriageReturn, page, this );
#. gbox->addWidget( pPreserveCarriageReturn, line, 0, 1, 2 );
#. pPreserveCarriageReturn->setToolTip( i18n(
#. "Show carriage return characters '\\r' if they exist.\n"
#. "Helps to compare files that were modified under different operating systems.")
#. );
#. ++line;
#.
#. +> trunk5
-#: optiondialog.cpp:964
+#: optiondialog.cpp:965
#, kde-format
msgid "Ignore numbers (treat as white space)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:967
+#: optiondialog.cpp:968
#, kde-format
msgid ""
"Ignore number characters during line matching phase. (Similar to Ignore white space.)\n"
"Might help to compare files with numeric data."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:971
+#: optiondialog.cpp:972
#, kde-format
msgid "Ignore C/C++ comments (treat as white space)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:973
+#: optiondialog.cpp:974
#, kde-format
msgid "Treat C/C++ comments like white space."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:976
+#: optiondialog.cpp:977
#, kde-format
msgid "Ignore case (treat as white space)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:979
+#: optiondialog.cpp:980
#, kde-format
msgid "Treat case differences like white space changes. ('a'<=>'A')"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:982
+#: optiondialog.cpp:983
#, kde-format
msgid "Preprocessor command:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:986
+#: optiondialog.cpp:987
#, kde-format
msgid "User defined pre-processing. (See the docs for details.)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:989
+#: optiondialog.cpp:990
#, kde-format
msgid "Line-matching preprocessor command:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:993
+#: optiondialog.cpp:994
#, kde-format
msgid ""
"This pre-processor is only used during line matching.\n"
"(See the docs for details.)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:996
+#: optiondialog.cpp:997
#, kde-format
msgid "Try hard (slower)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:999
+#: optiondialog.cpp:1000
#, kde-format
msgid ""
"Enables the --minimal option for the external diff.\n"
"The analysis of big files will be much slower."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1003
+#: optiondialog.cpp:1004
#, kde-format
msgid "Align B and C for 3 input files"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1006
+#: optiondialog.cpp:1007
#, kde-format
msgid ""
"Try to align B and C when comparing or merging three input files.\n"
"Not recommended for merging because merge might get more complicated.\n"
"(Default is off.)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1018
+#: optiondialog.cpp:1019
#, kde-format
msgid "Merge Settings"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1032
+#: optiondialog.cpp:1033
#, kde-format
msgid "Auto advance delay (ms):"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1037
+#: optiondialog.cpp:1038
#, kde-format
msgid ""
"When in Auto-Advance mode the result of the current selection is shown \n"
"for the specified time, before jumping to the next conflict. Range: 0-2000 ms"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1041
+#: optiondialog.cpp:1042
#, kde-format
msgid "Show info dialogs"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1043
+#: optiondialog.cpp:1044
#, kde-format
msgid "Show a dialog with information about the number of conflicts."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1046
+#: optiondialog.cpp:1047
#, kde-format
msgid "White space 2-file merge default:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1050 optiondialog.cpp:1062
+#: optiondialog.cpp:1051 optiondialog.cpp:1063
#, kde-format
msgid "Manual Choice"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1054 optiondialog.cpp:1067
+#: optiondialog.cpp:1055 optiondialog.cpp:1068
#, kde-format
msgid "Allow the merge algorithm to automatically select an input for white-space-only changes."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1058
+#: optiondialog.cpp:1059
#, kde-format
msgid "White space 3-file merge default:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1071
+#: optiondialog.cpp:1072
#, kde-format
msgid "Automatic Merge Regular Expression"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1079 smalldialogs.cpp:448
+#: optiondialog.cpp:1080 smalldialogs.cpp:448
#, kde-format
msgid "Auto merge regular expression:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1083
+#: optiondialog.cpp:1084
#, kde-format
msgid ""
"Regular expression for lines where KDiff3 should automatically choose one source.\n"
"When a line with a conflict matches the regular expression then\n"
"- if available - C, otherwise B will be chosen."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1089
+#: optiondialog.cpp:1090
#, kde-format
msgid "Run regular expression auto merge on merge start"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1091
+#: optiondialog.cpp:1092
#, kde-format
msgid ""
"Run the merge for auto merge regular expressions\n"
"immediately when a merge starts.\n"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1096
+#: optiondialog.cpp:1097
#, kde-format
msgid "Version Control History Merging"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1104 smalldialogs.cpp:475
+#: optiondialog.cpp:1105 smalldialogs.cpp:475
#, kde-format
msgid "History start regular expression:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1108
+#: optiondialog.cpp:1109
#, kde-format
msgid ""
"Regular expression for the start of the version control history entry.\n"
"Usually this line contains the \"$Log$\" keyword.\n"
"Default value: \".*\\$Log.*\\$.*\""
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1114 smalldialogs.cpp:503
+#: optiondialog.cpp:1115 smalldialogs.cpp:503
#, kde-format
msgid "History entry start regular expression:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1126
+#: optiondialog.cpp:1127
#, kde-format
msgid ""
"A version control history entry consists of several lines.\n"
"Specify the regular expression to detect the first line (without the leading comment).\n"
"Use parentheses to group the keys you want to use for sorting.\n"
"If left empty, then KDiff3 assumes that empty lines separate history entries.\n"
"See the documentation for details."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1134
+#: optiondialog.cpp:1135
#, kde-format
msgid "History merge sorting"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1136
+#: optiondialog.cpp:1137
#, kde-format
msgid "Sort version control history by a key."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1146
+#: optiondialog.cpp:1147
#, kde-format
msgid "History entry start sort key order:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1150
+#: optiondialog.cpp:1151
#, kde-format
msgid ""
"Each pair of parentheses used in the regular expression for the history start entry\n"
"groups a key that can be used for sorting.\n"
"Specify the list of keys (that are numbered in order of occurrence\n"
"starting with 1) using ',' as separator (e.g. \"4,5,6,1,2,3,7\").\n"
"If left empty, then no sorting will be done.\n"
"See the documentation for details."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1161
+#: optiondialog.cpp:1162
#, kde-format
msgid "Merge version control history on merge start"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1163
+#: optiondialog.cpp:1164
#, kde-format
msgid "Run version control history automerge on merge start."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1167
+#: optiondialog.cpp:1168
#, kde-format
msgid "Max number of history entries:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1170
+#: optiondialog.cpp:1171
#, kde-format
msgid "Cut off after specified number. Use -1 for infinite number of entries."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1174
+#: optiondialog.cpp:1175
#, kde-format
msgid "Test your regular expressions"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1179
+#: optiondialog.cpp:1180
#, kde-format
msgid "Irrelevant merge command:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1183
+#: optiondialog.cpp:1184
#, kde-format
msgid ""
"If specified this script is run after automerge\n"
"when no other relevant changes were detected.\n"
"Called with the parameters: filename1 filename2 filename3"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1188
+#: optiondialog.cpp:1189
#, kde-format
msgid "Auto save and quit on merge without conflicts"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1191
+#: optiondialog.cpp:1192
#, kde-format
msgid ""
"If KDiff3 was started for a file-merge from the command line and all\n"
"conflicts are solvable without user interaction then automatically save and quit.\n"
"(Similar to command line option \"--auto\".)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1202 optiondialog.cpp:1203
+#: optiondialog.cpp:1203 optiondialog.cpp:1204
#, kde-format
msgid "Directory"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1215
+#: optiondialog.cpp:1216
#, kde-format
msgid "Recursive directories"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1217
+#: optiondialog.cpp:1218
#, kde-format
msgid "Whether to analyze subdirectories or not."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1219
+#: optiondialog.cpp:1220
#, kde-format
msgid "File pattern(s):"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1224
+#: optiondialog.cpp:1225
#, kde-format
msgid ""
"Pattern(s) of files to be analyzed. \n"
"Wildcards: '*' and '?'\n"
"Several Patterns can be specified by using the separator: ';'"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1229
+#: optiondialog.cpp:1230
#, kde-format
msgid "File-anti-pattern(s):"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1234
+#: optiondialog.cpp:1235
#, kde-format
msgid ""
"Pattern(s) of files to be excluded from analysis. \n"
"Wildcards: '*' and '?'\n"
"Several Patterns can be specified by using the separator: ';'"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1239
+#: optiondialog.cpp:1240
#, kde-format
msgid "Dir-anti-pattern(s):"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1244
+#: optiondialog.cpp:1245
#, kde-format
msgid ""
"Pattern(s) of directories to be excluded from analysis. \n"
"Wildcards: '*' and '?'\n"
"Several Patterns can be specified by using the separator: ';'"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1249
+#: optiondialog.cpp:1250
#, kde-format
msgid "Use .cvsignore"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1252
+#: optiondialog.cpp:1253
#, kde-format
msgid ""
"Extends the antipattern to anything that would be ignored by CVS.\n"
"Via local \".cvsignore\" files this can be directory specific."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1256
+#: optiondialog.cpp:1257
#, kde-format
msgid "Find hidden files and directories"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1259
+#: optiondialog.cpp:1260
#, kde-format
msgid "Finds files and directories with the hidden attribute."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1261
+#: optiondialog.cpp:1262
#, kde-format
msgid "Finds files and directories starting with '.'."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1265
+#: optiondialog.cpp:1266
#, kde-format
msgid "Follow file links"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1268
+#: optiondialog.cpp:1269
#, kde-format
msgid ""
"On: Compare the file the link points to.\n"
"Off: Compare the links."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1272
+#: optiondialog.cpp:1273
#, kde-format
msgid "Follow directory links"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1275
+#: optiondialog.cpp:1276
#, kde-format
msgid ""
"On: Compare the directory the link points to.\n"
"Off: Compare the links."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1290
+#: optiondialog.cpp:1291
#, kde-format
msgid "Case sensitive filename comparison"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1293
+#: optiondialog.cpp:1294
#, kde-format
msgid ""
"The directory comparison will compare files or directories when their names match.\n"
"Set this option if the case of the names must match. (Default for Windows is off, otherwise on.)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1297
+#: optiondialog.cpp:1298
#, kde-format
msgid "Unfold all subdirectories on load"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1300
+#: optiondialog.cpp:1301
#, kde-format
msgid ""
"On: Unfold all subdirectories when starting a directory diff.\n"
"Off: Leave subdirectories folded."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1304
+#: optiondialog.cpp:1305
#, kde-format
msgid "Skip directory status report"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1307
+#: optiondialog.cpp:1308
#, kde-format
msgid ""
"On: Do not show the Directory Comparison Status.\n"
"Off: Show the status dialog on start."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1311
+#: optiondialog.cpp:1312
#, kde-format
msgid "File Comparison Mode"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1316
+#: optiondialog.cpp:1317
#, kde-format
msgid "Binary comparison"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1317
+#: optiondialog.cpp:1318
#, kde-format
msgid "Binary comparison of each file. (Default)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1320
+#: optiondialog.cpp:1321
#, kde-format
msgid "Full analysis"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1321
+#: optiondialog.cpp:1322
#, kde-format
msgid ""
"Do a full analysis and show statistics information in extra columns.\n"
"(Slower than a binary comparison, much slower for binary files.)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1325
+#: optiondialog.cpp:1326
#, kde-format
msgid "Trust the size and modification date (unsafe)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1326
+#: optiondialog.cpp:1327
#, kde-format
msgid ""
"Assume that files are equal if the modification date and file length are equal.\n"
"Files with equal contents but different modification dates will appear as different.\n"
"Useful for big directories or slow networks."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1331
+#: optiondialog.cpp:1332
#, kde-format
msgid "Trust the size and date, but use binary comparison if date does not match (unsafe)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1332
+#: optiondialog.cpp:1333
#, kde-format
msgid ""
"Assume that files are equal if the modification date and file length are equal.\n"
"If the dates are not equal but the sizes are, use binary comparison.\n"
"Useful for big directories or slow networks."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1337
+#: optiondialog.cpp:1338
#, kde-format
msgid "Trust the size (unsafe)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1338
+#: optiondialog.cpp:1339
#, kde-format
msgid ""
"Assume that files are equal if their file lengths are equal.\n"
"Useful for big directories or slow networks when the date is modified during download."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1345
+#: optiondialog.cpp:1346
#, kde-format
msgid "Synchronize directories"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1348
+#: optiondialog.cpp:1349
#, kde-format
msgid ""
"Offers to store files in both directories so that\n"
"both directories are the same afterwards.\n"
"Works only when comparing two directories without specifying a destination."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1354
+#: optiondialog.cpp:1355
#, kde-format
msgid "White space differences considered equal"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1357
+#: optiondialog.cpp:1358
#, kde-format
msgid ""
"If files differ only by white space consider them equal.\n"
"This is only active when full analysis is chosen."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1363
+#: optiondialog.cpp:1364
#, kde-format
msgid "Copy newer instead of merging (unsafe)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1366
+#: optiondialog.cpp:1367
#, kde-format
msgid ""
"Do not look inside, just take the newer file.\n"
"(Use this only if you know what you are doing!)\n"
"Only effective when comparing two directories."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1371
+#: optiondialog.cpp:1372
#, kde-format
msgid "Backup files (.orig)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1374
+#: optiondialog.cpp:1375
#, kde-format
msgid ""
"If a file would be saved over an old file, then the old file\n"
"will be renamed with a '.orig' extension instead of being deleted."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1450 optiondialog.cpp:1451
+#: optiondialog.cpp:1451 optiondialog.cpp:1452
#, kde-format
msgid "Regional Settings"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1465
+#: optiondialog.cpp:1466
#, kde-format
msgid "Use the same encoding for everything:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1468
+#: optiondialog.cpp:1469
#, kde-format
msgid ""
"Enable this allows to change all encodings by changing the first only.\n"
"Disable this if different individual settings are needed."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1472
+#: optiondialog.cpp:1473
#, kde-format
msgid "Note: Local Encoding is \"%1\""
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1476
+#: optiondialog.cpp:1477
#, kde-format
msgid "File Encoding for A:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1482
+#: optiondialog.cpp:1483
#, kde-format
msgid ""
"If enabled then Unicode (UTF-16 or UTF-8) encoding will be detected.\n"
"If the file is not Unicode then the selected encoding will be used as fallback.\n"
"(Unicode detection depends on the first bytes of a file.)"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1485 optiondialog.cpp:1494 optiondialog.cpp:1503
+#: optiondialog.cpp:1486 optiondialog.cpp:1495 optiondialog.cpp:1504
#, kde-format
msgid "Auto Detect Unicode"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1490
+#: optiondialog.cpp:1491
#, kde-format
msgid "File Encoding for B:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1499
+#: optiondialog.cpp:1500
#, kde-format
msgid "File Encoding for C:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1508
+#: optiondialog.cpp:1509
#, kde-format
msgid "File Encoding for Merge Output and Saving:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1512
+#: optiondialog.cpp:1513
#, kde-format
msgid "Auto Select"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1515
+#: optiondialog.cpp:1516
#, kde-format
msgid ""
"If enabled then the encoding from the input files is used.\n"
"In ambiguous cases a dialog will ask the user to choose the encoding for saving."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1518
+#: optiondialog.cpp:1519
#, kde-format
msgid "File Encoding for Preprocessor Files:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1529
+#: optiondialog.cpp:1530
#, kde-format
msgid "Right To Left Language"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1532
+#: optiondialog.cpp:1533
#, kde-format
msgid ""
"Some languages are read from right to left.\n"
"This setting will change the viewer and editor accordingly."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1542
+#: optiondialog.cpp:1543
#, kde-format
msgid "Integration"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1543
+#: optiondialog.cpp:1544
#, kde-format
msgid "Integration Settings"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1556
+#: optiondialog.cpp:1557
#, kde-format
msgid "Command line options to ignore:"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1561
+#: optiondialog.cpp:1562
#, kde-format
msgid ""
"List of command line options that should be ignored when KDiff3 is used by other tools.\n"
"Several values can be specified if separated via ';'\n"
"This will suppress the \"Unknown option\" error."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1566
+#: optiondialog.cpp:1567
#, kde-format
msgid "Quit also via Escape key"
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1569
+#: optiondialog.cpp:1570
#, kde-format
msgid ""
"Fast method to exit.\n"
"For those who are used to using the Escape key."
msgstr ""
#. +> trunk5
-#: optiondialog.cpp:1653
+#: optiondialog.cpp:1654
#, kde-format
msgid "This resets all options. Not only those of the current topic."
msgstr ""
#. +> trunk5
#: pdiff.cpp:87 pdiff.cpp:101
#, kde-format
msgid ""
"Data loss error:\n"
"If it is reproducible please contact the author.\n"
msgstr ""
#. +> trunk5
#: pdiff.cpp:89 pdiff.cpp:103
#, kde-format
msgid "Severe Internal Error"
msgstr ""
#. +> trunk5
#: pdiff.cpp:131
#, kde-format
msgid "PreprocessorCmd: "
msgstr ""
#. +> trunk5
#: pdiff.cpp:136
#, kde-format
msgid "The following option(s) you selected might change data:\n"
msgstr ""
#. +> trunk5
#: pdiff.cpp:137
#, kde-format
msgid ""
"\n"
"Most likely this is not wanted during a merge.\n"
"Do you want to disable these settings or continue with these settings active?"
msgstr ""
#. +> trunk5
#: pdiff.cpp:139
#, kde-format
msgid "Option Unsafe for Merging"
msgstr ""
#. +> trunk5
#: pdiff.cpp:140
#, kde-format
msgid "Use These Options During Merge"
msgstr ""
#. +> trunk5
#: pdiff.cpp:141
#, kde-format
msgid "Disable Unsafe Options"
msgstr ""
#. +> trunk5
#: pdiff.cpp:170
#, kde-format
msgid "Loading A"
msgstr ""
#. +> trunk5
#: pdiff.cpp:177
#, kde-format
msgid "Errors occurred during pre-processing of file A."
msgstr ""
#. +> trunk5
#: pdiff.cpp:181
#, kde-format
msgid "Loading B"
msgstr ""
#. +> trunk5
#: pdiff.cpp:188
#, kde-format
msgid "Errors occurred during pre-processing of file B."
msgstr ""
#. +> trunk5
#: pdiff.cpp:205 pdiff.cpp:239
#, kde-format
msgid "Diff: A <-> B"
msgstr ""
#. +> trunk5
#: pdiff.cpp:212 pdiff.cpp:267
#, kde-format
msgid "Linediff: A <-> B"
msgstr ""
#. +> trunk5
#: pdiff.cpp:223
#, kde-format
msgid "Loading C"
msgstr ""
#. +> trunk5
#: pdiff.cpp:230
#, kde-format
msgid "Errors occurred during pre-processing of file C."
msgstr ""
#. +> trunk5
#: pdiff.cpp:243
#, kde-format
msgid "Diff: B <-> C"
msgstr ""
#. +> trunk5
#: pdiff.cpp:247
#, kde-format
msgid "Diff: A <-> C"
msgstr ""
#. +> trunk5
#: pdiff.cpp:270
#, kde-format
msgid "Linediff: B <-> C"
msgstr ""
#. +> trunk5
#: pdiff.cpp:273
#, kde-format
msgid "Linediff: A <-> C"
msgstr ""
#. +> trunk5
#: pdiff.cpp:773
#, kde-format
msgid "All input files contain the same text, but are not binary equal."
msgstr ""
#. +> trunk5
#: pdiff.cpp:779 pdiff.cpp:783 pdiff.cpp:787
#, kde-format
msgid "Files %1 and %2 have equal text, but are not binary equal. \n"
msgstr ""
#. +> trunk5
#: pdiff.cpp:797
#, kde-format
msgid ""
"Some input files do not seem to be pure text files.\n"
"Note that the KDiff3 merge was not meant for binary data.\n"
"Continue at your own risk."
msgstr ""
#. +> trunk5
#: pdiff.cpp:807
#, kde-format
msgid ", B"
msgstr ""
#. +> trunk5
#: pdiff.cpp:809
#, kde-format
msgid ", C"
msgstr ""
#. +> trunk5
#: pdiff.cpp:811
#, kde-format
msgid ""
"Some input characters could not be converted to valid unicode.\n"
"You might be using the wrong codec. (e.g. UTF-8 for non UTF-8 files).\n"
"Do not save the result if unsure. Continue at your own risk.\n"
"Affected input files are in %1."
msgstr ""
#. +> trunk5
#: pdiff.cpp:1029
#, kde-format
msgid "Abort"
msgstr ""
#. +> trunk5
#: pdiff.cpp:1035 pdiff.cpp:1123
#, kde-format
msgid "Opening files..."
msgstr ""
#. +> trunk5
#: pdiff.cpp:1100 pdiff.cpp:1171
#, kde-format
msgid "File open error"
msgstr ""
#. +> trunk5
#: pdiff.cpp:1210
#, kde-format
msgid "Cutting selection..."
msgstr ""
#. +> trunk5
#: pdiff.cpp:1231
#, kde-format
msgid "Copying selection to clipboard..."
msgstr ""
#. +> trunk5
#: pdiff.cpp:1247
#, kde-format
msgid "Inserting clipboard contents..."
msgstr ""
#. +> trunk5
#: pdiff.cpp:1718
#, kde-format
msgid "Word wrap (Cancel disables word wrap)"
msgstr ""
#. +> trunk5
#: pdiff.cpp:1719
#, kde-format
msgid "Calculating max width for horizontal scrollbar"
msgstr ""
#. +> trunk5
#: pdiff.cpp:1930
#, kde-format
msgid "Save && Continue"
msgstr ""
#. +> trunk5
#: pdiff.cpp:1931
#, kde-format
msgid "Continue Without Saving"
msgstr ""
#. +> trunk5
#: pdiff.cpp:2143
#, kde-format
msgid "Search complete."
msgstr ""
#. +> trunk5
#: pdiff.cpp:2143
#, kde-format
msgid "Search Complete"
msgstr ""
#. +> trunk5
#: pdiff.cpp:2410
#, kde-format
msgid "Nothing is selected in either diff input window."
msgstr ""
#. +> trunk5
#: pdiff.cpp:2410
#, kde-format
msgid "Error while adding manual diff range"
msgstr ""
#. +> trunk5
#: progress.cpp:57 progress.cpp:69
#, kde-format
msgid "&Cancel"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:60
#, kde-format
msgid "A (Base):"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:67 smalldialogs.cpp:84 smalldialogs.cpp:101
#: smalldialogs.cpp:143
#, kde-format
msgid "File..."
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:69 smalldialogs.cpp:86 smalldialogs.cpp:103
#: smalldialogs.cpp:145
#, kde-format
msgid "Dir..."
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:95
#, kde-format
msgid "C (Optional):"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:118
#, kde-format
msgid "Swap/Copy Names..."
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:123 smalldialogs.cpp:124 smalldialogs.cpp:125
#, kde-format
msgid "Swap %1<->%2"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:126 smalldialogs.cpp:127 smalldialogs.cpp:128
#, kde-format
msgid "Copy %1->Output"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:129 smalldialogs.cpp:130 smalldialogs.cpp:131
#, kde-format
msgid "Swap %1<->Output"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:137
#, kde-format
msgid "Output (optional):"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:167
#, kde-format
msgid "Configure..."
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:232
#, kde-format
msgid "Open Directory"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:233
#, kde-format
msgid "Select Output File"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:392
#, kde-format
msgid "Search text:"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:399
#, kde-format
msgid "Case sensitive"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:402
#, kde-format
msgid "Search A"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:407
#, kde-format
msgid "Search B"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:412
#, kde-format
msgid "Search C"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:417
#, kde-format
msgid "Search output"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:424
#, kde-format
msgid "&Search"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:443
#, kde-format
msgid "Regular Expression Tester"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:456
#, kde-format
msgid "Example auto merge line:"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:458
#, kde-format
msgid "To test auto merge, copy a line as used in your files."
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:464 smalldialogs.cpp:492 smalldialogs.cpp:528
#, kde-format
msgid "Match result:"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:483
#, kde-format
msgid "Example history start line (with leading comment):"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:485
#, kde-format
msgid ""
"Copy a history start line as used in your files,\n"
"including the leading comment."
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:511
#, kde-format
msgid "History sort key order:"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:519
#, kde-format
msgid "Example history entry start line (without leading comment):"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:521
#, kde-format
msgid ""
"Copy a history entry start line as used in your files,\n"
"but omit the leading comment."
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:535
#, kde-format
msgid "Sort key result:"
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:583 smalldialogs.cpp:593 smalldialogs.cpp:613
#, kde-format
msgid "Match success."
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:587 smalldialogs.cpp:597 smalldialogs.cpp:619
#, kde-format
msgid "Match failed."
msgstr ""
#. +> trunk5
#: smalldialogs.cpp:604
#, kde-format
msgid "Opening and closing parentheses do not match in regular expression."
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kdesdk/fileviewgitplugin.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kdesdk/fileviewgitplugin.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/kdesdk/fileviewgitplugin.pot (revision 1522564)
@@ -1,611 +1,611 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-03-21 10:55+0100\n"
+"POT-Creation-Date: 2018-08-14 09:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. +> trunk5 stable5
-#: checkoutdialog.cpp:40
+#: checkoutdialog.cpp:42
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Git</application> Checkout"
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:43
+#: checkoutdialog.cpp:53
#, kde-format
msgctxt "@action:button"
msgid "Checkout"
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:55
+#: checkoutdialog.cpp:66
#, kde-format
msgctxt "@option:radio Git Checkout"
msgid "Branch:"
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:62
+#: checkoutdialog.cpp:73
#, kde-format
msgctxt "@option:radio Git Checkout"
msgid "Tag:"
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:71 pushdialog.cpp:78
+#: checkoutdialog.cpp:83 pushdialog.cpp:93
#, kde-format
msgctxt "@title:group"
msgid "Options"
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:76
+#: checkoutdialog.cpp:88
#, kde-format
msgctxt "@option:check"
msgid "Create New Branch: "
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:77
+#: checkoutdialog.cpp:89
#, kde-format
msgctxt "@info:tooltip"
msgid "Create a new branch based on a selected branch or tag."
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:90 pushdialog.cpp:81
+#: checkoutdialog.cpp:104 pushdialog.cpp:96
#, kde-format
msgctxt "@option:check"
msgid "Force"
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:91
+#: checkoutdialog.cpp:105
#, kde-format
msgctxt "@info:tooltip"
msgid "Discard local changes."
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:123
+#: checkoutdialog.cpp:137
#, kde-format
msgctxt "@info:tooltip"
msgid "There are no tags in this repository."
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:183
+#: checkoutdialog.cpp:197
#, kde-format
msgctxt "@title:group"
msgid "Branch Base"
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:184
+#: checkoutdialog.cpp:198
#, kde-format
msgctxt "@title:group"
msgid "Checkout"
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:203
+#: checkoutdialog.cpp:218
#, kde-format
msgctxt "@info:tooltip"
msgid "You must enter a valid name for the new branch first."
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:210
+#: checkoutdialog.cpp:225
#, kde-format
msgctxt "@info:tooltip"
msgid "A branch with the name '%1' already exists."
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:217
+#: checkoutdialog.cpp:232
#, kde-format
msgctxt "@info:tooltip"
msgid "Branch names may not contain any whitespace."
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:224
+#: checkoutdialog.cpp:239
#, kde-format
msgctxt "@info:tooltip"
msgid "You must select a valid branch first."
msgstr ""
#. +> trunk5 stable5
-#: checkoutdialog.cpp:245
+#: checkoutdialog.cpp:260
#, kde-format
msgctxt "@item:intext Prepended to the current branch name to get the default name for a newly created branch"
msgid "branch"
msgstr ""
#. +> trunk5 stable5
-#: commitdialog.cpp:37
+#: commitdialog.cpp:39
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Git</application> Commit"
msgstr ""
#. +> trunk5 stable5
-#: commitdialog.cpp:40
+#: commitdialog.cpp:50
#, kde-format
msgctxt "@action:button"
msgid "Commit"
msgstr ""
#. +> trunk5 stable5
-#: commitdialog.cpp:48
+#: commitdialog.cpp:59
#, kde-format
msgctxt "@title:group"
msgid "Commit message"
msgstr ""
#. +> trunk5 stable5
-#: commitdialog.cpp:63
+#: commitdialog.cpp:76
#, kde-format
msgctxt "@option:check"
msgid "Amend last commit"
msgstr ""
#. +> trunk5 stable5
-#: commitdialog.cpp:69
+#: commitdialog.cpp:82
#, kde-format
msgctxt "@info:tooltip"
msgid "There is nothing to amend."
msgstr ""
#. +> trunk5 stable5
-#: commitdialog.cpp:76
+#: commitdialog.cpp:89
#, kde-format
msgctxt "@action:button Add Signed-Off line to the message widget"
msgid "Sign off"
msgstr ""
#. +> trunk5 stable5
-#: commitdialog.cpp:77
+#: commitdialog.cpp:90
#, kde-format
msgctxt "@info:tooltip"
msgid "Add Signed-off-by line at the end of the commit message."
msgstr ""
#. +> trunk5 stable5
-#: commitdialog.cpp:133
+#: commitdialog.cpp:147
#, kde-format
msgctxt "@info:tooltip"
msgid "You must enter a commit message first."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:61
+#: fileviewgitplugin.cpp:60
#, kde-kuit-format
msgid "<application>Git</application> Revert"
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:67
+#: fileviewgitplugin.cpp:66
#, kde-kuit-format
msgid "<application>Git</application> Add"
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:73
+#: fileviewgitplugin.cpp:72
#, kde-kuit-format
msgid "Show Local <application>Git</application> Changes"
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:79
+#: fileviewgitplugin.cpp:78
#, kde-kuit-format
msgid "<application>Git</application> Remove"
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:85
+#: fileviewgitplugin.cpp:84
#, kde-kuit-format
msgid "<application>Git</application> Checkout..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:91
+#: fileviewgitplugin.cpp:90
#, kde-kuit-format
msgid "<application>Git</application> Commit..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:97
+#: fileviewgitplugin.cpp:96
#, kde-kuit-format
msgid "<application>Git</application> Create Tag..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:102
+#: fileviewgitplugin.cpp:101
#, kde-kuit-format
msgid "<application>Git</application> Push..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:106
+#: fileviewgitplugin.cpp:105
#, kde-kuit-format
msgid "<application>Git</application> Pull..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:111
+#: fileviewgitplugin.cpp:110
#, kde-kuit-format
msgid "<application>Git</application> Merge..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:115
+#: fileviewgitplugin.cpp:114
#, kde-kuit-format
msgid "<application>Git</application> Log..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:398
+#: fileviewgitplugin.cpp:397
#, kde-kuit-format
msgid "Adding files to <application>Git</application> repository..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:399
+#: fileviewgitplugin.cpp:398
#, kde-kuit-format
msgid "Adding files to <application>Git</application> repository failed."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:400
+#: fileviewgitplugin.cpp:399
#, kde-kuit-format
msgid "Added files to <application>Git</application> repository."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:409
+#: fileviewgitplugin.cpp:408
#, kde-kuit-format
msgid "Removing files from <application>Git</application> repository..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:410
+#: fileviewgitplugin.cpp:409
#, kde-kuit-format
msgid "Removing files from <application>Git</application> repository failed."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:411
+#: fileviewgitplugin.cpp:410
#, kde-kuit-format
msgid "Removed files from <application>Git</application> repository."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:417
+#: fileviewgitplugin.cpp:416
#, kde-kuit-format
msgid "Reverting files from <application>Git</application> repository..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:418
+#: fileviewgitplugin.cpp:417
#, kde-kuit-format
msgid "Reverting files from <application>Git</application> repository failed."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:419
+#: fileviewgitplugin.cpp:418
#, kde-kuit-format
msgid "Reverted files from <application>Git</application> repository."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:453
+#: fileviewgitplugin.cpp:452
#, kde-kuit-format
msgid "<application>Git</application> Log failed."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:472
+#: fileviewgitplugin.cpp:471
#, kde-kuit-format
msgid "<application>Git</application> Log"
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:488
+#: fileviewgitplugin.cpp:487
#, kde-format
msgctxt "Git commit hash"
msgid "Commit"
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:489
+#: fileviewgitplugin.cpp:488
#, kde-format
msgctxt "Git commit date"
msgid "Date"
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:490
+#: fileviewgitplugin.cpp:489
#, kde-format
msgctxt "Git commit message"
msgid "Message"
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:491
+#: fileviewgitplugin.cpp:490
#, kde-format
msgctxt "Git commit author"
msgid "Author"
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:535
+#: fileviewgitplugin.cpp:534
#, kde-kuit-format
msgid "Switched to branch '%1'"
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:541
+#: fileviewgitplugin.cpp:540
#, kde-kuit-format
msgid "HEAD is now at %1"
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:545
+#: fileviewgitplugin.cpp:544
#, kde-kuit-format
msgid "Switched to a new branch '%1'"
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:556
+#: fileviewgitplugin.cpp:555
#, kde-kuit-format
msgid "<application>Git</application> Checkout failed. Maybe your working directory is dirty."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:615
+#: fileviewgitplugin.cpp:614
#, kde-kuit-format
msgid "Successfully created tag '%1'"
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:620
+#: fileviewgitplugin.cpp:619
#, kde-kuit-format
msgid "<application>Git</application> tag creation failed. A tag with the name '%1' already exists."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:622
+#: fileviewgitplugin.cpp:621
#, kde-kuit-format
msgid "<application>Git</application> tag creation failed."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:634
+#: fileviewgitplugin.cpp:633
#, kde-kuit-format
msgid "Pushing branch %1 to %2:%3 failed."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:636
+#: fileviewgitplugin.cpp:635
#, kde-kuit-format
msgid "Pushed branch %1 to %2:%3."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:638
+#: fileviewgitplugin.cpp:637
#, kde-kuit-format
msgid "Pushing branch %1 to %2:%3..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:655
+#: fileviewgitplugin.cpp:654
#, kde-kuit-format
msgid "Pulling branch %1 from %2 failed."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:657
+#: fileviewgitplugin.cpp:656
#, kde-kuit-format
msgid "Pulled branch %1 from %2 successfully."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:659
+#: fileviewgitplugin.cpp:658
#, kde-kuit-format
msgid "Pulling branch %1 from %2..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:712 fileviewgitplugin.cpp:724
+#: fileviewgitplugin.cpp:711 fileviewgitplugin.cpp:723
#, kde-kuit-format
msgid "Branch is already up-to-date."
msgstr ""
#. +> trunk5 stable5
-#: fileviewgitplugin.cpp:728
+#: fileviewgitplugin.cpp:727
#, kde-kuit-format
msgid "Merge conflicts occurred. Fix them and commit the result."
msgstr ""
#. i18n: ectx: label, entry (commitDialogHeight), group (CommitDialogSettings)
#. +> trunk5 stable5
#: fileviewgitpluginsettings.kcfg:7
#, kde-format
msgid "Dialog height"
msgstr ""
#. i18n: ectx: label, entry (commitDialogWidth), group (CommitDialogSettings)
#. +> trunk5 stable5
#: fileviewgitpluginsettings.kcfg:12
#, kde-format
msgid "Dialog width"
msgstr ""
#. +> trunk5 stable5
-#: pulldialog.cpp:34
+#: pulldialog.cpp:37
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Git</application> Pull"
msgstr ""
#. +> trunk5 stable5
-#: pulldialog.cpp:37
+#: pulldialog.cpp:48
#, kde-format
msgctxt "@action:button"
msgid "Pull"
msgstr ""
#. +> trunk5 stable5
-#: pulldialog.cpp:45
+#: pulldialog.cpp:57
#, kde-format
msgctxt "@title:group The source to pull from"
msgid "Source"
msgstr ""
#. +> trunk5 stable5
-#: pulldialog.cpp:49 pushdialog.cpp:51
+#: pulldialog.cpp:63 pushdialog.cpp:64
#, kde-format
msgctxt "@label:listbox a git remote"
msgid "Remote:"
msgstr ""
#. +> trunk5 stable5
-#: pulldialog.cpp:54
+#: pulldialog.cpp:68
#, kde-format
msgctxt "@label:listbox"
msgid "Remote branch:"
msgstr ""
#. +> trunk5 stable5
-#: pushdialog.cpp:35
+#: pushdialog.cpp:38
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Git</application> Push"
msgstr ""
#. +> trunk5 stable5
-#: pushdialog.cpp:38
+#: pushdialog.cpp:50
#, kde-format
msgctxt "@action:button"
msgid "Push"
msgstr ""
#. +> trunk5 stable5
-#: pushdialog.cpp:47
+#: pushdialog.cpp:60
#, kde-format
msgctxt "@title:group The remote host"
msgid "Destination"
msgstr ""
#. +> trunk5 stable5
-#: pushdialog.cpp:60
+#: pushdialog.cpp:74
#, kde-format
msgctxt "@title:group"
msgid "Branches"
msgstr ""
#. +> trunk5 stable5
-#: pushdialog.cpp:64
+#: pushdialog.cpp:78
#, kde-format
msgctxt "@label:listbox"
msgid "Local Branch:"
msgstr ""
#. +> trunk5 stable5
-#: pushdialog.cpp:71
+#: pushdialog.cpp:85
#, kde-format
msgctxt "@label:listbox"
msgid "Remote Branch:"
msgstr ""
#. +> trunk5 stable5
-#: pushdialog.cpp:82
+#: pushdialog.cpp:97
#, kde-format
msgctxt "@info:tooltip"
msgid "Proceed even if the remote branch is not an ancestor of the local branch."
msgstr ""
#. +> trunk5 stable5
-#: tagdialog.cpp:41
+#: tagdialog.cpp:43
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Git</application> Create Tag"
msgstr ""
#. +> trunk5 stable5
-#: tagdialog.cpp:44
+#: tagdialog.cpp:55
#, kde-format
msgctxt "@action:button"
msgid "Create Tag"
msgstr ""
#. +> trunk5 stable5
-#: tagdialog.cpp:52
+#: tagdialog.cpp:64
#, kde-format
msgctxt "@title:group"
msgid "Tag Information"
msgstr ""
#. +> trunk5 stable5
-#: tagdialog.cpp:56
+#: tagdialog.cpp:68
#, kde-format
msgctxt "@label:textbox"
msgid "Tag Name:"
msgstr ""
#. +> trunk5 stable5
-#: tagdialog.cpp:64
+#: tagdialog.cpp:76
#, kde-format
msgctxt "@label:textbox"
msgid "Tag Message:"
msgstr ""
#. +> trunk5 stable5
-#: tagdialog.cpp:74
+#: tagdialog.cpp:87
#, kde-format
msgctxt "@title:group"
msgid "Attach to"
msgstr ""
#. +> trunk5 stable5
-#: tagdialog.cpp:79
+#: tagdialog.cpp:94
#, kde-format
msgctxt "@label:listbox"
msgid "Branch:"
msgstr ""
#. +> trunk5 stable5
-#: tagdialog.cpp:125
+#: tagdialog.cpp:140
#, kde-format
msgctxt "@info:tooltip"
msgid "You must enter a tag name first."
msgstr ""
#. +> trunk5 stable5
-#: tagdialog.cpp:128
+#: tagdialog.cpp:143
#, kde-format
msgctxt "@info:tooltip"
msgid "Tag names may not contain any whitespace."
msgstr ""
#. +> trunk5 stable5
-#: tagdialog.cpp:131
+#: tagdialog.cpp:146
#, kde-format
msgctxt "@info:tooltip"
msgid "A tag named '%1' already exists."
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kdesdk/fileviewhgplugin.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kdesdk/fileviewhgplugin.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/kdesdk/fileviewhgplugin.pot (revision 1522564)
@@ -1,1352 +1,1352 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-16 10:33+0200\n"
+"POT-Creation-Date: 2018-08-14 09:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. +> trunk5 stable5
#: backoutdialog.cpp:44
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Backout"
msgstr ""
#. +> trunk5 stable5
#: backoutdialog.cpp:46
#, kde-kuit-format
msgctxt "@action:button"
msgid "Backout"
msgstr ""
#. +> trunk5 stable5
#: backoutdialog.cpp:73
#, kde-kuit-format
msgctxt "@label:checkbox"
msgid "Merge with old dirstate parent after backout"
msgstr ""
#. +> trunk5 stable5
#: backoutdialog.cpp:75 backoutdialog.cpp:77 bundledialog.cpp:70
#, kde-kuit-format
msgctxt "@label:button"
msgid "Select Changeset"
msgstr ""
#. +> trunk5 stable5
#: backoutdialog.cpp:81
#, kde-kuit-format
msgctxt "@label"
msgid "Revision to Backout: "
msgstr ""
#. +> trunk5 stable5
#: backoutdialog.cpp:86
#, kde-kuit-format
msgctxt "@label"
msgid "Parent Revision (optional): "
msgstr ""
#. +> trunk5 stable5
#: backoutdialog.cpp:152 bundledialog.cpp:202
#, kde-kuit-format
msgctxt "@title:window"
msgid "Select Changeset"
msgstr ""
#. +> trunk5 stable5
#: backoutdialog.cpp:153 bundledialog.cpp:203
#, kde-kuit-format
msgctxt "@action:button"
msgid "Select"
msgstr ""
#. +> trunk5 stable5
#: branchdialog.cpp:37
#, kde-format
msgctxt "@title:window"
msgid "<application>Hg</application> Branch"
msgstr ""
#. +> trunk5 stable5
#: branchdialog.cpp:50
#, kde-format
msgid "Create New Branch"
msgstr ""
#. +> trunk5 stable5
#: branchdialog.cpp:51
#, kde-format
msgid "Switch Branch"
msgstr ""
#. +> trunk5 stable5
#: branchdialog.cpp:83
#, kde-format
msgid "<b>Current Branch: </b>"
msgstr ""
#. +> trunk5 stable5
#: branchdialog.cpp:121 branchdialog.cpp:136 tagdialog.cpp:115
#: tagdialog.cpp:131 tagdialog.cpp:146
#, kde-format
msgid "Some error occurred"
msgstr ""
#. +> trunk5 stable5
#: bundledialog.cpp:44
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Bundle"
msgstr ""
#. +> trunk5 stable5
#: bundledialog.cpp:45
#, kde-kuit-format
msgctxt "@action:button"
msgid "Bundle"
msgstr ""
#. +> trunk5 stable5
#: bundledialog.cpp:72
#, kde-kuit-format
msgctxt "@label"
msgid "Base Revision (optional): "
msgstr ""
#. +> trunk5 stable5
#: bundledialog.cpp:74
#, kde-kuit-format
msgctxt "@label"
msgid "Bundle all changesets in repository."
msgstr ""
#. +> trunk5 stable5
#: bundledialog.cpp:89 exportdialog.cpp:68 importdialog.cpp:74
-#: pulldialog.cpp:59 pushdialog.cpp:58
+#: pulldialog.cpp:58 pushdialog.cpp:57
#, kde-format, kde-kuit-format
msgctxt "@label:group"
msgid "Options"
msgstr ""
#. +> trunk5 stable5
#: bundledialog.cpp:91
#, kde-kuit-format
msgctxt "@label:checkbox"
msgid "Run even when the destination is unrelated (force)"
msgstr ""
#. +> trunk5 stable5
-#: bundledialog.cpp:94 pulldialog.cpp:55 pushdialog.cpp:54
+#: bundledialog.cpp:94 pulldialog.cpp:54 pushdialog.cpp:53
#, kde-kuit-format
msgctxt "@label:checkbox"
msgid "Do not verify server certificate"
msgstr ""
#. +> trunk5 stable5
#: clonedialog.cpp:46
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Clone"
msgstr ""
#. +> trunk5 stable5
#: clonedialog.cpp:47
#, kde-kuit-format
msgctxt "@action:button"
msgid "Clone"
msgstr ""
#. +> trunk5 stable5
#: clonedialog.cpp:55
#, kde-format
msgid "URLs"
msgstr ""
#. +> trunk5 stable5
#: clonedialog.cpp:57
#, kde-kuit-format
msgctxt "@label"
msgid "Source"
msgstr ""
#. +> trunk5 stable5
#: clonedialog.cpp:58
#, kde-kuit-format
msgctxt "@lobel"
msgid "Destination"
msgstr ""
#. +> trunk5 stable5
#: clonedialog.cpp:59 clonedialog.cpp:60
#, kde-kuit-format
msgctxt "@button"
msgid "Browse"
msgstr ""
#. +> trunk5 stable5
#: clonedialog.cpp:72
#, kde-format
msgctxt "@label"
msgid "Options"
msgstr ""
#. +> trunk5 stable5
#: clonedialog.cpp:75
#, kde-format
msgid "Do not update the new working directory."
msgstr ""
#. +> trunk5 stable5
#: clonedialog.cpp:76
#, kde-format
msgid "Use pull protocol to copy metadata."
msgstr ""
#. +> trunk5 stable5
#: clonedialog.cpp:77
#, kde-format
msgid "Use uncompressed transfer."
msgstr ""
#. +> trunk5 stable5
#: clonedialog.cpp:78
#, kde-format
msgid "Do not verify server certificate (ignoring web.cacerts config)."
msgstr ""
#. +> trunk5 stable5
#: clonedialog.cpp:171
#, kde-format
msgid "Terminating cloning!"
msgstr ""
#. +> trunk5 stable5
#: clonedialog.cpp:197
#, kde-kuit-format
msgctxt "@action:button"
msgid "Close"
msgstr ""
#. +> trunk5 stable5
#: clonedialog.cpp:202
#, kde-kuit-format
msgctxt "@message:error"
msgid "Error Cloning Repository!"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:45
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Commit"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:47
#, kde-kuit-format
msgctxt "@action:button"
msgid "Commit"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:54
#, kde-format
msgid ""
"The KTextEditor component could not be found;\n"
"please check your KDE Frameworks installation."
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:67
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "Commit to current branch"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:72
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "Create new branch"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:77
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "Close current branch"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:99
#, kde-format
msgid "Copy Message"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:100 updatedialog.cpp:47
#, kde-format
msgid "Branch"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:121
#, kde-kuit-format
msgctxt "@title:group"
msgid "Commit Message"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:128
#, kde-kuit-format
msgctxt "@title:group"
msgid "Diff/Content"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:231
#, kde-format
msgid "Could not create branch! Aborting commit!"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:241
#, kde-format
msgid "Commit unsuccessful!"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:245
#, kde-format
msgid "No files for commit!"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:272
#, kde-format
msgid "Branch: Current Branch"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:279
#, kde-format
msgid "Branch: "
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:292
#, kde-format
msgid "Branch: Close Current"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:305
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Commit: New Branch"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:313
#, kde-kuit-format
msgctxt "@label"
msgid "Enter new branch name"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:334
#, kde-kuit-format
msgctxt "@label"
msgid "<b>Branch already exists!</b>"
msgstr ""
#. +> trunk5 stable5
#: commitdialog.cpp:342
#, kde-kuit-format
msgctxt "@label"
msgid "<b>Enter some text!</b>"
msgstr ""
#. +> trunk5 stable5
#: commitinfowidget.cpp:51
#, kde-format
msgid ""
"A KDE text-editor component could not be found;\n"
"please check your KDE installation."
msgstr ""
#. +> trunk5 stable5
#: configdialog.cpp:41
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Repository Configuration"
msgstr ""
#. +> trunk5 stable5
#: configdialog.cpp:44
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Global Configuration"
msgstr ""
#. +> trunk5 stable5
#: configdialog.cpp:57
#, kde-kuit-format
msgctxt "@label:group"
msgid "General Settings"
msgstr ""
#. +> trunk5 stable5
#: configdialog.cpp:61
#, kde-kuit-format
msgctxt "@label:group"
msgid "Repository Paths"
msgstr ""
#. +> trunk5 stable5
#: configdialog.cpp:64
#, kde-kuit-format
msgctxt "@label:group"
msgid "Ignored Files"
msgstr ""
#. +> trunk5 stable5
#: configdialog.cpp:68
#, kde-kuit-format
msgctxt "@label:group"
msgid "Plugin Settings"
msgstr ""
#. +> trunk5 stable5
#: createdialog.cpp:36
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Initialize Repository"
msgstr ""
#. +> trunk5 stable5
#: createdialog.cpp:37
#, kde-kuit-format
msgctxt "@action:button"
msgid "Initialize Repository"
msgstr ""
#. +> trunk5 stable5
#: createdialog.cpp:72
#, kde-kuit-format
msgctxt "error message"
msgid "Error creating repository!"
msgstr ""
#. +> trunk5 stable5
#: exportdialog.cpp:41
#, kde-format
msgctxt "@title:window"
msgid "<application>Hg</application> Export"
msgstr ""
#. +> trunk5 stable5
#: exportdialog.cpp:42
#, kde-kuit-format
msgctxt "@action:button"
msgid "Export"
msgstr ""
#. +> trunk5 stable5
#: exportdialog.cpp:69
#, kde-format
msgctxt "@label"
msgid "Treat all files as text"
msgstr ""
#. +> trunk5 stable5
#: exportdialog.cpp:70
#, kde-format
msgctxt "@label"
msgid "Use Git extended diff format"
msgstr ""
#. +> trunk5 stable5
#: exportdialog.cpp:71
#, kde-format
msgctxt "@label"
msgid "Omit dates from diff headers"
msgstr ""
#. +> trunk5 stable5
#: exportdialog.cpp:140
#, kde-format
msgctxt "@message:error"
msgid "Please select at least one changeset to be exported!"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:105
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Add"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:112
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Remove"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:119
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Rename"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:126
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Commit"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:133
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Tag"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:140
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Branch"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:147
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Clone"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:154
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Init"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:161
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Update"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:168
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Global Config"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:175
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Repository Config"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:182
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Push"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:189
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Pull"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:196
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Revert"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:203
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Revert All"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:210
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Rollback"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:217
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Merge"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:224
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Bundle"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:231
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Export"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:238
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Import"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:245
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Unbundle"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:252
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Serve"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:259
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Backout"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:266
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Hg</application> Diff"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:290
#, kde-kuit-format
msgctxt "@action:inmenu"
msgid "<application>Mercurial</application>"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:486
#, kde-kuit-format
msgctxt "@info:status"
msgid "Adding files to <application>Hg</application> repository..."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:488
#, kde-kuit-format
msgctxt "@info:status"
msgid "Adding files to <application>Hg</application> repository failed."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:490
#, kde-kuit-format
msgctxt "@info:status"
msgid "Added files to <application>Hg</application> repository."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:502
#, kde-kuit-format
msgctxt "@message:yesorno"
msgid "Would you like to remove selected files from the repository?"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:509
#, kde-kuit-format
msgctxt "@info:status"
msgid "Removing files from <application>Hg</application> repository..."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:511
#, kde-kuit-format
msgctxt "@info:status"
msgid "Removing files from <application>Hg</application> repository failed."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:513
#, kde-kuit-format
msgctxt "@info:status"
msgid "Removed files from <application>Hg</application> repository."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:525
#, kde-kuit-format
msgctxt "@info:status"
msgid "Renaming of file in <application>Hg</application> repository failed."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:527
#, kde-kuit-format
msgctxt "@info:status"
msgid "Renamed file in <application>Hg</application> repository successfully."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:529
#, kde-kuit-format
msgctxt "@info:status"
msgid "Renaming file in <application>Hg</application> repository."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:540
#, kde-kuit-format
msgctxt "@message"
msgid "No changes for commit!"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:545
#, kde-kuit-format
msgctxt "@info:status"
msgid "Commit to <application>Hg</application> repository failed."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:547
#, kde-kuit-format
msgctxt "@info:status"
msgid "Committed to <application>Hg</application> repository."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:549
#, kde-kuit-format
msgctxt "@info:status"
msgid "Commit <application>Hg</application> repository."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:560
#, kde-kuit-format
msgctxt "@info:status"
msgid "Tag operation in <application>Hg</application> repository failed."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:562
#, kde-kuit-format
msgctxt "@info:status"
msgid "Tagging operation in <application>Hg</application> repository is successful."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:564
#, kde-kuit-format
msgctxt "@info:status"
msgid "Tagging operation in <application>Hg</application> repository."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:573
#, kde-kuit-format
msgctxt "@info:status"
msgid "Update of <application>Hg</application> working directory failed."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:575
#, kde-kuit-format
msgctxt "@info:status"
msgid "Update of <application>Hg</application> working directory is successful."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:577
#, kde-kuit-format
msgctxt "@info:status"
msgid "Updating <application>Hg</application> working directory."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:586
#, kde-kuit-format
msgctxt "@info:status"
msgid "Branch operation on <application>Hg</application> repository failed."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:588
#, kde-kuit-format
msgctxt "@info:status"
msgid "Branch operation on <application>Hg</application> repository completed successfully."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:590
#, kde-kuit-format
msgctxt "@info:status"
msgid "Branch operation on <application>Hg</application> repository."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:687
#, kde-kuit-format
msgctxt "@message:yesorno"
msgid "Would you like to revert changes made to selected files?"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:694 fileviewhgplugin.cpp:714
#, kde-kuit-format
msgctxt "@info:status"
msgid "Reverting files in <application>Hg</application> repository..."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:696 fileviewhgplugin.cpp:716
#, kde-kuit-format
msgctxt "@info:status"
msgid "Reverting files in <application>Hg</application> repository failed."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:698 fileviewhgplugin.cpp:718
#, kde-kuit-format
msgctxt "@info:status"
msgid "Reverting files in <application>Hg</application> repository completed successfully."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:707
#, kde-kuit-format
msgctxt "@message:yesorno"
msgid "Would you like to revert all changes made to current working directory?"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:727
#, kde-kuit-format
msgctxt "@info:status"
msgid "Generating diff for <application>Hg</application> repository..."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:729
#, kde-kuit-format
msgctxt "@info:status"
msgid "Could not get <application>Hg</application> repository diff."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:731
#, kde-kuit-format
msgctxt "@info:status"
msgid "Generated <application>Hg</application> diff successfully."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:761
#, kde-kuit-format
msgctxt "@message:error"
msgid "abort: Uncommitted changes in working directory!"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:774
#, kde-kuit-format
msgctxt "@info:message"
msgid "No rollback information available!"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:785
#, kde-kuit-format
msgctxt "@message:yesorno"
msgid "Would you like to rollback last transaction?"
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:792
#, kde-kuit-format
msgctxt "@info:status"
msgid "Executing Rollback <application>Hg</application> repository..."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:794
#, kde-kuit-format
msgctxt "@info:status"
msgid "Rollback of <application>Hg</application> repository failed."
msgstr ""
#. +> trunk5 stable5
#: fileviewhgplugin.cpp:796
#, kde-kuit-format
msgctxt "@info:status"
msgid "Rollback of <application>Hg</application> repository completed successfully."
msgstr ""
#. i18n: ectx: label, entry (commitDialogHeight), group (CommitDialogSettings)
#. i18n: ectx: label, entry (configDialogHeight), group (ConfigDialogSettings)
#. i18n: ectx: label, entry (cloneDialogHeight), group (CloneDialogSettings)
#. i18n: ectx: label, entry (pushDialogBigHeight), group (PushDialogSettings)
#. i18n: ectx: label, entry (pullDialogBigHeight), group (PullDialogSettings)
#. i18n: ectx: label, entry (mergeDialogHeight), group (MergeDialogSettings)
#. i18n: ectx: label, entry (bundleDialogHeight), group (BundleDialogSettings)
#. i18n: ectx: label, entry (exportDialogHeight), group (ExportDialogSettings)
#. i18n: ectx: label, entry (importDialogHeight), group (ImportDialogSettings)
#. i18n: ectx: label, entry (serveDialogHeight), group (ServeDialogSettings)
#. i18n: ectx: label, entry (backoutDialogHeight), group (BackoutDialogSettings)
#. +> trunk5 stable5
#: fileviewhgpluginsettings.kcfg:7 fileviewhgpluginsettings.kcfg:27
#: fileviewhgpluginsettings.kcfg:39 fileviewhgpluginsettings.kcfg:49
#: fileviewhgpluginsettings.kcfg:59 fileviewhgpluginsettings.kcfg:69
#: fileviewhgpluginsettings.kcfg:79 fileviewhgpluginsettings.kcfg:89
#: fileviewhgpluginsettings.kcfg:99 fileviewhgpluginsettings.kcfg:109
#: fileviewhgpluginsettings.kcfg:119
#, kde-format
msgid "Dialog height"
msgstr ""
#. i18n: ectx: label, entry (commitDialogWidth), group (CommitDialogSettings)
#. i18n: ectx: label, entry (configDialogWidth), group (ConfigDialogSettings)
#. i18n: ectx: label, entry (cloneDialogWidth), group (CloneDialogSettings)
#. i18n: ectx: label, entry (pushDialogBigWidth), group (PushDialogSettings)
#. i18n: ectx: label, entry (pullDialogBigWidth), group (PullDialogSettings)
#. i18n: ectx: label, entry (mergeDialogWidth), group (MergeDialogSettings)
#. i18n: ectx: label, entry (bundleDialogWidth), group (BundleDialogSettings)
#. i18n: ectx: label, entry (exportDialogWidth), group (ExportDialogSettings)
#. i18n: ectx: label, entry (importDialogWidth), group (ImportDialogSettings)
#. i18n: ectx: label, entry (serveDialogWidth), group (ServeDialogSettings)
#. i18n: ectx: label, entry (backoutDialogWidth), group (BackoutDialogSettings)
#. +> trunk5 stable5
#: fileviewhgpluginsettings.kcfg:12 fileviewhgpluginsettings.kcfg:32
#: fileviewhgpluginsettings.kcfg:43 fileviewhgpluginsettings.kcfg:53
#: fileviewhgpluginsettings.kcfg:63 fileviewhgpluginsettings.kcfg:73
#: fileviewhgpluginsettings.kcfg:83 fileviewhgpluginsettings.kcfg:93
#: fileviewhgpluginsettings.kcfg:103 fileviewhgpluginsettings.kcfg:113
#: fileviewhgpluginsettings.kcfg:123
#, kde-format
msgid "Dialog width"
msgstr ""
#. i18n: ectx: label, entry (verticalSplitterSizes), group (CommitDialogSettings)
#. +> trunk5 stable5
#: fileviewhgpluginsettings.kcfg:17
#, kde-format
msgid "Divides file list and editors with commit details"
msgstr ""
#. i18n: ectx: label, entry (horizontalSplitterSizes), group (CommitDialogSettings)
#. +> trunk5 stable5
#: fileviewhgpluginsettings.kcfg:21
#, kde-format
msgid "Divides commit editor and diff editor"
msgstr ""
#. +> trunk5 stable5
#: importdialog.cpp:43
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Import"
msgstr ""
#. +> trunk5 stable5
#: importdialog.cpp:44
#, kde-kuit-format
msgctxt "@action:button"
msgid "Import"
msgstr ""
#. +> trunk5 stable5
#: importdialog.cpp:76
#, kde-kuit-format
msgctxt "@label"
msgid "Do not commit, just update the working directory"
msgstr ""
#. +> trunk5 stable5
#: importdialog.cpp:78
#, kde-kuit-format
msgctxt "@label"
msgid "Skip test for outstanding uncommitted changes"
msgstr ""
#. +> trunk5 stable5
#: importdialog.cpp:80
#, kde-kuit-format
msgctxt "@label"
msgid "Apply patch to the nodes from which it was generated"
msgstr ""
#. +> trunk5 stable5
#: importdialog.cpp:82
#, kde-kuit-format
msgctxt "@label"
msgid "Apply patch without touching working directory"
msgstr ""
#. +> trunk5 stable5
#: importdialog.cpp:94
#, kde-kuit-format
msgctxt "@label:button"
msgid "Add Patches"
msgstr ""
#. +> trunk5 stable5
#: importdialog.cpp:96
#, kde-kuit-format
msgctxt "@label:button"
msgid "Remove Patches"
msgstr ""
#. +> trunk5 stable5
-#: mergedialog.cpp:41
+#: mergedialog.cpp:40
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Merge"
msgstr ""
#. +> trunk5 stable5
-#: mergedialog.cpp:42
+#: mergedialog.cpp:41
#, kde-kuit-format
msgctxt "@label:button"
msgid "Merge"
msgstr ""
#. +> trunk5 stable5
-#: mergedialog.cpp:122
+#: mergedialog.cpp:121
#, kde-kuit-format
msgctxt "@message"
msgid "No head selected for merge!"
msgstr ""
#. +> trunk5 stable5
#: pathselector.cpp:73
#, kde-kuit-format
msgctxt "@label:combobox"
msgid "edit"
msgstr ""
#. +> trunk5 stable5
-#: pulldialog.cpp:45
+#: pulldialog.cpp:44
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Pull Repository"
msgstr ""
#. +> trunk5 stable5
-#: pulldialog.cpp:53
+#: pulldialog.cpp:52
#, kde-kuit-format
msgctxt "@label:checkbox"
msgid "Update to new branch head if changesets were pulled"
msgstr ""
#. +> trunk5 stable5
-#: pulldialog.cpp:57
+#: pulldialog.cpp:56
#, kde-kuit-format
msgctxt "@label:checkbox"
msgid "Force Pull"
msgstr ""
#. +> trunk5 stable5
-#: pulldialog.cpp:69
+#: pulldialog.cpp:68
#, kde-kuit-format
msgctxt "@label:group"
msgid "Incoming Changes"
msgstr ""
#. +> trunk5 stable5
-#: pulldialog.cpp:163
+#: pulldialog.cpp:162
#, kde-kuit-format
msgctxt "@message:info"
msgid "No incoming changes!"
msgstr ""
#. +> trunk5 stable5
-#: pushdialog.cpp:44
+#: pushdialog.cpp:43
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Push Repository"
msgstr ""
#. +> trunk5 stable5
-#: pushdialog.cpp:52
+#: pushdialog.cpp:51
#, kde-kuit-format
msgctxt "@label:checkbox"
msgid "Allow pushing a new branch"
msgstr ""
#. +> trunk5 stable5
-#: pushdialog.cpp:56
+#: pushdialog.cpp:55
#, kde-kuit-format
msgctxt "@label:checkbox"
msgid "Force Push"
msgstr ""
#. +> trunk5 stable5
-#: pushdialog.cpp:68
+#: pushdialog.cpp:67
#, kde-kuit-format
msgctxt "@label:group"
msgid "Outgoing Changes"
msgstr ""
#. +> trunk5 stable5
-#: pushdialog.cpp:183
+#: pushdialog.cpp:182
#, kde-kuit-format
msgctxt "@message:info"
msgid "No outgoing changes!"
msgstr ""
#. +> trunk5 stable5
#: renamedialog.cpp:38
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Rename"
msgstr ""
#. +> trunk5 stable5
#: renamedialog.cpp:40
#, kde-kuit-format
msgctxt "@action:button"
msgid "Rename"
msgstr ""
#. +> trunk5 stable5
#: renamedialog.cpp:46
#, kde-kuit-format
msgctxt "@label:label to source file"
msgid "Source "
msgstr ""
#. +> trunk5 stable5
#: renamedialog.cpp:52
#, kde-kuit-format
msgctxt "@label:rename"
msgid "Rename to "
msgstr ""
#. +> trunk5 stable5
#: servedialog.cpp:38
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Serve"
msgstr ""
#. +> trunk5 stable5
#: servedialog.cpp:78
#, kde-kuit-format
msgctxt "@label:button"
msgid "Start Server"
msgstr ""
#. +> trunk5 stable5
#: servedialog.cpp:79
#, kde-kuit-format
msgctxt "@label:button"
msgid "Stop Server"
msgstr ""
#. +> trunk5 stable5
#: servedialog.cpp:80
#, kde-kuit-format
msgctxt "@label:button"
msgid "Open in browser"
msgstr ""
#. +> trunk5 stable5
#: servedialog.cpp:96
#, kde-kuit-format
msgctxt "@label"
msgid "Port"
msgstr ""
#. +> trunk5 stable5
#: servewrapper.cpp:81
#, kde-format
msgid "## Starting Server ##"
msgstr ""
#. +> trunk5 stable5
-#: statuslist.cpp:43
+#: statuslist.cpp:41
#, kde-format
msgid "Filename"
msgstr ""
#. +> trunk5 stable5
-#: statuslist.cpp:53
+#: statuslist.cpp:50
#, kde-format
msgctxt "@title:group"
msgid "File Status"
msgstr ""
#. +> trunk5 stable5
-#: syncdialogbase.cpp:97
+#: syncdialogbase.cpp:96
#, kde-format
msgctxt "@label:button"
msgid "Show Incoming Changes"
msgstr ""
#. +> trunk5 stable5
-#: syncdialogbase.cpp:101
+#: syncdialogbase.cpp:100
#, kde-format
msgctxt "@label:button"
msgid "Show Outgoing Changes"
msgstr ""
#. +> trunk5 stable5
-#: syncdialogbase.cpp:136
+#: syncdialogbase.cpp:135
#, kde-kuit-format
msgctxt "@action:button"
msgid "Pull"
msgstr ""
#. +> trunk5 stable5
-#: syncdialogbase.cpp:178
+#: syncdialogbase.cpp:177
#, kde-format
msgctxt "@message"
msgid "No changes found!"
msgstr ""
#. +> trunk5 stable5
-#: syncdialogbase.cpp:229 syncdialogbase.cpp:304 syncdialogbase.cpp:311
+#: syncdialogbase.cpp:228 syncdialogbase.cpp:303 syncdialogbase.cpp:310
#, kde-format
msgid "Error!"
msgstr ""
#. +> trunk5 stable5
-#: syncdialogbase.cpp:345
+#: syncdialogbase.cpp:344
#, kde-kuit-format
msgctxt "@action:button"
msgid "Options"
msgstr ""
#. +> trunk5 stable5
#: tagdialog.cpp:33
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Tag"
msgstr ""
#. +> trunk5 stable5
#: tagdialog.cpp:43
#, kde-format
msgid "Create New Tag"
msgstr ""
#. +> trunk5 stable5
#: tagdialog.cpp:44
#, kde-format
msgid "Remove Tag"
msgstr ""
#. +> trunk5 stable5
#: tagdialog.cpp:45
#, kde-format
msgid "Switch Tag"
msgstr ""
#. +> trunk5 stable5
#: tagdialog.cpp:142
#, kde-format
msgid "Created tag successfully!"
msgstr ""
#. +> trunk5 stable5
#: updatedialog.cpp:38
#, kde-kuit-format
msgctxt "@title:window"
msgid "<application>Hg</application> Update"
msgstr ""
#. +> trunk5 stable5
#: updatedialog.cpp:40
#, kde-kuit-format
msgctxt "@action:button"
msgid "Update"
msgstr ""
#. +> trunk5 stable5
#: updatedialog.cpp:43
#, kde-format
msgid "New working directory"
msgstr ""
#. +> trunk5 stable5
#: updatedialog.cpp:48
#, kde-format
msgid "Tag"
msgstr ""
#. +> trunk5 stable5
#: updatedialog.cpp:49
#, kde-format
msgid "Changeset/Revision"
msgstr ""
#. +> trunk5 stable5
#: updatedialog.cpp:54
#, kde-format
msgid "Current Parent"
msgstr ""
#. +> trunk5 stable5
#: updatedialog.cpp:60
#, kde-format
msgid "Options"
msgstr ""
#. +> trunk5 stable5
#: updatedialog.cpp:62
#, kde-format
msgid "Discard uncommitted changes"
msgstr ""
#. +> trunk5 stable5
#: updatedialog.cpp:139
#, kde-format
msgid ""
"Some error occurred! \n"
"Maybe there are uncommitted changes."
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kdesdk/fileviewsvnplugin.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kdesdk/fileviewsvnplugin.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/kdesdk/fileviewsvnplugin.pot (revision 1522564)
@@ -1,207 +1,207 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-11-20 12:26+0100\n"
+"POT-Creation-Date: 2018-08-14 09:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:64
+#: fileviewsvnplugin.cpp:68
#, kde-format
msgctxt "@item:inmenu"
msgid "SVN Update"
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:70
+#: fileviewsvnplugin.cpp:74
#, kde-format
msgctxt "@item:inmenu"
msgid "Show Local SVN Changes"
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:76
+#: fileviewsvnplugin.cpp:80
#, kde-format
msgctxt "@item:inmenu"
msgid "SVN Commit..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:82
+#: fileviewsvnplugin.cpp:86
#, kde-format
msgctxt "@item:inmenu"
msgid "SVN Add"
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:88
+#: fileviewsvnplugin.cpp:92
#, kde-format
msgctxt "@item:inmenu"
msgid "SVN Delete"
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:94
+#: fileviewsvnplugin.cpp:98
#, kde-format
msgctxt "@item:inmenu"
msgid "SVN Revert"
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:100
+#: fileviewsvnplugin.cpp:104
#, kde-format
msgctxt "@item:inmenu"
msgid "Show SVN Updates"
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:184
+#: fileviewsvnplugin.cpp:188
#, kde-format
msgctxt "@info:status"
msgid "SVN status update failed. Disabling Option \"Show SVN Updates\"."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:294
+#: fileviewsvnplugin.cpp:298
#, kde-format
msgctxt "@info:status"
msgid "Updating SVN repository..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:295
+#: fileviewsvnplugin.cpp:299
#, kde-format
msgctxt "@info:status"
msgid "Update of SVN repository failed."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:296
+#: fileviewsvnplugin.cpp:300
#, kde-format
msgctxt "@info:status"
msgid "Updated SVN repository."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:317
+#: fileviewsvnplugin.cpp:321
#, kde-format
msgctxt "@label"
msgid "Description:"
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:323
+#: fileviewsvnplugin.cpp:326
#, kde-format
msgctxt "@title:window"
msgid "SVN Commit"
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:326
+#: fileviewsvnplugin.cpp:332
#, kde-format
msgctxt "@action:button"
msgid "Commit"
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:338 fileviewsvnplugin.cpp:351
+#: fileviewsvnplugin.cpp:344 fileviewsvnplugin.cpp:357
#, kde-format
msgctxt "@info:status"
msgid "Commit of SVN changes failed."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:350
+#: fileviewsvnplugin.cpp:356
#, kde-format
msgctxt "@info:status"
msgid "Committing SVN changes..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:352
+#: fileviewsvnplugin.cpp:358
#, kde-format
msgctxt "@info:status"
msgid "Committed SVN changes."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:361
+#: fileviewsvnplugin.cpp:367
#, kde-format
msgctxt "@info:status"
msgid "Adding files to SVN repository..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:362
+#: fileviewsvnplugin.cpp:368
#, kde-format
msgctxt "@info:status"
msgid "Adding of files to SVN repository failed."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:363
+#: fileviewsvnplugin.cpp:369
#, kde-format
msgctxt "@info:status"
msgid "Added files to SVN repository."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:369
+#: fileviewsvnplugin.cpp:375
#, kde-format
msgctxt "@info:status"
msgid "Removing files from SVN repository..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:370
+#: fileviewsvnplugin.cpp:376
#, kde-format
msgctxt "@info:status"
msgid "Removing of files from SVN repository failed."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:371
+#: fileviewsvnplugin.cpp:377
#, kde-format
msgctxt "@info:status"
msgid "Removed files from SVN repository."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:377
+#: fileviewsvnplugin.cpp:383
#, kde-format
msgctxt "@info:status"
msgid "Reverting files from SVN repository..."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:378
+#: fileviewsvnplugin.cpp:384
#, kde-format
msgctxt "@info:status"
msgid "Reverting of files from SVN repository failed."
msgstr ""
#. +> trunk5 stable5
-#: fileviewsvnplugin.cpp:379
+#: fileviewsvnplugin.cpp:385
#, kde-format
msgctxt "@info:status"
msgid "Reverted files from SVN repository."
msgstr ""
#. i18n: ectx: label, entry (showUpdates), group (General)
#. +> trunk5 stable5
#: fileviewsvnpluginsettings.kcfg:7
#, kde-format
msgid "Show updates"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kdesdk/kdevphp.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kdesdk/kdevphp.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/kdesdk/kdevphp.pot (revision 1522564)
@@ -1,508 +1,514 @@
# 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 <EMAIL@ADDRESS>, 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:47+0200\n"
+"POT-Creation-Date: 2018-08-14 09:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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
#: completion/implementationitem.cpp:73
#, kde-format
msgid "Override"
msgstr ""
#. +> trunk5 stable5
#: completion/implementationitem.cpp:76
#, kde-format
msgid "Implement"
msgstr ""
#. +> trunk5 stable5
#: completion/implementationitem.cpp:88
#, kde-format
msgid "From %1"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, PhpDoc)
#. +> trunk5 stable5
#: docs/phpdocsconfig.ui:20
#, kde-format
msgid "PHP Manual Integration"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, PhpDocNote)
#. +> trunk5 stable5
#: docs/phpdocsconfig.ui:36
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'DejaVu Sans'; font-size:8pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">By default the online <a href=\"http://php.net\"><span style=\" text-decoration: underline; color:#0000ff;\">PHP documentation</span></a> is used remotely. Alternatively you can set the location to a local copy of the documentation in the language of your choice. Make sure you downloaded the <span style=\" font-style:italic;\">\"Many HTML files\"</span> package.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, PhpDocLocationLabel)
#. +> trunk5 stable5
#: docs/phpdocsconfig.ui:57
#, kde-format
msgid "Location:"
msgstr ""
#. +> trunk5 stable5
#: docs/phpdocsmodel.cpp:110
#, kde-format
msgid "<lost declaration>"
msgstr ""
#. +> trunk5 stable5
#: docs/phpdocsplugin.cpp:221
#, kde-format
msgid "PHP Documentation"
msgstr ""
#. i18n: ectx: label, entry (phpDocLocation), group (PHP Documentation)
#. +> trunk5 stable5
#: docs/phpdocssettings.kcfg:10
#, kde-format
msgid "Specifies the location of the PHP documentation to use."
msgstr ""
#. i18n: ectx: tooltip, entry (phpDocLocation), group (PHP Documentation)
#. +> trunk5 stable5
#: docs/phpdocssettings.kcfg:13
#, kde-format
msgid ""
"The location of the PHP documentation to use. You can either use a remote\n"
" location like http://php.net or a local directory which contains the\n"
" PHP documentation in HTML format with many files."
msgstr ""
#. i18n: ectx: whatsthis, entry (phpDocLocation), group (PHP Documentation)
#. +> trunk5 stable5
#: docs/phpdocssettings.kcfg:15
#, kde-format
msgid ""
"Make sure local copies are downloaded in HTML format with many files.\n"
" "
msgstr ""
#. +> trunk5 stable5
#: docs/phpdocumentationwidget.cpp:74
#, kde-format
msgid "...loading documentation..."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/contextbuilder.cpp:460
#, kde-format
msgid "Circular inheritance of %1 and %2"
msgstr ""
#. +> trunk5
#: duchain/builders/declarationbuilder.cpp:198
#: duchain/builders/declarationbuilder.cpp:213
#: duchain/builders/declarationbuilder.cpp:229
#: duchain/builders/declarationbuilder.cpp:869
#: duchain/builders/declarationbuilder.cpp:908
#, kde-format
msgid "Cannot use '%1' as class name as it is reserved"
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:352
#, kde-format
msgid "Access type for interface method %1 must be omitted."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:356
#, kde-format
msgid "Interface function %1 cannot contain body."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:368
#, kde-format
msgid "Class %1 contains abstract method %2 and must therefore be declared abstract or implement the method."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:374
#, kde-format
msgid "Abstract function %1 cannot contain body."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:377
#, kde-format
msgid "Cannot use the final modifier on an abstract class member."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:387
#, kde-format
msgid "Non-abstract method %1 must contain body."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:405
#, kde-format
msgid "Properties cannot be declared final."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:408
#, kde-format
msgid "Properties cannot be declared abstract."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:454
#, kde-format
msgid "Trait method %1 has not been applied, because there are collisions with other trait methods on %2"
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:608
#, kde-format
msgid "Cannot redeclare private property %1 from this context."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:614
#, kde-format
msgid "Cannot redeclare protected property %1 from this context."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:663
#, kde-format
msgid "Only booleans, ints, floats and strings are allowed for class constants."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:672
#, kde-format
msgid "Traits cannot have constants."
msgstr ""
#. +> trunk5
#: duchain/builders/declarationbuilder.cpp:679
#, kde-format
msgid "A class constant must not be called 'class'; it is reserved for class name fetching"
msgstr ""
#. +> trunk5
#: duchain/builders/declarationbuilder.cpp:754
#: duchain/builders/declarationbuilder.cpp:780
#, kde-format
msgid "Cannot use 'abstract' as method modifier"
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:757
#: duchain/builders/declarationbuilder.cpp:783
#, kde-format
msgid "Cannot use 'final' as method modifier"
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:760
#: duchain/builders/declarationbuilder.cpp:786
#, kde-format
msgid "Cannot use 'static' as method modifier"
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:835
#, kde-format
msgid "Variadic parameter cannot have a default value"
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:769
#, kde-format
msgid "Following parameters must have a default value assigned."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:838
#, kde-format
msgid "Default value for parameters with a class type hint can only be NULL."
msgstr ""
#. +> trunk5
#: duchain/builders/declarationbuilder.cpp:846
#, kde-format
msgid "Default value for parameters with an object type can only be NULL."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:874
#, kde-format
msgid "Only the last parameter can be variadic."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:988
#, kde-format
msgid "Cannot redeclare PHP internal %1."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:991
#, kde-format
msgid "%1 and %2 define the same property (%3) in the composition of %1. This might be incompatible, to improve maintainability consider using accessor methods in traits instead."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:999
#, kde-format
msgid "Cannot redeclare %1, already declared in %2 on line %3."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:1085
#, kde-format
msgid "Class %1 contains %2 abstract methods and must therefore be declared abstract or implement the remaining methods."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:1092
#, kde-format
msgid "Cannot re-assign $this."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:1335
#, kde-format
msgid "Cannot use positional argument after argument unpacking"
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:1532
#, kde-format
msgid "The use statement with non-compound name '%1' has no effect."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/declarationbuilder.cpp:1556
#, kde-format
msgid "Cannot use '%1' as '%2' because the name is already in use."
msgstr ""
#. +> trunk5
#: duchain/builders/declarationbuilder.cpp:1579
#, kde-format
msgid "Cannot use %1 as %2 because '%2' is a special class name"
msgstr ""
+#. +> trunk5
+#: duchain/builders/declarationbuilder.cpp:1589
+#, kde-format
+msgid "The 'yield' expression can only be used inside a function"
+msgstr ""
+
#. +> trunk5 stable5
#: duchain/builders/usebuilder.cpp:207
#, kde-format
msgid "Usage of %1 is deprecated."
msgstr ""
#. +> trunk5 stable5
#: duchain/builders/usebuilder.cpp:209
#, kde-format
msgid "Declaration not found: %1"
msgstr ""
#. +> trunk5 stable5
#: duchain/declarations/traitmemberaliasdeclaration.cpp:68
#: duchain/declarations/traitmethodaliasdeclaration.cpp:101
#, kde-format
msgid "Lost trait alias %1"
msgstr ""
#. +> trunk5 stable5
#: duchain/navigation/declarationnavigationcontext.cpp:129
#: duchain/navigation/declarationnavigationcontext.cpp:142
#, kde-format
msgid "Use of %1 from %2<br />"
msgstr ""
#. +> trunk5 stable5
#: duchain/navigation/declarationnavigationcontext.cpp:152
#, kde-format
msgid "Broken member alias trait."
msgstr ""
#. +> trunk5 stable5
#: duchain/navigation/declarationnavigationcontext.cpp:243
#, kde-format
msgid "PHP internal"
msgstr ""
#. +> trunk5 stable5
#: duchain/navigation/declarationnavigationcontext.cpp:253
#, kde-format
msgctxt "kind of a php-constant, as shown in the declaration tooltip"
msgid "Constant"
msgstr ""
#. +> trunk5 stable5
#: duchain/navigation/magicconstantnavigationcontext.cpp:60
#, kde-format
msgid "magic constant"
msgstr ""
#. +> trunk5 stable5
#: duchain/navigation/magicconstantnavigationcontext.cpp:77
#, kde-format
msgid "empty (not inside a class)"
msgstr ""
#. +> trunk5
#: duchain/navigation/magicconstantnavigationcontext.cpp:83
#, kde-format
msgid "empty (not inside a trait)"
msgstr ""
#. +> trunk5 stable5
#: duchain/navigation/magicconstantnavigationcontext.cpp:102
#, kde-format
msgid "empty (not inside a method)"
msgstr ""
#. +> trunk5 stable5
#: duchain/navigation/magicconstantnavigationcontext.cpp:112
#, kde-format
msgid "empty (not inside a function)"
msgstr ""
#. +> trunk5 stable5
#: duchain/navigation/magicconstantnavigationcontext.cpp:121
#, kde-format
msgid "empty (not inside a namespace)"
msgstr ""
#. +> trunk5 stable5
#: duchain/navigation/magicconstantnavigationcontext.cpp:125
#, kde-format
msgid "current value: %1"
msgstr ""
#. +> trunk5 stable5
#: duchain/types/indexedcontainer.cpp:89
#, kde-format
msgctxt "as in list of int, set of string"
msgid "%1 of %2"
msgstr ""
#. +> trunk5 stable5
#: parser/main.cpp:38
#, kde-format
msgid "php-parser"
msgstr ""
#. +> trunk5 stable5
#: parser/main.cpp:39
#, kde-format
msgid "KDevelop PHP parser debugging utility"
msgstr ""
#. +> trunk5 stable5
#: parser/main.cpp:40
#, kde-format
msgid "(c) 2008 Niko Sams, 2009 Milian Wolff"
msgstr ""
#. +> trunk5 stable5
#: parser/parsesession.cpp:80
#, kde-format
msgid "Could not open file '%1'"
msgstr ""
#. +> trunk5 stable5
#: parser/parsesession.cpp:83
#, kde-format
msgid "File could not be read from."
msgstr ""
#. +> trunk5 stable5
#: parser/parsesession.cpp:86
#, kde-format
msgid "File could not be opened."
msgstr ""
#. +> trunk5 stable5
#: parser/parsesession.cpp:89
#, kde-format
msgid "File permissions prevent opening for read."
msgstr ""
#. +> trunk5 stable5
#: testprovider/phpunitrunjob.cpp:85
#, kde-format
msgid "PHPUnit"
msgstr ""
#. +> trunk5 stable5
#: phplanguagesupport.cpp:65
#, kde-format
msgid "PHP Support"
msgstr ""
#. +> trunk5 stable5
#: phplanguagesupport.cpp:66
#, kde-format
msgid "Support for PHP Language"
msgstr ""
#. +> trunk5 stable5
#: phplanguagesupport.cpp:67
#, kde-format
msgid "Milian Wolff"
msgstr ""
#. +> trunk5 stable5
#: phplanguagesupport.cpp:67 phplanguagesupport.cpp:68
#, kde-format
msgid "Author"
msgstr ""
#. +> trunk5 stable5
#: phplanguagesupport.cpp:68
#, kde-format
msgid "Niko Sams"
msgstr ""
#. +> trunk5 stable5
#: testprovider/phpunitprovider.cpp:47
#, kde-format
msgid "PHPUnit Integration"
msgstr ""
#. +> trunk5 stable5
#: testprovider/phpunitprovider.cpp:47
#, kde-format
msgid "Finds and runs PHPUnit tests"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kdesdk/lokalize.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kdesdk/lokalize.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/kdesdk/lokalize.pot (revision 1522564)
@@ -1,4315 +1,4331 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-13 09:01+0200\n"
+"POT-Creation-Date: 2018-08-14 09:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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 ""
#. i18n: tag collection attribute text
#. i18n: tag collection attribute comment
#. i18n: tag collection attribute text
#. +> trunk5 stable5
#: scripts/msgfmt.rc:3 scripts/xliff2odf.rc:3
#, kde-format
msgid "Tools"
msgstr ""
#. i18n: tag script attribute text
#. +> trunk5 stable5
#: scripts/msgfmt.rc:4
#, kde-format
msgid "Compile .po"
msgstr ""
#. i18n: tag script attribute comment
#. +> trunk5 stable5
#: scripts/msgfmt.rc:4
#, kde-format
msgid "Compile .po and make it available to applications"
msgstr ""
#. +> trunk5 stable5
#: scripts/msgmerge.py:33
msgid "Gettext not found"
msgstr ""
#. +> trunk5 stable5
#: scripts/msgmerge.py:33
msgid "Install gettext package for this feature to work"
msgstr ""
#. +> trunk5 stable5
#: scripts/msgmerge.py:44
msgid "Updating from templates..."
msgstr ""
#. +> trunk5 stable5
#: scripts/msgmerge.py:71
msgid "Merge has been completed"
msgstr ""
#. +> trunk5 stable5
#: scripts/msgmerge.py:71
msgid ""
"Merge has been completed.\n"
"Template modification time: %1 (%2 days ago)."
msgstr ""
#. +> trunk5 stable5
#: scripts/msgmerge.py:74
msgid "Merge failed."
msgstr ""
#. +> trunk5 stable5
#: scripts/msgmerge.py:74
msgid ""
"Could not find template file for the merge:\n"
"%1"
msgstr ""
#. i18n: tag collection attribute text
#. +> trunk5 stable5
#: scripts/msgmerge.rc:3
#, kde-format
msgid "File"
msgstr ""
#. i18n: tag script attribute text
#. +> trunk5 stable5
#: scripts/msgmerge.rc:4
#, kde-format
msgid "Update file from template"
msgstr ""
#. i18n: tag script attribute text
#. +> trunk5 stable5
#: scripts/xliff2odf.rc:4
#, kde-format
msgid "Merge into ODF"
msgstr ""
#. i18n: tag script attribute comment
#. +> trunk5 stable5
#: scripts/xliff2odf.rc:4
#, kde-format
msgid "Generates translated version of ODF document"
msgstr ""
#. +> trunk5 stable5
#: src/alttransview.cpp:50 src/alttransview.cpp:53
#, kde-format
msgctxt "@title:window"
msgid "Alternate Translations"
msgstr ""
#. +> trunk5 stable5
#: src/alttransview.cpp:177
#, kde-format
msgid ""
"There is useful data available in Alternate Translations view.\n"
"\n"
"For Gettext PO files it displays difference between current source text and the source text corresponding to the fuzzy translation found by msgmerge when updating PO based on POT template.\n"
"\n"
"Do you want to show the view with the data?"
msgstr ""
#. +> trunk5 stable5
#: src/alttransview.cpp:265
#, kde-format
msgctxt "@info:tooltip"
msgid ""
"<p>Sometimes, if source text is changed, its translation becomes deprecated and is either marked as <emphasis>needing&nbsp;review</emphasis> (i.e. looses approval status), or (only in case of XLIFF file) moved to the <emphasis>alternate&nbsp;translations</emphasis> section accompanying the unit.</p>"
"<p>This toolview also shows the difference between current source string and the previous source string, so that you can easily see which changes should be applied to existing translation to make it reflect current source.</p>"
"<p>Double-clicking any word in this toolview inserts it into translation.</p>"
"<p>Drop translation file onto this toolview to use it as a source for additional alternate translations.</p>"
msgstr ""
#. +> trunk5 stable5
#: src/alttransview.cpp:286
#, kde-format
msgctxt "@info:tooltip"
msgid "Origin: %1"
msgstr ""
#. +> trunk5 stable5
#: src/alttransview.cpp:309
#, kde-format
msgctxt "@item Undo action"
msgid "Use alternate translation"
msgstr ""
#. +> trunk5 stable5
#: src/binunitsview.cpp:135
#, kde-format
msgid "no"
msgstr ""
#. +> trunk5 stable5
#: src/binunitsview.cpp:135
#, kde-format
msgid "yes"
msgstr ""
#. +> trunk5 stable5
#: src/binunitsview.cpp:153
#, kde-format
msgctxt "@title:column"
msgid "Source"
msgstr ""
#. +> trunk5 stable5
#: src/binunitsview.cpp:154
#, kde-format
msgctxt "@title:column"
msgid "Target"
msgstr ""
#. +> trunk5 stable5
#: src/binunitsview.cpp:155
#, kde-format
msgctxt "@title:column"
msgid "Approved"
msgstr ""
#. +> trunk5 stable5
#: src/binunitsview.cpp:163
#, kde-format
msgctxt "@title toolview name"
msgid "Binary Units"
msgstr ""
#. +> trunk5 stable5
#: src/binunitsview.cpp:201
#, kde-format
msgctxt "@action:inmenu"
msgid "Set the file"
msgstr ""
#. +> trunk5 stable5
#: src/binunitsview.cpp:202
#, kde-format
msgctxt "@action:inmenu"
msgid "Use source file"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:78
#, kde-format
msgid "All supported files (*.po *.pot *.xlf *.xliff *.ts)"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:79
#, kde-format
msgid "Gettext (*.po *.pot)"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:79
#, kde-format
msgid "Gettext (*.po)"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:79
#, kde-format
msgid "XLIFF (*.xlf *.xliff)"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:79
#, kde-format
msgid "Linguist (*.ts)"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:85
#, kde-format
msgid "New"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:85
#, kde-format
msgid "Needs translation"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:85
#, kde-format
msgid "Needs full localization"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:85
#, kde-format
msgid "Needs adaptation"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:85
#, kde-format
msgid "Translated"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:86
#, kde-format
msgid "Needs translation review"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:86
#, kde-format
msgid "Needs full localization review"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:86
#, kde-format
msgid "Needs adaptation review"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:86
#, kde-format
msgid "Final"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalog.cpp:87
#, kde-format
msgid "Signed-off"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:74
#, kde-format
msgctxt "XLIFF inline tag name"
msgid "Start of paired tag"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:75
#, kde-format
msgctxt "XLIFF inline tag name"
msgid "End of paired tag"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:76
#, kde-format
msgctxt "XLIFF inline tag name"
msgid "Stand-alone tag"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:77
#, kde-format
msgctxt "XLIFF inline tag name"
msgid "Isolated tag"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:79
#, kde-format
msgctxt "XLIFF inline tag name"
msgid "Marker"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:80
#, kde-format
msgctxt "XLIFF inline tag name"
msgid "Generic group placeholder"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:81
#, kde-format
msgctxt "XLIFF inline tag name"
msgid "Sub-flow"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:83
#, kde-format
msgctxt "XLIFF inline tag name"
msgid "Generic placeholder"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:84
#, kde-format
msgctxt "XLIFF inline tag name"
msgid "Start of paired placeholder"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:85
#, kde-format
msgctxt "XLIFF inline tag name"
msgid "End of paired placeholder"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:133
#, kde-format
msgctxt "XLIFF mark type"
msgid "abbreviation"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:134
#, kde-format
msgctxt "XLIFF mark type"
msgid "abbreviated form: a term resulting from the omission of any part of the full term while designating the same concept"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:135
#, kde-format
msgctxt "XLIFF mark type"
msgid "abbreviation: an abbreviated form of a simple term resulting from the omission of some of its letters (e.g. 'adj.' for 'adjective')"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:136
#, kde-format
msgctxt "XLIFF mark type"
msgid "acronym: an abbreviated form of a term made up of letters from the full form of a multiword term strung together into a sequence pronounced only syllabically (e.g. 'radar' for 'radio detecting and ranging')"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:137
#, kde-format
msgctxt "XLIFF mark type"
msgid "appellation: a proper-name term, such as the name of an agency or other proper entity"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:138
#, kde-format
msgctxt "XLIFF mark type"
msgid "collocation: a recurrent word combination characterized by cohesion in that the components of the collocation must co-occur within an utterance or series of utterances, even though they do not necessarily have to maintain immediate proximity to one another"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:139
#, kde-format
msgctxt "XLIFF mark type"
msgid "common name: a synonym for an international scientific term that is used in general discourse in a given language"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:140
#, kde-format
msgctxt "XLIFF mark type"
msgid "date and/or time"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:141
#, kde-format
msgctxt "XLIFF mark type"
msgid "equation: an expression used to represent a concept based on a statement that two mathematical expressions are, for instance, equal as identified by the equal sign (=), or assigned to one another by a similar sign"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:142
#, kde-format
msgctxt "XLIFF mark type"
msgid "expanded form: The complete representation of a term for which there is an abbreviated form"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:143
#, kde-format
msgctxt "XLIFF mark type"
msgid "formula: figures, symbols or the like used to express a concept briefly, such as a mathematical or chemical formula"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:144
#, kde-format
msgctxt "XLIFF mark type"
msgid "head term: the concept designation that has been chosen to head a terminological record"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:145
#, kde-format
msgctxt "XLIFF mark type"
msgid "initialism: an abbreviated form of a term consisting of some of the initial letters of the words making up a multiword term or the term elements making up a compound term when these letters are pronounced individually (e.g. 'BSE' for 'bovine spongiform encephalopathy')"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:146
#, kde-format
msgctxt "XLIFF mark type"
msgid "international scientific term: a term that is part of an international scientific nomenclature as adopted by an appropriate scientific body"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:147
#, kde-format
msgctxt "XLIFF mark type"
msgid "internationalism: a term that has the same or nearly identical orthographic or phonemic form in many languages"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:148
#, kde-format
msgctxt "XLIFF mark type"
msgid "logical expression: an expression used to represent a concept based on mathematical or logical relations, such as statements of inequality, set relationships, Boolean operations, and the like"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:149
#, kde-format
msgctxt "XLIFF mark type"
msgid "materials management unit: a unit to track object"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:150
#, kde-format
msgctxt "XLIFF mark type"
msgid "name"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:151
#, kde-format
msgctxt "XLIFF mark type"
msgid "near synonym: a term that represents the same or a very similar concept as another term in the same language, but for which interchangeability is limited to some contexts and inapplicable in others"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:152
#, kde-format
msgctxt "XLIFF mark type"
msgid "part number: a unique alphanumeric designation assigned to an object in a manufacturing system"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:153
#, kde-format
msgctxt "XLIFF mark type"
msgid "phrase"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:154
#, kde-format
msgctxt "XLIFF mark type"
msgid "phraseological: a group of two or more words that form a unit, the meaning of which frequently cannot be deduced based on the combined sense of the words making up the phrase"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:155
#, kde-format
msgctxt "XLIFF mark type"
msgid "protected: the marked text should not be translated"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:156
#, kde-format
msgctxt "XLIFF mark type"
msgid "romanized form: a form of a term resulting from an operation whereby non-Latin writing systems are converted to the Latin alphabet"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:157
#, kde-format
msgctxt "XLIFF mark type"
msgid "segment: the marked text represents a segment"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:158
#, kde-format
msgctxt "XLIFF mark type"
msgid "set phrase: a fixed, lexicalized phrase"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:159
#, kde-format
msgctxt "XLIFF mark type"
msgid "short form: a variant of a multiword term that includes fewer words than the full form of the term (e.g. 'Group of Twenty-four' for 'Intergovernmental Group of Twenty-four on International Monetary Affairs')"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:160
#, kde-format
msgctxt "XLIFF mark type"
msgid "stock keeping unit: an inventory item identified by a unique alphanumeric designation assigned to an object in an inventory control system"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:161
#, kde-format
msgctxt "XLIFF mark type"
msgid "standard text: a fixed chunk of recurring text"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:162
#, kde-format
msgctxt "XLIFF mark type"
msgid "symbol: a designation of a concept by letters, numerals, pictograms or any combination thereof"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:163
#, kde-format
msgctxt "XLIFF mark type"
msgid "synonym: a term that represents the same or a very similar concept as the main entry term in a term entry"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:164
#, kde-format
msgctxt "XLIFF mark type"
msgid "synonymous phrase: phraseological unit in a language that expresses the same semantic content as another phrase in that same language"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:165
#, kde-format
msgctxt "XLIFF mark type"
msgid "term"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:166
#, kde-format
msgctxt "XLIFF mark type"
msgid "transcribed form: a form of a term resulting from an operation whereby the characters of one writing system are represented by characters from another writing system, taking into account the pronunciation of the characters converted"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:167
#, kde-format
msgctxt "XLIFF mark type"
msgid "transliterated form: a form of a term resulting from an operation whereby the characters of an alphabetic writing system are represented by characters from another alphabetic writing system"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:168
#, kde-format
msgctxt "XLIFF mark type"
msgid "truncated term: an abbreviated form of a term resulting from the omission of one or more term elements or syllables (e.g. 'flu' for 'influenza')"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/catalogstring.cpp:169
#, kde-format
msgctxt "XLIFF mark type"
msgid "variant: one of the alternate forms of a term"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/cmd.cpp:95
#, kde-format
msgctxt "@item Undo action item"
msgid "Insertion"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/cmd.cpp:138
#, kde-format
msgctxt "@item Undo action item"
msgid "Deletion"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/cmd.cpp:193
#, kde-format
msgctxt "@item Undo action item"
msgid "Approvement toggling"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/cmd.cpp:212
#, kde-format
msgctxt "@item Undo action item"
msgid "Markup Insertion"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/cmd.cpp:234
#, kde-format
msgctxt "@item Undo action item"
msgid "Markup Deletion"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/cmd.cpp:255
#, kde-format
msgctxt "@item Undo action item"
msgid "Note setting"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/cmd.cpp:291
#, kde-format
msgctxt "@item Undo action item"
msgid "Update/add workflow phase"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/cmd.cpp:312
#, kde-format
msgctxt "@item Undo action item"
msgid "Translation Equivalence Setting"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/cmd.cpp:384
#, kde-format
msgctxt "@item Undo action item"
msgid "Remove text with markup"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/cmd.cpp:439 src/xlifftextedit.cpp:695
#, kde-format
msgctxt "@item Undo action item"
msgid "Insert text with markup"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/gettext/gettextstorage.cpp:145
#, kde-format
msgid "separator for different-length string alternatives"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/gettext/gettextstorage.cpp:254
#, kde-format
msgid "Previous source value, saved by Gettext during transition to a newer POT template"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ln)
#. +> trunk5 stable5
#: src/catalog/gettextheader.cpp:716 src/nokde-stubs/welcomewidget.ui:30
#, kde-format
msgid "Your name:"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/gettextheader.cpp:716
#, kde-format
msgctxt "@window:title"
msgid "Author name missing"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/gettextheader.cpp:731
#, kde-format
msgctxt "@window:title"
msgid "Author email missing"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/gettextheader.cpp:731
#, kde-format
msgid "Your email:"
msgstr ""
#. +> trunk5 stable5
#: src/catalog/ts/tsstorage.cpp:337
#, kde-format
msgid "Previous source value, saved by lupdate tool"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:74
#, kde-format
msgctxt "@title:window aka Message Tree"
msgid "Translation Units"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:91
#: src/glossary/glossarywindow.cpp:240 src/project/projecttab.cpp:120
#, kde-format
msgid "Quick search..."
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:92
#: src/glossary/glossarywindow.cpp:242 src/project/projecttab.cpp:121
#, kde-format
msgctxt "@info:tooltip"
msgid "Activated by Ctrl+L."
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:92
#: src/glossary/glossarywindow.cpp:242 src/project/projecttab.cpp:121
#, kde-format
msgctxt "@info:tooltip"
msgid "Accepts regular expressions"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:101
#, kde-format
msgid "options"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:194
#, kde-format
msgid "Reset individual filter"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:200 src/tm/tmtab.cpp:389
#, kde-format
msgid "Case insensitive"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, m_ignoreAccelMarks)
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:201 src/kaider_findextension.ui:40
#, kde-format
msgid "Ignore accelerator marks"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:202
#, kde-format
msgid "Ready"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:203
#, kde-format
msgid "Non-ready"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:204
#, kde-format
msgid "Non-empty"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:205
#, kde-format
msgid "Empty"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:206
#, kde-format
msgid "Changed since file open"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:207
#, kde-format
msgid "Unchanged since file open"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:208
#, kde-format
msgid "Same in sync file"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:209
#, kde-format
msgid "Different in sync file"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:210
#, kde-format
msgid "Not in sync file"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:211
#, kde-format
msgid "Plural"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:212
#, kde-format
msgid "Non-plural"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:217
#, kde-format
msgctxt "@title:inmenu"
msgid "Basic"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:218
#, kde-format
msgctxt "@title:inmenu"
msgid "States"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:220
#, kde-format
msgctxt "@title:inmenu"
msgid "Searchable column"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:223
#, kde-format
msgctxt "@title:inmenu"
msgid "Resort and refilter on content change"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/cataloglistview.cpp:243
#, kde-format
msgctxt "@item:inmenu all columns"
msgid "All"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/catalogmodel.cpp:124
#, kde-format
msgctxt "@title:column"
msgid "Entry"
msgstr ""
#. i18nc("@title:column","ID");
#. +> trunk5 stable5
#: src/cataloglistview/catalogmodel.cpp:125
#: src/filesearch/filesearchtab.cpp:346 src/glossary/glossary.cpp:236
#: src/tm/qamodel.cpp:104 src/tm/tmtab.cpp:79 src/tm/tmtab.cpp:92
#, kde-format
msgctxt "@title:column Original text"
msgid "Source"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/catalogmodel.cpp:126
#: src/filesearch/filesearchtab.cpp:347 src/glossary/glossary.cpp:237
#: src/tm/tmtab.cpp:80 src/tm/tmtab.cpp:93
#, kde-format
msgctxt "@title:column Text in target language"
msgid "Target"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/catalogmodel.cpp:127
#, kde-format
msgctxt "@title:column"
msgid "Notes"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/catalogmodel.cpp:128 src/tm/tmtab.cpp:81
#, kde-format
msgctxt "@title:column"
msgid "Context"
msgstr ""
#. +> trunk5 stable5
#: src/cataloglistview/catalogmodel.cpp:129
#: src/filesearch/filesearchtab.cpp:350 src/tm/tmtab.cpp:83
#, kde-format
msgctxt "@title:column"
msgid "Translation Status"
msgstr ""
#. +> trunk5 stable5
-#: src/cataloglistview/catalogmodel.cpp:217 src/editortab.cpp:1122
-#: src/editortab.cpp:1318 src/tm/tmtab.cpp:252
+#: src/cataloglistview/catalogmodel.cpp:217 src/editortab.cpp:1125
+#: src/editortab.cpp:1321 src/tm/tmtab.cpp:252
#, kde-format
msgctxt "@info:status 'non-fuzzy' in gettext terminology"
msgid "Ready"
msgstr ""
#. +> trunk5 stable5
-#: src/cataloglistview/catalogmodel.cpp:218 src/editortab.cpp:1123
-#: src/editortab.cpp:1313 src/tm/tmtab.cpp:253
+#: src/cataloglistview/catalogmodel.cpp:218 src/editortab.cpp:1126
+#: src/editortab.cpp:1316 src/tm/tmtab.cpp:253
#, kde-format
msgctxt "@info:status 'fuzzy' in gettext terminology"
msgid "Needs review"
msgstr ""
#. +> trunk5 stable5
-#: src/cataloglistview/catalogmodel.cpp:219 src/editortab.cpp:1121
+#: src/cataloglistview/catalogmodel.cpp:219 src/editortab.cpp:1124
#: src/tm/tmtab.cpp:254
#, kde-format
msgctxt "@info:status"
msgid "Untranslated"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: src/common/languagelistmodel.cpp:176 src/tm/dbparams.ui:125
#, kde-format
msgid "Target language:"
msgstr ""
#. +> trunk5 stable5
#: src/common/termlabel.cpp:98
#, kde-format
msgctxt "@action:inmenu Edit term"
msgid "Edit"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:166
#, kde-format
msgctxt "@info:status message entry"
msgid "Current: %1"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:167 src/editortab.cpp:874
+#: src/editortab.cpp:167 src/editortab.cpp:877
#: src/filesearch/filesearchtab.cpp:811 src/project/projecttab.cpp:338
#: src/tm/tmtab.cpp:615
#, kde-format
msgctxt "@info:status message entries"
msgid "Total: %1"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:168 src/editortab.cpp:179
#, kde-format
msgctxt ""
"@info:status message entries\n"
"'fuzzy' in gettext terminology"
msgid "Not ready: %1"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:169 src/editortab.cpp:187
#, kde-format
msgctxt "@info:status message entries"
msgid "Untranslated: %1"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:181 src/editortab.cpp:189
#, kde-format
msgctxt "percentages in statusbar"
msgid " (%1%)"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:215 src/lokalizemainwindow.cpp:472
+#: src/editortab.cpp:215 src/lokalizemainwindow.cpp:473
#, kde-format
msgctxt "@title actions category"
msgid "File"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:216 src/project/projecttab.cpp:150
#, kde-format
msgctxt "@title actions category"
msgid "Navigation"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:217
#, kde-format
msgctxt "@title actions category"
msgid "Editing"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:218
#, kde-format
msgid "Synchronization 1"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:219
#, kde-format
msgid "Synchronization 2"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:220
#, kde-format
msgid "Translation Memory"
msgstr ""
#. i18nc("@title actions category","Configuration"), ac);
#. +> trunk5 stable5
-#: src/editortab.cpp:221 src/lokalizemainwindow.cpp:474
+#: src/editortab.cpp:221 src/lokalizemainwindow.cpp:475
#, kde-format
msgctxt "@title actions category"
msgid "Glossary"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:250
#, kde-format
msgctxt "@action:inmenu"
msgid "Insert alternate translation #%1"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:297
#, kde-format
msgctxt "@action:inmenu"
msgid "Add a note"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:319
#, kde-format
msgctxt "@action:inmenu"
msgid "Insert TM suggestion #%1"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:368
#, kde-format
msgctxt "@action:inmenu"
msgid "Insert term translation #%1"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:379
#, kde-format
msgctxt "@action:inmenu"
msgid "Define new term"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:413
#, kde-format
msgctxt "@action:inmenu"
msgid "Insert WebQuery result #%1"
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:454
#, kde-format
msgctxt "@action:inmenu"
msgid "Phases..."
msgstr ""
#. +> trunk5 stable5
#: src/editortab.cpp:457
#, kde-format
msgctxt "@action:inmenu"
msgid "Word count"
msgstr ""
-#. +> trunk5 stable5
+#. +> trunk5
#: src/editortab.cpp:460
#, kde-format
msgctxt "@action:inmenu"
+msgid "Clear all translated entries"
+msgstr ""
+
+#. +> trunk5 stable5
+#: src/editortab.cpp:463
+#, kde-format
+msgctxt "@action:inmenu"
msgid "Merge translation into OpenDocument"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:481
+#: src/editortab.cpp:484
#, kde-format
msgctxt "@action:inmenu"
msgid "Change searching direction"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:492
+#: src/editortab.cpp:495
#, kde-format
msgctxt "@option:check whether message is marked as translated/reviewed/approved (depending on your role)"
msgid "Approved"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:503
+#: src/editortab.cpp:506
#, kde-format
msgctxt "@option:check whether message is marked as translated/reviewed/approved (depending on your role)"
msgid "State"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:515
+#: src/editortab.cpp:518
#, kde-format
msgctxt "@action:inmenu"
msgid "Approve and go to next"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:524
+#: src/editortab.cpp:527
#, kde-format
msgctxt "@action:inmenu"
msgid "Equivalent translation"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:539
+#: src/editortab.cpp:542
#, kde-format
msgctxt "@action:inmenu"
msgid "Copy source to target"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:542
+#: src/editortab.cpp:545
#, kde-format
msgctxt "@action:inmenu"
msgid "Unwrap target"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:547 src/filesearch/filesearchtab.cpp:105
+#: src/editortab.cpp:550 src/filesearch/filesearchtab.cpp:105
#, kde-format
msgctxt "@action:inmenu"
msgid "Clear"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:551
+#: src/editortab.cpp:554
#, kde-format
msgctxt "@action:inmenu"
msgid "Insert Tag"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:555
+#: src/editortab.cpp:558
#, kde-format
msgctxt "@action:inmenu"
msgid "Insert Next Tag"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:560
+#: src/editortab.cpp:563
#, kde-format
msgctxt "@action:inmenu"
msgid "Completion"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:564
+#: src/editortab.cpp:567
#, kde-format
msgctxt "@action:inmenu"
msgid "Replace with best spellcheck suggestion"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:572
+#: src/editortab.cpp:575
#, kde-format
msgctxt "@action:inmenu entry"
msgid "&Next"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:577
+#: src/editortab.cpp:580
#, kde-format
msgctxt "@action:inmenu entry"
msgid "&Previous"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:583
+#: src/editortab.cpp:586
#, kde-format
msgctxt "@action:inmenu"
msgid "&First Entry"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:589
+#: src/editortab.cpp:592
#, kde-format
msgctxt "@action:inmenu"
msgid "&Last Entry"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:595
+#: src/editortab.cpp:598
#, kde-format
msgctxt "@action:inmenu"
msgid "Entry by number"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:597 src/project/projecttab.cpp:158
+#: src/editortab.cpp:600 src/project/projecttab.cpp:158
#, kde-format
msgctxt ""
"@action:inmenu\n"
"'not ready' means 'fuzzy' in gettext terminology"
msgid "Previous non-empty but not ready"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:602 src/project/projecttab.cpp:161
+#: src/editortab.cpp:605 src/project/projecttab.cpp:161
#, kde-format
msgctxt ""
"@action:inmenu\n"
"'not ready' means 'fuzzy' in gettext terminology"
msgid "Next non-empty but not ready"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:607 src/project/projecttab.cpp:164
+#: src/editortab.cpp:610 src/project/projecttab.cpp:164
#, kde-format
msgctxt "@action:inmenu"
msgid "Previous untranslated"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:612 src/project/projecttab.cpp:167
+#: src/editortab.cpp:615 src/project/projecttab.cpp:167
#, kde-format
msgctxt "@action:inmenu"
msgid "Next untranslated"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:617 src/project/projecttab.cpp:152
+#: src/editortab.cpp:620 src/project/projecttab.cpp:152
#, kde-format
msgctxt ""
"@action:inmenu\n"
"'not ready' means 'fuzzy' in gettext terminology"
msgid "Previous not ready"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:622 src/project/projecttab.cpp:155
+#: src/editortab.cpp:625 src/project/projecttab.cpp:155
#, kde-format
msgctxt ""
"@action:inmenu\n"
"'not ready' means 'fuzzy' in gettext terminology"
msgid "Next not ready"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:629
+#: src/editortab.cpp:632
#, kde-format
msgctxt "@action:inmenu"
msgid "Focus the search line of Translation Units view"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:635
+#: src/editortab.cpp:638
#, kde-format
msgctxt "@option:check"
msgid "Bookmark message"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:641
+#: src/editortab.cpp:644
#, kde-format
msgctxt "@action:inmenu"
msgid "Previous bookmark"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:645
+#: src/editortab.cpp:648
#, kde-format
msgctxt "@action:inmenu"
msgid "Next bookmark"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:653
+#: src/editortab.cpp:656
#, kde-format, no-c-format
msgctxt "@action:inmenu"
msgid "Fill in all exact suggestions"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:657
+#: src/editortab.cpp:660
#, kde-format, no-c-format
msgctxt "@action:inmenu"
msgid "Fill in all exact suggestions and mark as fuzzy"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:662
+#: src/editortab.cpp:665
#, kde-format
msgctxt "@action:inmenu"
msgid "Open file for sync/merge"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:663 src/editortab.cpp:720
+#: src/editortab.cpp:666 src/editortab.cpp:723
#, kde-format
msgctxt "@info:status"
msgid "Open catalog to be merged into the current one / replicate base file changes to"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:669 src/editortab.cpp:726
+#: src/editortab.cpp:672 src/editortab.cpp:729
#, kde-format
msgctxt "@action:inmenu"
msgid "Previous different"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:670 src/editortab.cpp:727
+#: src/editortab.cpp:673 src/editortab.cpp:730
#, kde-format
msgctxt "@info:status"
msgid "Previous entry which is translated differently in the file being merged, including empty translations in merge source"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:679 src/editortab.cpp:734
+#: src/editortab.cpp:682 src/editortab.cpp:737
#, kde-format
msgctxt "@action:inmenu"
msgid "Next different"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:680 src/editortab.cpp:735
+#: src/editortab.cpp:683 src/editortab.cpp:738
#, kde-format
msgctxt "@info:status"
msgid "Next entry which is translated differently in the file being merged, including empty translations in merge source"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:688
+#: src/editortab.cpp:691
#, kde-format
msgctxt "@action:inmenu"
msgid "Next different approved"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:694 src/editortab.cpp:742
+#: src/editortab.cpp:697 src/editortab.cpp:745
#, kde-format
msgctxt "@action:inmenu"
msgid "Copy from merging source"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:701 src/editortab.cpp:747
+#: src/editortab.cpp:704 src/editortab.cpp:750
#, kde-format
msgctxt "@action:inmenu"
msgid "Copy all new translations"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:702
+#: src/editortab.cpp:705
#, kde-format
msgctxt "@info:status"
msgid "This changes only empty and non-ready entries in base file"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:711 src/editortab.cpp:754
+#: src/editortab.cpp:714 src/editortab.cpp:757
#, kde-format
msgctxt "@action:inmenu"
msgid "Copy to merging source"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:719
+#: src/editortab.cpp:722
#, kde-format
msgctxt "@action:inmenu"
msgid "Open file for secondary sync"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:748
+#: src/editortab.cpp:751
#, kde-format
msgctxt "@info:status"
msgid "This changes only empty entries"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:779
+#: src/editortab.cpp:782
#, kde-format
msgctxt "editor tab name"
msgid "(recovered)"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:824 src/editortab.cpp:1008
+#: src/editortab.cpp:827 src/editortab.cpp:1011
#, kde-format
msgctxt "@info"
msgid ""
"The document contains unsaved changes.\n"
"Do you want to save your changes or discard them?"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:825 src/editortab.cpp:1009
+#: src/editortab.cpp:828 src/editortab.cpp:1012 src/editortab.cpp:1406
#: src/glossary/glossarywindow.cpp:518
#, kde-format
msgctxt "@title:window"
msgid "Warning"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:843 src/mergemode/mergeview.cpp:218
+#: src/editortab.cpp:846 src/mergemode/mergeview.cpp:218
#, kde-format
msgctxt "@title:window"
msgid "Select translation file"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:929
+#: src/editortab.cpp:932
#, kde-format
msgctxt "@info"
msgid "Error opening the file %1, line: %2"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:930
+#: src/editortab.cpp:933
#, kde-format
msgctxt "@info"
msgid "Error opening the file %1"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:932
+#: src/editortab.cpp:935
#, kde-format
msgctxt "@info"
msgid "Error opening the file"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:940
+#: src/editortab.cpp:943
#, kde-format
msgctxt "@title:window"
msgid "Save File As"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:968 src/editortab.cpp:974
+#: src/editortab.cpp:971 src/editortab.cpp:977
#, kde-format
msgctxt "@info"
msgid ""
"Error saving the file %1\n"
"Do you want to save to another file or cancel?"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:970
+#: src/editortab.cpp:973
#, kde-format
msgctxt "@title"
msgid "Error"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:985
+#: src/editortab.cpp:988
#, kde-format
msgctxt "@info"
msgid ""
"Could not perform file autosaving.\n"
"The target file was %1."
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1035
+#: src/editortab.cpp:1038
#, kde-format
msgctxt "@title"
msgid "Jump to Entry"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1036
+#: src/editortab.cpp:1039
#, kde-format
msgctxt "@label:spinbox"
msgid "Enter entry number:"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1109
+#: src/editortab.cpp:1112
#, kde-format
msgctxt "@info:status"
msgid "Current: %1"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1287
+#: src/editortab.cpp:1290
#, kde-format
msgctxt "@option:check trans-unit state"
msgid "Translated"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1288
+#: src/editortab.cpp:1291
#, kde-format
msgctxt "@option:check trans-unit state"
msgid "Signed-off"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1289
+#: src/editortab.cpp:1292
#, kde-format
msgctxt "@option:check trans-unit state"
msgid "Approved"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1292
+#: src/editortab.cpp:1295
#, kde-format
msgctxt "@info:tooltip"
msgid "Translation is done (although still may need a review)"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1293
+#: src/editortab.cpp:1296
#, kde-format
msgctxt "@info:tooltip"
msgid "Translation has received positive review"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1294
+#: src/editortab.cpp:1297
#, kde-format
msgctxt "@info:tooltip"
msgid "Entry is fully localized (i.e. final)"
msgstr ""
+#. +> trunk5
+#: src/editortab.cpp:1405
+#, kde-format
+msgctxt "@info"
+msgid ""
+"This will delete all the translations from the file.\n"
+"Do you really want to clear all translated entries?"
+msgstr ""
+
#. +> trunk5 stable5
-#: src/editortab.cpp:1422
+#: src/editortab.cpp:1447
#, kde-format
msgctxt "@info words count"
msgid ""
"Source text words: %1<br/>"
"Target text words: %2"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1423
+#: src/editortab.cpp:1448
#, kde-format
msgctxt "@title"
msgid "Word Count"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1497
+#: src/editortab.cpp:1522
#, kde-format
msgctxt "@info"
msgid "Would you like to search for the source file locally or via lxr.kde.org?"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1497 src/editortab.cpp:1540
+#: src/editortab.cpp:1522 src/editortab.cpp:1565
#, kde-format
msgctxt "@title:window"
msgid "Source file lookup"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1498
+#: src/editortab.cpp:1523
#, kde-format
msgid "Locally"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1512 src/editortab.cpp:1552
+#: src/editortab.cpp:1537 src/editortab.cpp:1577
#, kde-format
msgid "Select project's base folder for source file lookup"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1539
+#: src/editortab.cpp:1564
#, kde-format
msgctxt "@info"
msgid ""
"Could not find source file in the folder specified.\n"
"Do you want to change source files folder?"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1541
+#: src/editortab.cpp:1566
#, kde-format
msgid "lxr.kde.org"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1572
+#: src/editortab.cpp:1597
#, kde-format
msgctxt "@info"
msgid "Cannot open the target source file: The target source file is not relative to the current translation file, and there are currently no scripts loaded to handle opening source files in custom paths. Refer to the Lokalize handbook for script examples and how to plug them into your project."
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1588
+#: src/editortab.cpp:1613
#, kde-format
msgid "Install translate-toolkit package and retry."
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1598
+#: src/editortab.cpp:1623
#, kde-format
msgid "Select original OpenDocument on which current XLIFF file is based"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1600 src/project/project.cpp:484
+#: src/editortab.cpp:1625 src/project/project.cpp:484
#, kde-format
msgid "OpenDocument files (*.odt *.ods)"
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1645
+#: src/editortab.cpp:1670
#, kde-format
msgid "Install python-uno package for additional functionality."
msgstr ""
#. +> trunk5 stable5
-#: src/editortab.cpp:1712
+#: src/editortab.cpp:1737
#, kde-format
msgctxt "@item Undo action item"
msgid "Set unit text"
msgstr ""
#. +> trunk5 stable5
#: src/editortab_findreplace.cpp:502
#, kde-format
msgctxt "@item Undo action item"
msgid "Replace"
msgstr ""
#. +> trunk5 stable5
#: src/editortab_findreplace.cpp:587
#, kde-format
msgid "Lokalize has reached end of document. Do you want to continue from start?"
msgstr ""
#. +> trunk5 stable5
#: src/editortab_findreplace.cpp:588 src/editortab_findreplace.cpp:597
#, kde-format
msgctxt "@title"
msgid "Spellcheck"
msgstr ""
#. +> trunk5 stable5
#: src/editortab_findreplace.cpp:597
#, kde-format
msgid "Lokalize has finished spellchecking"
msgstr ""
#. i18n: ectx: Menu (file)
#. +> trunk5 stable5
#: src/editorui.rc:4 src/lokalizemainwindowui.rc:4
#, kde-format
msgid "&File"
msgstr ""
#. i18n: ectx: Menu (edit)
#. +> trunk5 stable5
-#: src/editorui.rc:34 src/project/projectmanagerui.rc:21
+#: src/editorui.rc:35 src/project/projectmanagerui.rc:21
#, kde-format
msgid "&Edit"
msgstr ""
#. i18n: ectx: Menu (glossary)
#. +> trunk5 stable5
-#: src/editorui.rc:66
+#: src/editorui.rc:67
#, kde-format
msgid "&Glossary"
msgstr ""
#. i18n: ectx: Menu (webquery)
#. +> trunk5 stable5
-#: src/editorui.rc:91
+#: src/editorui.rc:92
#, kde-format
msgid "&WebQuery"
msgstr ""
#. i18n: ectx: Menu (tmquery)
#. +> trunk5 stable5
-#: src/editorui.rc:108
+#: src/editorui.rc:109
#, kde-format
msgid "Translation &Memory"
msgstr ""
#. i18n: ectx: Menu (alttrans)
#. +> trunk5 stable5
-#: src/editorui.rc:125
+#: src/editorui.rc:126
#, kde-format
msgid "Alternative Translations"
msgstr ""
#. i18n: ectx: Menu (go)
#. +> trunk5 stable5
-#: src/editorui.rc:143 src/project/projectmanagerui.rc:4
+#: src/editorui.rc:144 src/project/projectmanagerui.rc:4
#, kde-format
msgid "&Go"
msgstr ""
#. i18n: ectx: Menu (bookmarks)
#. +> trunk5 stable5
-#: src/editorui.rc:173
+#: src/editorui.rc:174
#, kde-format
msgid "&Bookmarks"
msgstr ""
#. i18n: ectx: Menu (merge)
#. +> trunk5 stable5
-#: src/editorui.rc:180
+#: src/editorui.rc:181
#, kde-format
msgid "S&ync"
msgstr ""
#. i18n: ectx: Menu (mergesecondary)
#. +> trunk5 stable5
-#: src/editorui.rc:190
+#: src/editorui.rc:191
#, kde-format
msgid "&Secondary sync source"
msgstr ""
#. i18n: ectx: Menu (toolviews)
#. +> trunk5 stable5
-#: src/editorui.rc:210 src/lokalizemainwindowui.rc:46
+#: src/editorui.rc:211 src/lokalizemainwindowui.rc:46
#, kde-format
msgid "Tool&views"
msgstr ""
#. i18n: ectx: ToolBar (mainToolBar)
#. +> trunk5 stable5
-#: src/editorui.rc:233 src/filesearch/filesearchtabui.rc:10
+#: src/editorui.rc:234 src/filesearch/filesearchtabui.rc:10
#: src/project/projectmanagerui.rc:25 src/tm/translationmemoryrui.rc:10
#, kde-format
msgid "Main Toolbar"
msgstr ""
#. +> trunk5 stable5
#: src/editorview.cpp:71
#, kde-format
msgctxt "@label whether entry is fuzzy"
msgid "Not ready:"
msgstr ""
#. +> trunk5 stable5
#: src/editorview.cpp:73
#, kde-format
msgctxt "@label whether entry is untranslated"
msgid "Untranslated:"
msgstr ""
#. +> trunk5 stable5
#: src/editorview.cpp:84
#, kde-format
msgctxt "@action"
msgid "Hide"
msgstr ""
#. +> trunk5 stable5
#: src/editorview.cpp:94
#, kde-format
msgctxt "@info:label cursor position"
msgid "Column: %1"
msgstr ""
#. +> trunk5 stable5
#: src/editorview.cpp:111
#, kde-format
msgid ""
"<qt>"
"<p><b>Original String</b></p>"
"\n"
"<p>This part of the window shows the original message\n"
"of the currently displayed entry.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: src/editorview.cpp:202
#, kde-format
msgctxt "@title:tab"
msgid "Plural Form %1"
msgstr ""
#. +> trunk5 stable5
#: src/editorview.cpp:274
#, kde-format
msgctxt "@item Undo action item"
msgid "Unwrap"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, querySourceLabel)
#. +> trunk5 stable5
#: src/filesearch/filesearchoptions.ui:19 src/tm/queryoptions.ui:85
#, kde-format
msgid "Source:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, querySource)
#. +> trunk5 stable5
#: src/filesearch/filesearchoptions.ui:32
#, kde-format
msgid ""
"Search expression for source language part.\n"
"Press Ctrl+L to go to this control.\n"
"Press Enter to start the search.\n"
"Press Esc to stop the search."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, queryTargetLabel)
#. +> trunk5 stable5
#: src/filesearch/filesearchoptions.ui:39 src/tm/queryoptions.ui:95
#, kde-format
msgid "Target:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, queryTarget)
#. +> trunk5 stable5
#: src/filesearch/filesearchoptions.ui:50 src/tm/queryoptions.ui:78
#, kde-format
msgid ""
"Search expression for target language part.\n"
"Press Enter to start the search."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, invertTarget)
#. i18n: ectx: property (text), widget (QCheckBox, invertSource)
#. +> trunk5 stable5
#: src/filesearch/filesearchoptions.ui:57
#: src/filesearch/filesearchoptions.ui:64 src/tm/queryoptions.ui:108
#: src/tm/queryoptions.ui:118
#, kde-format
msgid "Invert"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, doFind)
#. +> trunk5 stable5
#: src/filesearch/filesearchoptions.ui:71 src/tm/queryoptions.ui:190
#, kde-format
msgid "&Search"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, regEx)
#. i18n: ectx: property (text), widget (QCheckBox, useRegExps)
#. +> trunk5 stable5
#: src/filesearch/filesearchoptions.ui:78
#: src/filesearch/massreplaceoptions.ui:72
#, kde-format
msgid "Regular expressions"
msgstr ""
#. +> trunk5 stable5
#: src/filesearch/filesearchtab.cpp:87
#, kde-format
msgctxt "@title:window"
msgid "File List"
msgstr ""
#. +> trunk5 stable5
#: src/filesearch/filesearchtab.cpp:89
#, kde-format
msgid "Drop translation files here..."
msgstr ""
#. i18nc("@title:column","Context");
#. +> trunk5 stable5
#: src/filesearch/filesearchtab.cpp:349 src/tm/tmtab.cpp:82
#, kde-format
msgctxt "@title:column"
msgid "File"
msgstr ""
#. +> trunk5 stable5
#: src/filesearch/filesearchtab.cpp:453
#, kde-format
msgctxt "@title:window"
msgid "Search and replace in files"
msgstr ""
#. +> trunk5 stable5
#: src/filesearch/filesearchtab.cpp:487 src/tm/tmtab.cpp:428
#, kde-format
msgid "Copy source to clipboard"
msgstr ""
#. +> trunk5 stable5
#: src/filesearch/filesearchtab.cpp:493 src/tm/tmtab.cpp:434
#, kde-format
msgid "Copy target to clipboard"
msgstr ""
#. +> trunk5 stable5
#: src/filesearch/filesearchtab.cpp:499 src/tm/tmtab.cpp:440
#, kde-format
msgid "Open file"
msgstr ""
#. +> trunk5 stable5
#: src/filesearch/filesearchtab.cpp:540
#, kde-format
msgctxt "@title actions category"
msgid "Search and replace in files"
msgstr ""
#. +> trunk5 stable5
#: src/filesearch/filesearchtab.cpp:828
#, kde-format
msgctxt "@title:window"
msgid "Mass replace"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/filesearch/massreplaceoptions.ui:17
#, kde-format
msgid "Replace:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: src/filesearch/massreplaceoptions.ui:24
#, kde-format
msgid "With:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, doPreview)
#. +> trunk5 stable5
#: src/filesearch/massreplaceoptions.ui:31
#, kde-format
msgid "Preview"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, doReplace)
#. +> trunk5 stable5
#: src/filesearch/massreplaceoptions.ui:50
#, kde-format
msgid "Mass Replace"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, matchCase)
#. +> trunk5 stable5
#: src/filesearch/massreplaceoptions.ui:79
#, kde-format
msgid "Match case"
msgstr ""
#. +> trunk5 stable5
#: src/glossary/glossary.cpp:238
#, kde-format
msgctxt "@title:column"
msgid "Subject Field"
msgstr ""
#. +> trunk5 stable5
#: src/glossary/glossaryview.cpp:58 src/glossary/glossaryview.cpp:66
#: src/glossary/glossarywindow.cpp:437 src/glossary/glossarywindow.cpp:464
#: src/glossary/glossarywindow.cpp:474 src/glossary/glossarywindow.cpp:493
#, kde-format
msgctxt "@title:window"
msgid "Glossary"
msgstr ""
#. +> trunk5 stable5
#: src/glossary/glossaryview.cpp:78
#, kde-format
msgctxt "@info:tooltip"
msgid ""
"<p>Translations for common terms appear here.</p>"
"<p>Press shortcut displayed near the term to insert its translation.</p>"
"<p>Use context menu to add new entry (tip:&nbsp;select words in original and translation fields before calling <interface>Define&nbsp;new&nbsp;term</interface>).</p>"
msgstr ""
#. +> trunk5 stable5
#: src/glossary/glossarywindow.cpp:262
#, kde-format
msgctxt "@action:button reloads glossary from disk"
msgid "Restore from disk"
msgstr ""
#. +> trunk5 stable5
#: src/glossary/glossarywindow.cpp:263
#, kde-format
msgctxt "@info:tooltip"
msgid "Reload glossary from disk, discarding any changes"
msgstr ""
#. +> trunk5 stable5
#: src/glossary/glossarywindow.cpp:517
#, kde-format
msgctxt "@info"
msgid ""
"The glossary contains unsaved changes.\n"
"Do you want to save your changes or discard them?"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/glossary/termedit.ui:19
#, kde-format
msgid "English synonyms (double-click to edit):"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, addEngTerm)
#. i18n: ectx: property (text), widget (QToolButton, addTargetTerm)
#. +> trunk5 stable5
#: src/glossary/termedit.ui:26 src/glossary/termedit.ui:54
#, kde-format
msgid "+"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, remEngTerm)
#. i18n: ectx: property (text), widget (QToolButton, remTargetTerm)
#. +> trunk5 stable5
#: src/glossary/termedit.ui:33 src/glossary/termedit.ui:61
#, kde-format
msgid "-"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l2)
#. +> trunk5 stable5
#: src/glossary/termedit.ui:47
#, kde-format
msgid "Corresponding target language synonyms:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: src/glossary/termedit.ui:73
#, kde-format
msgid "Subject field:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KComboBox, subjectField)
#. +> trunk5 stable5
#: src/glossary/termedit.ui:80
#, kde-format
msgctxt "@info:tooltip"
msgid "When adding a new item, press enter after you have typed its name for changes to take effect"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: src/glossary/termedit.ui:92
#, kde-format
msgid "Definition:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: src/glossary/termedit.ui:116
#, kde-format
msgid ""
"Note: one glossary entry corresponds exactly to one term, not word/word sequence.\n"
"\n"
"That is, there may be several entries with the same word/word sequence expressing different meanings."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, m_skipTags)
#. +> trunk5 stable5
#: src/kaider_findextension.ui:30
#, kde-format
msgid "Skip tags"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, m_skipTags)
#. +> trunk5 stable5
#: src/kaider_findextension.ui:33
#, kde-format
msgctxt "@option:check"
msgid "Skip markup"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, m_ignoreAccelMarks)
#. +> trunk5 stable5
#: src/kaider_findextension.ui:43
#, kde-format
msgctxt "@option:check"
msgid "Ignore accelerator marks"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, m_notes)
#. +> trunk5 stable5
#: src/kaider_findextension.ui:54
#, kde-format
msgid "Include notes"
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:129
+#: src/lokalizemainwindow.cpp:130
#, kde-format
msgctxt "@info"
msgid "No Qt Sql modules were found. Translation memory will not work."
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:395 src/project/project.cpp:305
+#: src/lokalizemainwindow.cpp:396 src/project/project.cpp:305
#, kde-format
msgid "TM facility requires SQLite Qt module."
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:395 src/project/project.cpp:305
+#: src/lokalizemainwindow.cpp:396 src/project/project.cpp:305
#, kde-format
msgid "No SQLite module available"
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:475 src/tm/tmtab.cpp:512
+#: src/lokalizemainwindow.cpp:476 src/tm/tmtab.cpp:512
#, kde-format
msgctxt "@title actions category"
msgid "Translation Memory"
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:476 src/project/projecttab.cpp:194
+#: src/lokalizemainwindow.cpp:477 src/project/projecttab.cpp:194
#, kde-format
msgctxt "@title actions category"
msgid "Project"
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:503
+#: src/lokalizemainwindow.cpp:504
#, kde-format
msgid "Next tab"
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:506
+#: src/lokalizemainwindow.cpp:507
#, kde-format
msgid "Previous tab"
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:512
+#: src/lokalizemainwindow.cpp:513
#, kde-format
msgctxt "@action:inmenu"
msgid "Glossary"
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:516 src/nokde-stubs/lokalizesubwindowbase.cpp:63
+#: src/lokalizemainwindow.cpp:517 src/nokde-stubs/lokalizesubwindowbase.cpp:63
#, kde-format
msgctxt "@action:inmenu"
msgid "Translation memory"
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:520 src/tm/tmtab.cpp:515
+#: src/lokalizemainwindow.cpp:521 src/tm/tmtab.cpp:515
#, kde-format
msgctxt "@action:inmenu"
msgid "Manage translation memories"
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:524
+#: src/lokalizemainwindow.cpp:525
#, kde-format
msgctxt "@action:inmenu"
msgid "Project overview"
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:528
+#: src/lokalizemainwindow.cpp:529
#, kde-format
msgctxt "@action:inmenu"
msgid "Configure project..."
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:531
+#: src/lokalizemainwindow.cpp:532
#, kde-format
msgctxt "@action:inmenu"
msgid "Create software translation project..."
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:534
+#: src/lokalizemainwindow.cpp:535
#, kde-format
msgctxt "@action:inmenu"
msgid "Create OpenDocument translation project..."
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:537
+#: src/lokalizemainwindow.cpp:538
#, kde-format
msgctxt "@action:inmenu"
msgid "Open project..."
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:540
+#: src/lokalizemainwindow.cpp:541
#, kde-format
msgctxt "@action:inmenu"
msgid "Open recent project"
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:548 src/nokde-stubs/lokalizesubwindowbase.cpp:55
+#: src/lokalizemainwindow.cpp:549 src/nokde-stubs/lokalizesubwindowbase.cpp:55
#, kde-format
msgctxt "@action:inmenu"
msgid "Search and replace in files"
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:551 src/nokde-stubs/lokalizesubwindowbase.cpp:58
+#: src/lokalizemainwindow.cpp:552 src/nokde-stubs/lokalizesubwindowbase.cpp:58
#, kde-format
msgctxt "@action:inmenu"
msgid "Find next in files"
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:555
+#: src/lokalizemainwindow.cpp:556
#, kde-format
msgctxt "@action:inmenu"
msgid "Widget text capture"
msgstr ""
#. +> trunk5 stable5
-#: src/lokalizemainwindow.cpp:734
+#: src/lokalizemainwindow.cpp:735
#, kde-format
msgctxt "@info"
msgid ""
"Error opening the following files:\n"
"\n"
msgstr ""
#. i18n: ectx: Menu (project)
#. +> trunk5 stable5
#: src/lokalizemainwindowui.rc:17
#, kde-format
msgid "&Project"
msgstr ""
#. i18n: ectx: Menu (project_actions)
#. +> trunk5 stable5
#: src/lokalizemainwindowui.rc:28
#, kde-format
msgid "&Scripts"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:99
#, kde-format
msgctxt "@title"
msgid "Lokalize"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:99
#, kde-format
msgid ""
"Computer-aided translation system.\n"
"Do not translate what had already been translated."
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:100
#, kde-format
msgctxt "@info:credit"
msgid ""
"(c) 2007-2015 Nick Shaforostoff\n"
"(c) 1999-2006 The KBabel developers"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:101
#, kde-format
msgid "Nick Shaforostoff"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:102
#, kde-format
msgid "Google Inc."
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:102
#, kde-format
msgid "sponsored development as part of Google Summer Of Code program"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:103
#, kde-format
msgid "NLNet Foundation"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:103
#, kde-format
msgid "sponsored XLIFF-related work"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:104
#, kde-format
msgid "Translate-toolkit"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:104
#, kde-format
msgid "provided excellent cross-format converting scripts"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:105
#, kde-format
msgid "Viesturs Zarins"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:105
#, kde-format
msgid "project tree merging translation+templates"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:106
#, kde-format
msgid "Stephan Johach"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:106 src/main.cpp:107 src/main.cpp:110
#, kde-format
msgid "bug fixing patches"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:107
#, kde-format
msgid "Chusslove Illich"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:108
#, kde-format
msgid "Jure Repinc"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:108
#, kde-format
msgid "testing and bug fixing"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:109
#, kde-format
msgid "Stefan Asserhall"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:109
#, kde-format
msgid "patches"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:110
#, kde-format
msgid "Papp Laszlo"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:111
#, kde-format
msgid "Albert Astals Cid"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:111
#, kde-format
msgid "XLIFF improvements"
msgstr ""
#. i18n( "Source for the merge mode" ), QLatin1String("URL")));
#. +> trunk5 stable5
#: src/main.cpp:116
#, kde-format
msgid "Do not scan files of the project."
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:117
#, kde-format
msgid "Load specified project."
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:118
#, kde-format
msgid "Document to open"
msgstr ""
#. +> trunk5 stable5
#: src/mergemode/mergecatalog.cpp:270
#, kde-format
msgctxt "@item Undo action item"
msgid "Accept change in translation"
msgstr ""
#. +> trunk5 stable5
#: src/mergemode/mergecatalog.cpp:328
#, kde-format
msgctxt "@item Undo action item"
msgid "Accept all new translations"
msgstr ""
#. +> trunk5 stable5
#: src/mergemode/mergeview.cpp:47 src/mergemode/mergeview.cpp:52
#, kde-format
msgctxt "@title:window that displays difference between current file and 'merge source'"
msgid "Primary Sync"
msgstr ""
#. +> trunk5 stable5
#: src/mergemode/mergeview.cpp:47 src/mergemode/mergeview.cpp:53
#, kde-format
msgctxt "@title:window that displays difference between current file and 'merge source'"
msgid "Secondary Sync"
msgstr ""
#. +> trunk5 stable5
#: src/mergemode/mergeview.cpp:60
#, kde-format
msgctxt "@info:tooltip"
msgid "Drop file to be merged into / synced with the current one here, then see context menu options"
msgstr ""
#. +> trunk5 stable5
#: src/mergemode/mergeview.cpp:249
#, kde-format
msgctxt "@info"
msgid "Error opening the file <filename>%1</filename> for synchronization, error line: %2"
msgstr ""
#. +> trunk5 stable5
#: src/mergemode/mergeview.cpp:391
#, kde-format
msgctxt "@info:tooltip"
msgid ""
"Different entries: %1\n"
"Unmatched entries: %2"
msgstr ""
#. +> trunk5 stable5
#: src/msgctxtview.cpp:47
#, kde-format
msgctxt "@title toolview name"
msgid "Unit metadata"
msgstr ""
#. +> trunk5 stable5
#: src/msgctxtview.cpp:109
#, kde-format
msgctxt "@info notes to translation unit which expire when the catalog is closed"
msgid "<b>Temporary notes:</b>"
msgstr ""
#. +> trunk5 stable5
#: src/msgctxtview.cpp:121
#, kde-format
msgctxt "@info translation unit metadata"
msgid "<b>Phase:</b><br>"
msgstr ""
#. +> trunk5 stable5
#: src/msgctxtview.cpp:146
#, kde-format
msgctxt "@info PO comment parsing"
msgid ""
"<br>"
"<b>Files:</b><br>"
msgstr ""
#. +> trunk5 stable5
#: src/msgctxtview.cpp:154
#, kde-format
msgctxt "@info PO comment parsing"
msgid ""
"<br>"
"<b>Context:</b><br>"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Role)
#. +> trunk5 stable5
#: src/nokde-stubs/welcometab.cpp:49 src/project/prefs_project_local.ui:29
#, kde-format
msgid "Translator"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Role)
#. +> trunk5 stable5
#: src/nokde-stubs/welcometab.cpp:49 src/project/prefs_project_local.ui:34
#, kde-format
msgid "Reviewer"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_Role)
#. +> trunk5 stable5
#: src/nokde-stubs/welcometab.cpp:49 src/project/prefs_project_local.ui:39
#, kde-format
msgid "Approver"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, welcomeLabel)
#. +> trunk5 stable5
#: src/nokde-stubs/welcomewidget.ui:20
#, kde-format
msgid ""
"<html><head/><body>"
"<p align=\"center\">Welcome to Lokalize!</p>"
"<p>Drop a translation file here to start editing it.</p>"
"<p>You can help translating KDE into your mother language by going to <a href=\"http://l10n.kde.org/\"><span style=\" text-decoration: underline; color:#0000ff;\">KDE localization site</span></a> and contacting appropriate language team.</p>"
"<p><br/>"
"</p>"
"<p><br/>"
"</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lr)
#. +> trunk5 stable5
#: src/nokde-stubs/welcomewidget.ui:40
#, kde-format
msgid "Your role (XLIFF only):"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ls)
#. +> trunk5 stable5
#: src/nokde-stubs/welcomewidget.ui:50
#, kde-format
msgid "Default source language:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lt)
#. +> trunk5 stable5
#: src/nokde-stubs/welcomewidget.ui:57
#, kde-format
msgid "Default target language:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lg)
#. +> trunk5 stable5
#: src/nokde-stubs/welcomewidget.ui:70
#, kde-format
msgid "Glossary file:"
msgstr ""
#. +> trunk5 stable5
#: src/noteeditor.cpp:62
#, kde-format
msgctxt "@info:label"
msgid "From:"
msgstr ""
#. +> trunk5 stable5
#: src/noteeditor.cpp:67
#, kde-format
msgctxt "@info:tooltip"
msgid "Save empty note to remove it"
msgstr ""
#. +> trunk5 stable5
#: src/noteeditor.cpp:68
#, kde-format
msgctxt "@info:tooltip"
msgid "Author of this note"
msgstr ""
#. +> trunk5 stable5
#: src/noteeditor.cpp:81
#, kde-format
msgid "Ctrl+Enter"
msgstr ""
#. +> trunk5 stable5
#: src/noteeditor.cpp:82
#, kde-format
msgid "Esc"
msgstr ""
#. +> trunk5 stable5
#: src/noteeditor.cpp:136
#, kde-format
msgctxt "@info XLIFF notes representation"
msgid "<b>Notes:</b>"
msgstr ""
#. +> trunk5 stable5
#: src/noteeditor.cpp:148
#, kde-format
msgctxt "link to edit note"
msgid "edit..."
msgstr ""
#. +> trunk5 stable5
#: src/noteeditor.cpp:153
#, kde-format
msgctxt "link to add a note"
msgid "Add..."
msgstr ""
#. +> trunk5 stable5
#: src/noteeditor.cpp:156
#, kde-format
msgctxt "link to add a note"
msgid "Add a note..."
msgstr ""
#. +> trunk5 stable5
#: src/phaseswindow.cpp:153
#, kde-format
msgctxt "@title:column"
msgid "Date"
msgstr ""
#. +> trunk5 stable5
#: src/phaseswindow.cpp:154
#, kde-format
msgctxt "@title:column"
msgid "Process"
msgstr ""
#. +> trunk5 stable5
#: src/phaseswindow.cpp:155
#, kde-format
msgctxt "@title:column"
msgid "Company"
msgstr ""
#. +> trunk5 stable5
#: src/phaseswindow.cpp:156
#, kde-format
msgctxt "@title:column"
msgid "Person"
msgstr ""
#. +> trunk5 stable5
#: src/phaseswindow.cpp:157
#, kde-format
msgctxt "@title:column"
msgid "Tool"
msgstr ""
#. +> trunk5 stable5
#: src/phaseswindow.cpp:183
#, kde-format
msgid "Translation"
msgstr ""
#. +> trunk5 stable5
#: src/phaseswindow.cpp:183
#, kde-format
msgid "Review"
msgstr ""
#. +> trunk5 stable5
#: src/phaseswindow.cpp:183
#, kde-format
msgid "Approval"
msgstr ""
#. +> trunk5 stable5
#: src/phaseswindow.cpp:187
#, kde-format
msgctxt "noun"
msgid "Process (this will also change your role):"
msgstr ""
#. +> trunk5 stable5
#: src/phaseswindow.cpp:269
#, kde-format
msgctxt "@item Undo action item"
msgid "Edit phases"
msgstr ""
#. i18n: ectx: label, entry, group (Identity)
#. +> trunk5 stable5
#: src/prefs/lokalize.kcfg:14
#, kde-format
msgid "Translator's name"
msgstr ""
#. i18n: ectx: whatsthis, entry, group (Identity)
#. +> trunk5 stable5
#: src/prefs/lokalize.kcfg:15
#, kde-format
msgid "Translator's name in English"
msgstr ""
#. i18n: ectx: label, entry, group (Identity)
#. +> trunk5 stable5
#: src/prefs/lokalize.kcfg:21
#, kde-format
msgid "Localized name"
msgstr ""
#. i18n: ectx: whatsthis, entry, group (Identity)
#. +> trunk5 stable5
#: src/prefs/lokalize.kcfg:22
#, kde-format
msgid "Translator's name in target language"
msgstr ""
#. i18n: ectx: whatsthis, entry, group (Identity)
#. +> trunk5 stable5
#: src/prefs/lokalize.kcfg:28
#, kde-format
msgid "Translator's email"
msgstr ""
#. i18n: ectx: label, entry, group (Identity)
#. i18n: ectx: whatsthis, entry, group (Identity)
#. +> trunk5 stable5
#: src/prefs/lokalize.kcfg:34 src/prefs/lokalize.kcfg:35
#, kde-format
msgid "Default language code for new projects"
msgstr ""
#. i18n: ectx: label, entry, group (Identity)
#. i18n: ectx: whatsthis, entry, group (Identity)
#. +> trunk5 stable5
#: src/prefs/lokalize.kcfg:41 src/prefs/lokalize.kcfg:42
#, kde-format
msgid "Default mailing list for new projects"
msgstr ""
#. i18n: ectx: label, entry (CleverEditing), group (Appearance)
#. i18n: ectx: label, entry (OnFlySpellCheck), group (Appearance)
#. i18n: ectx: label, entry (WhitespacePoints), group (Appearance)
#. +> trunk5 stable5
#: src/prefs/lokalize.kcfg:61 src/prefs/lokalize.kcfg:77
#: src/prefs/lokalize.kcfg:82
#, kde-format
msgid ""
"\n"
" "
msgstr ""
#. i18n: ectx: label, entry (MsgFont), group (Appearance)
#. +> trunk5 stable5
#: src/prefs/lokalize.kcfg:67
#, kde-format
msgid "Font for Messages"
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:113
#, kde-format
msgctxt "@title:tab"
msgid "Identity"
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:119
#, kde-format
msgctxt "@title:tab"
msgid "Editing"
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:125
#, kde-format
msgctxt "@title:tab"
msgid "Appearance"
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:131
#, kde-format
msgctxt "@title:tab"
msgid "Translation Memory"
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:140
#, kde-format
msgctxt "@title:tab"
msgid "Spellcheck"
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:186
#, kde-format
msgid "You have accessed a feature that requires a project to be loaded. Do you want to create a new project or open an existing project?"
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:187
#, kde-format
msgctxt "@action"
msgid "New"
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:187
#, kde-format
msgctxt "@action"
msgid "Open"
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:203 src/prefs/prefs.cpp:220
#, kde-format
msgid "Lokalize translation project (*.lokalize)"
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:220
#, kde-format
msgctxt "@window:title"
msgid "Select folder with Gettext .po files to translate"
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:249
#, kde-format
msgid "Create software or OpenDocument translation project first."
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:268
#, kde-format
msgctxt "@title:tab"
msgid "General"
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:310
#, kde-format
msgctxt "@title:tab"
msgid "Advanced"
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:329
#, kde-format
msgctxt "@title:tab"
msgid "Scripts"
msgstr ""
#. +> trunk5 stable5
#: src/prefs/prefs.cpp:335
#, kde-format
msgctxt "@title:tab"
msgid "Personal"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:24
#, kde-format
msgid "Editor font:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KFontRequester, kcfg_MsgFont)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:31
#, kde-format
msgid "Change the font for the editor"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KFontRequester, kcfg_MsgFont)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:34
#, kde-format
msgid "Choose a new font for the area where you write the translated message."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_Leds)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:41
#, kde-format
msgid "Display LEDS for message status"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_Leds)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:44
#, kde-format
msgid "If checked, LEDS will be shown to display the message status: Fuzzy, Untranslated or Error. If unchecked, no LEDs will be displayed."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Leds)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:47
#, kde-format
msgid "LEDs to indicate Fuzzy and Untranslated status as well as cursor column number"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:56
#, kde-format
msgid "Text colors for the changes in the message."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:59
#, kde-format
msgid "String Matching"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:65
#, kde-format
msgctxt "@label:chooser"
msgid "Text added in the newer string:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KColorButton, kcfg_AddColor)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:72
#, kde-format
msgid "Change the color for the new text added"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KColorButton, kcfg_AddColor)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:75
#, kde-format
msgid "You can set another color for viewing the text that was added to the string."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:85
#, kde-format
msgctxt "@label:chooser"
msgid "Text removed in the newer string:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KColorButton, kcfg_DelColor)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:92
#, kde-format
msgid "Change the color for the text removed"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KColorButton, kcfg_DelColor)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:95
#, kde-format
msgid "You can set another color for viewing the text that was removed from the string."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_HighlightSpaces)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:121
#, kde-format
msgid "Check to see if a string ends in a space (which is often important when displaying it in the user interface, or when it gets concatenated with others)."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HighlightSpaces)
#. +> trunk5 stable5
#: src/prefs/prefs_appearance.ui:124
#, kde-format
msgid "Highlight spaces at the end"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AutoApprove)
#. +> trunk5 stable5
#: src/prefs/prefs_editor.ui:36
#, kde-format
msgid "Set 'approved' status automatically when editing started"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_MouseWheelGo)
#. +> trunk5 stable5
#: src/prefs/prefs_editor.ui:43
#, kde-format
msgid "If set, mouse wheel goes to previous or next unit, otherwise it scrolls text"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_MouseWheelGo)
#. +> trunk5 stable5
#: src/prefs/prefs_editor.ui:46
#, kde-format
msgid ""
"<html>When this option is enabled, the mouse wheel is used to go to the previous or next translation unit (without modifier keys). Modifier keys can be used to change this behavior. Use:"
"<ul>"
"<li><b>Shift</b> to scroll within the text of the current unit,</li>"
"<li><b>Ctrl+Shift</b> to go to previous or next non-ready unit,</li>"
"<li><b>Ctrl</b> to go to previous or next non-ready not empty unit,</li>"
"<li><b>Alt</b> to go to previous or next untranslated unit.</li>"
"</ul>"
"When the option is disabled, the mouse wheel scrolls within the text of the current translation unit.</html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_MouseWheelGo)
#. +> trunk5 stable5
#: src/prefs/prefs_editor.ui:49
#, kde-format
msgid "Mouse wheel goes to previous or next translation unit"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l1)
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_WordCompletionLength)
#. +> trunk5 stable5
#: src/prefs/prefs_editor.ui:58 src/prefs/prefs_editor.ui:68
#, kde-format
msgid "Set to 2 to disable word completion"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l1)
#. +> trunk5 stable5
#: src/prefs/prefs_editor.ui:61
#, kde-format
msgid "Minimum word length for word completion"
msgstr ""
#. i18n: ectx: property (specialValueText), widget (QSpinBox, kcfg_WordCompletionLength)
#. +> trunk5 stable5
#: src/prefs/prefs_editor.ui:71
#, kde-format
msgid "Disable word completion"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QWidget, prefs_identity)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:14
#, kde-format
msgid "Fill in your identity and information about your translation team. This information is used when updating the header of a file."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:26
#, kde-format
msgctxt "@label:chooser"
msgid "Default language:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:36
#, kde-format
msgctxt "@label:textbox"
msgid "Email:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2_2)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:49
#, kde-format
msgctxt "@label:textbox"
msgid "Name:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_authorName)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:62
#, kde-format
msgid "Your name, in English"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_authorName)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:65
#, kde-format
msgid "Please enter here your name and surname written in English"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:72
#, kde-format
msgctxt "@label:textbox"
msgid "Default mailing list:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_DefaultMailingList)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:82
#, kde-format
msgid "The email of your team mailing list"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_DefaultMailingList)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:85
#, kde-format
msgid "Write the email of your translating team mailing list"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KComboBox, DefaultLangCode)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:92
#, kde-format
msgid "Language you translate to"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KComboBox, DefaultLangCode)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:95
#, kde-format
msgid "Set the default language you are going to translate to"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_authorEmail)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:115
#, kde-format
msgid "Write your email"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_authorEmail)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:118
#, kde-format
msgid "Write your email here so it will appear in the po file header with your name"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_authorLocalizedName)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:132
#, kde-format
msgid "Your name in your own language"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_authorLocalizedName)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:135
#, kde-format
msgid "Write your name and surname in your language with your language alphabet."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: src/prefs/prefs_identity.ui:142
#, kde-format
msgctxt "@label:textbox"
msgid "Localized name:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_PrefetchTM)
#. +> trunk5 stable5
#: src/prefs/prefs_tm.ui:35
#, kde-format
msgid "If checked, get translation memory suggestions "
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_PrefetchTM)
#. +> trunk5 stable5
#: src/prefs/prefs_tm.ui:38
#, kde-format
msgid "If this is checked, the program will fetch translation memories as soon as you open a file."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_PrefetchTM)
#. +> trunk5 stable5
#: src/prefs/prefs_tm.ui:41
#, kde-format
msgid "Prefetch translation memory suggestions on file open"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/prefs/prefs_tm.ui:50
#, kde-format
msgid "Maximum number of suggestions:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_SuggCount)
#. +> trunk5 stable5
#: src/prefs/prefs_tm.ui:57
#, kde-format
msgid "Set the maximum number of suggestions"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QSpinBox, kcfg_SuggCount)
#. +> trunk5 stable5
#: src/prefs/prefs_tm.ui:60
#, kde-format
msgid "You can change the maximum number of suggestions, default is 7."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AutoaddTM)
#. +> trunk5 stable5
#: src/prefs/prefs_tm.ui:76
#, kde-format
msgid "Update/Add edited entries to translation memory"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ScanToTMOnOpen)
#. +> trunk5 stable5
#: src/prefs/prefs_tm.ui:83
#, kde-format
msgid "Add opened files to translation memory automatically"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: src/project/prefs_project_advanced.ui:16
#, kde-format
msgid "Syntax"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l0)
#. +> trunk5 stable5
#: src/project/prefs_project_advanced.ui:22
#, kde-format
msgctxt "@label:textbox"
msgid "Accelerator:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_Accel)
#. +> trunk5 stable5
#: src/project/prefs_project_advanced.ui:29
#, kde-format
msgid "Usually '&', but may also be '_' for GTK apps."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l1)
#. +> trunk5 stable5
#: src/project/prefs_project_advanced.ui:36
#, kde-format
msgctxt "@label:textbox"
msgid "Markup:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_Markup)
#. +> trunk5 stable5
#: src/project/prefs_project_advanced.ui:51
#, kde-format
msgid ""
"Regular expression of markup. It is used for translation memory matching and for 'Insert tag' feature.\n"
"\n"
"A default value (suitable for XML-based texts) is:\n"
"(<[^>]+>)+|(&[A-Za-z_:][A-Za-z0-9_\\.:-]*;)+\n"
"\n"
"It is only used for gettext PO files, as XLIFF format has its own way of specifying where markup is."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l2)
#. +> trunk5
#: src/project/prefs_project_advanced.ui:58
#, kde-format
msgctxt "@label:textbox"
msgid "Word wrap:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_WordWrap)
#. +> trunk5
#: src/project/prefs_project_advanced.ui:65
#, kde-format
msgid "Width used for the automatic msgfmt-like word wrap. Use the negative value '-1' to disable the word wrap."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: src/project/prefs_project_advanced.ui:81
#, kde-format
msgid "Paths"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l3)
#. +> trunk5 stable5
#: src/project/prefs_project_advanced.ui:90
#, kde-format
msgctxt "@label:textbox"
msgid "Template files folder:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KUrlRequester, potBaseDir)
#. +> trunk5 stable5
#: src/project/prefs_project_advanced.ui:111
#, kde-format
msgid ""
"Usually your translation project will be a subproject of a project\n"
"for translating same texts into multiple languages.\n"
"\n"
"Set this to path of a folder containing empty translation files\n"
"(i.e. files without translation into any language)\n"
"shared among all subprojects."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l4)
#. +> trunk5 stable5
#: src/project/prefs_project_advanced.ui:118
#, kde-format
msgctxt "@label:textbox"
msgid "Branch folder:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KUrlRequester, branchDir)
#. +> trunk5 stable5
#: src/project/prefs_project_advanced.ui:145
#, kde-format
msgctxt "this message contains text from documentation, so use its translation when you're translating docs"
msgid ""
"This setting is for Sync Mode.\n"
"\n"
"Sync Mode may be used to make changes to translation\n"
"for two branches simultaneously.\n"
"\n"
"Set this to path that corresponds to root folder of the branch project,\n"
"and Secondary Sync view will automatically open files from branch.\n"
"Then, each time you make changes in files of your main branch,\n"
"they will automatically be replicated to the branch\n"
"(of course, if it contains the same English string).\n"
"\n"
"See documentation for more details."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l5)
#. +> trunk5 stable5
#: src/project/prefs_project_advanced.ui:152
#, kde-format
msgctxt "@label:textbox"
msgid "Alternate translations folder:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KUrlRequester, altDir)
#. +> trunk5 stable5
#: src/project/prefs_project_advanced.ui:176
#, kde-format
msgctxt "this message contains text from documentation, so use its translation when you're translating docs"
msgid ""
"Set this to path of a folder with structure similar to Root Folder.\n"
"\n"
"On each translation file open, a corresponding file in Alternate translations directory will be looked up and,\n"
"if it is found, it will be used for Alternate Translations view.\n"
"\n"
"You will likely want to use translations of another target language (i.e. another subproject), which is close to yours.\n"
"Also, you can use other subproject's translations either immediately, or have them pretranslated to your language by machine.\n"
"\n"
"See documentation for more details."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l0)
#. +> trunk5 stable5
#: src/project/prefs_project_local.ui:21
#, kde-format
msgid "Role:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l0)
#. +> trunk5 stable5
#: src/project/prefs_projectmain.ui:23
#, kde-format
msgctxt "@label:textbox"
msgid "Target language:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KComboBox, LangCode)
#. +> trunk5 stable5
#: src/project/prefs_projectmain.ui:36
#, kde-format
msgid "Target language of the project."
msgstr ""
#. i18n: ectx: property (toolTip), widget (KUrlRequester, poBaseDir)
#. +> trunk5 stable5
#: src/project/prefs_projectmain.ui:56
#, kde-format
msgid ""
"This is main setting. Set this to path of a folder with translation files\n"
"for your project (or a subproject for your target language)."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l1)
#. +> trunk5 stable5
#: src/project/prefs_projectmain.ui:79
#, kde-format
msgctxt "@label:textbox"
msgid "Root folder:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l2)
#. +> trunk5 stable5
#: src/project/prefs_projectmain.ui:89
#, kde-format
msgctxt "@label:textbox"
msgid "Glossary:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_ProjectID)
#. +> trunk5 stable5
#: src/project/prefs_projectmain.ui:99
#, kde-format
msgid ""
"Project ID is used to differentiate translation memories of absolutely different projects and languages.\n"
"\n"
"For example, if you have several projects for translating KDE applications\n"
"(e.g. they are in different repositories), use same ID for all of them."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l3)
#. +> trunk5 stable5
#: src/project/prefs_projectmain.ui:106
#, kde-format
msgctxt "@label:textbox"
msgid "ID:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l4)
#. +> trunk5 stable5
#: src/project/prefs_projectmain.ui:116
#, kde-format
msgctxt "@label:textbox"
msgid "Mailing list:"
msgstr ""
#. +> trunk5 stable5
#: src/project/project.cpp:438
#, kde-format
msgid "Scanning folders with source files"
msgstr ""
#. +> trunk5 stable5
#: src/project/project.cpp:439
#, kde-format
msgid "Editor"
msgstr ""
#. +> trunk5 stable5
#: src/project/project.cpp:479
#, kde-format
msgid "Install translate-toolkit package and retry"
msgstr ""
#. +> trunk5 stable5
#: src/project/project.cpp:491
#, kde-format
msgctxt "project folder name. %2 is targetLangCode"
msgid "%1 %2 Translation"
msgstr ""
#. i18n: ectx: label, entry (LangCode), group (General)
#. +> trunk5 stable5
#: src/project/projectbase.kcfg:17
#, kde-format
msgid "Language"
msgstr ""
#. i18n: ectx: label, entry (PoBaseDir), group (General)
#. +> trunk5 stable5
#: src/project/projectbase.kcfg:31
#, kde-format
msgid "The base directory for PO files (translations)"
msgstr ""
#. i18n: ectx: label, entry (PotBaseDir), group (General)
#. +> trunk5 stable5
#: src/project/projectbase.kcfg:37
#, kde-format
msgid "The base directory for POT files (templates to be translated)"
msgstr ""
#. i18n: ectx: label, entry (GlossaryTbx), group (General)
#. +> trunk5 stable5
#: src/project/projectbase.kcfg:45
#, kde-format
msgid "Project's glossary"
msgstr ""
#. +> trunk5 stable5
#: src/project/projectmodel.cpp:568
#, kde-format
msgctxt "@title:column File name"
msgid "Name"
msgstr ""
#. +> trunk5 stable5
#: src/project/projectmodel.cpp:569
#, kde-format
msgctxt "@title:column Graphical representation of Translated/Fuzzy/Untranslated counts"
msgid "Graph"
msgstr ""
#. +> trunk5 stable5
#: src/project/projectmodel.cpp:570
#, kde-format
msgctxt "@title:column Number of entries"
msgid "Total"
msgstr ""
#. +> trunk5 stable5
#: src/project/projectmodel.cpp:571
#, kde-format
msgctxt "@title:column Number of entries"
msgid "Translated"
msgstr ""
#. +> trunk5 stable5
#: src/project/projectmodel.cpp:572
#, kde-format
msgctxt "@title:column Number of entries"
msgid "Not ready"
msgstr ""
#. +> trunk5 stable5
#: src/project/projectmodel.cpp:573
#, kde-format
msgctxt "@title:column Number of entries"
msgid "Untranslated"
msgstr ""
#. +> trunk5 stable5
#: src/project/projectmodel.cpp:574
#, kde-format
msgctxt "@title:column Number of fuzzy or untranslated entries"
msgid "Incomplete"
msgstr ""
#. +> trunk5 stable5
#: src/project/projectmodel.cpp:575
#, kde-format
msgctxt "@title:column"
msgid "Last Translation"
msgstr ""
#. +> trunk5 stable5
#: src/project/projectmodel.cpp:576
#, kde-format
msgctxt "@title:column"
msgid "Template Revision"
msgstr ""
#. +> trunk5 stable5
#: src/project/projectmodel.cpp:577
#, kde-format
msgctxt "@title:column"
msgid "Last Translator"
msgstr ""
#. +> trunk5 stable5
#: src/project/projecttab.cpp:58
#, kde-format
msgctxt "@title:window"
msgid "Project Overview"
msgstr ""
#. +> trunk5 stable5
#: src/project/projecttab.cpp:62
#, kde-format
msgid ""
"<html>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!<br />"
"<br />"
"Visit <a href=\"%1\">%1</a> for information on some projects in which you can participate.<br />"
"<br />"
"If you need more information or documentation, then a visit to <a href=\"%2\">%2</a> will provide you with what you need.</html>"
msgstr ""
#. +> trunk5 stable5
#: src/project/projecttab.cpp:83
#, kde-format
msgid "&Configure Lokalize"
msgstr ""
#. +> trunk5 stable5
#: src/project/projecttab.cpp:84 src/project/projecttab.cpp:197
#, kde-format
msgctxt "@action:inmenu"
msgid "Open project"
msgstr ""
#. +> trunk5 stable5
#: src/project/projecttab.cpp:85
#, kde-format
msgctxt "@action:inmenu"
msgid "Translate software"
msgstr ""
#. +> trunk5 stable5
#: src/project/projecttab.cpp:86
#, kde-format
msgctxt "@action:inmenu"
msgid "Translate OpenDocument"
msgstr ""
#. +> trunk5 stable5
#: src/project/projecttab.cpp:170
#, kde-format
msgctxt "@action:inmenu"
msgid "Previous template only"
msgstr ""
#. +> trunk5 stable5
#: src/project/projecttab.cpp:173
#, kde-format
msgctxt "@action:inmenu"
msgid "Next template only"
msgstr ""
#. +> trunk5 stable5
#: src/project/projecttab.cpp:176
#, kde-format
msgctxt "@action:inmenu"
msgid "Previous translation only"
msgstr ""
#. +> trunk5 stable5
#: src/project/projecttab.cpp:179
#, kde-format
msgctxt "@action:inmenu"
msgid "Next translation only"
msgstr ""
#. +> trunk5
#: src/project/projecttab.cpp:183
#, kde-format
msgctxt "@action:inmenu"
msgid "Hide completed items"
msgstr ""
#. +> trunk5
#: src/project/projecttab.cpp:184
#, kde-format
msgctxt "@action:inmenu"
msgid "Hide fully translated files and folders"
msgstr ""
#. +> trunk5 stable5
#: src/project/projecttab.cpp:250
#, kde-format
msgctxt "@action:inmenu"
msgid "Open"
msgstr ""
#. i18nc("@action:inmenu","Find in files"),this,SLOT(findInFiles()));
#. i18nc("@action:inmenu","Replace in files"),this,SLOT(replaceInFiles()));
#. i18nc("@action:inmenu","Spellcheck files"),this,SLOT(spellcheckFiles()));
#. menu.addSeparator();
#. menu->addAction(i18nc("@action:inmenu","Get statistics for subfolders"),m_browser,SLOT(expandItems()));
#.
#. +> trunk5 stable5
#: src/project/projecttab.cpp:259
#, kde-format
msgctxt "@action:inmenu"
msgid "Add to translation memory"
msgstr ""
#. +> trunk5 stable5
#: src/project/projecttab.cpp:261
#, kde-format
msgctxt "@action:inmenu"
msgid "Search in files"
msgstr ""
#. +> trunk5 stable5
#: src/project/projecttab.cpp:263
#, kde-format
msgctxt "@action:inmenu"
msgid "Search in files (including templates)"
msgstr ""
#. +> trunk5 stable5
#: src/tm/dbfilesmodel.cpp:115
#, kde-format
msgctxt "@title:column"
msgid "Name"
msgstr ""
#. +> trunk5 stable5
#: src/tm/dbfilesmodel.cpp:116
#, kde-format
msgctxt "@title:column"
msgid "Source language"
msgstr ""
#. +> trunk5 stable5
#: src/tm/dbfilesmodel.cpp:117
#, kde-format
msgctxt "@title:column"
msgid "Target language"
msgstr ""
#. +> trunk5 stable5
#: src/tm/dbfilesmodel.cpp:118
#, kde-format
msgctxt "@title:column"
msgid "Pairs"
msgstr ""
#. +> trunk5 stable5
#: src/tm/dbfilesmodel.cpp:119
#, kde-format
msgctxt "@title:column"
msgid "Unique original entries"
msgstr ""
#. +> trunk5 stable5
#: src/tm/dbfilesmodel.cpp:120
#, kde-format
msgctxt "@title:column"
msgid "Unique translations"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, connectionBox)
#. +> trunk5 stable5
#: src/tm/dbparams.ui:23
#, kde-format
msgid "Connection"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5 stable5
#: src/tm/dbparams.ui:32
#, kde-format
msgid "Database name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5
#: src/tm/dbparams.ui:42
#, kde-format
msgid "Host:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5 stable5
#: src/tm/dbparams.ui:56
#, kde-format
msgid "User:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5 stable5
#: src/tm/dbparams.ui:66
#, kde-format
msgid "Password:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, dbType)
#. +> trunk5 stable5
#: src/tm/dbparams.ui:84
#, kde-format
msgid "Local"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/tm/dbparams.ui:92
#, kde-format
msgid "Name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: src/tm/dbparams.ui:99
#, kde-format
msgid "Database type:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, contentBox)
#. +> trunk5 stable5
#: src/tm/dbparams.ui:106
#, kde-format
msgid "Content"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: src/tm/dbparams.ui:115
#, kde-format
msgid "Source language:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: src/tm/dbparams.ui:138
#, kde-format
msgid "Markup regex:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: src/tm/dbparams.ui:148
#, kde-format
msgid "Accelerator:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, create)
#. +> trunk5 stable5
#: src/tm/managedatabases.ui:19
#, kde-format
msgid "Create"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, addData)
#. +> trunk5 stable5
#: src/tm/managedatabases.ui:26
#, kde-format
msgid "Add Data"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, importTMX)
#. +> trunk5 stable5
#: src/tm/managedatabases.ui:33
#, kde-format
msgid "Add Data from TMX"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, exportTMX)
#. +> trunk5 stable5
#: src/tm/managedatabases.ui:40
#, kde-format
msgid "Export to TMX"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, remove)
#. +> trunk5 stable5
#: src/tm/managedatabases.ui:47
#, kde-format
msgid "Remove"
msgstr ""
#. +> trunk5 stable5
#: src/tm/qamodel.cpp:105
#, kde-format
msgctxt "@title:column Translator's false friend"
msgid "False Friend"
msgstr ""
#. +> trunk5 stable5
#: src/tm/qaview.cpp:37
#, kde-format
msgctxt "@title:window"
msgid "Quality Assurance"
msgstr ""
#. +> trunk5 stable5
#: src/tm/qaview.cpp:51
#, kde-format
msgctxt "@action:inmenu"
msgid "Add"
msgstr ""
#. +> trunk5 stable5
#: src/tm/qaview.cpp:55
#, kde-format
msgctxt "@action:inmenu"
msgid "Remove"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/tm/queryoptions.ui:32
#, kde-format
msgid "TM:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, querySource)
#. +> trunk5 stable5
#: src/tm/queryoptions.ui:70
#, kde-format
msgid ""
"Search expression for source language part.\n"
"Press Enter to start the search.\n"
"Press Ctrl+L to go to this control."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, invertTarget)
#. i18n: ectx: property (toolTip), widget (QCheckBox, invertSource)
#. +> trunk5 stable5
#: src/tm/queryoptions.ui:105 src/tm/queryoptions.ui:115
#, kde-format
msgid "Show results that do not match search expression"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: src/tm/queryoptions.ui:139
#, kde-format
msgid "File mask:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, filemask)
#. +> trunk5 stable5
#: src/tm/queryoptions.ui:155
#, kde-format
msgid "Show only results from files with path matching specified mask"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_s)
#. +> trunk5 stable5
#: src/tm/queryoptions.ui:162
#, kde-format
msgid "Query syntax:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, doUpdateTM)
#. +> trunk5 stable5
#: src/tm/queryoptions.ui:197
#, kde-format
msgid "Reads all project files into translation memory, updating old entries. The scanning will work in background."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, doUpdateTM)
#. +> trunk5 stable5
#: src/tm/queryoptions.ui:200
#, kde-format
msgid "&Rescan project files"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmmanager.cpp:59
#, kde-format
msgctxt "@title:window"
msgid "Translation Memories"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmmanager.cpp:93
#, kde-format
msgctxt "@title:window"
msgid "Select Directory to be scanned"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmmanager.cpp:104
#, kde-format
msgctxt "@title:window"
msgid "New Translation Memory"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmmanager.cpp:104
#, kde-format
msgctxt "@title:window"
msgid "Translation Memory Properties"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmmanager.cpp:240
#, kde-format
msgctxt "@title:window"
msgid "Select TMX file to be imported into selected database"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmmanager.cpp:241 src/tm/tmmanager.cpp:262
#, kde-format
msgid "TMX files (*.tmx *.xml)"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmmanager.cpp:261
#, kde-format
msgctxt "@title:window"
msgid "Select TMX file to export selected database to"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmscanapi.cpp:100
#, kde-format
msgid "Adding files to Lokalize translation memory"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmscanapi.cpp:101
#, kde-format
msgid "TM"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmtab.cpp:382
#, kde-format
msgid "Substring"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmtab.cpp:382
#, kde-format
msgid "Google-like"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmtab.cpp:382
#, kde-format
msgid "Wildcard"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmtab.cpp:390
#, kde-format
msgid "Space is AND operator. Case insensitive."
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmtab.cpp:391
#, kde-format
msgid "Shell globs (* and ?). Case sensitive."
msgstr ""
#. i18nc("@title:window","Translation Memory"),false);
#. +> trunk5 stable5
#: src/tm/tmtab.cpp:406 src/tm/tmview.cpp:146 src/tm/tmview.cpp:151
#, kde-format
msgctxt "@title:window"
msgid "Translation Memory"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmtab.cpp:617
#, kde-format
msgctxt "@info:status message entries"
msgid "Total: %1 (%2)"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:190 src/webquery/webqueryview.cpp:106
#, kde-format
msgctxt "@info:tooltip"
msgid "Double-click any word to insert it into translation"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:308
#, kde-format
msgctxt "@item Undo action"
msgid "Batch translation memory filling"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:311
#, kde-format
msgctxt "@info"
msgid "Batch translation has been completed."
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:318
#, kde-format
msgctxt "@info"
msgid "No suggestions with exact matches were found."
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:322
#, kde-format
msgctxt "@title"
msgid "Batch translation complete"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:336 src/tm/tmview.cpp:351
#, kde-format
msgctxt "@title"
msgid "Batch translation"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:337 src/tm/tmview.cpp:352
#, kde-format
msgctxt "@info"
msgid "Batch translation has been scheduled."
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:568
#, kde-format
msgctxt "File argument in tooltip, when file is current file"
msgid "this"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:569
#, kde-format
msgctxt "@info:tooltip"
msgid ""
"File: %1<br />"
"Addition date: %2"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:571
#, kde-format
msgctxt "@info:tooltip on TM entry continues"
msgid ""
"<br />"
"Last change date: %1"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:573
#, kde-format
msgctxt "@info:tooltip on TM entry continues"
msgid ""
"<br />"
"Last change author: %1"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:574
#, kde-format
msgctxt "@info:tooltip on TM entry continues"
msgid ""
"<br />"
"TM: %1"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:576
#, kde-format
msgctxt "@info:tooltip on TM entry continues"
msgid ""
"<br />"
"Is not present in the file anymore"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:594
#, kde-format
msgctxt "@action:inmenu"
msgid "Remove this entry"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:596
#, kde-format
msgctxt "@action:inmenu"
msgid "Open file containing this entry"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:601
#, kde-format
msgid ""
"<html>Do you really want to remove this entry:<br/>"
"<i>%1</i><br/>"
"from translation memory %2?</html>"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:602
#, kde-format
msgctxt "@title:window"
msgid "Translation Memory Entry Removal"
msgstr ""
#. +> trunk5 stable5
#: src/tm/tmview.cpp:997
#, kde-format
msgctxt "@item Undo action"
msgid "Use translation memory suggestion"
msgstr ""
#. +> trunk5 stable5
#: src/tools/widgettextcaptureconfig.cpp:37
#, kde-format
msgctxt "@title"
msgid "Widget Text Capture"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/tools/widgettextcaptureconfig.ui:26
#, kde-format
msgid ""
"<html>\n"
"<p align=\"justify\">To facilitate KDE translation, Lokalize can capture text from applications' user interfaces and search for translation files containing the text.</p>"
"\n"
"<p align=\"justify\">When enabled, the capture can be initiated by middle mouse clicking on any non-editable GUI element (widget). After that, switch to the Lokalize window and choose the entry with this text. Even if several files contain the same string, the right one will be chosen in most cases.</p>"
"\n"
"<p align=\"justify\">Remember that you need to have an up-to-date actual translation memory with all translation files indexed for this feature to work.</p>"
"</html>"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: src/tools/widgettextcaptureconfig.ui:42
#, kde-format
msgid "Middle Mouse Button Click Reaction"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, none)
#. +> trunk5 stable5
#: src/tools/widgettextcaptureconfig.ui:48
#, kde-format
msgid "None"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, search)
#. +> trunk5 stable5
#: src/tools/widgettextcaptureconfig.ui:58
#, kde-format
msgid "Search GUI element text in translation memory"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, clipboard)
#. +> trunk5 stable5
#: src/tools/widgettextcaptureconfig.ui:65
#, kde-format
msgid "Copy GUI element text to clipboard"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, queryBtn)
#. +> trunk5 stable5
#: src/webquery/querycontrol.ui:8
#, kde-format
msgid "Query"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, autoQuery)
#. +> trunk5 stable5
#: src/webquery/querycontrol.ui:15
#, kde-format
msgid "Autoquery"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, checkBox)
#. +> trunk5 stable5
#: src/webquery/querycontrol.ui:22
#, kde-format
msgid "Prefetch for the next untranslated"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, checkBox)
#. +> trunk5 stable5
#: src/webquery/querycontrol.ui:25
#, kde-format
msgid "Prefetch"
msgstr ""
#. +> trunk5 stable5
#: src/webquery/webqueryview.cpp:64
#, kde-format
msgid "Web Queries"
msgstr ""
#. +> trunk5 stable5
#: src/xlifftextedit.cpp:1075
#, kde-format
msgctxt "@action:inmenu"
msgid "Lookup selected text in translation memory"
msgstr ""
#. +> trunk5 stable5
#: src/xlifftextedit.cpp:1100 src/xlifftextedit.cpp:1168
#, kde-format
msgctxt "@item Undo action item"
msgid "Replace text"
msgstr ""
#. +> trunk5 stable5
#: src/xlifftextedit.cpp:1209
#, kde-format
msgid "no spellcheck available"
msgstr ""
#. +> trunk5 stable5
#: src/xlifftextedit.cpp:1341
#, kde-format
msgctxt "@item Undo action item"
msgid "Copy source to target"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kdeutils/kdebugsettings.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kdeutils/kdebugsettings.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/kdeutils/kdebugsettings.pot (revision 1522564)
@@ -1,321 +1,321 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-10 09:22+0200\n"
+"POT-Creation-Date: 2018-08-14 09:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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
#: src/categorytypecombobox.cpp:28
#, kde-format
msgid "All"
msgstr ""
#. +> trunk5 stable5
#: src/categorytypecombobox.cpp:29
#, kde-format
msgid "Debug"
msgstr ""
#. +> trunk5 stable5
#: src/categorytypecombobox.cpp:30
#, kde-format
msgid "Info"
msgstr ""
#. +> trunk5 stable5
#: src/categorytypecombobox.cpp:31
#, kde-format
msgid "Warning"
msgstr ""
#. +> trunk5 stable5
#: src/categorytypecombobox.cpp:32
#, kde-format
msgid "Critical"
msgstr ""
#. +> trunk5 stable5
#: src/categorytypecombobox.cpp:34
#, kde-format
msgid "Off"
msgstr ""
#. +> trunk5 stable5
#: src/categorywarning.cpp:29
#, kde-format
msgid "You have a rule as '*=true' or '*=false' which will override all your specific rule. Better to remove it."
msgstr ""
#. +> trunk5 stable5
#: src/configurecustomsettingdialog.cpp:33
#, kde-format
msgid "Add custom rule"
msgstr ""
#. +> trunk5 stable5
#: src/configurecustomsettingdialog.cpp:55
#, kde-format
msgid "Edit custom rule"
msgstr ""
#. +> trunk5 stable5
#: src/configurecustomsettingwidget.cpp:37
#, kde-format
msgid "Category:"
msgstr ""
#. +> trunk5 stable5
#: src/configurecustomsettingwidget.cpp:49
#, kde-format
msgid "Type:"
msgstr ""
#. +> trunk5 stable5
#: src/configurecustomsettingwidget.cpp:57
#, kde-format
msgid "Enable"
msgstr ""
#. +> trunk5 stable5
#: src/customdebugsettingspage.cpp:39 src/environmentsettingsrulespage.cpp:31
#, kde-format
msgid "Rules:"
msgstr ""
#. +> trunk5 stable5
#: src/customdebugsettingspage.cpp:57 src/kdeapplicationdebugsettingpage.cpp:39
#, kde-format
msgid "Search..."
msgstr ""
#. +> trunk5 stable5
#: src/customdebugsettingspage.cpp:64
#, kde-format
msgid "Add..."
msgstr ""
#. +> trunk5 stable5
#: src/customdebugsettingspage.cpp:69
#, kde-format
msgid "Edit..."
msgstr ""
#. +> trunk5 stable5
#: src/customdebugsettingspage.cpp:74
#, kde-format
msgid "Remove..."
msgstr ""
#. +> trunk5 stable5
#: src/customdebugsettingspage.cpp:166
#, kde-format
msgid "Do you want to remove this rule?"
msgid_plural "Do you want to remove these %1 rules?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: src/environmentplaintextedit.cpp:57
#, kde-format
msgid "No rules have been defined in the environment variable \"QT_LOGGING_RULES\"."
msgstr ""
#. +> trunk5 stable5
#: src/environmentsettingsrulespage.cpp:46
#, kde-format
msgid "These rules cannot be edited with this application. You need to set them in QT_LOGGING_RULES variable directly."
msgstr ""
#. +> trunk5 stable5
#: src/environmentsettingsrulespage.cpp:49
#, kde-format
msgid "Current rules:"
msgstr ""
#. +> trunk5 stable5
-#: src/kdeapplicationdebugsettingpage.cpp:50
+#: src/kdeapplicationdebugsettingpage.cpp:49
#, kde-format
msgid "Enable All Debug"
msgstr ""
#. +> trunk5 stable5
-#: src/kdeapplicationdebugsettingpage.cpp:55
+#: src/kdeapplicationdebugsettingpage.cpp:54
#, kde-format
msgid "Turn Off Debug"
msgstr ""
#. +> trunk5 stable5
-#: src/kdeapplicationdebugsettingpage.cpp:60
+#: src/kdeapplicationdebugsettingpage.cpp:59
#, kde-format
msgid "Turn Off All Messages"
msgstr ""
#. +> trunk5
#: src/kdeapplicationtreelistwidget.cpp:131
#, kde-format
msgid "Category name: %1"
msgstr ""
#. +> trunk5
#: src/kdeapplicationtreelistwidget.cpp:133
#, kde-format
msgid "Identifier: %1"
msgstr ""
#. +> trunk5
#: src/kdeapplicationtreelistwidget.cpp:135
#, kde-format
msgid "Default Severity: %1"
msgstr ""
#. +> trunk5 stable5
#: src/kdebugsettingsdialog.cpp:66
#, kde-format
msgid "KDE Application"
msgstr ""
#. +> trunk5 stable5
#: src/kdebugsettingsdialog.cpp:67
#, kde-format
msgid "Custom Rules"
msgstr ""
#. +> trunk5 stable5
#: src/kdebugsettingsdialog.cpp:68
#, kde-format
msgid "Rules Settings With Environment Variable"
msgstr ""
#. +> trunk5 stable5
#: src/kdebugsettingsdialog.cpp:74
#, kde-format
msgid "Save As..."
msgstr ""
#. +> trunk5 stable5
#: src/kdebugsettingsdialog.cpp:79
#, kde-format
msgid "Load..."
msgstr ""
#. +> trunk5 stable5
#: src/kdebugsettingsdialog.cpp:84
#, kde-format
msgid "Insert..."
msgstr ""
#. +> trunk5 stable5
-#: src/kdebugsettingsdialog.cpp:214
+#: src/kdebugsettingsdialog.cpp:215
#, kde-format
msgid "'%1' cannot be opened. Please verify it."
msgstr ""
#. +> trunk5 stable5
-#: src/kdebugsettingsdialog.cpp:246
+#: src/kdebugsettingsdialog.cpp:247
#, kde-format
msgid "Insert Categories"
msgstr ""
#. +> trunk5 stable5
-#: src/kdebugsettingsdialog.cpp:246
+#: src/kdebugsettingsdialog.cpp:247
#, kde-format
msgid "Categories Files"
msgstr ""
#. +> trunk5 stable5
-#: src/kdebugsettingsdialog.cpp:265
+#: src/kdebugsettingsdialog.cpp:266
#, kde-format
msgid "Save As"
msgstr ""
#. +> trunk5 stable5
-#: src/kdebugsettingsdialog.cpp:273
+#: src/kdebugsettingsdialog.cpp:274
#, kde-format
msgid "Load Debug Settings Files"
msgstr ""
#. +> trunk5
#: src/kdebugsettingsutil.cpp:417
#, kde-format
msgid "All Debug Messages"
msgstr ""
#. +> trunk5
#: src/kdebugsettingsutil.cpp:420
#, kde-format
msgid "Info Messages"
msgstr ""
#. +> trunk5
#: src/kdebugsettingsutil.cpp:423
#, kde-format
msgid "Warning Messages"
msgstr ""
#. +> trunk5
#: src/kdebugsettingsutil.cpp:426
#, kde-format
msgid "Debug Messages"
msgstr ""
#. +> trunk5
#: src/kdebugsettingsutil.cpp:429
#, kde-format
msgid "Critical Messages"
msgstr ""
#. +> trunk5
#: src/kdebugsettingsutil.cpp:432
#, kde-format
msgid "No Debug Messages"
msgstr ""
#. +> trunk5
#: src/kdebugsettingsutil.cpp:435
#, kde-format
msgid "Undefined"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:40
#, kde-format
msgid "kdebugssettings"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:41
#, kde-format
msgid "Configure debug settings"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:42
#, kde-format
msgid "(c) 2015-2018 kdebugsettings authors"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:43
#, kde-format
msgid "Laurent Montel"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:43
#, kde-format
msgid "Maintainer"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/pim/kitinerary.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/pim/kitinerary.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/pim/kitinerary.pot (revision 1522564)
@@ -1,173 +1,174 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-13 09:00+0200\n"
+"POT-Creation-Date: 2018-08-14 09:25+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. +> trunk5 stable5
#: calendarhandler.cpp:163
#, kde-format
msgid "Flight %1 from %2 to %3"
msgstr ""
#. +> trunk5 stable5
#: calendarhandler.cpp:182
#, kde-format
msgid "Boarding for flight %1"
msgstr ""
#. +> trunk5 stable5
#: calendarhandler.cpp:184
#, kde-format
msgid "Boarding for flight %1 at gate %2"
msgstr ""
#. +> trunk5 stable5
#: calendarhandler.cpp:193
#, kde-format
msgid "Boarding time: %1"
msgstr ""
#. +> trunk5 stable5
#: calendarhandler.cpp:196
#, kde-format
msgid "Departure gate: %1"
msgstr ""
#. +> trunk5 stable5
#: calendarhandler.cpp:206
#, kde-format
msgid "Boarding group: %1"
msgstr ""
#. +> trunk5 stable5
#: calendarhandler.cpp:209 calendarhandler.cpp:240
#, kde-format
msgid "Seat: %1"
msgstr ""
#. +> trunk5 stable5
#: calendarhandler.cpp:212 calendarhandler.cpp:246 calendarhandler.cpp:333
#, kde-format
msgid "Booking reference: %1"
msgstr ""
#. +> trunk5 stable5
#: calendarhandler.cpp:232
#, kde-format
msgid "Departure platform: %1"
msgstr ""
#. +> trunk5 stable5
#: calendarhandler.cpp:237
#, kde-format
msgid "Coach: %1"
msgstr ""
#. +> trunk5 stable5
#: calendarhandler.cpp:243
#, kde-format
msgid "Arrival platform: %1"
msgstr ""
#. +> trunk5 stable5
#: calendarhandler.cpp:257
#, kde-format
msgid "Train %1 from %2 to %3"
msgstr ""
#. +> trunk5 stable5
#: calendarhandler.cpp:267
#, kde-format
msgid "Bus %1 from %2 to %3"
msgstr ""
#. +> trunk5 stable5
#: calendarhandler.cpp:276
#, kde-format
msgid "Hotel reservation: %1"
msgstr ""
-#. i18n("Rent car reservation: %1", rentalCar.name()));
#. +> trunk5 stable5
#: calendarhandler.cpp:278 calendarhandler.cpp:361 calendarhandler.cpp:390
-#: calendarhandler.cpp:402 calendarhandler.cpp:410 calendarhandler.cpp:430
-#: calendarhandler.cpp:442
+#: calendarhandler.cpp:403 calendarhandler.cpp:410 calendarhandler.cpp:431
+#: calendarhandler.cpp:443
#, kde-format
msgctxt "<street>, <postal code> <city>, <country>"
msgid "%1, %2 %3, %4"
msgstr ""
#. +> trunk5 stable5
#: calendarhandler.cpp:287
#, kde-format
msgid ""
"Check-in: %1\n"
"Check-out: %2\n"
"Booking reference: %3"
msgstr ""
#. +> trunk5
#: calendarhandler.cpp:318
#, kde-format
msgid "Entrance for %1"
msgstr ""
#. +> trunk5
#: calendarhandler.cpp:359 calendarhandler.cpp:375
#, kde-format
msgid "Restaurant reservation: %1"
msgstr ""
#. +> trunk5
#: calendarhandler.cpp:376
#, kde-format
msgid ""
"Number Of People: %1\n"
"Reservation reference: %2\n"
"Under name: %3"
msgstr ""
#. +> trunk5
#: calendarhandler.cpp:388
#, kde-format
msgid "Rental Car reservation: %1"
msgstr ""
#. +> trunk5
#: calendarhandler.cpp:400
#, kde-format
msgid "Rent car reservation: %1"
msgstr ""
#. +> trunk5
#: calendarhandler.cpp:414
#, kde-format
msgid ""
"Reservation reference: %1\n"
"Under name: %2\n"
+"\n"
"PickUp location: %3\n"
+"\n"
"Dropoff Location: %4"
msgstr ""
#. +> trunk5
-#: calendarhandler.cpp:447
+#: calendarhandler.cpp:448
#, kde-format
msgid ""
"Reservation reference: %1\n"
"Under name: %2\n"
"PickUp location: %3"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/pim/kmail_editor_plugins.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/pim/kmail_editor_plugins.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/pim/kmail_editor_plugins.pot (revision 1522564)
@@ -1,135 +1,135 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-07 09:28+0200\n"
+"POT-Creation-Date: 2018-08-14 09:25+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. +> trunk5 stable5
#: autocorrection/autocorrectionplugineditorinterface.cpp:38
#, kde-format
msgid "Autocorrect Text"
msgstr ""
#. +> trunk5 stable5
#: autocorrection/autocorrectionplugineditorinterface.cpp:43
#, kde-format
msgid "Autocorrect Full Text"
msgstr ""
#. +> trunk5 stable5
#: autocorrection/autocorrectionplugineditorinterface.cpp:47
#, kde-format
msgid "Autocorrect Selected Text"
msgstr ""
#. +> trunk5 stable5
#: insertemail/insertemailplugineditorinterface.cpp:38
#, kde-format
msgid "Insert Email..."
msgstr ""
#. +> trunk5 stable5
#: insertshorturl/insertshorturlconfigurewidget.cpp:38
#, kde-format
msgid "Select Short URL server:"
msgstr ""
#. +> trunk5 stable5
#: insertshorturl/insertshorturlplugineditorinterface.cpp:78
#, kde-format
msgid "Insert Short URL..."
msgstr ""
#. +> trunk5 stable5
#: insertshorturl/insertshorturlplugineditorinterface.cpp:102
#, kde-format
msgid "No network connection detected, we cannot shorten URL."
msgstr ""
#. +> trunk5 stable5
#: insertshorturl/insertshorturlplugineditorinterface.cpp:109
#, kde-format
msgid "String doesn't seem to be a URL"
msgstr ""
#. +> trunk5 stable5
#: insertshorturl/insertshorturlplugineditorinterface.cpp:115
#, kde-format
msgid "An error occurred: \"%1\""
msgstr ""
#. +> trunk5 stable5
#: insertshorturl/shorturlengineplugin/shorturlengineinterface.cpp:43
#: insertshorturl/shorturlengineplugin/tinyurlengineplugin/tinyurlengineinterface.cpp:63
#, kde-format
msgid ""
"Error reported by server:\n"
"'%1'"
msgstr ""
#. +> trunk5 stable5
#: insertspecialcharacter/insertspecialcharacterplugineditorinterface.cpp:37
#, kde-format
msgid "Insert Special Character..."
msgstr ""
#. +> trunk5 stable5
#: insertspecialcharacter/insertspecialcharacterplugineditorinterface.cpp:53
#, kde-format
msgid "Insert Special Character"
msgstr ""
#. +> trunk5 stable5
#: insertspecialcharacter/insertspecialcharacterplugineditorinterface.cpp:54
#, kde-format
msgid "Insert"
msgstr ""
#. +> trunk5 stable5
#: nonbreakingspace/nonbreakingspaceplugineditorinterface.cpp:37
#, kde-format
msgid "Insert Non Breaking Space"
msgstr ""
#. +> trunk5
#: zoomtext/zoomlabel.cpp:36
#, kde-format
msgid "Zoom: %1%"
msgstr ""
#. +> trunk5 stable5
-#: zoomtext/zoomtextplugineditorinterface.cpp:40
+#: zoomtext/zoomtextplugineditorinterface.cpp:41
#, kde-format
msgid "Zoom..."
msgstr ""
-#. +> trunk5 stable5
-#: zoomtext/zoomtextplugineditorinterface.cpp:43
+#. +> stable5
+#: zoomtext/zoomtextplugineditorinterface.cpp:42
#, kde-format
msgid "&Zoom In"
msgstr ""
-#. +> trunk5 stable5
-#: zoomtext/zoomtextplugineditorinterface.cpp:49
+#. +> stable5
+#: zoomtext/zoomtextplugineditorinterface.cpp:48
#, kde-format
msgid "Zoom &Out"
msgstr ""
#. +> trunk5 stable5
-#: zoomtext/zoomtextplugineditorinterface.cpp:56
+#: zoomtext/zoomtextplugineditorinterface.cpp:54
#, kde-format
msgid "Reset"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/pim/libksieve.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/pim/libksieve.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/pim/libksieve.pot (revision 1522564)
@@ -1,3267 +1,3267 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-07-24 09:34+0200\n"
+"POT-Creation-Date: 2018-08-14 09:25+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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
#: kmanagesieve/session.cpp:115
#, kde-format
msgid "Cannot use TLS since the underlying Qt library does not support it."
msgstr ""
#. +> trunk5 stable5
#: kmanagesieve/session.cpp:121
#, kde-format
msgid ""
"TLS encryption was requested, but your Sieve server does not advertise TLS in its capabilities.\n"
"You can choose to try to initiate TLS negotiations nonetheless, or cancel the operation."
msgstr ""
#. +> trunk5 stable5
#: kmanagesieve/session.cpp:123
#, kde-format
msgid "Server Does Not Advertise TLS"
msgstr ""
#. +> trunk5 stable5
#: kmanagesieve/session.cpp:123
#, kde-format
msgid "&Start TLS nonetheless"
msgstr ""
#. +> trunk5 stable5
#: kmanagesieve/session.cpp:125
#, kde-format
msgid "TLS encryption requested, but not supported by server."
msgstr ""
#. +> trunk5 stable5
#: kmanagesieve/session.cpp:166
#, kde-format
msgid "The server does not seem to support TLS. Disable TLS if you want to connect without encryption."
msgstr ""
#. +> trunk5 stable5
#: kmanagesieve/session.cpp:287
#, kde-format
msgid "Sieve Authentication Details"
msgstr ""
#. +> trunk5 stable5
#: kmanagesieve/session.cpp:288
#, kde-format
msgid "Please enter your authentication details for your sieve account (usually the same as your email password):"
msgstr ""
#. +> trunk5 stable5
#: kmanagesieve/sessionthread.cpp:328
#, kde-format
msgid ""
"Authentication failed.\n"
"Most likely the password is wrong.\n"
"The server responded:\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: kmanagesieve/sievejob.cpp:155 kmanagesieve/sievejob.cpp:160
#, kde-format
msgid ""
"The script did not upload successfully.\n"
"This is probably due to errors in the script.\n"
"The server responded:\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: kmanagesieve/sievejob.cpp:164
#, kde-format
msgid ""
"The script did not upload successfully.\n"
"The script may contain errors."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/autocreatescriptdialog.cpp:39
#, kde-format
msgid "Create sieve filter"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/autocreatescriptutil.cpp:190
#, kde-format
msgid "Cannot find item \"%1\" in widget \"%2\""
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/autocreatescriptutil.cpp:198
#, kde-format
msgid "More information"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectconvertparameterwidget.cpp:46
#, kde-format
msgid "Not enough arguments for SelectConvertParameterWidget. Expected 2 arguments."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectconvertparameterwidget.cpp:51
#, kde-format
msgid "Too many arguments for SelectConvertParameterWidget, \"%1\""
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectconvertparameterwidget.cpp:74
#: ksieveui/autocreatescripts/commonwidgets/selectconvertparameterwidget.cpp:85
#, kde-format
msgid " px"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectmatchtypecombobox.cpp:50
#, kde-format
msgid "is"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectmatchtypecombobox.cpp:51
#, kde-format
msgid "not is"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectmatchtypecombobox.cpp:52
#, kde-format
msgid "contains"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectmatchtypecombobox.cpp:53
#, kde-format
msgid "not contains"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectmatchtypecombobox.cpp:54
#, kde-format
msgid "matches"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectmatchtypecombobox.cpp:55
#, kde-format
msgid "not matches"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectmatchtypecombobox.cpp:57
#, kde-format
msgid "regex"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectmatchtypecombobox.cpp:58
#, kde-format
msgid "not regex"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectmimetypecombobox.cpp:40
#, kde-format
msgid "JPEG"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectmimetypecombobox.cpp:41
#, kde-format
msgid "TIFF"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectmimetypecombobox.cpp:42
#, kde-format
msgid "PNG"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/selectmimetypecombobox.cpp:43
#, kde-format
msgid "BMP"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/commonwidgets/sievehelpbutton.cpp:31
#: ksieveui/editor/sieveeditortabwidget.cpp:165
#, kde-format
msgid "Help"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveaction.cpp:129
#, kde-format
msgid "An unknown tag \"%1\" was found during parsing action \"%2\"."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveaction.cpp:134
#, kde-format
msgid "An unknown tag value \"%1\" was found during parsing action \"%2\"."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveaction.cpp:139
#: ksieveui/autocreatescripts/sieveconditions/sievecondition.cpp:113
#, kde-format
msgid "Too many argument found for \"%1\", max value is %2, number of value found %3 for %4"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveaction.cpp:144
#: ksieveui/autocreatescripts/sieveconditions/sievecondition.cpp:123
#, kde-format
msgid "A feature \"%1\" in condition \"%2\" is not supported by server"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionaddflags.cpp:26
#, kde-format
msgid "Add Flags"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionaddflags.cpp:37
#, kde-format
msgid "Addflag is used to add flags to a list of [IMAP] flags. It doesn't replace any previously set flags. This means that multiple occurrences of addflag are treated additively."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionaddheader.cpp:35
#, kde-format
msgid "Add header"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionaddheader.cpp:51
#: ksieveui/autocreatescripts/sieveactions/sieveactiondeleteheader.cpp:52
#: ksieveui/autocreatescripts/sieveconditions/sieveconditiondate.cpp:54
#, kde-format
msgid "header:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionaddheader.cpp:59
#: ksieveui/autocreatescripts/sieveactions/sieveactiondeleteheader.cpp:60
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:68
#, kde-format
msgid "value:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionaddheader.cpp:125
#, kde-format
msgid "The addheader action adds a header field to the existing message header."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionbreak.cpp:33
#, kde-format
msgid "Break"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionbreak.cpp:44
#: ksieveui/autocreatescripts/sieveforeverypartwidget.cpp:56
#, kde-format
msgid "Name (optional):"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionbreak.cpp:102
#, kde-format
msgid "The break command terminates the closest enclosing loop."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionconvert.cpp:33
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionconvert.cpp:33
#, kde-format
msgid "Convert"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionconvert.cpp:44
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionconvert.cpp:44
#, kde-format
msgid "From:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionconvert.cpp:52
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionconvert.cpp:52
#, kde-format
msgid "To:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionconvert.cpp:60
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionconvert.cpp:60
#, kde-format
msgid "Parameters:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionconvert.cpp:143
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionconvert.cpp:106
#, kde-format
msgid "The \"convert\" action specifies that all body parts with a media type equal to \"media-type\" be converted to the media type in \"media-type\" using conversion parameters."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactiondeleteheader.cpp:36
#, kde-format
msgid "Delete header"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactiondeleteheader.cpp:136
#, kde-format
msgid "By default, the deleteheader action deletes all occurrences of the named header field."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactiondiscard.cpp:25
#: ksieveui/vacation/vacationutils.cpp:61
#, kde-format
msgid "Discard"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactiondiscard.cpp:36
#, kde-format
msgid "Discard is used to silently throw away the message."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionenclose.cpp:34
#, kde-format
msgid "Enclose"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionenclose.cpp:45
#: ksieveui/autocreatescripts/sieveactions/sieveactionreplace.cpp:47
#, kde-format
msgid "Subject:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionenclose.cpp:53
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionexists.cpp:53
#, kde-format
msgid "headers:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionenclose.cpp:61
#: ksieveui/autocreatescripts/sieveactions/sieveactionereject.cpp:43
#: ksieveui/autocreatescripts/sieveactions/sieveactionreject.cpp:43
#: ksieveui/autocreatescripts/sieveactions/sieveactionreplace.cpp:63
#, kde-format
msgid "text:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionenclose.cpp:155
#, kde-format
msgid "Enclose action command is defined to allow an entire message to be enclosed as an attachment to a new message."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionereject.cpp:33
#, kde-format
msgid "E-Reject"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionereject.cpp:101
#, kde-format
msgid " The \"ereject\" action cancels the implicit keep and refuses delivery of a message."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionextracttext.cpp:33
#, kde-format
msgid "Extract Text"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionextracttext.cpp:44
#, kde-format
msgid "Number of characters:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionextracttext.cpp:54
#, kde-format
msgid "Stored in variable name:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionextracttext.cpp:123
#, kde-format
msgid "The \"extracttext\" action may be used within the context of a \"foreverypart\" loop and is used to store text into a variable"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionfileinto.cpp:37
#, kde-format
msgid "File Into"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionfileinto.cpp:74
#, kde-format
msgid "Action \"fileinto\" has \"copy\" argument but current server does not support it"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionfileinto.cpp:115
#: ksieveui/autocreatescripts/sieveactions/sieveactionredirect.cpp:51
#, kde-format
msgid "Keep a copy"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionfileinto.cpp:121
#, kde-format
msgid "Create folder"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionfileinto.cpp:165
#, kde-format
msgid "The \"fileinto\" action delivers the message into the specified mailbox."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionfileinto.cpp:168
#, kde-format
msgid "If the optional \":create\" argument is specified, it instructs the Sieve interpreter to create the specified mailbox, if needed, before attempting to deliver the message into the specified mailbox."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionfileinto.cpp:172
#, kde-format
msgid "If the optional \":copy\" keyword is specified, the tagged command does not cancel the implicit \"keep\". Instead, it merely files or redirects a copy in addition to whatever else is happening to the message."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionkeep.cpp:33
#: ksieveui/vacation/vacationutils.cpp:59
#, kde-format
msgid "Keep"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionkeep.cpp:57
#, kde-format
msgid "The \"keep\" action is whatever action is taken in lieu of all other actions, if no filtering happens at all; generally, this simply means to file the message into the user's main mailbox."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionkeep.cpp:67
#, kde-format
msgid "Add flags:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionnotify.cpp:35
#, kde-format
msgid "Notify"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionnotify.cpp:51
#, kde-format
msgid "message:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionnotify.cpp:59
#, kde-format
msgid "method:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionnotify.cpp:144
#, kde-format
msgid "The \"notify\" action specifies that a notification should be sent to a user."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionredirect.cpp:38
#, kde-format
msgid "Redirect"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionredirect.cpp:57
#, kde-format
msgid "Use list"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionredirect.cpp:157
#, kde-format
msgid "The \"redirect\" action is used to send the message to another user at a supplied address, as a mail forwarding feature does. The \"redirect\" action makes no changes to the message body or existing headers, but it may add new headers."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionredirect.cpp:160
#, kde-format
msgid "If the optional \":copy\" keyword is specified, the tagged command does not cancel the implicit \"keep\". Instead, it redirects a copy in addition to whatever else is happening to the message."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionreject.cpp:33
#, kde-format
msgid "Reject"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionreject.cpp:100
#, kde-format
msgid " The \"reject\" action cancels the implicit keep and refuses delivery of a message."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionremoveflags.cpp:27
#, kde-format
msgid "Remove Flags"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionremoveflags.cpp:39
#, kde-format
msgid "Removeflag is used to remove flags from a list of [IMAP] flags. Removeflag clears flags previously set by \"set\"/\"addflag\". Calling removeflag with a flag that wasn't set before is not an error and is ignored."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionreplace.cpp:36
#, kde-format
msgid "Replace"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionreplace.cpp:55
#, kde-format
msgid "from:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionreplace.cpp:155
#, kde-format
msgid "The \"replace\" command is defined to allow a MIME part to be replaced with the text supplied in the command."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionreturn.cpp:26
#, kde-format
msgid "Return"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionreturn.cpp:42
#, kde-format
msgid "The \"return\" command stops processing of the immediately included script only and returns processing control to the script that includes it."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionsetflags.cpp:27
#, kde-format
msgid "Set Flags"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionsetflags.cpp:38
#, kde-format
msgid "Setflag is used for setting [IMAP] system flags or keywords. Setflag replaces any previously set flags."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionsetvariable.cpp:36
#, kde-format
msgid "Variable"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionsetvariable.cpp:54
#, kde-format
msgid "Protect special character"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionsetvariable.cpp:60
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionenvironment.cpp:66
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionhasflag.cpp:67
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionmetadata.cpp:72
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionservermetadata.cpp:71
#, kde-format
msgid "Value:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionsetvariable.cpp:68
#, kde-format
msgid "In variable:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionsetvariable.cpp:116
#, kde-format
msgid "Script needs regex support, but server does not have it."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionsetvariable.cpp:181
#, kde-format
msgid "The \"set\" action stores the specified value in the variable identified by name."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionsetvariable.cpp:183
#, kde-format
msgid "This modifier adds the necessary quoting to ensure that the expanded text will only match a literal occurrence if used as a parameter to :regex. Every character with special meaning (. , *, ? , etc.) is prefixed with \\ in the expansion"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionstop.cpp:27
#, kde-format
msgid "Stop"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionstop.cpp:38
#, kde-format
msgid "The \"stop\" action ends all processing. If the implicit keep has not been cancelled, then it is taken."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionvacation.cpp:40
#, kde-format
msgid "Vacation"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionvacation.cpp:59
#, kde-format
msgid "day:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionvacation.cpp:70
#, kde-format
msgid "Message subject:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionvacation.cpp:78
#, kde-format
msgid "Additional email:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionvacation.cpp:87
#, kde-format
msgid "Vacation reason:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionvacation.cpp:210
#, kde-format
msgid "The \"vacation\" action implements a vacation autoresponder similar to the vacation command available under many versions of Unix. Its purpose is to provide correspondents with notification that the user is away for an extended period of time and that they should not expect quick responses."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionvacation.cpp:213
#, kde-format
msgid "Through the \":days\" parameter, it limits the number of auto-replies to the same sender to one per [n] days, for a specified number of days. But there are cases when one needs more granularity, if one would like to generate \"vacation\" replies more frequently."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/sieveactionvacation.cpp:214
#, kde-format
msgid "This extension defines a \":seconds\" parameter to provide more granularity for such situations."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/addresslineedit.cpp:34
#, kde-format
msgid "Define Email Address..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/multilineedit.cpp:29
#, kde-format
msgid "Enter message..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectaddheaderpositioncombobox.cpp:39
#, kde-format
msgid "Insert at the beginning"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectaddheaderpositioncombobox.cpp:40
#, kde-format
msgid "Append at the end"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectflagswidget.cpp:39
#, kde-format
msgid "Flags"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectflagswidget.cpp:97
#, kde-format
msgid "Deleted"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectflagswidget.cpp:100
#, kde-format
msgid "Answered"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectflagswidget.cpp:103
#, kde-format
msgid "Flagged"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectflagswidget.cpp:106
#, kde-format
msgid "Seen"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectflagswidget.cpp:111
#, kde-format
msgid "Draft"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectflagswidget.cpp:147
#, kde-format
msgid "Click on button for selecting flags..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectflagswidget.cpp:151
#, kde-format
msgid "..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectflagswidget.cpp:152
#, kde-format
msgid "Select Flags"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectimportancecombobox.cpp:41
#, kde-format
msgid "high importance"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectimportancecombobox.cpp:42
#, kde-format
msgid "normal importance"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectimportancecombobox.cpp:43
#, kde-format
msgid "low importance"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectvacationcombobox.cpp:39
#, kde-format
msgid "days"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectvacationcombobox.cpp:40
#, kde-format
msgid "seconds"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectvariablemodifiercombobox.cpp:39
#, kde-format
msgid "None"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectvariablemodifiercombobox.cpp:40
#, kde-format
msgid "Lower"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectvariablemodifiercombobox.cpp:41
#, kde-format
msgid "Upper"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectvariablemodifiercombobox.cpp:42
#, kde-format
msgid "Lower first letter"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectvariablemodifiercombobox.cpp:43
#, kde-format
msgid "Upper first letter"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectvariablemodifiercombobox.cpp:44
#, kde-format
msgid "Quote wildcard"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactions/widgets/selectvariablemodifiercombobox.cpp:45
#, kde-format
msgid "Length"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactionwidgetlister.cpp:74
#, kde-format
msgid "Please select an action."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactionwidgetlister.cpp:153
#: ksieveui/autocreatescripts/sieveconditionwidgetlister.cpp:125
#, kde-format
msgid "Add comment"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactionwidgetlister.cpp:289
#: ksieveui/autocreatescripts/sieveconditionwidgetlister.cpp:237
#, kde-format
msgid "Script contains unsupported feature \"%1\""
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveactionwidgetlister.cpp:427
#, kde-format
msgid "We detected a loop if in a loop if. It's not supported"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sievecondition.cpp:103
#, kde-format
msgid "Unknown tag \"%1\" during parsing condition \"%2\""
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sievecondition.cpp:108
#, kde-format
msgid "An unknown tag value \"%1\" was found during parsing condition \"%2\"."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionaddress.cpp:36
#, kde-format
msgid "Address"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionaddress.cpp:65
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionenvelope.cpp:67
#, kde-format
msgid "address:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionaddress.cpp:72
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionenvelope.cpp:75
#, kde-format
msgid "Use ; to separate emails"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionaddress.cpp:107
#, kde-format
msgid "The \"address\" test matches Internet addresses in structured headers that contain addresses. It returns true if any header contains any key in the specified part of the address, as modified by the comparator and the match keyword."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionbody.cpp:33
#, kde-format
msgid "Body"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionbody.cpp:98
#, kde-format
msgid "The body test matches content in the body of an email message, that is, anything following the first empty line after the header. (The empty line itself, if present, is not considered to be part of the body.)"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditioncurrentdate.cpp:34
#, kde-format
msgid "Currentdate"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditioncurrentdate.cpp:90
#, kde-format
msgid "The currentdate test is similar to the date test, except that it operates on the current date/time rather than a value extracted from the message header."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditiondate.cpp:35
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:56
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:261
#, kde-format
msgid "Date"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditiondate.cpp:104
#, kde-format
msgid "The date test matches date/time information derived from headers containing date-time values."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionenvelope.cpp:37
#, kde-format
msgid "Envelope"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionenvelope.cpp:118
#, kde-format
msgid "The \"envelope\" test is true if the specified part of the [SMTP] (or equivalent) envelope matches the specified key."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionenvironment.cpp:35
#, kde-format
msgid "Environment"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionenvironment.cpp:45
#, kde-format
msgid "Item:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionenvironment.cpp:105
#, kde-format
msgid "The environment test retrieves the item of environment information specified by the name string and matches it to the values specified in the key-list argument."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionexists.cpp:35
#, kde-format
msgid "Exists"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionexists.cpp:48
#, kde-format
msgid "exists"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionexists.cpp:49
#, kde-format
msgid "not exists"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionexists.cpp:75
#, kde-format
msgid "The \"exists\" test is true if the headers listed in the header-names argument exist within the message. All of the headers must exist or the test is false."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionfalse.cpp:33
#, kde-format
msgid "False"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionfalse.cpp:44
#, kde-format
msgid "false"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionfalse.cpp:56
#, kde-format
msgid "The \"false\" test always evaluates to false."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionhasflag.cpp:36
#, kde-format
msgid "Has Flag"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionhasflag.cpp:58
#, kde-format
msgid ""
"Variable name\n"
" (if empty it uses internal variable):"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionhasflag.cpp:138
#, kde-format
msgid "The hasflag test evaluates to true if any of the variables matches any flag name."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionheader.cpp:35
#, kde-format
msgid "Header"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionheader.cpp:59
#, kde-format
msgid "With value:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionheader.cpp:89
#, kde-format
msgid "The \"header\" test evaluates to true if the value of any of the named headers, ignoring leading and trailing whitespace, matches any key."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionihave.cpp:33
#, kde-format
msgid "IHave"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionihave.cpp:46
#, kde-format
msgid "Use \",\" to separate capabilities"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionihave.cpp:79
#, kde-format
msgid "The \"ihave\" test provides a means for Sieve scripts to test for the existence of a given extension prior to actually using it."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionmailboxexists.cpp:32
#, kde-format
msgid "Mailbox exists"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionmailboxexists.cpp:77
#, kde-format
msgid "The \"mailboxexists\" test is true if all mailboxes listed in the \"mailbox-names\" argument exist in the mailstore, and each allows the user in whose context the Sieve script runs to \"deliver\" messages into it."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionmetadata.cpp:35
#, kde-format
msgid "Meta Data"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionmetadata.cpp:55
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionmetadataexists.cpp:44
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionservermetadata.cpp:55
#, kde-format
msgid "Mailbox:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionmetadata.cpp:64
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionservermetadata.cpp:63
#, kde-format
msgid "Annotations:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionmetadata.cpp:128
#, kde-format
msgid "This test retrieves the value of the mailbox annotation \"annotation-name\" for the mailbox \"mailbox\". The retrieved value is compared to the \"key-list\". The test returns true if the annotation exists and its value matches any of the keys."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionmetadataexists.cpp:33
#, kde-format
msgid "Metadata exists"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionmetadataexists.cpp:52
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionservermetadataexists.cpp:43
#, kde-format
msgid "Annotation:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionmetadataexists.cpp:90
#, kde-format
msgid "The \"metadataexists\" test is true if all of the annotations listed in the \"annotation-names\" argument exist for the specified mailbox."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionservermetadata.cpp:35
#, kde-format
msgid "Server Meta Data"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionservermetadata.cpp:127
#, kde-format
msgid "This test retrieves the value of the server annotation \"annotation-name\". The retrieved value is compared to the \"key-list\". The test returns true if the annotation exists and its value matches any of the keys."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionservermetadataexists.cpp:32
#, kde-format
msgid "Server Meta Data Exists"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionservermetadataexists.cpp:78
#, kde-format
msgid "The \"servermetadataexists\" test is true if all of the server annotations listed in the \"annotation-names\" argument exist."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionsize.cpp:33
#, kde-format
msgid "Size"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionsize.cpp:46
#, kde-format
msgid "under"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionsize.cpp:47
#, kde-format
msgid "over"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionsize.cpp:69
#, kde-format
msgid "The \"size\" test deals with the size of a message. It takes either a tagged argument of \":over\" or \":under\", followed by a number representing the size of the message."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionspamtest.cpp:37
#, kde-format
msgid "Spam Test"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionspamtest.cpp:50
#, kde-format
msgid "Percent"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionspamtest.cpp:122
#, kde-format
msgid "Sieve implementations that implement the \"spamtest\" test use an identifier of either \"spamtest\" or \"spamtestplus\" for use with the capability mechanism."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditiontrue.cpp:33
#, kde-format
msgid "True"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditiontrue.cpp:44
#, kde-format
msgid "true"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditiontrue.cpp:56
#, kde-format
msgid "The \"true\" test always evaluates to true."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionvirustest.cpp:35
#, kde-format
msgid "Virus Test"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/sieveconditionvirustest.cpp:103
#, kde-format
msgid "Sieve implementations that implement the \"virustest\" test have an identifier of \"virustest\" for use with the capability mechanism."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectaddresspartcombobox.cpp:41
#, kde-format
msgid "all"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectaddresspartcombobox.cpp:42
#, kde-format
msgid "localpart"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectaddresspartcombobox.cpp:43
#, kde-format
msgid "domain"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectaddresspartcombobox.cpp:45
#, kde-format
msgid "user"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectaddresspartcombobox.cpp:46
#, kde-format
msgid "detail"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectbodytypewidget.cpp:47
#, kde-format
msgid "raw"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectbodytypewidget.cpp:48
#, kde-format
msgid "content"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectbodytypewidget.cpp:49
#, kde-format
msgid "text"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:53
#, kde-format
msgid "Year"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:54
#, kde-format
msgid "Month"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:55
#, kde-format
msgid "Day"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:57
#, kde-format
msgid "Julian"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:58
#, kde-format
msgid "Hour"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:59
#, kde-format
msgid "Minute"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:60
#, kde-format
msgid "Second"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:61
#, kde-format
msgid "Time"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:62
#, kde-format
msgid "iso8601"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:63
#, kde-format
msgid "std11"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:64
#, kde-format
msgid "Zone"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:65
#, kde-format
msgid "Weekday"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:36
#, kde-format
msgid "Select multiple headers..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:41
#, kde-format
msgid "Headers"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:61
#, kde-format
msgid "Add new header:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:251
#, kde-format
msgid "From"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:252
#, kde-format
msgid "To"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:253
#, kde-format
msgid "Reply To"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:254
#, kde-format
msgid "Cc"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:255
#, kde-format
msgid "Bcc"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:256
#, kde-format
msgid "Resent From"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:257
#, kde-format
msgid "Resent To"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:258
#, kde-format
msgid "Sender"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:260
#, kde-format
msgid "Subject"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:262
#, kde-format
msgid "Message Id"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectheadertypecombobox.cpp:263
#, kde-format
msgid "Content type"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectmimecombobox.cpp:39
#, kde-format
msgid "Type"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectmimecombobox.cpp:40
#, kde-format
msgid "Subtype"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectmimecombobox.cpp:41
#, kde-format
msgid "Anychild"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectmimecombobox.cpp:42
#, kde-format
msgid "Parameters"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectrelationalmatchtype.cpp:69
#, kde-format
msgid "Value"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectrelationalmatchtype.cpp:70
#, kde-format
msgid "Count"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectrelationalmatchtype.cpp:75
#, kde-format
msgid "Greater than"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectrelationalmatchtype.cpp:76
#, kde-format
msgid "Greater than or equal"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectrelationalmatchtype.cpp:77
#, kde-format
msgid "Less than"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectrelationalmatchtype.cpp:78
#, kde-format
msgid "Less than or equal"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectrelationalmatchtype.cpp:79
#, kde-format
msgid "Equal to"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectrelationalmatchtype.cpp:80
#, kde-format
msgid "Not equal to"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectsizetypecombobox.cpp:39
#, kde-format
msgid "Bytes"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectsizetypecombobox.cpp:40
#, kde-format
msgid "KB"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectsizetypecombobox.cpp:41
#, kde-format
msgid "MB"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditions/widgets/selectsizetypecombobox.cpp:42
#, kde-format
msgid "GB"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveconditionwidgetlister.cpp:67
#, kde-format
msgid "Please select an condition."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveeditorgraphicalmodewidget.cpp:47
#, kde-format
msgid "Sieve Script"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveeditorgraphicalmodewidget.cpp:150
#, kde-format
msgid "Error during importing script. Do you want to switch to text mode?"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveforeverypartwidget.cpp:52
#, kde-format
msgid "Add ForEveryPart loop"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveforeverypartwidget.cpp:75
#, kde-format
msgid "\"foreverypart\", which is an iterator that walks though every MIME part of a message, including nested parts, depth first, and applies the commands in the specified block to each of them."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveforeverypartwidget.cpp:104
#, kde-format
msgid "Unknown tagValue \"%1\" during loading loop \"for\""
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveforeverypartwidget.cpp:116
#, kde-format
msgid "Unknown tag \"%1\" during loading loop \"for\""
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveglobalvariablewidget.cpp:71
#, kde-format
msgid "Variable name:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveglobalvariablewidget.cpp:78
#, kde-format
msgid "Set value to:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveglobalvariablewidget.cpp:140
#, kde-format
msgid "Unknown tag \"%1\" during loading of variables."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveglobalvariablewidget.cpp:185
#, kde-format
msgid "A variable has global scope in all scripts that have declared it with the \"global\" command. If a script uses that variable name without declaring it global, the name specifies a separate, non-global variable within that script."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveincludewidget.cpp:57
#, kde-format
msgid "personal"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveincludewidget.cpp:58
#, kde-format
msgid "global"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveincludewidget.cpp:72
#, kde-format
msgid "Unknown location type \"%1\" during parsing includes"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveincludewidget.cpp:146
#, kde-format
msgid "Include:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveincludewidget.cpp:152
#: ksieveui/templates/sievetemplateeditdialog.cpp:67
#, kde-format
msgid "Name:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveincludewidget.cpp:160
#, kde-format
msgid "Optional"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveincludewidget.cpp:164
#, kde-format
msgid "Once"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveincludewidget.cpp:231
#, kde-format
msgid "The \"include\" command takes an optional \"location\" parameter, an optional \":once\" parameter, an optional \":optional\" parameter, and a single string argument representing the name of the script to include for processing at that point."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sieveincludewidget.cpp:353
#, kde-format
msgid "We can not add more includes elements."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptblockwidget.cpp:48
#, kde-format
msgid "Conditions"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptblockwidget.cpp:51
#, kde-format
msgid "Match all messages"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptblockwidget.cpp:52
#, kde-format
msgid "Match a&ll of the following"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptblockwidget.cpp:53
#, kde-format
msgid "Match an&y of the following"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptblockwidget.cpp:76
#, kde-format
msgid "Actions"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptblockwidget.cpp:85
#, kde-format
msgid "Add new block:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptblockwidget.cpp:89
#, kde-format
msgid "\"elsif\" block"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptblockwidget.cpp:90
#, kde-format
msgid "\"else\" block"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptdescriptiondialog.cpp:35
#, kde-format
msgid "Description"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:136
#, kde-format
msgctxt "Move selected filter up."
msgid "Up"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:137
#, kde-format
msgctxt "Move selected filter down."
msgid "Down"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:138
#, kde-format
msgctxt "Move selected filter to the top."
msgid "Top"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:139
#, kde-format
msgctxt "Move selected filter to the bottom."
msgid "Bottom"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:152
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:245
#: ksieveui/widgets/managesievewidget.cpp:244
#: ksieveui/widgets/managesievewidget.cpp:250
#: ksieveui/widgets/managesievewidget.cpp:265
#, kde-format
msgid "New Script"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:159
#: ksieveui/widgets/managesievewidget.cpp:165
#, kde-format
msgid "Delete Script"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:163
#: ksieveui/widgets/managesievewidget.cpp:430
#: ksieveui/widgets/managesievewidget.cpp:458
#, kde-format
msgid "Rename Script"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:170
#, kde-format
msgid "Edit Script Description"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:245
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:271
#, kde-format
msgid "Add new name:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:256
#, kde-format
msgid "Do you want to delete \"%1\" script?"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:256
#, kde-format
msgid "Delete script"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:271
#, kde-format
msgid "Rename"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:458
#, kde-format
msgid "forEveryPart is not supported by your server"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptlistbox.cpp:556
#, kde-format
msgid "Script part %1"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptpage.cpp:50
#, kde-format
msgid "Includes"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptpage.cpp:54
#, kde-format
msgid "Global Variable"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptpage.cpp:60
#, kde-format
msgid "ForEveryPart"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptpage.cpp:111
#, kde-format
msgid "Script should always have just one \"Else\" block. We cannot add another one."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptpage.cpp:127
#, kde-format
msgid "Main block"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptpage.cpp:129
#, kde-format
msgid "Block \"Elsif\""
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptpage.cpp:131
#, kde-format
msgid "Block \"Else\""
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptparsingerrordialog.cpp:36
#, kde-format
msgid "Sieve Parsing Error"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptparsingerrordialog.cpp:46
#: ksieveui/scriptsparsing/parsingresultdialog.cpp:48
#, kde-format
msgid "Save As..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptparsingerrordialog.cpp:61
#, kde-format
msgid "Sieve script:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptparsingerrordialog.cpp:63
#, kde-format
msgid "Errors reported:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptparsingerrordialog.cpp:85
#, kde-format
msgid "All Files (*)"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescriptparsingerrordialog.cpp:87
#, kde-format
msgctxt "@title:window"
msgid "Save Log To File"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/autocreatescripts/sievescripttabwidget.cpp:60
#: ksieveui/editor/sieveeditortabwidget.cpp:60
#, kde-format
msgctxt "@action:inmenu"
msgid "Close Tab"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:39
#, kde-format
msgid "Sieve Diagnostics"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:65
#, kde-format
msgid ""
"Collecting diagnostic information about Sieve support...\n"
"\n"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:68
#, kde-format
msgid "No IMAP resource found."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:103
#, kde-format
msgid ""
"Unable to get the info\n"
"\n"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:121
#, kde-format
msgid "Collecting data for account '%1'...\n"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:122
#, kde-format
msgid "------------------------------------------------------------\n"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:128
#, kde-format
msgid ""
"(Account does not support Sieve)\n"
"\n"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:160
#, kde-format
msgid "Contents of script '%1':\n"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:182
#: ksieveui/managescriptsjob/parseuserscriptjob.cpp:70
#: ksieveui/managesievescriptsdialog.cpp:192
#, kde-format
msgid ""
"Retrieving the script failed.\n"
"The server responded:\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:185
#, kde-format
msgid ""
"(This script is empty)\n"
"\n"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:188
#, kde-format
msgid ""
"------------------------------------------------------------\n"
"%1\n"
"------------------------------------------------------------\n"
"\n"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:206
#, kde-format
msgid "Sieve capabilities:\n"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:209
#, kde-format
msgid "(No special capabilities available)"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:218
#, kde-format
msgid "Available Sieve scripts:\n"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:221
#, kde-format
msgid ""
"(No Sieve scripts available on this server)\n"
"\n"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/debug/sievedebugdialog.cpp:229
#, kde-format
msgid ""
"Active script: '%1'\n"
"\n"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditor.cpp:49
#, kde-format
msgid "Edit Sieve Script"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditor.cpp:191
#, kde-format
msgid "Script is modified. Do you want to close editor ?"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorabstractwidget.cpp:43
#, kde-format
msgid "Sieve Files (*.siv);;All Files (*)"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorabstractwidget.cpp:45
#, kde-format
msgctxt "@title:window"
msgid "Save Script"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorabstractwidget.cpp:70
#, kde-format
msgid "You will overwrite script. Do you want to continue?"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorabstractwidget.cpp:70
#, kde-format
msgid "Import Script"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorabstractwidget.cpp:74
#, kde-format
msgid "*.siv;;sieve files (*.siv);;all files (*)"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorabstractwidget.cpp:75
#, kde-format
msgid "Import Script Sieve"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorabstractwidget.cpp:81
#, kde-format
msgid ""
"Could not load the file %1:\n"
"\"%2\" is the detailed error description."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorabstractwidget.cpp:85
#, kde-format
msgid "Sieve Editor Error"
msgstr ""
#. +> trunk5 stable5
-#: ksieveui/editor/sieveeditormenubar.cpp:62
+#: ksieveui/editor/sieveeditormenubar.cpp:64
#, kde-format
msgid "Go to Line"
msgstr ""
#. +> trunk5 stable5
-#: ksieveui/editor/sieveeditormenubar.cpp:67
+#: ksieveui/editor/sieveeditormenubar.cpp:69
#, kde-format
msgid "Comment"
msgstr ""
#. +> trunk5 stable5
-#: ksieveui/editor/sieveeditormenubar.cpp:71
+#: ksieveui/editor/sieveeditormenubar.cpp:73
#, kde-format
msgid "Uncomment"
msgstr ""
#. +> trunk5 stable5
-#: ksieveui/editor/sieveeditormenubar.cpp:75
+#: ksieveui/editor/sieveeditormenubar.cpp:77
#, kde-format
msgid "Debug Sieve Script..."
msgstr ""
#. +> trunk5 stable5
-#: ksieveui/editor/sieveeditormenubar.cpp:92
+#: ksieveui/editor/sieveeditormenubar.cpp:95
#, kde-format
msgctxt "Reset the zoom"
msgid "Reset"
msgstr ""
#. +> trunk5 stable5
-#: ksieveui/editor/sieveeditormenubar.cpp:96
+#: ksieveui/editor/sieveeditormenubar.cpp:101
#, kde-format
msgid "Wordwrap"
msgstr ""
#. +> trunk5 stable5
-#: ksieveui/editor/sieveeditormenubar.cpp:113
+#: ksieveui/editor/sieveeditormenubar.cpp:118
#, kde-format
msgctxt "@title:menu"
msgid "File"
msgstr ""
#. +> trunk5 stable5
-#: ksieveui/editor/sieveeditormenubar.cpp:116
+#: ksieveui/editor/sieveeditormenubar.cpp:121
#, kde-format
msgctxt "@title:menu"
msgid "Edit"
msgstr ""
#. +> trunk5 stable5
-#: ksieveui/editor/sieveeditormenubar.cpp:117
+#: ksieveui/editor/sieveeditormenubar.cpp:122
#, kde-format
msgctxt "@title:menu"
msgid "Tools"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditortabwidget.cpp:66
#, kde-format
msgctxt "@action:inmenu"
msgid "Close All Other Tabs"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditortabwidget.cpp:72
#, kde-format
msgctxt "@action:inmenu"
msgid "Close All Tabs"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditortabwidget.cpp:176
#, kde-format
msgid "Error during load page about %1"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditortabwidget.cpp:193
#, kde-format
msgid "Help about: %1"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditortextmodewidget.cpp:75
#, kde-format
msgid "Sieve Template:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditortextmodewidget.cpp:104
#, kde-format
msgid "Editor"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditortextmodewidget.cpp:151
#, kde-format
msgid "Show result from \"check syntax\""
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditortextmodewidget.cpp:227
#, kde-format
msgid "Error during parsing"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorwidget.cpp:61
#, kde-format
msgid "Check Syntax"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorwidget.cpp:66
#, kde-format
msgid "Import..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorwidget.cpp:68
#, kde-format
msgid "Create Rules Graphically..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorwidget.cpp:84
#, kde-format
msgid "Share..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorwidget.cpp:128
#, kde-format
msgid "Script name:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorwidget.cpp:394
#, kde-format
msgctxt "Default description for the source"
msgid "My Sieve Script"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorwidget.cpp:430
#, kde-format
msgid "Simple Mode"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveeditorwidget.cpp:430
#, kde-format
msgid "Advanced Mode"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sieveinfowidget.cpp:44
#, kde-format
msgid "Sieve server supports:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/sievetextedit.cpp:300
#, kde-format
msgid "Help about: '%1'"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/warningwidget/sieveeditorparsingmissingfeaturewarning.cpp:35
#, kde-format
msgid "Some errors were found during parsing. <a href=\"sieveerrordetails\">(Details...)</a>"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/warningwidget/sieveeditorparsingmissingfeaturewarning.cpp:41
#, kde-format
msgid "Switch in graphical mode"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/warningwidget/sieveeditorparsingmissingfeaturewarning.cpp:45
#, kde-format
msgid "Keep in text mode"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/warningwidget/sieveeditorparsingmissingfeaturewarning.cpp:52
#, kde-format
msgid "Switch in text mode"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/warningwidget/sieveeditorparsingmissingfeaturewarning.cpp:56
#, kde-format
msgid "Keep in Graphical mode"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/warningwidget/sieveeditorwarning.cpp:30
#, kde-format
msgid "We cannot parse script. We cannot switch to graphical mode"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/webengine/findbar/findbarbase.cpp:49
#: ksieveui/editor/webengine/findbar/findbarbase.cpp:52
#, kde-format
msgid "Close"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/webengine/findbar/findbarbase.cpp:58
#, kde-format
msgctxt "Find text"
msgid "F&ind:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/webengine/findbar/findbarbase.cpp:63
#, kde-format
msgid "Text to search for"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/webengine/findbar/findbarbase.cpp:68
#, kde-format
msgctxt "Find and go to the next search match"
msgid "Next"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/webengine/findbar/findbarbase.cpp:69
#, kde-format
msgid "Jump to next match"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/webengine/findbar/findbarbase.cpp:74
#, kde-format
msgctxt "Find and go to the previous search match"
msgid "Previous"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/webengine/findbar/findbarbase.cpp:75
#, kde-format
msgid "Jump to previous match"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/webengine/findbar/findbarbase.cpp:81
#, kde-format
msgid "Options"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/webengine/findbar/findbarbase.cpp:82
#, kde-format
msgid "Modify search behavior"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/webengine/findbar/findbarbase.cpp:84
#, kde-format
msgid "Case sensitive"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/webengine/findbar/findbarbase.cpp:100
#, kde-format
msgid "Phrase not found"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/editor/webengine/sieveeditorwebengineview.cpp:57
#, kde-format
msgid "Save Web Page"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managescriptsjob/checkscriptjob.cpp:84
#, kde-format
msgid "No errors found."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managescriptsjob/checkscriptjob.cpp:87
#, kde-format
msgid "An unknown error was encountered."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managescriptsjob/generateglobalscriptjob.cpp:61
#: ksieveui/managescriptsjob/parseuserscriptjob.cpp:54
#, kde-format
msgid "Path is not specified."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managescriptsjob/generateglobalscriptjob.cpp:103
#, kde-format
msgid ""
"Error writing \"MASTER\" script on server.\n"
"The server responded:\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managescriptsjob/generateglobalscriptjob.cpp:138
#, kde-format
msgid ""
"Error writing \"User\" script on server.\n"
"The server responded:\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managescriptsjob/parseuserscriptjob.cpp:75
#, kde-format
msgid "Script is empty. (%1)"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managescriptsjob/parseuserscriptjob.cpp:83
#, kde-format
msgid "Script parsing error"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managescriptsjob/renamescriptjob.cpp:76
#, kde-format
msgid "Impossible to start job"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managescriptsjob/renamescriptjob.cpp:86
#, kde-format
msgid "An error occurred during loading the sieve script."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managescriptsjob/renamescriptjob.cpp:102
#, kde-format
msgid "An error occurred during saving the sieve script."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managescriptsjob/renamescriptjob.cpp:113
#, kde-format
msgid "An error occurred during deleting the sieve script."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managesievescriptsdialog.cpp:84
#, kde-format
msgid "Manage Sieve Scripts"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managesievescriptsdialog.cpp:106
#, kde-format
msgctxt "create a new sieve script"
msgid "New..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managesievescriptsdialog.cpp:110
#, kde-format
msgid "Edit..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managesievescriptsdialog.cpp:114
#, kde-format
msgid "Delete"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managesievescriptsdialog.cpp:118
#, kde-format
msgid "Deactivate"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managesievescriptsdialog.cpp:193
#: ksieveui/managesievescriptsdialog.cpp:279
#: ksieveui/widgets/managesievewidget.cpp:512
#, kde-format
msgid "Sieve Error"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managesievescriptsdialog.cpp:226
#, kde-format
msgid "Uploading script to server for checking it, please wait..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managesievescriptsdialog.cpp:272
#, kde-format
msgid "The Sieve script was successfully uploaded."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managesievescriptsdialog.cpp:273
#, kde-format
msgid "Sieve Script Upload"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/managesievescriptsdialog.cpp:278
#, kde-format
msgid ""
"Uploading the Sieve script failed.\n"
"The server responded:\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/scriptsparsing/parsingresultdialog.cpp:41
#, kde-format
msgid "Sieve Parsing"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/scriptsparsing/parsingresultdialog.cpp:91
#, kde-format
msgid "XML Files (*.xml);;All Files (*)"
msgstr ""
#. i18n: ectx: label, entry (AllowOutOfOfficeSettings), group (OutOfOffice)
#. +> trunk5 stable5
#: ksieveui/settings/sieve-vacation.kcfg:12
#, kde-format
msgid "Allow out-of-office settings to be changeable by the user."
msgstr ""
#. i18n: ectx: label, entry (AllowOutOfOfficeUploadButNoSettings), group (OutOfOffice)
#. +> trunk5 stable5
#: ksieveui/settings/sieve-vacation.kcfg:16
#, kde-format
msgid "Allow users to upload out-of-office sieve scripts, but prevent them from changing any settings, such as the domain to react to or the spam reaction switch."
msgstr ""
#. i18n: ectx: label, entry (OutOfOfficeDomain), group (OutOfOffice)
#. +> trunk5 stable5
#: ksieveui/settings/sieve-vacation.kcfg:20
#, kde-format
msgid "Send out-of-office replies to mails coming from this domain only."
msgstr ""
#. i18n: ectx: label, entry (OutOfOfficeReactToSpam), group (OutOfOffice)
#. +> trunk5 stable5
#: ksieveui/settings/sieve-vacation.kcfg:24
#, kde-format
msgid "Allow out-of-office replies to be sent to messages marked as SPAM."
msgstr ""
#. i18n: ectx: label, entry (CheckOutOfOfficeOnStartup), group (OutOfOffice)
#. +> trunk5 stable5
#: ksieveui/settings/sieve-vacation.kcfg:28
#, kde-format
msgid "Check if there is still an active out-of-office reply configured on startup."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggerdialog.cpp:37
#, kde-format
msgid "Debug Sieve Script"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggerdialog.cpp:49
#, kde-format
msgid "Apply Changes"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggerdialog.cpp:58
#, kde-format
msgid "Debug"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp:53
#, kde-format
msgid "Email path:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp:67
#, kde-format
msgid "Extension:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp:72
#, kde-format
msgid "Activate extension with \"+<name of extension>\", deactivate it with \"-<name of extension>\""
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp:103
#, kde-format
msgid "Display check script result..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp:149
#, kde-format
msgid "Script text is empty."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp:153
#, kde-format
msgid "Email file must be installed locally."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp:159
#, kde-format
msgid "Impossible to open temporary file."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp:229
#, kde-format
msgid "Script still contains debug method. Remove it please."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggerresulteditor.cpp:42
#, kde-format
msgid "Clear"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggerresulteditor.cpp:53
#, kde-format
msgid "Text Files (*.txt);;All Files (*)"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggertextedit.cpp:45
#, kde-format
msgid "Add debug here"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/sievescriptdebugger/sievescriptdebuggerwidget.cpp:48
#, kde-format
msgid "\"sieve-test\" was not found on system. Please install it. (See in Dovecot package)"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/templates/sievedefaulttemplate.cpp:29
#, kde-format
msgid "Filter on Mailing List-ID"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/templates/sievedefaulttemplate.cpp:37
#, kde-format
msgid "Filter on Subject"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/templates/sievedefaulttemplate.cpp:44
#, kde-format
msgid "Filter on Spamassassin"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/templates/sievedefaulttemplate.cpp:51
#, kde-format
msgid "Flag messages"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/templates/sievedefaulttemplate.cpp:58
#, kde-format
msgid "Forward Message"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/templates/sievedefaulttemplate.cpp:65
#, kde-format
msgid "Forward Message and add copy"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/templates/sievedefaulttemplate.cpp:73
#, kde-format
msgid "Destroy mail posted by..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/templates/sievedefaulttemplate.cpp:85
#, kde-format
msgid "Vacations"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/templates/sievetemplateeditdialog.cpp:47
#, kde-format
msgid "Default template"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/templates/sievetemplateeditdialog.cpp:47
#, kde-format
msgid "Template"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/templates/sievetemplatewidget.cpp:111
#, kde-format
msgid "You can drag and drop element on editor to import template"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/multiimapvacationdialog.cpp:61
#, kde-format
msgid "Configure \"Out of Office\" Replies"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/multiimapvacationdialog.cpp:103
#, kde-format
msgid "KMail's Out of Office Reply functionality relies on server-side filtering. You have not yet configured an IMAP server for this. You can do this on the \"Filtering\" tab of the IMAP account configuration."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationcheckjob.cpp:136
#, kde-format
msgid "ParseUserScriptJob failed: %1"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationcheckjob.cpp:151
#, kde-format
msgid ""
"Failed to get the list of Sieve scripts.\n"
"The server responded:\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationcreatescriptjob.cpp:156
#, kde-format
msgid ""
"Sieve script installed successfully on the server '%1'.\n"
"Out of Office reply is now active."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationcreatescriptjob.cpp:158
#, kde-format
msgid ""
"Sieve script installed successfully on the server '%1'.\n"
"Out of Office reply has been deactivated."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationcreatescriptjob.cpp:161
#, kde-format
msgid "Impossible to install script on server '%1'"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationeditwidget.cpp:58
#, kde-format
msgid "Configure vacation notifications to be sent:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationeditwidget.cpp:65
#, kde-format
msgid "&Activate vacation notifications"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationeditwidget.cpp:81
#, kde-format
msgid "&Subject of the vacation mail:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationeditwidget.cpp:107
#, kde-format
msgid "Start date:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationeditwidget.cpp:130
#, kde-format
msgid "End date:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationeditwidget.cpp:154
#: ksieveui/vacation/vacationeditwidget.cpp:298
#, kde-format
msgid " day"
msgid_plural " days"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationeditwidget.cpp:156
#, kde-format
msgid "&Resend notification only after:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationeditwidget.cpp:167
#, kde-format
msgid "&Send responses for these addresses:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationeditwidget.cpp:191
#, kde-format
msgid "&Action for incoming mails:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationeditwidget.cpp:199
#, kde-format
msgid "Do not send vacation replies to spam messages"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationeditwidget.cpp:206
#, kde-format
msgid "Only react to mail coming from domain"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationmanager.cpp:68
#, kde-format
msgid ""
"There is still an active out-of-office reply configured.\n"
"Do you want to edit it?"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationmanager.cpp:69
#, kde-format
msgid "Out-of-office reply still active"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationmanager.cpp:70
#, kde-format
msgid "Edit"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationmanager.cpp:71
#, kde-format
msgid "Ignore"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationpagewidget.cpp:61
#, kde-format
msgid "Your server did not list \"vacation\" in its list of supported Sieve extensions;without it, KMail cannot install out-of-office replies for you.Please contact your system administrator."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationutils.cpp:52
#, kde-format
msgid "Out of office till %1"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationutils.cpp:63
#, kde-format
msgid "Redirect to"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationutils.cpp:65
#, kde-format
msgid "Copy to"
msgstr ""
#. +> stable5
#: ksieveui/vacation/vacationutils.cpp:68
#, kde-format
msgid "Unknown action"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationutils.cpp:78
#, kde-format
msgid ""
"I am out of office till %1.\n"
"\n"
"In urgent cases, please contact Mrs. \"vacation replacement\"\n"
"\n"
"email: \"email address of vacation replacement\"\n"
"phone: +49 711 1111 11\n"
"fax.: +49 711 1111 12\n"
"\n"
"Yours sincerely,\n"
"-- \"enter your name and email address here\"\n"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/vacation/vacationwarningwidget.cpp:32
#, kde-format
msgid "Someone (probably you) changed the vacation script on the server. KMail is no longer able to determine the parameters for the autoreplies. Default values will be used."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/custommanagesievewidget.cpp:58
#, kde-format
msgid "No Sieve URL configured"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievetreeview.cpp:27
#: ksieveui/widgets/managesievetreeview.cpp:42
#, kde-format
msgid "No IMAP server configured..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievetreeview.cpp:31
#, kde-format
msgid "Available Scripts"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievetreeview.cpp:51
#, kde-format
msgid "Network down."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:162
#, kde-format
msgid "Edit Script..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:163
#, kde-format
msgid "Rename Script..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:168
#, kde-format
msgid "Deactivate Script"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:174
#, kde-format
msgid "New Script..."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:238
#, kde-format
msgid "New Sieve Script"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:239
#, kde-format
msgid "Please enter a name for the new Sieve script:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:240
#, kde-format
msgid "unnamed"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:244
#, kde-format
msgid "Empty name is not a valid name"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:250
#, kde-format
msgid "You cannot use protected name."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:264
#, kde-format
msgid "Script name already used \"%1\"."
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:430
#, kde-format
msgid "Script Name:"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:493
#, kde-format
msgid "Really delete script \"%1\" from the server?"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:494
#, kde-format
msgid "Delete Sieve Script Confirmation"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:511
#, kde-format
msgid ""
"Deleting the script failed.\n"
"The server responded:\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/managesievewidget.cpp:555
#, kde-format
msgid "Failed to fetch the list of scripts"
msgstr ""
#. +> trunk5 stable5
#: ksieveui/widgets/moveimapfolderwidget.cpp:35
#, kde-format
msgid "Define Folder"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:111
#, kde-format
msgid "Parse error: Carriage Return (CR) without Line Feed (LF)"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:114
#, kde-format
msgid "Parse error: Unquoted Slash ('/') without Asterisk ('*'). Broken Comment?"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:118
#, kde-format
msgid "Parse error: Illegal Character"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:121
#, kde-format
msgid "Parse error: Unexpected Character, probably a missing space?"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:124
#, kde-format
msgid "Parse error: Tag Name has leading Digits"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:127
#, kde-format
msgid "Parse error: Only whitespace and #comments may follow \"text:\" on the same line"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:131
#, kde-format
msgid "Parse error: Number out of Range (must be smaller than %1)"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:134
#, kde-format
msgid "Parse error: Invalid UTF-8 sequence"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:137
#, kde-format
msgid "Parse error: Premature end of Multiline String (did you forget the '.'?)"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:140
#, kde-format
msgid "Parse error: Premature end of Quoted String (missing closing '\"')"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:143
#, kde-format
msgid "Parse error: Premature end of String List (missing closing ']')"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:146
#, kde-format
msgid "Parse error: Premature end of Test List (missing closing ')')"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:149
#, kde-format
msgid "Parse error: Premature end of Block (missing closing '}')"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:152
#, kde-format
msgid "Parse error: Missing Whitespace"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:155
#, kde-format
msgid "Parse error: Missing ';' or Block"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:158
#, kde-format
msgid "Parse error: Expected ';' or '{', got something else"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:161 shared/error.cpp:176
#, kde-format
msgid "Parse error: Expected Command, got something else"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:164
#, kde-format
msgid "Parse error: Trailing, Leading or Duplicate Commas in String List"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:167
#, kde-format
msgid "Parse error: Trailing, Leading or Duplicate Commas in Test List"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:170
#, kde-format
msgid "Parse error: Missing ',' between Strings in String List"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:173
#, kde-format
msgid "Parse error: Missing ',' between Tests in Test List"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:179
#, kde-format
msgid "Parse error: Only Strings allowed in String Lists"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:182
#, kde-format
msgid "Parse error: Only Tests allowed in Test Lists"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:187
#, kde-format
msgid "\"require\" must be first command"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:190
#, kde-format
msgid "\"require\" missing for command \"%1\""
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:193
#, kde-format
msgid "\"require\" missing for test \"%1\""
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:196
#, kde-format
msgid "\"require\" missing for comparator \"%1\""
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:199
#, kde-format
msgid "Command \"%1\" not supported"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:202
#, kde-format
msgid "Test \"%1\" not supported"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:205
#, kde-format
msgid "Comparator \"%1\" not supported"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:208
#, kde-format
msgid "Site Policy Limit Violation: Test nesting too deep (max. %1)"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:211
#, kde-format
msgid "Site Policy Limit Violation: Block nesting too deep (max. %1)"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:214
#, kde-format
msgid "Invalid Argument \"%1\" to \"%2\""
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:217
#, kde-format
msgid "Conflicting Arguments: \"%1\" and \"%2\""
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:220
#, kde-format
msgid "Argument \"%1\" Repeated"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:223
#, kde-format
msgid "Command \"%1\" violates command ordering constraints"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:228
#, kde-format
msgid "Incompatible Actions \"%1\" and \"%2\" requested"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:231
#, kde-format
msgid "Mail Loop detected"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:234
#, kde-format
msgid "Site Policy Limit Violation: Too many Actions requested (max. %1)"
msgstr ""
#. +> trunk5 stable5
#: shared/error.cpp:237
#, kde-format
msgid "Unknown error"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/pim/libwebengineviewer.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/pim/libwebengineviewer.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/pim/libwebengineviewer.pot (revision 1522564)
@@ -1,117 +1,117 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-11-15 12:07+0100\n"
+"POT-Creation-Date: 2018-08-14 09:25+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. +> trunk5 stable5
#: findbar/findbarbase.cpp:49 findbar/findbarbase.cpp:52
#, kde-format
msgid "Close"
msgstr ""
#. +> trunk5 stable5
#: findbar/findbarbase.cpp:58
#, kde-format
msgctxt "Find text"
msgid "F&ind:"
msgstr ""
#. +> trunk5 stable5
#: findbar/findbarbase.cpp:63
#, kde-format
msgid "Text to search for"
msgstr ""
#. +> trunk5 stable5
#: findbar/findbarbase.cpp:68
#, kde-format
msgctxt "Find and go to the next search match"
msgid "Next"
msgstr ""
#. +> trunk5 stable5
#: findbar/findbarbase.cpp:69
#, kde-format
msgid "Jump to next match"
msgstr ""
#. +> trunk5 stable5
#: findbar/findbarbase.cpp:74
#, kde-format
msgctxt "Find and go to the previous search match"
msgid "Previous"
msgstr ""
#. +> trunk5 stable5
#: findbar/findbarbase.cpp:75
#, kde-format
msgid "Jump to previous match"
msgstr ""
#. +> trunk5 stable5
#: findbar/findbarbase.cpp:81
#, kde-format
msgid "Options"
msgstr ""
#. +> trunk5 stable5
#: findbar/findbarbase.cpp:82
#, kde-format
msgid "Modify search behavior"
msgstr ""
#. +> trunk5 stable5
#: findbar/findbarbase.cpp:84
#, kde-format
msgid "Case sensitive"
msgstr ""
#. +> trunk5 stable5
#: findbar/findbarbase.cpp:100
#, kde-format
msgid "Phrase not found"
msgstr ""
#. +> trunk5 stable5
#: webenginepage.cpp:63
#, kde-format
msgid "Save HTML Page"
msgstr ""
#. +> trunk5 stable5
-#: widgets/zoomactionmenu.cpp:68
+#: widgets/zoomactionmenu.cpp:76
#, kde-format
-msgid "&Zoom In"
+msgid "Reset"
msgstr ""
#. +> trunk5 stable5
-#: widgets/zoomactionmenu.cpp:73
+#: widgets/zoomactionmenu.cpp:150
#, kde-format
-msgid "Zoom &Out"
+msgid "Zoom"
msgstr ""
-#. +> trunk5 stable5
-#: widgets/zoomactionmenu.cpp:78
+#. +> stable5
+#: widgets/zoomactionmenu.cpp:68
#, kde-format
-msgid "Reset"
+msgid "&Zoom In"
msgstr ""
-#. +> trunk5 stable5
-#: widgets/zoomactionmenu.cpp:147
+#. +> stable5
+#: widgets/zoomactionmenu.cpp:73
#, kde-format
-msgid "Zoom"
+msgid "Zoom &Out"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/pim/sieveeditor.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/pim/sieveeditor.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/pim/sieveeditor.pot (revision 1522564)
@@ -1,792 +1,792 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-07-11 09:15+0200\n"
+"POT-Creation-Date: 2018-08-14 09:25+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\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
#: importwizard/checks/importimapsettingsakonadicheckjob.cpp:148
#, kde-format
msgid "Akonadi IMAP Settings"
msgstr ""
#. +> trunk5 stable5
#: importwizard/checks/importimapsettingsthunderbirdcheckjob.cpp:311
#, kde-format
msgid "Thunderbird IMAP Settings"
msgstr ""
#. +> trunk5 stable5
#: importwizard/importimapsettingfinishpage.cpp:33
#, kde-format
msgid "IMAP settings were imported:"
msgstr ""
#. +> trunk5 stable5
#: importwizard/importimapsettingnofoundpage.cpp:32
#, kde-format
msgid "No settings found to import."
msgstr ""
#. +> trunk5 stable5
#: importwizard/importimapsettingprogresspage.cpp:78
#, kde-format
msgid "No settings found."
msgstr ""
#. +> trunk5 stable5
#: importwizard/importimapsettingprogresspage.cpp:86
#, kde-format
msgid "Import settings from %1..."
msgstr ""
#. +> trunk5 stable5
#: importwizard/importimapsettingprogresspage.cpp:90
#, kde-format
msgid "Import settings from %1 done"
msgstr ""
#. +> trunk5 stable5
#: importwizard/importimapsettingsearchpage.cpp:33
#, kde-format
msgid "Please select the program from which you like to import IMAP settings:"
msgstr ""
#. +> trunk5 stable5
#: importwizard/importimapsettingwizard.cpp:39
#, kde-format
msgid "Import IMAP Settings"
msgstr ""
#. +> trunk5 stable5
#: importwizard/importimapsettingwizard.cpp:42
#, kde-format
msgid "Select Import Settings"
msgstr ""
#. +> trunk5 stable5
#: importwizard/importimapsettingwizard.cpp:50
#, kde-format
msgid "Import in Progress..."
msgstr ""
#. +> trunk5 stable5
#: importwizard/importimapsettingwizard.cpp:57
#, kde-format
msgid "Finish"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:45
#, kde-format
msgid "KSieve Editor"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:47
#, kde-format
msgid "Sieve Editor"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:49
#, kde-format
msgid "Copyright © 2013-2018 sieveeditor authors"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:50
#, kde-format
msgid "Laurent Montel"
msgstr ""
#. +> trunk5 stable5
#: main.cpp:50
#, kde-format
msgid "Maintainer"
msgstr ""
#. +> trunk5 stable5
#: serversievelistwidget.cpp:73
#, kde-format
msgid "Modify Settings"
msgstr ""
#. +> trunk5 stable5
#: serversievelistwidget.cpp:120
#, kde-format
msgctxt "server name (username)"
msgid "%1 (%2)"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, imapAuthenticationCombo)
#. +> trunk5 stable5
#: serversievesettings.cpp:45 ui/serversievesettings.ui:255
#, kde-format
msgctxt "Authentication method"
msgid "Clear text"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, imapAuthenticationCombo)
#. +> trunk5 stable5
#: serversievesettings.cpp:47 ui/serversievesettings.ui:290
#, kde-format
msgctxt "Authentication method"
msgid "Anonymous"
msgstr ""
#. +> trunk5 stable5
#: serversievesettings.cpp:276
#, kde-format
msgid "Server is not defined"
msgstr ""
#. +> trunk5 stable5
#: serversievesettings.cpp:276
#, kde-format
msgid "Check Server"
msgstr ""
#. +> trunk5 stable5
#: serversievesettings.cpp:319
#, kde-format
msgid "Unable to connect to the server, please verify the server address."
msgstr ""
#. +> trunk5 stable5
#: serversievesettings.cpp:331
#, kde-format
msgid "<qt><b>TLS is supported and recommended.</b></qt>"
msgstr ""
#. +> trunk5 stable5
#: serversievesettings.cpp:334
#, kde-format
msgid "<qt><b>SSL is supported and recommended.</b></qt>"
msgstr ""
#. +> trunk5 stable5
#: serversievesettings.cpp:337
#, kde-format
msgid "<qt><b>No security is supported. It is not recommended to connect to this server.</b></qt>"
msgstr ""
#. +> trunk5 stable5
#: serversievesettings.cpp:340
#, kde-format
msgid "<qt><b>It is not possible to use this server.</b></qt>"
msgstr ""
#. +> trunk5 stable5
#: serversievesettingsdialog.cpp:31
#, kde-format
msgctxt "@title:window"
msgid "Add Sieve Server"
msgstr ""
#. +> trunk5 stable5
#: sieveeditorconfiguredialog.cpp:38
#, kde-format
msgid "Configure"
msgstr ""
#. +> trunk5 stable5
#: sieveeditorconfiguredialog.cpp:52
#, kde-format
msgid "Sieve Server"
msgstr ""
#. +> trunk5 stable5
#: sieveeditorconfiguredialog.cpp:59
#, kde-format
msgid "Close wallet when close application"
msgstr ""
#. +> trunk5 stable5
#: sieveeditorconfiguredialog.cpp:64
#, kde-format
msgid "Editor"
msgstr ""
#. +> trunk5 stable5
#: sieveeditorconfiguredialog.cpp:68
#, kde-format
msgid "Wrap Text"
msgstr ""
#. +> trunk5 stable5
#: sieveeditorconfigureserverpage.cpp:32
#, kde-format
msgid "Configure..."
msgstr ""
#. +> trunk5 stable5
#: sieveeditorconfigureserverpage.cpp:37
#, kde-format
msgid "Import Sieve Settings..."
msgstr ""
#. +> trunk5 stable5
#: sieveeditorconfigureserverwidget.cpp:70
#, kde-format
msgid "Do you want to remove this server '%1'?"
msgstr ""
#. +> trunk5 stable5
#: sieveeditorconfigureserverwidget.cpp:71
#, kde-format
msgctxt "@title:window"
msgid "Remove Sieve Server"
msgstr ""
#. +> trunk5 stable5
#: sieveeditoremptytabwidgetlabel.cpp:39
#, kde-format
msgid "Import script:"
msgstr ""
#. +> trunk5 stable5
#: sieveeditoremptytabwidgetlabel.cpp:39
#, kde-format
msgctxt "Action is from file menu, import submenu"
msgid "File > Import"
msgstr ""
#. +> trunk5 stable5
#: sieveeditoremptytabwidgetlabel.cpp:40
#, kde-format
msgid "Create Rules Graphically:"
msgstr ""
#. +> trunk5 stable5
#: sieveeditoremptytabwidgetlabel.cpp:40
#, kde-format
msgctxt "Action is from menu tools, submenu autogenerate script"
msgid "Tools > Autogenerate script"
msgstr ""
#. +> trunk5 stable5
#: sieveeditoremptytabwidgetlabel.cpp:41
#, kde-format
msgid "Debug a script:"
msgstr ""
#. +> trunk5 stable5
#: sieveeditoremptytabwidgetlabel.cpp:41
#, kde-format
msgctxt "These action in from menu tools submenu debug sieve script"
msgid "Tools > Debug Sieve Script"
msgstr ""
#. +> trunk5 stable5
#: sieveeditoremptytabwidgetlabel.cpp:42
#, kde-format
msgid "Import Sieve Settings"
msgstr ""
#. +> trunk5 stable5
#: sieveeditoremptytabwidgetlabel.cpp:42
#, kde-format
msgctxt "Action is from tools menu, import IMAP settings"
msgid "Tools > Import IMAP settings"
msgstr ""
#. +> trunk5 stable5
#: sieveeditormainwidget.cpp:593
#, kde-format
msgid "Script was modified. Do you want to save before closing?"
msgstr ""
#. +> trunk5 stable5
#: sieveeditormainwidget.cpp:593
#, kde-format
msgid "Close script"
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:94
+#: sieveeditormainwindow.cpp:95
#, kde-format
msgid "Network is Up."
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:96
+#: sieveeditormainwindow.cpp:97
#, kde-format
msgid "Network is Down."
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:128
+#: sieveeditormainwindow.cpp:129
#, kde-format
msgid "Upload"
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:131
+#: sieveeditormainwindow.cpp:132
#, kde-format
msgid "Add Sieve Server..."
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:135
+#: sieveeditormainwindow.cpp:136
#, kde-format
msgid "Delete Script"
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:141
+#: sieveeditormainwindow.cpp:142
#, kde-format
msgid "Create New Script..."
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:147
+#: sieveeditormainwindow.cpp:148
#, kde-format
msgid "Edit Script..."
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:152
+#: sieveeditormainwindow.cpp:153
#, kde-format
msgid "Deactivate Script"
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:157
+#: sieveeditormainwindow.cpp:158
#, kde-format
msgid "Refresh List"
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:163
+#: sieveeditormainwindow.cpp:164
#, kde-format
msgid "Go to Line..."
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:179
+#: sieveeditormainwindow.cpp:180
#, kde-format
msgid "Import..."
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:184
+#: sieveeditormainwindow.cpp:185
#, kde-format
msgid "Share..."
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:191
+#: sieveeditormainwindow.cpp:192
#, kde-format
msgid "Check Spelling..."
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:197
+#: sieveeditormainwindow.cpp:198
#, kde-format
msgid "Check Syntax"
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:202
+#: sieveeditormainwindow.cpp:203
#, kde-format
msgid "Create Rules Graphically..."
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:207
+#: sieveeditormainwindow.cpp:208
#, kde-format
msgid "Comment"
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:212
+#: sieveeditormainwindow.cpp:213
#, kde-format
msgid "Uncomment"
msgstr ""
-#. +> trunk5 stable5
+#. +> stable5
#: sieveeditormainwindow.cpp:217
#, kde-format
msgid "&Zoom In"
msgstr ""
-#. +> trunk5 stable5
+#. +> stable5
#: sieveeditormainwindow.cpp:222
#, kde-format
msgid "Zoom &Out"
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:227
+#: sieveeditormainwindow.cpp:225
#, kde-format
msgctxt "Reset the zoom"
msgid "Reset"
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:240
+#: sieveeditormainwindow.cpp:242
#, kde-format
msgctxt "@title:menu"
msgid "&Bookmarks"
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:245
+#: sieveeditormainwindow.cpp:247
#, kde-format
msgid "Debug Sieve Script..."
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:250
+#: sieveeditormainwindow.cpp:252
#, kde-format
msgid "Wordwrap"
msgstr ""
#. +> trunk5 stable5
-#: sieveeditormainwindow.cpp:259
+#: sieveeditormainwindow.cpp:261
#, kde-format
msgid "Import IMAP Settings..."
msgstr ""
#. +> trunk5 stable5
#: sieveeditormanagesievewidget.cpp:54
#, kde-format
msgid "No Sieve URL configured"
msgstr ""
#. +> trunk5 stable5
#: sieveeditormanagesievewidget.cpp:59
#, kde-format
msgid "(Disabled) %1"
msgstr ""
#. +> trunk5 stable5
#: sieveeditorpagewidget.cpp:58
#, kde-format
msgid "Uploading script to server for checking it, please wait..."
msgstr ""
#. +> trunk5 stable5
#: sieveeditorpagewidget.cpp:139
#, kde-format
msgid "The Sieve script was successfully uploaded."
msgstr ""
#. +> trunk5 stable5
#: sieveeditorpagewidget.cpp:140
#, kde-format
msgid "Sieve Script Upload"
msgstr ""
#. +> trunk5 stable5
#: sieveeditorpagewidget.cpp:149
#, kde-format
msgid ""
"Uploading the Sieve script failed.\n"
"The server responded:\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: sieveeditorpagewidget.cpp:151 sieveeditorpagewidget.cpp:156
#, kde-format
msgid "Sieve Error"
msgstr ""
#. +> trunk5 stable5
#: sieveeditorpagewidget.cpp:154
#, kde-format
msgid ""
"Uploading the Sieve script failed.\n"
"unknown reason\n"
msgstr ""
#. +> trunk5 stable5
#: sieveeditorpagewidget.cpp:165
#, kde-format
msgid "Script '%1' is new. Do you want to save it?"
msgstr ""
#. +> trunk5 stable5
#: sieveeditorpagewidget.cpp:174
#, kde-format
msgid "Script '%1' was changed. Do you want to save it ?"
msgstr ""
#. +> trunk5 stable5
#: sieveeditortabwidget.cpp:58 sieveeditortabwidget.cpp:84
#, kde-format
msgctxt "@action:inmenu"
msgid "Close Tab"
msgstr ""
#. +> trunk5 stable5
#: sieveeditortabwidget.cpp:62
#, kde-format
msgctxt "@action:inmenu"
msgid "Close All Other Tabs"
msgstr ""
#. +> trunk5 stable5
#: sieveeditortabwidget.cpp:66
#, kde-format
msgctxt "@action:inmenu"
msgid "Close All Tabs"
msgstr ""
#. i18n: ectx: Menu (edit)
#. +> trunk5 stable5
#: sieveeditorui.rc:19
#, kde-format
msgid "&Edit"
msgstr ""
#. i18n: ectx: Menu (view)
#. +> trunk5 stable5
#: sieveeditorui.rc:32
#, kde-format
msgid "View"
msgstr ""
#. i18n: ectx: Menu (Tools)
#. +> trunk5 stable5
#: sieveeditorui.rc:40
#, kde-format
msgid "Tools"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_3)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:33
#, kde-format
msgid "Sieve Settings"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:41 ui/serversievesettings.ui:315
#, kde-format
msgid "Server Name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:58 ui/serversievesettings.ui:332
#, kde-format
msgid "Username:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:75 ui/serversievesettings.ui:349
#, kde-format
msgid "Password:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, serversievelabel)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:88
#, kde-format
msgid "The server port changed when ManageSieve turned into a full RFC Standard. Old server implementations still use port 2000, while newer standard conform server can only be accessed via port 4190."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:98 ui/serversievesettings.ui:227
#, kde-format
msgid "Port:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:121 ui/serversievesettings.ui:247
#, kde-format
msgid "Authentication:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_4)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:137
#, kde-format
msgid "IMAP Settings"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:143
#, kde-format
msgid "IMAP settings is necessary if you want to be able to list folders from server."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QGroupBox, safeImap)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:156
#, kde-format
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'HandelGotDLig'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-weight:600;\">SSL/TLS</span><span style=\" font-family:'Sans Serif';\"> is safe IMAP over port 993;</span></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-weight:600;\">STARTTLS</span><span style=\" font-family:'Sans Serif';\"> will operate on port 143 and switch to a secure connection directly after connecting;</span></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-weight:600;\">None</span><span style=\" font-family:'Sans Serif';\"> will connect to port 143 but not switch to a secure connection. This setting is not recommended.</span></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, safeImap)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:159
#, kde-format
msgid "Connection Settings"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, testButton)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:171
#, kde-format
msgid "Auto Detect"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:183
#, kde-format
msgid "Encryption:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, noRadio)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:192
#, kde-format
msgid "None"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, sslRadio)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:205
#, kde-format
msgid "SSL/TLS"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, tlsRadio)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:215
#, kde-format
msgid "STARTTLS"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, imapAuthenticationCombo)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:260
#, kde-format
msgctxt "Authentication method"
msgid "LOGIN"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, imapAuthenticationCombo)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:265
#, kde-format
msgctxt "Authentication method"
msgid "PLAIN"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, imapAuthenticationCombo)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:270
#, kde-format
msgctxt "Authentication method"
msgid "CRAM-MD5"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, imapAuthenticationCombo)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:275
#, kde-format
msgctxt "Authentication method"
msgid "DIGEST-MD5"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, imapAuthenticationCombo)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:280
#, kde-format
msgctxt "Authentication method"
msgid "NTLM"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, imapAuthenticationCombo)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:285
#, kde-format
msgctxt "Authentication method"
msgid "GSSAPI"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, alternateServer)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:303
#, kde-format
msgid "Alternate Server"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, testInfo)
#. +> trunk5 stable5
#: ui/serversievesettings.ui:371
#, kde-format
msgid "Empty"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, addServer)
#. +> trunk5 stable5
#: ui/sieveeditorconfigureserverwidget.ui:25
#, kde-format
msgid "Add..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, modifyServer)
#. +> trunk5 stable5
#: ui/sieveeditorconfigureserverwidget.ui:32
#, kde-format
msgid "Modify..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, removeServer)
#. +> trunk5 stable5
#: ui/sieveeditorconfigureserverwidget.ui:39
#, kde-format
msgid "Remove"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/www/www_www.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/www/www_www.pot (revision 1522563)
+++ trunk/l10n-support/templates/summit/messages/www/www_www.pot (revision 1522564)
@@ -1,43290 +1,43294 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-08-13 09:03+0200\n"
+"POT-Creation-Date: 2018-08-14 09:28+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. +> trunk
#: announcements/4.10/applications.php:6 announcements/4.10/index.php:45
#: announcements/4.10/plasma.php:88 announcements/4.10/platform.php:75
msgid "KDE Applications Improve Usability, Performance and Take You to Mars"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:28
msgid "Less intrusive Notifications in Kate"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:30
msgid "Kate—KDE's Advanced Text Editor—received improvements in many areas. Thanks to an intensive <a href='http://ev.kde.org'>KDE e.V.</a>-sponsored <a href='http://dot.kde.org/2012/11/24/katekdevelop-october-sprint-whats-new-kate'>coding sprint in October</a>, Kate got an improved notification system, an optional 'minimap' as scrollbar, a new Project Management plugin, predefined color schemes, improvements to the scripting interface and much more. A great bugfixing effort reduced the number of open bug reports from 850 to 60. Outside of the coding sprint, work was done to create a new Quick Open functionality and other enhancements. All these improvements also benefit applications using Kate Part for text editing, including the lightweight KWrite text editor and KDevelop, the complete KDE Integrated Development Environment (IDE)."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:32
msgid "Kate's new passive notifications are less disruptive to your workflow"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:34
msgid "Konsole Enhancements"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:36
msgid "Konsole brings back print-screen and send signals functionality formerly present in KDE 3, as well as options to change line spacing and the requirement of CTRL key when drag'n'dropping text, new support for xterm's 1006 mouse extension and the ability to clear the command line before using bookmarks for some commands."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:38
msgid "New functions have entered Konsole"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:40
msgid "Tiled Rendering Improves Okular Performance"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:42
msgid ""
"Okular, KDE's universal document viewer, gains improvements.The newest features include a technique called <a href='http://tsdgeos.blogspot.com/2012/11/okular-tiled-rendering-merged-to-master.html'>tiled rendering</a> which allows Okular to zoom in further and faster while reducing memory consumption compared to previous versions. The embedded video feature has been improved. Editing and creating annotations in Okular has become more user-friendly with the introduction of high precision QTabletEvents. Now a tablet behaves exactly like a mouse except when creating an annotation. With this task, the high precision position of the QTabletEvent is used, so free-hand annotations are smoother. A new feature allows easy history navigation, which can now be accessed by forward and back mouse buttons. Okular Active, the touch-friendly version of the powerful document reader is now part of KDE's core applications.\n"
"It is Plasma Active's new Ebook Reader and has been optimized for reading documents on a touch device.\n"
"Okular Active supports a wide range of Ebook file formats."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:46
msgid "Tiled rendering in Okular: faster zooming using less memory"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:48
msgid "Gwenview Gets Activity Support"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:50
msgid "Gwenview, KDE's image viewer, features improved thumbnail handling and generation as well as Activity support. It supports color correction of JPG and PNG files, working with KWin to adjust to the color profiles of different monitors, allowing for consistent color representation of photos and graphics. The Gwenview image importer now works recursively, showing all images available for display below, as well as within, a specified folder. For more details, see <a href='http://agateau.com/2012/12/04/changes-in-gwenview-for-kde-sc-4.10'>the blog of Gwenview's maintainer, Aurélien Gateau</a>."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:52
msgid "Gwenview, KDE's versatile image viewer"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:54
msgid "Kopete, KDE's chat application, gained a real &quot;Do Not Disturb&quot; mode which disables visual and sound notifications entirely."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:56
msgid "Kontact Improves Performance"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:58
msgid "KDE's PIM applications have gotten many bugfixes and improvements. Substantial work with the search backend has vastly improved email indexing and retrieval, delivering more responsive applications with lower resource usage."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:60
msgid "Kontact Groupware Client"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:62
msgid ""
"KMail has a new ability to automatically resize images attached to emails, configurable in KMail's settings. KMail also introduces Text Autocorrection, including word replacement and capitalize the first letter of a sentence. The settings and word lists are shared with Calligra Words and are configurable. HTML composer support has been expanded: tables can be inserted, with control over rows and columns as well as the ability to merge cells. Defined sizes for images are now also supported, as is the ability to insert html code directly . The 'plain text' companion to HTML emails was also improved, with HTML tags convertible to plain text equivalents. Other improvements to KMail include: opening recent files in the composer, adding new Contacts directly from KMail and attaching vcards to emails.<br />"
"\n"
"The import wizard gained support for importing settings from Opera, settings and data from Claws Mail and Balsa, and tags from Thunderbird and Claws Mail."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:65
msgid "Kontact Mail Client"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:67
msgid "Major Improvements in Gaming Apps"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:69
msgid "KDE Games and Educational applications have seen widespread changes. KDE Games benefited from major improvements to basic libraries, resulting in smoother gameplay. A new and improved KTouch typing tutor debuts and Marble continues to improve, securing its place as the premier world viewing and mapping tool in the Free Software world."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:72
msgid "A new game is included with this release. <a href='http://games.kde.org/game.php?game=picmi'>Picmi</a> is a single player logic-based puzzle game. The object of the game is to color cells according to numbers given at the side of the board in order to complete a hidden pattern or picture. Picmi includes two game modes—random puzzles are generated according to the selected difficulty settings or the included preset puzzles."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:74
msgid "Picmi, a new game in KDE Applications 4.10"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:75
msgid "Printing Sudoku Puzzles"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:79
msgid "Other KDE Games and educational applications have been improved, including the ability to print puzzles from KSudoku so they can be used away from the computer. KGoldrunner was rewritten based on the new KDEGames libraries; gameplay and UI are the same, but the game is prettier and smoother. KJumpingCube now allows adjusting the speed of moves and animates multi-stage moves to make them easier to understand. The UI has been improved and you can now choose which one you'd like to play against: Kepler or Newton. Smaller boards offer simplified playing styles. KAlgebra has some improvements to the interface and Pairs gained a theme editor."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:81
msgid "Print puzzles from KSudoku for your offline use"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:83
msgid "For the Rocs Graph Theory IDE, developers overhauled the user interface and configuration dialog to make it easier to use. They also introduced support for TGF, DOT/Graphvis (import/export) and TikZ/PGF (export only) files."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:86
msgid "To Moon and Mars: New Space Orbiter visualization for Marble in KDE 4.10"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:88
msgid "The <a href='http://marble.kde.org/'>Marble Virtual Globe</a> makes further strides into the area of Space Science. René Küttner, a student from <a href='http://tu-dresden.de/en'>TU Dresden</a> (Dresden University of Technology), worked on Marble as part of the <a href='http://sophia.estec.esa.int/socis2012/'>ESA SoCiS 2012 program</a>. The Summer of Code in Space was carried out for the second time by the <a href='http://www.esa.int/ESA'>European Space Agency</a> and again Marble was chosen as a mentoring organization."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:90
msgid "Marble Desktop Globe"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:93
msgid "René developed a visualization of space orbiters around other planets inside the Marble Virtual Globe. As a result, Marble can display the positions and orbit tracks of space missions such as <a href='http://www.esa.int/Our_Activities/Space_Science/Mars_Express'>Mars Express</a>, <a href='http://www.esa.int/Our_Activities/Space_Science/Venus_Express'>Venus Express</a> and <a href='http://www.esa.int/Our_Activities/Space_Science/SMART-1'>SMART-1</a>. The visualization also includes the positions of the two Mars moons Phobos and Deimos. He also enhanced Marble's display of Earth satellite tracks. A <a href='http://www.youtube.com/watch?v=K_VA0XtvjYk'>video</a> presents some of the features that have been added during this program. Thank you to <a href='http://www.esa.int/ESA'>ESA</a> and the <a href='http://sophia.estec.esa.int/socis2012/?q=sponsors'>SoCiS Sponsors</a> for funding this project."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:95
msgid "Marble on Mars"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:96
msgid "The <a href='http://marble.kde.org/changelog.php#v15'>Marble visual changelog</a> has more information on this project and other Marble news."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:98
msgid "Enjoy Practicing Touch-Typing"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:100
msgid "Ktouch, KDE's touch typing tutor has been rewritten. It now features a clean, elegant and vibrant user interface to make learning and practicing touch typing as enjoyable as it can be. <a href='http://blog.sebasgo.net/blog/2012/11/28/november-update-for-ktouch/'>The new user interface</a> reduces complexity, and guides the user with color cues and inobtrusive animations. Many new features help improve the overall training experience—a new course editor has built-in quality checks, the user can review progress and identify weaknesses, the overall appearance is attractive and scaled to screen size, hinting and obvious problem solving tips are displayed prominently."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:102
msgid "KTouch Touch Typing Tutor"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:104
#: announcements/4.11/applications.php:70
#: announcements/4.12/applications.php:92
#: announcements/4.13/applications.php:130
msgid "Installing KDE Applications"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:109 announcements/4.10/plasma.php:86
#: announcements/4.10/platform.php:69 announcements/4.11/applications.php:75
#: announcements/4.11/plasma.php:73 announcements/4.11/platform.php:56
msgid "Also Announced Today:"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:110 announcements/4.10/index.php:27
#: announcements/4.10/index.php:40 announcements/4.10/platform.php:70
msgid "The KDE Plasma Workspaces 4.10"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:110 announcements/4.10/index.php:40
#: announcements/4.10/plasma.php:6 announcements/4.10/platform.php:70
msgid "Plasma Workspaces 4.10 Improve Mobile Device Support and Receive Visual Refinement"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:112 announcements/4.10/platform.php:72
msgid "Several components of Plasma Workspaces have been ported to Qt Quick/QML framework. Stability and usability have been improved. A new print manager and Color Management support have been introduced."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:115 announcements/4.10/index.php:51
#: announcements/4.10/plasma.php:94
msgid "The KDE Development Platform 4.10"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:115 announcements/4.10/index.php:51
#: announcements/4.10/plasma.php:94 announcements/4.10/platform.php:6
msgid "KDE Platform 4.10 Opens Up More APIs to Qt Quick"
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:117 announcements/4.10/index.php:52
#: announcements/4.10/plasma.php:96
msgid "This release makes it easier to contribute to KDE with a Plasma SDK (Software Development Kit), the ability to write Plasma widgets and widget collections in the Qt Markup Language (QML), changes in the libKDEGames library, and new scripting capabilities in window manager KWin."
msgstr ""
#. +> trunk
#: announcements/4.10/applications.php:124 announcements/4.10/plasma.php:103
#: announcements/4.10/platform.php:84 announcements/4.11/applications.php:90
#: announcements/4.11/plasma.php:89 announcements/4.11/platform.php:71
#: announcements/4.12/applications.php:101
#: announcements/4.13/applications.php:139 announcements/4.14/index.php:162
#: announcements/announce-4.10.1.php:70 announcements/announce-4.10.2.php:70
#: announcements/announce-4.10.3.php:70 announcements/announce-4.10.4.php:70
#: announcements/announce-4.10.5.php:70
#: announcements/announce-4.11-beta1.php:91
#: announcements/announce-4.11-beta2.php:91
#: announcements/announce-4.11-rc1.php:91
#: announcements/announce-4.11-rc2.php:93 announcements/announce-4.11.1.php:72
#: announcements/announce-4.11.2.php:72 announcements/announce-4.11.3.php:72
#: announcements/announce-4.11.4.php:72 announcements/announce-4.11.5.php:72
#: announcements/announce-4.12-beta1.php:71
#: announcements/announce-4.12-beta2.php:71
#: announcements/announce-4.12-beta3.php:71
#: announcements/announce-4.12-rc.php:71 announcements/announce-4.12.1.php:69
#: announcements/announce-4.12.2.php:69 announcements/announce-4.12.3.php:69
#: announcements/announce-4.12.4.php:70 announcements/announce-4.12.5.php:70
#: announcements/announce-4.13-beta1.php:67
#: announcements/announce-4.13-beta2.php:67
#: announcements/announce-4.13-beta3.php:67
#: announcements/announce-4.13-rc.php:67 announcements/announce-4.13.1.php:70
#: announcements/announce-4.13.2.php:72 announcements/announce-4.13.3.php:72
#: announcements/announce-4.14-beta1.php:63
#: announcements/announce-4.14-beta2.php:63
#: announcements/announce-4.14-beta3.php:63
#: announcements/announce-4.14-rc.php:63 announcements/announce-4.14.1.php:72
#: announcements/announce-4.14.2.php:72 announcements/announce-4.14.3.php:72
#: announcements/announce-applications-14.12-beta1.php:57
#: announcements/announce-applications-14.12-beta2.php:57
#: announcements/announce-applications-14.12-beta3.php:57
#: announcements/announce-applications-14.12-rc.php:57
#: announcements/announce-applications-14.12.0.php:94
#: announcements/announce-applications-14.12.1.php:72
#: announcements/announce-applications-14.12.2.php:72
#: announcements/announce-applications-14.12.3.php:72
#: announcements/announce-applications-15.04-beta1.php:57
#: announcements/announce-applications-15.04-beta2.php:57
#: announcements/announce-applications-15.04-beta3.php:57
#: announcements/announce-applications-15.04-rc.php:57
#: announcements/announce-applications-15.04.0.php:91
#: announcements/announce-applications-15.04.1.php:72
#: announcements/announce-applications-15.04.2.php:72
#: announcements/announce-applications-15.04.3.php:72
#: announcements/announce-applications-15.08-beta.php:57
#: announcements/announce-applications-15.08-rc.php:57
#: announcements/announce-applications-15.08.0.php:117
#: announcements/announce-applications-15.08.1.php:72
#: announcements/announce-applications-15.08.2.php:72
#: announcements/announce-applications-15.08.3.php:72
#: announcements/announce-applications-15.12-beta.php:57
#: announcements/announce-applications-15.12-rc.php:57
#: announcements/announce-applications-15.12.0.php:169
#: announcements/announce-applications-15.12.1.php:72
#: announcements/announce-applications-15.12.2.php:72
#: announcements/announce-applications-15.12.3.php:72
#: announcements/announce-applications-16.04-beta.php:61
#: announcements/announce-applications-16.04-rc.php:57
#: announcements/announce-applications-16.04.0.php:166
#: announcements/announce-applications-16.04.1.php:72
#: announcements/announce-applications-16.04.2.php:72
#: announcements/announce-applications-16.04.3.php:72
#: announcements/announce-applications-16.08-beta.php:61
#: announcements/announce-applications-16.08-rc.php:61
#: announcements/announce-applications-16.08.0.php:128
#: announcements/announce-applications-16.08.1.php:72
#: announcements/announce-applications-16.08.2.php:72
#: announcements/announce-applications-16.08.3.php:72
#: announcements/announce-applications-16.12-beta.php:61
#: announcements/announce-applications-16.12-rc.php:61
#: announcements/announce-applications-16.12.0.php:169
#: announcements/announce-applications-16.12.1.php:76
#: announcements/announce-applications-16.12.2.php:72
#: announcements/announce-applications-16.12.3.php:72
#: announcements/announce-applications-17.04-beta.php:61
#: announcements/announce-applications-17.04-rc.php:61
#: announcements/announce-applications-17.04.0.php:162
#: announcements/announce-applications-17.04.1.php:72
#: announcements/announce-applications-17.04.2.php:72
#: announcements/announce-applications-17.04.3.php:72
#: announcements/announce-applications-17.08-beta.php:61
#: announcements/announce-applications-17.08-rc.php:61
#: announcements/announce-applications-17.08.0.php:136
#: announcements/announce-applications-17.08.1.php:72
#: announcements/announce-applications-17.08.2.php:80
#: announcements/announce-applications-17.08.3.php:80
#: announcements/announce-applications-17.12-beta.php:61
#: announcements/announce-applications-17.12-rc.php:61
#: announcements/announce-applications-17.12.0.php:139
#: announcements/announce-applications-17.12.1.php:76
#: announcements/announce-applications-17.12.2.php:68
#: announcements/announce-applications-17.12.3.php:76
#: announcements/announce-applications-18.04-beta.php:61
#: announcements/announce-applications-18.04-rc.php:61
#: announcements/announce-applications-18.04.0.php:236
#: announcements/announce-applications-18.04.1.php:76
#: announcements/announce-applications-18.04.2.php:76
#: announcements/announce-applications-18.04.3.php:76
#: announcements/announce-applications-18.08-beta.php:61
#: announcements/announce-applications-18.08-rc.php:61
-#: announcements/announce-applications-18.08.0.php:180
+#: announcements/announce-applications-18.08.0.php:181
#: announcements/announce-frameworks5-alpha.php:60
#: announcements/announce-frameworks5-alpha2.php:60
#: announcements/announce-frameworks5-beta1.php:71
#: announcements/announce-frameworks5-beta3.php:61
#: announcements/announce-plasma-2014.6-alpha1.php:53
#: announcements/announce-plasma-next-beta1.php:188
#: announcements/kde-frameworks-5.0.php:125
#: announcements/kde-frameworks-5.1.php:98
#: announcements/kde-frameworks-5.10.0.php:227
#: announcements/kde-frameworks-5.11.0.php:297
#: announcements/kde-frameworks-5.12.0.php:278
#: announcements/kde-frameworks-5.13.0.php:371
#: announcements/kde-frameworks-5.14.0.php:331
#: announcements/kde-frameworks-5.15.0.php:411
#: announcements/kde-frameworks-5.16.0.php:459
#: announcements/kde-frameworks-5.17.0.php:256
#: announcements/kde-frameworks-5.18.0.php:287
#: announcements/kde-frameworks-5.19.0.php:342
#: announcements/kde-frameworks-5.2.0.php:186
#: announcements/kde-frameworks-5.20.0.php:360
#: announcements/kde-frameworks-5.21.0.php:380
#: announcements/kde-frameworks-5.22.0.php:308
#: announcements/kde-frameworks-5.23.0.php:362
#: announcements/kde-frameworks-5.24.0.php:393
#: announcements/kde-frameworks-5.25.0.php:384
#: announcements/kde-frameworks-5.26.0.php:359
#: announcements/kde-frameworks-5.27.0.php:346
#: announcements/kde-frameworks-5.28.0.php:382
#: announcements/kde-frameworks-5.29.0.php:357
#: announcements/kde-frameworks-5.3.0.php:232
#: announcements/kde-frameworks-5.30.0.php:357
#: announcements/kde-frameworks-5.31.0.php:298
#: announcements/kde-frameworks-5.32.0.php:294
#: announcements/kde-frameworks-5.33.0.php:271
#: announcements/kde-frameworks-5.34.0.php:306
#: announcements/kde-frameworks-5.35.0.php:284
#: announcements/kde-frameworks-5.36.0.php:276
#: announcements/kde-frameworks-5.37.0.php:364
#: announcements/kde-frameworks-5.38.0.php:333
#: announcements/kde-frameworks-5.39.0.php:344
#: announcements/kde-frameworks-5.4.0.php:214
#: announcements/kde-frameworks-5.40.0.php:314
#: announcements/kde-frameworks-5.41.0.php:396
#: announcements/kde-frameworks-5.42.0.php:434
#: announcements/kde-frameworks-5.43.0.php:379
#: announcements/kde-frameworks-5.44.0.php:392
#: announcements/kde-frameworks-5.45.0.php:468
#: announcements/kde-frameworks-5.46.0.php:357
#: announcements/kde-frameworks-5.47.0.php:348
#: announcements/kde-frameworks-5.48.0.php:393
#: announcements/kde-frameworks-5.49.0.php:574
#: announcements/kde-frameworks-5.5.0.php:253
#: announcements/kde-frameworks-5.6.0.php:248
#: announcements/kde-frameworks-5.7.0.php:348
#: announcements/kde-frameworks-5.8.0.php:228
#: announcements/kde-frameworks-5.9.0.php:249
#: announcements/kde-purism-librem5.php:166 announcements/kirigami-1.1.php:98
#: announcements/plasma-5.0-rc.php:82 announcements/plasma-5.0.1.php:105
#: announcements/plasma-5.0.2.php:105 announcements/plasma-5.0.95.php:148
#: announcements/plasma-5.1.1.php:125 announcements/plasma-5.1.2.php:108
#: announcements/plasma-5.1.95.php:172 announcements/plasma-5.1/index.php:174
#: announcements/plasma-5.10.0.php:321 announcements/plasma-5.10.1.php:197
#: announcements/plasma-5.10.2.php:197 announcements/plasma-5.10.3.php:205
#: announcements/plasma-5.10.4.php:198 announcements/plasma-5.10.5.php:194
#: announcements/plasma-5.10.95.php:284 announcements/plasma-5.11.0.php:290
#: announcements/plasma-5.11.1.php:196 announcements/plasma-5.11.2.php:197
#: announcements/plasma-5.11.3.php:196 announcements/plasma-5.11.4.php:197
#: announcements/plasma-5.11.5.php:195 announcements/plasma-5.11.95.php:458
#: announcements/plasma-5.12.0.php:441 announcements/plasma-5.12.1.php:196
#: announcements/plasma-5.12.2.php:197 announcements/plasma-5.12.3.php:196
#: announcements/plasma-5.12.4.php:197 announcements/plasma-5.12.5.php:196
#: announcements/plasma-5.12.6.php:196 announcements/plasma-5.12.90.php:288
#: announcements/plasma-5.13.0.php:291 announcements/plasma-5.13.1.php:196
#: announcements/plasma-5.13.2.php:195 announcements/plasma-5.13.3.php:195
#: announcements/plasma-5.13.4.php:196 announcements/plasma-5.2.0.php:199
#: announcements/plasma-5.2.1.php:123 announcements/plasma-5.2.2.php:121
#: announcements/plasma-5.2.95.php:247 announcements/plasma-5.3.0.php:271
#: announcements/plasma-5.3.1.php:125 announcements/plasma-5.3.2.php:124
#: announcements/plasma-5.3.95.php:245 announcements/plasma-5.4.0.php:265
#: announcements/plasma-5.4.1.php:126 announcements/plasma-5.4.2.php:125
#: announcements/plasma-5.4.3.php:126 announcements/plasma-5.4.95.php:233
#: announcements/plasma-5.5.0.php:254 announcements/plasma-5.5.1.php:129
#: announcements/plasma-5.5.2.php:129 announcements/plasma-5.5.3.php:125
#: announcements/plasma-5.5.4.php:122 announcements/plasma-5.5.5.php:125
#: announcements/plasma-5.5.95.php:251 announcements/plasma-5.6.0.php:277
#: announcements/plasma-5.6.1.php:131 announcements/plasma-5.6.2.php:131
#: announcements/plasma-5.6.3.php:131 announcements/plasma-5.6.4.php:131
#: announcements/plasma-5.6.5.php:130 announcements/plasma-5.6.95.php:194
#: announcements/plasma-5.7.0.php:189 announcements/plasma-5.7.1.php:132
#: announcements/plasma-5.7.2.php:130 announcements/plasma-5.7.3.php:131
#: announcements/plasma-5.7.4.php:131 announcements/plasma-5.7.5.php:131
#: announcements/plasma-5.7.95.php:263 announcements/plasma-5.8.0.php:261
#: announcements/plasma-5.8.1.php:132 announcements/plasma-5.8.2.php:130
#: announcements/plasma-5.8.3.php:131 announcements/plasma-5.8.4.php:135
#: announcements/plasma-5.8.5.php:131 announcements/plasma-5.8.6.php:186
#: announcements/plasma-5.8.7.php:188 announcements/plasma-5.8.8.php:197
#: announcements/plasma-5.8.9.php:197 announcements/plasma-5.8.95.php:240
#: announcements/plasma-5.9.0.php:236 announcements/plasma-5.9.1.php:132
#: announcements/plasma-5.9.2.php:190 announcements/plasma-5.9.3.php:186
#: announcements/plasma-5.9.4.php:187 announcements/plasma-5.9.5.php:189
#: announcements/plasma-5.9.95.php:322 announcements/plasma-test.php:190
#: announcements/plasma5.0-beta2/index.php:165
#: announcements/plasma5.0/index.php:198
msgid "Press Contacts"
msgstr ""
#. +> trunk
#: announcements/4.10/boilerplate.inc:3 announcements/4.11/boilerplate.inc:3
#: announcements/4.12/boilerplate.inc:3 announcements/4.13/boilerplate.inc:3
msgid "KDE software, including all its libraries and its applications, is available for free under Open Source licenses. KDE software runs on various hardware configurations and CPU architectures such as ARM and x86, operating systems and works with any kind of window manager or desktop environment. Besides Linux and other UNIX based operating systems you can find Microsoft Windows versions of most KDE applications on the <a href='http://windows.kde.org'>KDE software on Windows</a> site and Apple Mac OS X versions on the <a href='http://mac.kde.org/'>KDE software on Mac site</a>. Experimental builds of KDE applications for various mobile platforms like MeeGo, MS Windows Mobile and Symbian can be found on the web but are currently unsupported. <a href='http://plasma-active.org'>Plasma Active</a> is a user experience for a wider spectrum of devices, such as tablet computers and other mobile hardware."
msgstr ""
#. +> trunk
#: announcements/4.10/boilerplate.inc:5 announcements/4.11/boilerplate.inc:5
#: announcements/4.12/boilerplate.inc:5 announcements/4.13/boilerplate.inc:5
msgid ""
"KDE software can be obtained in source and various binary formats from <a\n"
"href='http://download.kde.org/stable/%1'>http://download.kde.org</a> and can\n"
"also be obtained on <a href='http://www.kde.org/download/cdrom.php'>CD-ROM</a>\n"
"or with any of the <a href='http://www.kde.org/download/distributions.php'>major\n"
"GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/4.10/boilerplate.inc:12 announcements/4.11/boilerplate.inc:12
#: announcements/4.12/boilerplate.inc:12 announcements/4.13/boilerplate.inc:12
#: announcements/4.14/index.php:141 announcements/announce-4.10.1.php:42
#: announcements/announce-4.10.2.php:42 announcements/announce-4.10.3.php:42
#: announcements/announce-4.10.4.php:42 announcements/announce-4.10.5.php:42
#: announcements/announce-4.11-beta1.php:63
#: announcements/announce-4.11-beta2.php:63
#: announcements/announce-4.11-rc1.php:63
#: announcements/announce-4.11-rc2.php:65 announcements/announce-4.11.1.php:44
#: announcements/announce-4.11.2.php:44 announcements/announce-4.11.3.php:44
#: announcements/announce-4.11.4.php:44 announcements/announce-4.11.5.php:44
#: announcements/announce-4.12-beta1.php:43
#: announcements/announce-4.12-beta2.php:43
#: announcements/announce-4.12-beta3.php:43
#: announcements/announce-4.12-rc.php:43 announcements/announce-4.12.1.php:41
#: announcements/announce-4.12.2.php:41 announcements/announce-4.12.3.php:41
#: announcements/announce-4.12.4.php:42 announcements/announce-4.12.5.php:42
#: announcements/announce-4.13-beta1.php:39
#: announcements/announce-4.13-beta2.php:39
#: announcements/announce-4.13-beta3.php:39
#: announcements/announce-4.13-rc.php:39 announcements/announce-4.13.1.php:49
#: announcements/announce-4.13.2.php:51 announcements/announce-4.13.3.php:51
#: announcements/announce-4.14-beta1.php:35
#: announcements/announce-4.14-beta2.php:35
#: announcements/announce-4.14-beta3.php:35
#: announcements/announce-4.14-rc.php:35 announcements/announce-4.14.1.php:51
#: announcements/announce-4.14.2.php:51 announcements/announce-4.14.3.php:51
#: announcements/announce-applications-14.12-beta1.php:29
#: announcements/announce-applications-14.12-beta2.php:29
#: announcements/announce-applications-14.12-beta3.php:29
#: announcements/announce-applications-14.12-rc.php:29
#: announcements/announce-applications-14.12.0.php:66
#: announcements/announce-applications-14.12.1.php:44
#: announcements/announce-applications-14.12.2.php:44
#: announcements/announce-applications-14.12.3.php:44
#: announcements/announce-applications-15.04-beta1.php:29
#: announcements/announce-applications-15.04-beta2.php:29
#: announcements/announce-applications-15.04-beta3.php:29
#: announcements/announce-applications-15.04-rc.php:29
#: announcements/announce-applications-15.04.0.php:63
#: announcements/announce-applications-15.04.1.php:44
#: announcements/announce-applications-15.04.2.php:44
#: announcements/announce-applications-15.04.3.php:44
#: announcements/announce-applications-15.08-beta.php:29
#: announcements/announce-applications-15.08-rc.php:29
#: announcements/announce-applications-15.08.0.php:89
#: announcements/announce-applications-15.08.1.php:44
#: announcements/announce-applications-15.08.2.php:44
#: announcements/announce-applications-15.08.3.php:44
#: announcements/announce-applications-15.12-beta.php:29
#: announcements/announce-applications-15.12-rc.php:29
#: announcements/announce-applications-15.12.0.php:141
#: announcements/announce-applications-15.12.1.php:44
#: announcements/announce-applications-15.12.2.php:44
#: announcements/announce-applications-15.12.3.php:44
#: announcements/announce-applications-16.04-beta.php:33
#: announcements/announce-applications-16.04-rc.php:29
#: announcements/announce-applications-16.04.0.php:138
#: announcements/announce-applications-16.04.1.php:44
#: announcements/announce-applications-16.04.2.php:44
#: announcements/announce-applications-16.04.3.php:44
#: announcements/announce-applications-16.08-beta.php:33
#: announcements/announce-applications-16.08-rc.php:33
#: announcements/announce-applications-16.08.0.php:100
#: announcements/announce-applications-16.08.1.php:44
#: announcements/announce-applications-16.08.2.php:44
#: announcements/announce-applications-16.08.3.php:44
#: announcements/announce-applications-16.12-beta.php:33
#: announcements/announce-applications-16.12-rc.php:33
#: announcements/announce-applications-16.12.0.php:141
#: announcements/announce-applications-16.12.1.php:48
#: announcements/announce-applications-16.12.2.php:44
#: announcements/announce-applications-16.12.3.php:44
#: announcements/announce-applications-17.04-beta.php:33
#: announcements/announce-applications-17.04-rc.php:33
#: announcements/announce-applications-17.04.0.php:134
#: announcements/announce-applications-17.04.1.php:44
#: announcements/announce-applications-17.04.2.php:44
#: announcements/announce-applications-17.04.3.php:44
#: announcements/announce-applications-17.08-beta.php:33
#: announcements/announce-applications-17.08-rc.php:33
#: announcements/announce-applications-17.08.0.php:108
#: announcements/announce-applications-17.08.1.php:44
#: announcements/announce-applications-17.08.2.php:52
#: announcements/announce-applications-17.08.3.php:52
#: announcements/announce-applications-17.12-beta.php:33
#: announcements/announce-applications-17.12-rc.php:33
#: announcements/announce-applications-17.12.0.php:111
#: announcements/announce-applications-17.12.1.php:48
#: announcements/announce-applications-17.12.2.php:40
#: announcements/announce-applications-17.12.3.php:48
#: announcements/announce-applications-18.04-beta.php:33
#: announcements/announce-applications-18.04-rc.php:33
#: announcements/announce-applications-18.04.0.php:208
#: announcements/announce-applications-18.04.1.php:48
#: announcements/announce-applications-18.04.2.php:48
#: announcements/announce-applications-18.04.3.php:48
#: announcements/announce-applications-18.08-beta.php:33
#: announcements/announce-applications-18.08-rc.php:33
-#: announcements/announce-applications-18.08.0.php:152
+#: announcements/announce-applications-18.08.0.php:153
#: announcements/announce-frameworks5-alpha.php:37
#: announcements/announce-frameworks5-alpha2.php:37
#: announcements/announce-frameworks5-beta1.php:48
#: announcements/announce-frameworks5-beta3.php:38
#: announcements/announce-plasma-2014.6-alpha1.php:27
msgid "Packages"
msgstr ""
#. +> trunk
#: announcements/4.10/boilerplate.inc:13 announcements/4.11/boilerplate.inc:13
#: announcements/4.12/boilerplate.inc:13 announcements/4.13/boilerplate.inc:13
msgid ""
"Some Linux/UNIX OS vendors have kindly provided binary packages of %1\n"
"for some versions of their distribution, and in other cases community volunteers\n"
"have done so."
msgstr ""
#. +> trunk
#: announcements/4.10/boilerplate.inc:16 announcements/4.11/boilerplate.inc:16
#: announcements/4.12/boilerplate.inc:16 announcements/4.13/boilerplate.inc:16
#: announcements/4.14/index.php:146 announcements/announce-4.10.1.php:47
#: announcements/announce-4.10.2.php:47 announcements/announce-4.10.3.php:47
#: announcements/announce-4.10.4.php:47 announcements/announce-4.10.5.php:47
#: announcements/announce-4.11-beta1.php:68
#: announcements/announce-4.11-beta2.php:68
#: announcements/announce-4.11-rc1.php:68
#: announcements/announce-4.11-rc2.php:70 announcements/announce-4.11.1.php:49
#: announcements/announce-4.11.2.php:49 announcements/announce-4.11.3.php:49
#: announcements/announce-4.11.4.php:49 announcements/announce-4.11.5.php:49
#: announcements/announce-4.12-beta1.php:48
#: announcements/announce-4.12-beta2.php:48
#: announcements/announce-4.12-beta3.php:48
#: announcements/announce-4.12-rc.php:48 announcements/announce-4.12.1.php:46
#: announcements/announce-4.12.2.php:46 announcements/announce-4.12.3.php:46
#: announcements/announce-4.12.4.php:47 announcements/announce-4.12.5.php:47
#: announcements/announce-4.13-beta1.php:44
#: announcements/announce-4.13-beta2.php:44
#: announcements/announce-4.13-beta3.php:44
#: announcements/announce-4.13-rc.php:44 announcements/announce-4.13.1.php:54
#: announcements/announce-4.13.2.php:56 announcements/announce-4.13.3.php:56
#: announcements/announce-4.14-beta1.php:40
#: announcements/announce-4.14-beta2.php:40
#: announcements/announce-4.14-beta3.php:40
#: announcements/announce-4.14-rc.php:40 announcements/announce-4.14.1.php:56
#: announcements/announce-4.14.2.php:56 announcements/announce-4.14.3.php:56
#: announcements/announce-applications-14.12-beta1.php:34
#: announcements/announce-applications-14.12-beta2.php:34
#: announcements/announce-applications-14.12-beta3.php:34
#: announcements/announce-applications-14.12-rc.php:34
#: announcements/announce-applications-14.12.0.php:71
#: announcements/announce-applications-14.12.1.php:49
#: announcements/announce-applications-14.12.2.php:49
#: announcements/announce-applications-14.12.3.php:49
#: announcements/announce-applications-15.04-beta1.php:34
#: announcements/announce-applications-15.04-beta2.php:34
#: announcements/announce-applications-15.04-beta3.php:34
#: announcements/announce-applications-15.04-rc.php:34
#: announcements/announce-applications-15.04.0.php:68
#: announcements/announce-applications-15.04.1.php:49
#: announcements/announce-applications-15.04.2.php:49
#: announcements/announce-applications-15.04.3.php:49
#: announcements/announce-applications-15.08-beta.php:34
#: announcements/announce-applications-15.08-rc.php:34
#: announcements/announce-applications-15.08.0.php:94
#: announcements/announce-applications-15.08.1.php:49
#: announcements/announce-applications-15.08.2.php:49
#: announcements/announce-applications-15.08.3.php:49
#: announcements/announce-applications-15.12-beta.php:34
#: announcements/announce-applications-15.12-rc.php:34
#: announcements/announce-applications-15.12.0.php:146
#: announcements/announce-applications-15.12.1.php:49
#: announcements/announce-applications-15.12.2.php:49
#: announcements/announce-applications-15.12.3.php:49
#: announcements/announce-applications-16.04-beta.php:38
#: announcements/announce-applications-16.04-rc.php:34
#: announcements/announce-applications-16.04.0.php:143
#: announcements/announce-applications-16.04.1.php:49
#: announcements/announce-applications-16.04.2.php:49
#: announcements/announce-applications-16.04.3.php:49
#: announcements/announce-applications-16.08-beta.php:38
#: announcements/announce-applications-16.08-rc.php:38
#: announcements/announce-applications-16.08.0.php:105
#: announcements/announce-applications-16.08.1.php:49
#: announcements/announce-applications-16.08.2.php:49
#: announcements/announce-applications-16.08.3.php:49
#: announcements/announce-applications-16.12-beta.php:38
#: announcements/announce-applications-16.12-rc.php:38
#: announcements/announce-applications-16.12.0.php:146
#: announcements/announce-applications-16.12.1.php:53
#: announcements/announce-applications-16.12.2.php:49
#: announcements/announce-applications-16.12.3.php:49
#: announcements/announce-applications-17.04-beta.php:38
#: announcements/announce-applications-17.04-rc.php:38
#: announcements/announce-applications-17.04.0.php:139
#: announcements/announce-applications-17.04.1.php:49
#: announcements/announce-applications-17.04.2.php:49
#: announcements/announce-applications-17.04.3.php:49
#: announcements/announce-applications-17.08-beta.php:38
#: announcements/announce-applications-17.08-rc.php:38
#: announcements/announce-applications-17.08.0.php:113
#: announcements/announce-applications-17.08.1.php:49
#: announcements/announce-applications-17.08.2.php:57
#: announcements/announce-applications-17.08.3.php:57
#: announcements/announce-applications-17.12-beta.php:38
#: announcements/announce-applications-17.12-rc.php:38
#: announcements/announce-applications-17.12.0.php:116
#: announcements/announce-applications-17.12.1.php:53
#: announcements/announce-applications-17.12.2.php:45
#: announcements/announce-applications-17.12.3.php:53
#: announcements/announce-applications-18.04-beta.php:38
#: announcements/announce-applications-18.04-rc.php:38
#: announcements/announce-applications-18.04.0.php:213
#: announcements/announce-applications-18.04.1.php:53
#: announcements/announce-applications-18.04.2.php:53
#: announcements/announce-applications-18.04.3.php:53
#: announcements/announce-applications-18.08-beta.php:38
#: announcements/announce-applications-18.08-rc.php:38
-#: announcements/announce-applications-18.08.0.php:157
+#: announcements/announce-applications-18.08.0.php:158
msgid "Package Locations"
msgstr ""
#. +> trunk
#: announcements/4.10/boilerplate.inc:17 announcements/4.11/boilerplate.inc:17
#: announcements/4.12/boilerplate.inc:17 announcements/4.13/boilerplate.inc:17
msgid ""
"For a current list of available binary packages of which the KDE's Release Team has\n"
"been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_%1'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/4.10/boilerplate.inc:22 announcements/4.11/boilerplate.inc:22
#: announcements/4.12/boilerplate.inc:22 announcements/4.13/boilerplate.inc:22
msgid ""
"The complete source code for %1 may be <a href='/info/%1.php'>freely downloaded</a>.\n"
"Instructions on compiling and installing KDE software %1\n"
" are available from the <a href='/info/%1.php#binary'>%1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/4.10/boilerplate.inc:28 announcements/4.11/boilerplate.inc:28
#: announcements/4.12/boilerplate.inc:28 announcements/4.13/boilerplate.inc:28
msgid "System Requirements"
msgstr ""
#. +> trunk
#: announcements/4.10/boilerplate.inc:31 announcements/4.11/boilerplate.inc:31
#: announcements/4.12/boilerplate.inc:31 announcements/4.13/boilerplate.inc:31
msgid ""
"In order to get the most out of these releases, we recommend to use a recent version of Qt, such as 4.8.4. This is necessary in order to assure a stable and performant experience, as some improvements made to KDE software have actually been done in the underlying Qt framework.<br />"
"\n"
"In order to make full use of the capabilities of KDE's software, we also recommend to use the latest graphics drivers for your system, as this can improve the user experience substantially, both in optional functionality, and in overall performance and stability."
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:6
msgid "KDE Software Compilation 4.10"
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:31
msgid "The KDE Community proudly announces the latest releases of Plasma Workspaces, Applications and Development Platform. With the 4.10 release, the premier collection of Free Software for home and professional use makes incremental improvements to a large number of applications, and offers the latest technologies."
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:41
msgid "Several components of Plasma Workspaces have been ported to the Qt Quick/QML framework. Stability and usability have been improved. A new print manager and Color Management support have been introduced."
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:45 announcements/4.10/plasma.php:88
#: announcements/4.10/platform.php:75
msgid "The KDE Applications 4.10"
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:46 announcements/4.10/plasma.php:90
#: announcements/4.10/platform.php:77
msgid "KDE Applications gained feature enhancements to Kate, KMail and Konsole. KDE-Edu applications saw a complete overhaul of KTouch and many other changes. KDE Games introduced the new Picmi game and improvements throughout."
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:55
msgid "The KDE Quality team <a href='http://www.sharpley.org.uk/blog/kde-testing'>organized a testing program</a> for this release, assisting developers by identifying legitimate bugs and carefully testing the applications. Thanks to their work, KDE innovation and quality go hand in hand. If you are interested in the Quality Team and their work, check out <a href='http://community.kde.org/Get_Involved/Quality'>The Quality Team wikipage</a>."
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:57 announcements/4.11/index.php:63
#: announcements/4.12/index.php:52 announcements/4.13/index.php:74
#: announcements/plasma2tp/index.php:50
msgid "Spread the Word and See What's Happening: Tag as &quot;KDE&quot;"
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:59
msgid "KDE encourages people to spread the word on the Social Web. Submit stories to news sites, use channels like delicious, digg, reddit, twitter, identi.ca. Upload screenshots to services like Facebook, Flickr, ipernity and Picasa, and post them to appropriate groups. Create screencasts and upload them to YouTube, Blip.tv, and Vimeo. Please tag posts and uploaded materials with &quot;KDE&quot;. This makes them easy to find, and gives the KDE Promo Team a way to analyze coverage for the 4.10 releases of KDE software."
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:61 announcements/4.11/index.php:67
#: announcements/4.12/index.php:56
msgid "Release Parties"
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:63
msgid "As usual, KDE community members organize release parties all around the world. Several have already been scheduled and more will come later. Find <a href='http://community.kde.org/Promo/Events/Release_Parties/4.10'>a list of parties here</a>. Anyone is welcome to join! There will be a combination of interesting company and inspiring conversations as well as food and drinks. It's a great chance to learn more about what is going on in KDE, get involved, or just meet other users and contributors."
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:66 announcements/4.11/index.php:72
#: announcements/4.12/index.php:61
msgid "We encourage people to organize their own parties. They're fun to host and open for everyone! Check out <a href='http://community.kde.org/Promo/Events/Release_Parties'>tips on how to organize a party</a>."
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:109 announcements/4.11/index.php:115
#: announcements/4.12/index.php:101 announcements/4.13/index.php:122
msgid "About these release announcements"
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:111
msgid "These release announcements were prepared by Devaja Shah, Jos Poortvliet, Carl Symons, Sebastian Kügler and other members of the KDE Promotion Team and the wider KDE community. They cover highlights of the many changes made to KDE software over the past six months."
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:114 announcements/4.11/index.php:120
#: announcements/4.12/index.php:106 announcements/4.13/index.php:60
#: announcements/4.14/index.php:125 announcements/frameworks5TP/index.php:121
#: announcements/plasma2tp/index.php:94
msgid "Support KDE"
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:118 announcements/4.11/index.php:124
#: announcements/4.12/index.php:110 announcements/4.13/index.php:64
#: announcements/4.14/index.php:128 announcements/frameworks5TP/index.php:125
#: announcements/plasma2tp/index.php:98
msgid "Join the Game"
msgstr ""
#. +> trunk
#: announcements/4.10/index.php:119 announcements/4.11/index.php:125
#: announcements/4.12/index.php:111 announcements/frameworks5TP/index.php:126
#: announcements/plasma2tp/index.php:99
msgid ""
"KDE e.V.'s new <a\n"
"href='http://jointhegame.kde.org/'>Supporting Member program</a> is\n"
"now open. For &euro;25 a quarter you can ensure the international\n"
"community of KDE continues to grow making world class Free\n"
"Software."
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:29
msgid "Plasma Workspaces have been refined considerably. Work continues on updating widgets with new ones built with <a href='http://doc.qt.digia.com/qt/qtquick.html'>Qt Quick</a>. This effort brings improvements in consistency, layout behavior, stability, ease of use and performance. It is also now easier to build widgets, entirely new Plasma Workspace layouts and other custom enhancements. A new <a href='http://doc.qt.digia.com/qt/qdeclarativeintroduction.html'>QML</a>-based screen locker makes Workspaces more secure. The wallpaper engine was also updated to QML, so it is easier to write animated wallpapers. (QML is part of the <a href='http://doc.qt.digia.com/qt/qtquick.html'>Qt Quick application framework</a>.)"
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:31
msgid "KDE Plasma Workspaces 4.10"
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:33
msgid "In addition to improvements related to Qt Quick and QML, the task widget received some usability updates, with a <a href='http://aseigo.blogspot.com/2012/11/help-test-task-grouping-experiments.html'>smoother look for groups of windows</a>. There also have been improvements to the notifications system, particularly in the area of power management. There is now improved support for high resolution displays and <a href='http://www.notmart.org/index.php/Graphics/Time_to_refresh_some_air'>a new Air theme</a> reducing visual clutter and giving Plasma Workspaces a cleaner appearance."
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:35
msgid "Task grouping received visual improvements"
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:37 announcements/4.11/plasma.php:47
msgid "KWin Window Manager and Compositor"
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:39
msgid "With KWin's Get Hot New Stuff (GHNS) integration, additional effects and scripts are available in the KWin configuration dialog and can also be found at <a href='http://kde-look.org/index.php?xcontentmode=90'>kde-look.org</a>, including <a href='http://kde-look.org/index.php?xcontentmode=91'>behavior modifying scripts</a>. Custom window switchers can also be retrieved in the KWin configuration dialog and <a href='http://kde-look.org/index.php?xcontentmode=92'>that section of kde-look.org</a>. There's a nifty new effect that animates the maximize window state change."
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:41
msgid "Kwin add-ons can now be installed easily from online sources"
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:43
msgid "KWin now detects some virtual machines and enables OpenGL compositing if possible. In addition, the proprietary AMD driver now has OpenGL 2 support."
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:46
msgid "Tiling support in KWin <a href='https://bugs.kde.org/show_bug.cgi?id=303090'>has been removed</a> as it had stability issues, lacked multi-screen support and conflicted with other parts in KWin. In short, KWin developers concluded that the necessary functionality would be more suitable for a plugin using the Javascript API. In that way, users would get more control, and development and maintenance would be easier. Third party developers would be able to customize, improve and experiment. A plugin-based version might be available in the next release; help is requested as none of the current KWin developers are working on tiling support."
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:48
msgid "Animated Plasma wallpapers can now be created using QML"
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:50
msgid "Several applications now support color correction so that they can be adjusted according to the color profiles of different monitors and printers. The KolorServer KDED module supports per-output color correction, per-window is coming in a later release. Color management support in Kwin is designed to relieve the Compositor of this task. This allows the user to disable color management, and makes code maintenance easier. Multi-monitor setups are also supported. These color management features were given a big boost with a <a href='http://skeletdev.wordpress.com/2012/08/20/gsoc-color-correction-in-kwin-final-report/'>Google Summer of Code project</a>."
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:53
msgid "The new KDE <a href='http://gnumdk.blogspot.com/2012/11/appmenu-support-in-kde-410.html'>appmenu</a> enables a common menu for multiple applications running simultaneously. It has an option to display a top screen menubar—hidden by default—that appears when the mouse is moved near the top edge of the screen. The menubar follows the window focus so it can be used in multiscreen environments. There is also an option for the menu to be displayed as a sub-menu of a button in the window decoration. The menu can be displayed on the screen wherever the user wants it."
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:55
msgid "The application menu can now be embedded in the window title bar"
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:57
msgid "KWin bug fixing has improved thanks to <a href='http://blog.martin-graesslin.com/blog/2012/07/looking-for-kwin-bug-triagers/'>extra help verifying incoming bug reports</a>. Stay current with KWin Window Manager development at <a href='http://blog.martin-graesslin.com/blog/'>Martin Gräßlin's blog</a>."
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:60
msgid "Faster and more reliable metadata engine"
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:62
msgid ""
"Thanks to the work sponsored by Blue Systems, the KDE cross-application semantic search and storage backend has seen over 240 bugs fixed and a significant number of other improvements. Chief among these is <a href='http://vhanda.in/blog/2012/11/nepomuk-without-strigi/'>the new indexer</a>, which makes indexing faster and more robust. A nice feature is that it first quickly indexes the basic information of new files (name and mimetype) so the files are available at once, and then delays full data extraction until the system is idle (or connected to AC!), so it doesn't interfere with the user's workflow. In addition, it is now far simpler to write extractors for new file formats. \n"
"A few formats that were previously supported are not yet available for the new indexer, but support for these can be expected soon. An added benefit of the new indexer is the ability to easily filter on the type of file, which is reflected in the user interface: it is now possible to enable or disable indexing of Audio, Images, Documents, Video's and Source Code. The search and storage user interface and Backup have seen improvements as well. The introduction of the Tags <a href='http://en.wikipedia.org/wiki/KIO'>KIO slave</a> allows users to browse their files by tags from any KDE application."
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:65
msgid "Nepomuk Cleaner is a simple new tool for managing semantic storage. It is useful for cleaning up legacy, invalid or duplicate data. Running the Cleaner after upgrading can provide a significant speed improvement. More information on this and other changes in the KDE search technologies can be found in <a href='http://vhanda.in/blog/2013/01/what-new-with-nepomuk-4-10/'>Vishesh Handa's blog</a>."
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:67
msgid "Metadata handling has been improved"
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:69
msgid "New Print Manager"
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:71
msgid "Printer setup, maintenance and job control are improved with a new implementation of the Print Manager. The Plasma applet shows available printers and provides access and control over queued jobs. The System Setting configuration screen enables users to add and remove printers, giving an overview of the current printers, along with access to important control functions such as sharing and default printer selection. The New Printer Wizard automatically selects proper drivers and control settings on recognized devices. The new Print Manager tools are fully compatible with the latest CUPS printing subsystem, resulting in quick responses and reliable reporting."
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:74
msgid "Dolphin File Manager"
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:76
msgid ""
"The KDE file manager Dolphin has seen many bugfixes, improvements and new features. Transferring files to and from a phone or other mobile device has become easier with support for <a href='http://en.wikipedia.org/wiki/Media_Transfer_Protocol'>MTP</a> devices, which show up in the Places panel. The size of Panel icons can now be changed, and other usability and accessibility options have been added. Dolphin now has the ability to report the current directory and files to the Activity manager (controlled in System Settings). There has also been an impressive number of performance enhancements.\n"
"Loading folders, both with and without previews, is significantly faster and requires less memory while using all available processor cores to be as fast as possible. Minor improvements were made to search, drag and drop and other areas. Dolphin also benefits from the improvements in the KDE semantic storage and search backend, reducing the resources needed for metadata handling. More details from <a href='http://freininghaus.wordpress.com/2012/11/27/on-the-way-to-dolphin-2-2/'>Frank Reininghaus, the Dolphin maintainer</a>."
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:79
msgid "Transferring files from mobile devices is now easier"
msgstr ""
#. +> trunk
#: announcements/4.10/plasma.php:82 announcements/4.11/plasma.php:69
msgid "Installing Plasma"
msgstr ""
#. +> trunk
#: announcements/4.10/platform.php:28
msgid "Plasma SDK"
msgstr ""
#. +> trunk
#: announcements/4.10/platform.php:30
msgid ""
"This release of the KDE Development Platform sees more work on a\n"
"comprehensive SDK for Plasma. Previously separate and distinct\n"
"components, such as plasmoidviewer, plasamengineexplorer and\n"
"plasmawallpaperviewer, are now part of <a\n"
"href='http://techbase.kde.org/Projects/Plasma/PlasMate'>PlasMate</a>,\n"
"the toolset for developing Plasma widgets."
msgstr ""
#. +> trunk
#: announcements/4.10/platform.php:37
msgid "Plasmate forms the heart of the Plasma SDK"
msgstr ""
#. +> trunk
#: announcements/4.10/platform.php:39
msgid "Qt Quick Support"
msgstr ""
#. +> trunk
#: announcements/4.10/platform.php:41
msgid ""
"The use of <a href='http://doc.qt.digia.com/qt/qtquick.html'>Qt\n"
"Quick</a> within Plasma continues to expand. Many components have been\n"
"updated to use Qt Quick exclusively for the user interface; this also\n"
"makes it easy to extend and customize Plasma Workspaces. Plasma now\n"
"also allows Containments (which are responsible for presenting widgets\n"
"on the desktop and in panels) to be written using only Qt Quick's\n"
"easy-to-learn language. This gives developers the ability to produce\n"
"custom Containments for experimentation or special use cases. With\n"
"this capability, Plasma is a valuable, universal user interface\n"
"toolkit."
msgstr ""
#. +> trunk
#: announcements/4.10/platform.php:53
msgid "Scripting Desktop Effects"
msgstr ""
#. +> trunk
#: announcements/4.10/platform.php:55
msgid ""
"Scripting interfaces for window effects, behavior and management make\n"
"KWin Window Management a useful tool for developers wanting to address\n"
"a particular use case. In addition, this modular approach minimizes\n"
"the size of the core of KWin. It also improves maintainability by\n"
"moving specialized code into external scripts Compared to the C++ code\n"
"they replace, scripts make it easier to write, maintain and ensure\n"
"quality of code."
msgstr ""
#. +> trunk
#: announcements/4.10/platform.php:64 announcements/4.11/platform.php:51
msgid "Installing the KDE Development Platform"
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:6 announcements/4.11/index.php:51
#: announcements/4.11/plasma.php:75 announcements/4.11/platform.php:62
msgid "KDE Applications 4.11 Bring Huge Step Forward in Personal Information Management and Improvements All Over"
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:30 announcements/4.11/plasma.php:30
#: announcements/4.11/platform.php:30
msgid "August 14, 2013"
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:34
msgid "The Dolphin file manager brings many small fixes and optimizations in this release. Loading large folders has been sped up and requires up to 30&#37; less memory. Heavy disk and CPU activity is prevented by only loading previews around the visible items. There have been many more improvements: for example, many bugs that affected expanded folders in Details View were fixed, no &quot;unknown&quot; placeholder icons will be shown any more when entering a folder, and middle clicking an archive now opens a new tab with the archive contents, creating a more consistent experience overall."
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:37 announcements/announce-4.11.1.php:26
#: announcements/announce-4.11.1.php:28 announcements/announce-4.11.2.php:26
#: announcements/announce-4.11.2.php:28 announcements/announce-4.11.3.php:26
#: announcements/announce-4.11.3.php:28 announcements/announce-4.11.4.php:26
#: announcements/announce-4.11.4.php:28 announcements/announce-4.11.5.php:26
#: announcements/announce-4.11.5.php:28
msgid "The new send-later work flow in Kontact"
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:39
msgid "Kontact Suite Improvements"
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:42
msgid "The Kontact Suite has once again seen significant focus on stability, performance and memory usage. Importing folders, switching between maps, fetching mail, marking or moving large numbers of messages and startup time have all been improved in the last 6 months. See <a href='http://blogs.kde.org/2013/07/18/memory-usage-improvements-411'>this blog</a> for details. The <a href='http://www.aegiap.eu/kdeblog/2013/07/news-in-kdepim-4-11-archive-mail-agent/'>archive functionality has seen many bug fixes</a> and there have also been improvements in the ImportWizard, allowing importing of settings from the Trojitá mail client and better importing from various other applications. Find more information <a href='http://www.progdan.cz/2013/07/whats-new-in-the-akonadi-world/'>here</a>."
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:45
msgid "The archive agent manages storing email in compressed form"
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:48
msgid "This release also comes with some significant new features. There is a <a href='http://www.aegiap.eu/kdeblog/2013/05/news-in-kdepim-4-11-header-theme-33-grantlee-theme-generator-headerthemeeditor/'>new theme editor for email headers</a> and email images can be resized on the fly. The <a href='http://www.aegiap.eu/kdeblog/2013/07/new-in-kdepim-4-11-send-later-agent/'>Send Later feature</a> allows scheduling the sending of emails on a specific date and time, with the added possibility of repeated sending according to a specified interval. KMail Sieve filter support (an IMAP feature allowing filtering on the server) has been improved, users can generate sieve filtering scripts <a href='http://www.aegiap.eu/kdeblog/2013/04/news-in-kdepim-4-11-improve-sieve-support-22/'>with an easy-to-use interface</a>. In the security area, KMail introduces automatic 'scam detection', <a href='http://www.aegiap.eu/kdeblog/2013/04/news-in-kdepim-4-11-scam-detection/'>showing a warning</a> when mails contain typical phishing tricks. You now receive an <a href='http://www.aegiap.eu/kdeblog/2013/06/news-in-kdepim-4-11-new-mail-notifier/'>informative notification</a> when new mail arrives. and last but not least, the Blogilo blog writer comes with a much-improved QtWebKit-based HTML editor."
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:51
msgid "Extended Language Support for Kate"
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:54
msgid "Advanced text editor Kate introduces new plugins: Python (2 and 3), JavaScript & JQuery, Django and XML. They introduce features like static and dynamic autocompletion, syntax checkers, inserting of code snippets and the ability to automatically indent XML with a shortcut. But there is more for Python friends: a python console providing in-depth information on an opened source file. Some small UI improvements have also been done, including <a href='http://kate-editor.org/2013/04/02/kate-search-replace-highlighting-in-kde-4-11/'>new passive notifications for the search functionality</a>, <a href='http://kate-editor.org/2013/03/16/kate-vim-mode-papercuts-bonus-emscripten-qt-stuff/'>optimizations to the VIM mode</a> and <a href='http://kate-editor.org/2013/03/27/new-text-folding-in-kate-git-master/'>new text folding functionality</a>."
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:57
msgid "KStars shows interesting upcoming events visible from your location"
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:59
msgid "Other Application Improvements"
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:62
msgid "In the area of games and education several smaller and larger new features and optimizations have arrived. Prospective touch typists might enjoy the right-to-left support in KTouch while the star-gazer's friend, KStars, now has a tool which shows interesting events coming up in your area. Math tools Rocs, Kig, Cantor and KAlgebra all got attention, supporting more backends and calculations. And the KJumpingCube game now has features larger board sizes, new skill levels, faster responses and an improved user interface."
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:66
msgid "The Kolourpaint simple painting application can deal with the WebP image format and the universal document viewer Okular has configurable review tools and introduces undo/redo support in forms and annotations. The JuK audio tagger/player supports playback and metadata editing of the new Ogg Opus audio format (however, this requires that the audio driver and TagLib also support Ogg Opus)."
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:76 announcements/4.11/index.php:26
#: announcements/4.11/index.php:46 announcements/4.11/platform.php:57
msgid "The KDE Plasma Workspaces 4.11"
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:76 announcements/4.11/index.php:46
#: announcements/4.11/plasma.php:6 announcements/4.11/platform.php:57
msgid "Plasma Workspaces 4.11 Continues to Refine User Experience"
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:78 announcements/4.11/index.php:47
#: announcements/4.11/platform.php:59
msgid "Gearing up for long term maintenance, Plasma Workspaces delivers further improvements to basic functionality with a smoother taskbar, smarter battery widget and improved sound mixer. The introduction of KScreen brings intelligent multi-monitor handling to the Workspaces, and large scale performance improvements combined with small usability tweaks make for an overall nicer experience."
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:81 announcements/4.11/index.php:57
#: announcements/4.11/plasma.php:80
msgid "The KDE Development Platform 4.11"
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:81 announcements/4.11/index.php:57
#: announcements/4.11/plasma.php:80 announcements/4.11/platform.php:6
msgid "KDE Platform 4.11 Delivers Better Performance"
msgstr ""
#. +> trunk
#: announcements/4.11/applications.php:83 announcements/4.11/index.php:58
#: announcements/4.11/plasma.php:82
msgid "This release of KDE Platform 4.11 continues to focus on stability. New features are being implemented for our future KDE Frameworks 5.0 release, but for the stable release we managed to squeeze in optimizations for our Nepomuk framework."
msgstr ""
#. +> trunk
#: announcements/4.11/index.php:6
msgid "KDE Software Compilation 4.11"
msgstr ""
#. +> trunk
#: announcements/4.11/index.php:29
msgid "August 14, 2013. The KDE Community is proud to announce the latest major updates to the Plasma Workspaces, Applications and Development Platform delivering new features and fixes while readying the platform for further evolution. The Plasma Workspaces 4.11 will receive long term support as the team focuses on the technical transition to Frameworks 5. This then presents the last combined release of the Workspaces, Applications and Platform under the same version number."
msgstr ""
#. +> trunk
#: announcements/4.11/index.php:38
msgid "This release is dedicated to the memory of <a href='http://en.wikipedia.org/wiki/Atul_Chitnis'>Atul 'toolz' Chitnis</a>, a great Free and Open Source Software champion from India. Atul led the Linux Bangalore and FOSS.IN conferences since 2001 and both were landmark events in the Indian FOSS scene. KDE India was born at the first FOSS.in in December 2005. Many Indian KDE contributors started out at these events. It was only because of Atul's encouragement that the KDE Project Day at FOSS.IN was always a huge success. Atul left us on June 3rd after fighting a battle with cancer. May his soul rest in peace. We are grateful for his contributions to a better world."
msgstr ""
#. +> trunk
#: announcements/4.11/index.php:42
msgid "These releases are all translated in 54 languages; we expect more languages to be added in subsequent monthly minor bugfix releases by KDE. The Documentation Team updated 91 application handbooks for this release."
msgstr ""
#. +> trunk
#: announcements/4.11/index.php:51 announcements/4.11/plasma.php:75
#: announcements/4.11/platform.php:62
msgid "The KDE Applications 4.11"
msgstr ""
#. +> trunk
#: announcements/4.11/index.php:52 announcements/4.11/plasma.php:77
#: announcements/4.11/platform.php:64
msgid "This release marks massive improvements in the KDE PIM stack, giving much better performance and many new features. Kate improves the productivity of Python and Javascript developers with new plugins, Dolphin became faster and the educational applications bring various new features."
msgstr ""
#. +> trunk
#: announcements/4.11/index.php:61
msgid "When upgrading, please observe the <a href='http://community.kde.org/KDE_SC/4.11_Release_Notes'>release notes</a>."
msgstr ""
#. +> trunk
#: announcements/4.11/index.php:65
msgid "KDE encourages people to spread the word on the Social Web. Submit stories to news sites, use channels like delicious, digg, reddit, twitter, identi.ca. Upload screenshots to services like Facebook, Flickr, ipernity and Picasa, and post them to appropriate groups. Create screencasts and upload them to YouTube, Blip.tv, and Vimeo. Please tag posts and uploaded materials with &quot;KDE&quot;. This makes them easy to find, and gives the KDE Promo Team a way to analyze coverage for the 4.11 releases of KDE software."
msgstr ""
#. +> trunk
#: announcements/4.11/index.php:69
msgid "As usual, KDE community members organize release parties all around the world. Several have already been scheduled and more will come later. Find <a href='http://community.kde.org/Promo/Events/Release_Parties/4.11'>a list of parties here</a>. Anyone is welcome to join! There will be a combination of interesting company and inspiring conversations as well as food and drinks. It's a great chance to learn more about what is going on in KDE, get involved, or just meet other users and contributors."
msgstr ""
#. +> trunk
#: announcements/4.11/index.php:117
msgid "These release announcements were prepared by Jos Poortvliet, Sebastian Kügler, Markus Slopianka, Burkhard Lück, Valorie Zimmerman, Maarten De Meyer, Frank Reininghaus, Michael Pyne, Martin Gräßlin and other members of the KDE Promotion Team and the wider KDE community. They cover highlights of the many changes made to KDE software over the past six months."
msgstr ""
#. +> trunk
#: announcements/4.11/plasma.php:33
msgid "KDE Plasma Workspaces 4.11"
msgstr ""
#. +> trunk
#: announcements/4.11/plasma.php:36
msgid "In the 4.11 release of Plasma Workspaces, the taskbar – one of the most used Plasma widgets – <a href='http://blogs.kde.org/2013/07/29/kde-plasma-desktop-411s-new-task-manager'>has been ported to QtQuick</a>. The new taskbar, while retaining the look and functionality of its old counterpart, shows more consistent and fluent behavior. The port also resolved a number of long standing bugs. The battery widget (which previously could adjust the brightness of the screen) now also supports keyboard brightness, and can deal with multiple batteries in peripheral devices, such as your wireless mouse and keyboard. It shows the battery charge for each device and warns when one is running low. The Kickoff menu now shows recently installed applications for a few days. Last but not least, notification popups now sport a configure button where one can easily change the settings for that particular type of notification."
msgstr ""
#. +> trunk
#: announcements/4.11/plasma.php:38
msgid "Improved notification handling"
msgstr ""
#. +> trunk
#: announcements/4.11/plasma.php:41
msgid "KMix, KDE's sound mixer, received significant performance and stability work as well as <a href='http://kmix5.wordpress.com/2013/07/26/kmix-mission-statement-2013/'>full media player control support</a> based on the MPRIS2 standard. "
msgstr ""
#. +> trunk
#: announcements/4.11/plasma.php:44
msgid "The redesigned battery applet in action"
msgstr ""
#. +> trunk
#: announcements/4.11/plasma.php:49
msgid "Our window manager, KWin, has once again received significant updates, moving away from legacy technology and incorporating the 'XCB' communication protocol. This results in smoother, faster window management. Support for OpenGL 3.1 and OpenGL ES 3.0 has been introduced as well. This release also incorporates first experimental support for the X11 successor Wayland. This allows to use KWin with X11 on top of a Wayland stack. For more information on how to use this experimental mode see <a href='http://blog.martin-graesslin.com/blog/2013/06/starting-a-full-kde-plasma-session-in-wayland/'>this post</a>. The KWin scripting interface has seen massive improvements, now sporting configuration UI support, new animations and graphical effects and many smaller improvements. This release brings better multi-screen awareness (including an edge glow option for 'hot corners'), improved quick tiling (with configurable tiling areas) and the usual slew of bug fixes and optimizations. See <a href='http://blog.martin-graesslin.com/blog/2013/06/what-we-did-in-kwin-4-11/'>here</a> and <a href='http://blog.martin-graesslin.com/blog/2013/06/new-kwin-scripting-feature-in-4-11/'>here</a> for more details."
msgstr ""
#. +> trunk
#: announcements/4.11/plasma.php:52
msgid "Monitor Handling and Web Shortcuts"
msgstr ""
#. +> trunk
#: announcements/4.11/plasma.php:55
msgid "The monitor configuration in System Settings has been <a href='http://www.afiestas.org/kscreen-1-0-released/'>replaced with the new KScreen tool</a>. KScreen brings more intelligent multi-monitor support to Plasma Workspaces, automatically configuring new screens and remembering settings for monitors manually configured. It sports an intuitive, visually-oriented interface and handles re-arranging monitors through simple drag and drop."
msgstr ""
#. +> trunk
#: announcements/4.11/plasma.php:58
msgid "The new KScreen monitor handling"
msgstr ""
#. +> trunk
#: announcements/4.11/plasma.php:61
msgid "Web Shortcuts, the easiest way to quickly find what you're looking for on the web, have been cleaned up and improved. Many were updated to use securely encrypted (TLS/SSL) connections, new web shortcuts were added and a few obsolete shortcuts removed. The process of adding your own web shortcuts has been improved as well. Find more details <a href='https://plus.google.com/108470973614497915471/posts/9DUX8C9HXwD'>here</a>."
msgstr ""
#. +> trunk
#: announcements/4.11/plasma.php:65
msgid "This release marks the end of Plasma Workspaces 1, part of the KDE SC 4 feature series. To ease the transition to the next generation this release will be supported for at least two years. Focus of feature development will shift to Plasma Workspaces 2 now, performance improvements and bugfixing will concentrate on the 4.11 series."
msgstr ""
#. +> trunk
#: announcements/4.11/platform.php:34
msgid "KDE Platform 4 has been in feature freeze since the 4.9 release. This version consequently only includes a number of bugfixes and performance improvements."
msgstr ""
#. +> trunk
#: announcements/4.11/platform.php:38
msgid "The Nepomuk semantic storage and search engine received massive performance improvements, such as a set of read optimizations that make reading data up to six times faster. Indexing has become smarter, being split in two stages. The first stage retrieves general information (such as file type and name) immediately; additional information like media tags, author information, etc. is extracted in a second, somewhat slower stage. Metadata display on newly-created or freshly-downloaded content is now much faster. In addition, the Nepomuk developers improved the backup and restore system. Last but not least, Nepomuk can now also index a variety of document formats including ODF and docx."
msgstr ""
#. +> trunk
#: announcements/4.11/platform.php:41
msgid "Semantic features in action in Dolphin"
msgstr ""
#. +> trunk
#: announcements/4.11/platform.php:44
msgid "Nepomuk’s optimized storage format and rewritten e-mail indexer require reindexing some of the hard drive’s content. Consequently the reindexing run will consume an unusual amount of computing performance for a certain period – depending on the amount of content that needs to be reindexed. An automatic conversion of the Nepomuk database will run on the first login."
msgstr ""
#. +> trunk
#: announcements/4.11/platform.php:48
msgid "There have been more minor fixes which <a href='https://projects.kde.org/projects/kde/kdelibs/repository/revisions?rev=KDE%2F4.11'>can be found in the git logs</a>."
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:7 announcements/4.12/index.php:43
msgid "KDE Applications 4.12 Bring Huge Step Forward in Personal Information Management and Improvements All Over"
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:31
msgid "December 18, 2013"
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:35
msgid "The KDE Community is proud to announce the latest major updates to the KDE Applications delivering new features and fixes. This release marks massive improvements in the KDE PIM stack, giving much better performance and many new features. Kate streamlined the integration of Python plugins and added initial Vim-macro support and the games and educational applications bring a variety of new features."
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:41
msgid "The most advanced Linux graphical text editor Kate has again received work on code completion, this time introducing <a href='http://scummos.blogspot.com/2013/10/advanced-code-completion-filtering-in.html'>advanced matching code, handling abbreviation and partial matching in classes</a>. For example, the new code would match a typed 'QualIdent' with 'QualifiedIdentifier'. Kate also gets <a href='http://dot.kde.org/2013/09/09/kde-commit-digest-18th-august-2013'>initial Vim macro support</a>. Best of all, these improvements also trickle through to KDevelop and other applications using the Kate technology."
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:47
msgid "Document viewer Okular <a href='http://tsdgeos.blogspot.com/2013/10/changes-in-okular-printing-for-412.html'>now takes printer hardware margins into account</a>, has audio and video support for epub, better search and can now handle more transformations including those from Exif image metadata. In the UML diagram tool Umbrello, associations can now be <a href='http://dot.kde.org/2013/09/20/kde-commit-digest-1st-september-2013'>drawn with different layouts</a> and Umbrello <a href='http://dot.kde.org/2013/09/09/kde-commit-digest-25th-august-2013'>adds visual feedback if a widget is documented</a>."
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:51
msgid "Privacy guard KGpg shows more information to users and KWalletManager, the tool to save your passwords, can now <a href='http://www.rusu.info/wp/?p=248'>store them in GPG form</a>. Konsole introduces a new feature: Ctrl-click to directly launch URLs in console output. It can now also <a href='http://martinsandsmark.wordpress.com/2013/11/02/mangonel-1-1-and-more/'>list processes when warning about quit</a>."
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:57
msgid "KWebKit adds the ability to <a href='http://dot.kde.org/2013/08/09/kde-commit-digest-7th-july-2013'>automatically scale content to match desktop resolution</a>. File manager Dolphin introduced a number of performance improvements in sorting and showing files, reducing memory usage and speeding things up. KRDC introduced automatic reconnecting in VNC and KDialog now provides access to 'detailedsorry' and 'detailederror' message boxes for more informative console scripts. Kopete updated its OTR plugin and the Jabber protocol has support for XEP-0264: File Transfer Thumbnails. Besides these features the main focus was on cleaning code up and fixing compile warnings.\n"
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:61
msgid "Games and educational software"
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:63
msgid "The KDE Games have seen work in various areas. KReversi is <a href='http://tsdgeos.blogspot.ch/2013/10/kreversi-master-is-now-qt-quick-based.html'>now QML and Qt Quick based</a>, making for a prettier and more fluid game experience. KNetWalk has also <a href='http://tsdgeos.blogspot.ch/2013/08/knetwalk-portedx-to-qtquick.html'>been ported</a> with the same benefit as well as the ability to set a grid with custom width and height. Konquest now has a new challenging AI player named 'Becai'."
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:67
msgid "In the Educational applications there have been some major changes. KTouch <a href='http://blog.sebasgo.net/blog/2013/11/12/what-is-new-for-ktouch-in-kde-sc-4-dot-12/'>introduces custom lesson support and several new courses</a>; KStars has a new, more accurate <a href='http://knro.blogspot.ch/2013/10/demo-of-ekos-alignment-module.html'>alignment module for telescopes</a>, find a <a href='http://www.youtube.com/watch?v=7Dcn5aFI-vA'>youtube video here</a> of the new features. Cantor, which offers an easy and powerful UI for a variety of mathematical backends, now has backends <a href='http://blog.filipesaraiva.info/?p=1171'>for Python2 and Scilab</a>. Read more about the powerful Scilab backend <a href='http://blog.filipesaraiva.info/?p=1159'>here</a>. Marble adds integration with ownCloud (settings are available in Preferences) and adds overlay rendering support. KAlgebra makes it possible to export 3D plots to PDF, giving a great way of sharing your work. Last but not least, many bugs have been fixed in the various KDE Education applications.\n"
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:71
msgid "Mail, calendar and personal information"
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:74
msgid "KDE PIM, KDE's set of applications for handling mail, calendar and other personal information, has seen a lot of work."
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:78
msgid "Starting with email client KMail, there is now <a href='http://dot.kde.org/2013/10/11/kde-commit-digest-29th-september-2013'>AdBlock support</a> (when HTML is enabled) and improved scam detection support by extending shortened URLs. A new Akonadi Agent named FolderArchiveAgent allows users to archive read emails in specific folders and the GUI of the Send Later functionality has been cleaned up. KMail also benefits from improved Sieve filter support. Sieve allows for server-side filtering of emails and you can now <a href='http://www.aegiap.eu/kdeblog/2013/08/new-in-kdepim-4-12-sieve-script-parsing-22/'>create and modify the filters on the servers</a> and <a href='http://www.aegiap.eu/kdeblog/2013/08/new-in-kdepim-4-12-sieve-12/'>convert existing KMail filters to server filters</a>. KMail's mbox support <a href='http://www.aegiap.eu/kdeblog/2013/08/new-in-kdepim-4-12-mboximporter/'>has also been improved</a>.\n"
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:83
msgid "In other applications, several changes make work easier and more enjoyable. A new tool is introduced, <a href='http://www.aegiap.eu/kdeblog/2013/11/new-in-kdepim-4-12-kaddressbook/'>the ContactThemeEditor</a>, which allows for creating KAddressBook Grantlee themes for displaying contacts. The addressbook can now also show previews before printing data. KNotes has seen some <a href='http://www.aegiap.eu/kdeblog/2013/11/what-news-in-kdepim-4-12-knotes/'>serious work on solving bugs</a>. Blogging tool Blogilo can now deal with translations and there are a wide variety of fixes and improvements all over the KDE PIM applications.\n"
msgstr ""
#. +> trunk
#: announcements/4.12/applications.php:88
msgid "Benefiting all applications, the underlying KDE PIM data cache has <a href='http://ltinkl.blogspot.ch/2013/11/this-month-october-in-red-hat-kde.html'>seen much work on performance, stability and scalability</a>, fixing <a href='http://www.progdan.cz/2013/10/akonadi-1-10-3-with-postgresql-fix/'>support for PostgreSQL with the latest Qt 4.8.5</a>. And there is a new command line tool, the calendarjanitor which can scan all calendar data for buggy incidences and adds a debug dialog for search. Some very special hugs go to Laurent Montel for the work he is doing on KDE PIM features!\n"
msgstr ""
#. +> trunk
#: announcements/4.12/index.php:7
msgid "KDE Software Compilation 4.12"
msgstr ""
#. +> trunk
#: announcements/4.12/index.php:27
msgid "The KDE Plasma Workspaces 4.12"
msgstr ""
#. +> trunk
#: announcements/4.12/index.php:30
msgid "December 18, 2013. The KDE Community is proud to announce the latest major updates to KDE Applications delivering new features and fixes. With the Plasma Workspaces and the KDE Platform frozen and receiving only long term support, those teams are focused on the technical transition to Frameworks 5. The upgrade in the version number for the Platform is merely for the convenience of packaging. All bug fixes and minor features developed since the release of Plasma Workspaces, Applications and Platform 4.11 have been included."
msgstr ""
#. +> trunk
#: announcements/4.12/index.php:39
msgid "These releases are all translated in 52 languages; we expect more languages to be added in subsequent monthly minor bugfix releases by KDE. The Documentation Team updated several application handbooks for this release."
msgstr ""
#. +> trunk
#: announcements/4.12/index.php:43
msgid "The KDE Applications 4.12"
msgstr ""
#. +> trunk
#: announcements/4.12/index.php:44
msgid "This release marks substantial improvements in the KDE PIM stack, giving much better performance and many new features. Kate added several features including initial Vim-macro support, and games and educational applications bring a variety of new functionality. The <a href='applications.php'>announcement for the KDE Applications 4.12</a> has more information."
msgstr ""
#. +> trunk
#: announcements/4.12/index.php:49
msgid "The KDE Development Platform 4.12"
msgstr ""
#. +> trunk
#: announcements/4.12/index.php:49
msgid "KDE Platform 4.12 Becomes More Stable"
msgstr ""
#. +> trunk
#: announcements/4.12/index.php:50
msgid "This release of KDE Platform 4.12 only includes bugfixes and minor optimizations and features. About 20 bugfixes as well as several optimizations have been made to various subsystems, including KNewStuff, KNotify4, file handling and more. Notably, Nepomuk received bugfixes and indexing abilities for MS Office 97 formats. A technology preview of the Next Generation KDE Platform, named KDE Frameworks 5, is coming this month. Read <a href='http://dot.kde.org/2013/09/25/frameworks-5'>this article</a> to find out what is coming."
msgstr ""
#. +> trunk
#: announcements/4.12/index.php:54
msgid "KDE encourages people to spread the word on the Social Web. Submit stories to news sites, use channels like delicious, digg, reddit, twitter, identi.ca. Upload screenshots to services like Facebook, Flickr, ipernity and Picasa, and post them to appropriate groups. Create screencasts and upload them to YouTube, Blip.tv, and Vimeo. Please tag posts and uploaded materials with &quot;KDE&quot;. This makes them easy to find, and gives the KDE Promo Team a way to analyze coverage for the 4.12 releases of KDE software."
msgstr ""
#. +> trunk
#: announcements/4.12/index.php:58
msgid "As usual, KDE community members organize release parties all around the world. Several have already been scheduled and more will come later. Find <a href='http://community.kde.org/Promo/Events/Release_Parties/4.12'>a list of parties here</a>. Anyone is welcome to join! There will be a combination of interesting company and inspiring conversations as well as food and drinks. It's a great chance to learn more about what is going on in KDE, get involved, or just meet other users and contributors."
msgstr ""
#. +> trunk
#: announcements/4.12/index.php:103 announcements/4.13/index.php:124
msgid "These release announcements were prepared by the KDE Promotion Team and the wider KDE community. They cover highlights of the many changes made to KDE software over the past four months."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:6 announcements/4.13/index.php:40
msgid "KDE Applications 4.13 Benefit From The New Semantic Search, Introduce New Features"
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:29 announcements/4.13/index.php:29
msgid "April 16, 2014"
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:33
msgid "The KDE Community is proud to announce the latest major updates to the KDE Applications delivering new features and fixes. Kontact (the personal information manager) has been the subject of intense activity, benefiting from the improvements to KDE's Semantic Search technology and bringing new features. Document viewer Okular and advanced text editor Kate have gotten interface-related and feature improvements. In the education and game areas, we introduce the new foreign speech trainer Artikulate; Marble (the desktop globe) gets support for Sun, Moon, planets, bicycle routing and nautical miles. Palapeli (the jigsaw puzzle application) has leaped to unprecedented new dimensions and capabilities."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:38
msgid "KDE Kontact Introduces New Features And More Speed"
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:40
msgid "KDE’s Kontact Suite introduces a series of features in its various components. KMail introduces Cloud Storage and improved sieve support for server-side filtering, KNotes can now generate alarms and introduces search capabilities, and there have been many improvements to the data cache layer in Kontact, speeding up almost all operations."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:43
msgid "Cloud Storage Support"
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:45
msgid "KMail introduces storage service support, so large attachments on can be stored in cloud services and included as with links in email messages. Supported storage services include Dropbox, Box, KolabServer, YouSendIt, UbuntuOne, Hubic and there is a generic WebDav option. A <em>storageservicemanager</em> tool helps with the managing of files on these services."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:50
msgid "Much Improved Sieve Support"
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:52
msgid "Sieve Filters, a technology to let KMail handle filters on the server, can now handle vacation support for multiple servers. The KSieveEditor tool allows users to edit sieve filters without having to add the server to Kontact."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:55
msgid "Other Changes"
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:57
msgid "The quick filter bar has a small user interface improvement and benefits greatly from the improved search capabilities introduced in the KDE Development Platform 4.13 release. Searching has become significantly faster and more reliable. The composer introduces a URL shortener, augmenting the existing translation and text snippets tools."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:61
msgid "Tags and annotations of PIM data are now stored in Akonadi. In future versions, they will be also stored in servers (on IMAP or Kolab), making it possible to share tags across multiple computers. Akonadi: Google Drive API support has been added. There is support for searching with 3rd party plugins (which means that results can be retrieved very quickly) and server-search (searching items not indexed by a local indexing service)."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:64
#: announcements/4.13/applications.php:79
msgid "KNotes, KAddressbook"
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:66
#: announcements/4.13/applications.php:81
msgid "Significant work was done on KNotes, fixing a series of bugs and small annoyances. The ability to set alarms on notes is new, as is searching through notes. Read more <a href='http://www.aegiap.eu/kdeblog/2014/03/whats-new-in-kdepim-4-13-knotes/'>here</a>. KAdressbook gained printing support: more details <a href='http://www.aegiap.eu/kdeblog/2013/11/new-in-kdepim-4-12-kaddressbook/'>here</a>."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:69
msgid "Performance Improvements"
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:71
msgid ""
"Kontact performance is noticeably improved in this version. Some improvements are due to the integration with the new version of KDE’s <a href='http://dot.kde.org/2014/02/24/kdes-next-generation-semantic-search'>Semantic Search</a> infrastructure, and the data caching layer and loading of data in KMail itself have seen significant work as well. Notable work has taken place to improve support for the PostgreSQL database. More information and details on performance-related changes can be found in these links:\n"
"<ul> \n"
"<li>Storage Optimizations: <a href='http://www.progdan.cz/2013/11/kde-pim-sprint-report/'>sprint report</a>;</li>"
" \n"
"<li>speed up and size reduction of database: <a href='http://lists.kde.org/?l=kde-pim&amp;m=138496023016075&amp;w=2'>mailing list</a>;</li>"
"\n"
"<li>optimization in access of folders: <a href='https://git.reviewboard.kde.org/r/113918/'>review board</a>;</li>"
"\n"
"</ul>"
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:84
msgid "Okular Refines User Interface"
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:86
msgid "This release of the Okular document reader brings a number of improvements. You can now open multiple PDF files in one Okular instance thanks to tab support. There is a new Magnifier mouse mode and the DPI of the current screen is used for PDF rendering, improving the look of documents. A new Play button is included in presentation mode and there are improvements to Find and Undo/Redo actions."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:91
msgid "Kate introduces improved statusbar, animated bracket matching, enhanced plugins"
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:93
msgid "The latest version of the advanced text editor Kate introduces <a href='http://kate-editor.org/2013/11/06/animated-bracket-matching-in-kate-part/'>animated bracket matching</a>, changes to make <a href='http://dot.kde.org/2014/01/20/kde-commit-digest-5th-january-2014'>AltGr-enabled keyboards work in vim mode</a> and a series of improvements in the Kate plugins, especially in the area of Python support and the <a href='http://kate-editor.org/2014/03/16/coming-in-4-13-improvements-in-the-build-plugin/'>build plugin</a>. There is a new, much <a href='http://kate-editor.org/2014/01/23/katekdevelop-sprint-status-bar-take-2/'>improved status bar</a> which enables direct actions like changing the indent settings, encoding and highlighting, a new tab bar in each view, code completion support for <a href='http://kate-editor.org/2014/02/20/lumen-a-code-completion-plugin-for-the-d-programming-language/'>the D programming language</a> and <a href='http://kate-editor.org/2014/02/02/katekdevelop-sprint-wrap-up/'>much more</a>. The team has <a href='http://kate-editor.org/2014/03/18/kate-whats-cool-and-what-should-be-improved/'>asked for feedback on what to improve in Kate</a> and is shifting some of its attention to a Frameworks 5 port."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:96
msgid "Miscellaneous features all over"
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:98
msgid "Konsole brings some additional flexibility by allowing custom stylesheets to control tab bars. Profiles can now store desired column and row sizes. See more <a href='http://blogs.kde.org/2014/03/16/konsole-new-features-213'>here</a>."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:102
msgid "Umbrello makes it possible to duplicate diagrams and introduces intelligent context menus which adjust their contents to the selected widgets. Undo support and visual properties have been improved as well. Gwenview <a href='http://agateau.com/2013/12/12/whats-new-in-gwenview-4.12/'>introduces RAW preview support</a>."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:108
msgid "The sound mixer KMix introduced remote control via the DBUS inter-process communication protocol (<a href='http://kmix5.wordpress.com/2013/12/28/kmix-dbus-remote-control/'>details</a>), additions to the sound menu and a new configuration dialog (<a href='http://kmix5.wordpress.com/2013/12/23/352/'>details</a>), and a series of bug fixes and smaller improvements."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:112
msgid "Dolphin's search interface has been modified to take advantage of the new search infrastructure and received further performance improvements. For details, read this <a href='http://freininghaus.wordpress.com/2013/12/12/a-brief-history-of-dolphins-performance-and-memory-usage'>overview of optimization work during the last year</a>."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:116
msgid "KHelpcenter adds alphabetical sorting for modules and category reorganization to make it easier to use."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:118
msgid "Games and educational applications"
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:120
msgid "KDE's game and educational applications have received many updates in this release. KDE's jigsaw puzzle application, Palapeli, has gained <a href='http://techbase.kde.org/Schedules/KDE4/4.13_Feature_Plan#kdegames'>nifty new features</a> that make solving large puzzles (up to 10,000 pieces) much easier for those who are up to the challenge. KNavalBattle shows enemy ship positions after the game ends so that you can see where you went wrong."
msgstr ""
#. +> trunk
#: announcements/4.13/applications.php:126
msgid "KDE's Educational applications have gained new features. KStars gains a scripting interface via D-BUS and can use the astrometry.net web services API to optimize memory usage. Cantor has gained syntax highlighting in its script editor and its Scilab and Python 2 backends are now supported in the editor. Educational mapping and navigation tool Marble now includes the positions of the <a href='http://kovalevskyy.tumblr.com/post/71835769570/news-from-marble-introducing-sun-and-the-moon'>Sun, Moon</a> and <a href='http://kovalevskyy.tumblr.com/post/72073986685/news-from-marble-planets'>planets</a> and enables <a href='http://ematirov.blogspot.ch/2014/01/tours-and-movie-capture-in-marble.html'>capturing movies during virtual tours</a>. Bicycle routing is improved with the addition of cyclestreets.net support. Nautical miles are now supported and clicking a <a href='http://en.wikipedia.org/wiki/Geo_URI'>Geo URI</a> will now open Marble."
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:6
msgid "KDE Software Compilation 4.13"
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:26
msgid "The KDE Plasma Workspaces 4.13"
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:33
msgid "The KDE Community proudly announces the latest major updates to KDE Applications delivering new features and fixes. Major improvements are made to KDE's Semantic Search technology, benefiting many applications. With Plasma Workspaces and the KDE Development Platform frozen and receiving only long term support, those teams are focusing on the transition to Frameworks 5. This release is translated into 53 languages; more languages are expected to be added in subsequent monthly minor bugfix releases."
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:40
msgid "The KDE Applications 4.13"
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:42
msgid "The latest major updates to the KDE Applications are delivering new features and fixes. Kontact (the personal information manager) has been the subject of intense activity, benefiting from the improvements to KDE's Semantic Search technology and bringing new features. Document viewer Okular and advanced text editor Kate have gotten interface-related and feature improvements. In the education and game areas, we introduce the new foreign speech trainer Artikulate; Marble (the desktop globe) gets support for Sun, Moon, planets, bicycle routing and nautical miles. Palapeli (the jigsaw puzzle application) has leaped to unprecedented new dimensions and capabilities. <a href='https://www.kde.org/announcements/4.13/applications.php'>read the announcement</a>."
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:45
msgid "The KDE Development Platform 4.13"
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:45
msgid "KDE Development Platform 4.13 Introduces Improved Semantic Search"
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:47
msgid "The KDE Development Platform libraries are frozen and receive only bugfixes and minor improvements. The upgrade in the version number for the Development Platform is only for packaging convenience. All bug fixes and minor features developed since the release of Applications and Development Platform 4.11 have been included. The only major change in this release is the introduction of an improved Semantic Search, which brings better performance and reliability to searching on the Linux Desktop."
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:50
msgid "Development of the next generation KDE Development Platform—called KDE Frameworks 5—is in beta stage. Read <a href='http://dot.kde.org/2013/09/25/frameworks-5'>this article</a> to find out what is coming and <a href='https://www.kde.org/announcements/'>see here</a> for the latest announcements."
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:52
msgid "Improved Semantic Search"
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:54
msgid "The major new addition to the KDE Development Platform is the <a href='http://dot.kde.org/2014/02/24/kdes-next-generation-semantic-search'>next generation Semantic Search</a>. To maintain compatibility, this is included as a new component rather than a replacement for the previous Semantic Search. Applications need to be ported to the new search component; most KDE Applications have already been ported. Downstream distributions can decide whether or not to ship the deprecated Semantic Search alongside the new version."
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:57
msgid "The improvements to search bring significant benefits in terms of faster, more relevant results, greater stability, lower resource usage and less data storage. The upgrade requires a one-time database migration that will take a few minutes of increased processing power."
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:65
msgid ""
"KDE e.V.'s new <a\n"
"href='https://relate.kde.org/civicrm/contribute/transact?reset=1&amp;id=5'>Supporting Member program</a> is\n"
"now open. For &euro;25 a quarter you can ensure the international\n"
"community of KDE continues to grow making world class Free\n"
"Software."
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:76
msgid "KDE encourages people to spread the word on the Social Web. Submit stories to news sites, use channels like delicious, digg, reddit, twitter, identi.ca. Upload screenshots to services like Facebook, Flickr, ipernity and Picasa, and post them to appropriate groups. Create screencasts and upload them to YouTube, Blip.tv, and Vimeo. Please tag posts and uploaded materials with &quot;KDE&quot;. This makes them easy to find, and gives the KDE Promo Team a way to analyze coverage for the 4.13 releases of KDE software."
msgstr ""
#. +> trunk
#: announcements/4.13/index.php:79
msgid "You can discuss this release on <a href='http://dot.kde.org/2014/04/16/kde-releases-applications-and-development-platform-413'>our news site</a>."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:6
msgid "KDE Software Compilation 4.14"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:25
msgid "August 20, 2014"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:29
msgid "This release is dedicated to Volker Lanz, a long time KDE member who passed away last April. Volker was the author and maintainer of KDE Partition Manager, and a regular IRC participant (Torch) providing user support and being active in the KDE Community."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:37
msgid "The KDE Community announces the latest major updates to KDE Applications delivering primarily improvements and bugfixes. Plasma Workspaces and the KDE Development Platform are frozen and receiving only long term support; those teams are focused on the transition to Plasma 5 and Frameworks 5."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:44
msgid "In the past, KDE has jointly released the three major divisions of KDE software—Plasma Workspaces, KDE Development Platform and KDE Applications. The KDE Development Platform has been reworked into KDE Frameworks. The monolithic libraries that comprise the Development Platform are now independent, cross platform modules (KDE Frameworks 5) that are available to all Qt developers. Plasma Workspaces has been moved to a new technology foundation based on Qt5 and KDE Frameworks 5. With the 3 major KDE software components moving at different paces, their release schedules are now separated. For the most part, 4.14 involves KDE Applications."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:46
msgid "Development Platform/KDE Frameworks 5"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:47
msgid "The <a href='%1'>modular Frameworks structure</a> will have widespread benefits for KDE software. In addition, Frameworks is a substantial <a href='%2'>contribution to the Qt ecosystem</a> by making KDE technology available to all Qt developers. <a href='%3'>Inqlude, the Qt library archive</a> simplifies the search for Qt libraries, while the <a href='%4'>alpha release</a> of the <a href='%5'>Inqlude tool</a> offers a command line interface for accessing Inqlude."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:49
msgid "Plasma Workspaces"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:50
msgid "<a href='%1'>Plasma 5</a> was recently released after 3 years of work; it is on its own release schedule with feature releases every three months and bugfix releases in the intervening months. The Plasma team has built a solid foundation that will support Plasma Workspaces for many years."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:53
msgid "KDE Applications"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:54
msgid "KDE Applications 4.14 is not about lots of &quot;new and improved stuff&quot;. Many KDE developers are focused on the Next Experience (Plasma 5) or porting to KDE Frameworks (based on <a href='%1'>Qt5</a>). Mostly, the 4.14 release is needed by aspects of our workflow (such as translations). This release offers more software stability, with little emphasis on new and less-proven stuff."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:57
msgid "There are over 200 actively maintained <a href='%1'>KDE applications</a>. Many of them are listed in the <a href='%2'>KDE userbase</a>. Wikipedia also has another <a href='%3'>list of KDE applications</a>."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:61
msgid "Most previous releases had highlights of new features and prominent applications. This gave some people the impression that KDE developers favored new-and-shiny over quality, which is not true. So for this announcement of the 4.14 Release, developers were asked for details—small, incremental improvements and bugfixes that might not even be noticeable to most users. These are the kinds of tasks that most developers work on, the kinds of tasks that allow beginners to make meaningful, mostly invisible contributions. Here are a few examples of the kinds of improvements that KDE developers have made in this release:"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:65
msgid "Support for SOCKS5 proxy in ICQ protocol (before only HTTP type was supported)"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:66
msgid "Support for using system proxy settings in ICQ protocol"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:67
msgid "Support for audio calls (both protocols Google libjingle and real jingle) for *all* <a href='%1'>jabber</a> accounts, enabled by default"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:68
msgid "Updated libiris library from upstream which implements jabber/xmpp protocol in kopete"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:69
msgid "Contact property custom name and support for preferred display name type, making it possible to distinguish and choose between custom names stored on a server list and contact custom/nick name"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:70
msgid "Wrap PGP-signed or encrypted messages into <a href='%1'>XEP-0027</a> XML block instead of the normal body of message"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:71
msgid "Show full range of jabber priorities in account config dialog"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:77
msgid "New <a href='%1'>Lua backend</a>"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:78
msgid "<a href='%1'>UTF-8</a> on LaTeX entries"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:79
msgid "Add CTRL+Space as an alternative default code completion"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:80
msgid "Support to plot extension in Python 2 backend"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:81
msgid "Support to linear algebra extension in Python 2 backend"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:82
msgid "Support to packaging extension in Sage, Octave backends"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:83
msgid "Support to autorun scripts in Python 2, Scilab, Octave, Sage, Maxima, Qalculate and KAlgebra backends"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:85
msgid "<a href='%1'>Kanagram</a> got a new QML <a href='%2'>User Interface and some features</a>."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:86
msgid "<a href='%1'>Okular</a> got bugfixes, small features and internal refactoring"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:89
msgid "New highlighting rules for languages; bugfixes and improvements to existing languages"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:90
msgid "Improved VI mode"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:91
msgid "Comment blocks can be folded automatically to save screen space"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:92
msgid "Improved support and auto-generation of dark system color schemes"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:93
msgid "Multiple bug fixes"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:97
msgid "UML2 ports on components"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:98
msgid "UML2 interface ball and socket notation"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:99
msgid "Improved C++ import (map declarations to correct namespace)"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:100
msgid "Crash fixes in all language importers"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:101
msgid "Improved loading of <a href='%1'>Rose models</a>: Added support for controlled units and class diagrams"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:102
msgid "Support for loading <a href='%1'>ArgoUML</a> files (without diagrams)"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:103
msgid "Support for loading <a href='%1'>Embarcadero</a> describe files (without diagrams)"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:104
msgid "Ada now can generate multiple classes per package (<a href='%1'>bugfix</a>)"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:105
msgid "New &quot;Find in diagram&quot; function (<a href='%1'>bugfix</a>)"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:106
msgid "Stabilized positions of activity pins (<a href='%1'>bugfix</a>)"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:107
msgid "Fixed sluggish UI reaction in state diagram (<a href='%1'>bugfix</a>)"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:108
msgid "Crash fixes: <a href='%1'>bugfix</a>, <a href='%2'>bugfix</a>, <a href='%3'>bugfix</a>"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:110
msgid "<a href='%1'>Dolphin</a> has mostly bug fixes and small changes such as:"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:112
msgid "Highlighting of the current item in the Places Panel is prettier."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:113
msgid "&quot;Free space&quot; notification in the status bar is now always up-to-date in all windows and views."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:114
msgid "Refactoring of the huge class that represents Dolphin's main window has been started to make the code more maintainable and easier to understand."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:118
msgid "Dolphin now shows thumbnails of .gpx, .kml and other file types supported by Marble"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:119
msgid "<a href='%1'>KML</a> improvements: The list of supported KML features has been extended"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:120
msgid "The new political vector map now shows governmental boundaries in different colors; a <a href='%1'>Google Summer of Code</a> project by Abhinav Gangwar."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:122
msgid "Many, many bugfixes"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:129
msgid ""
"KDE e.V.'s <a\n"
"href='%1'>Supporting Member program</a> is\n"
"open. For &euro;25 a quarter you can ensure the international\n"
"community of KDE continues to grow making world class Free\n"
"Software."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:134
msgid "You can also make a one time donation at <a href='%1'>our donations page</a>."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:138 announcements/announce-4.12.2.php:38
#: announcements/announce-4.12.3.php:38 announcements/announce-4.12.4.php:39
#: announcements/announce-4.12.5.php:39 announcements/announce-4.13.1.php:46
#: announcements/announce-4.13.2.php:48 announcements/announce-4.13.3.php:48
#: announcements/announce-4.14.1.php:48 announcements/announce-4.14.2.php:48
#: announcements/announce-4.14.3.php:48
msgid "Installing %1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:142 announcements/announce-4.12.2.php:42
#: announcements/announce-4.12.3.php:42 announcements/announce-4.12.4.php:43
#: announcements/announce-4.12.5.php:43 announcements/announce-4.13.1.php:50
#: announcements/announce-4.13.2.php:52 announcements/announce-4.13.3.php:52
#: announcements/announce-4.14.1.php:52 announcements/announce-4.14.2.php:52
#: announcements/announce-4.14.3.php:52
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of %1 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:147 announcements/announce-4.12.2.php:47
#: announcements/announce-4.12.3.php:47 announcements/announce-4.12.4.php:48
#: announcements/announce-4.12.5.php:48 announcements/announce-4.13.1.php:55
#: announcements/announce-4.13.2.php:57 announcements/announce-4.13.3.php:57
#: announcements/announce-4.14.1.php:57 announcements/announce-4.14.2.php:57
#: announcements/announce-4.14.3.php:57
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='/info/%1.php#binary'>%1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:151 announcements/announce-4.12.2.php:51
#: announcements/announce-4.12.3.php:51 announcements/announce-4.12.4.php:52
#: announcements/announce-4.12.5.php:52 announcements/announce-4.13.1.php:59
#: announcements/announce-4.13.2.php:61 announcements/announce-4.13.3.php:61
#: announcements/announce-4.14.1.php:61 announcements/announce-4.14.2.php:61
#: announcements/announce-4.14.3.php:61
msgid "Compiling %1"
msgstr ""
#. +> trunk
#: announcements/4.14/index.php:155 announcements/announce-4.12.2.php:55
#: announcements/announce-4.12.3.php:55 announcements/announce-4.12.4.php:56
#: announcements/announce-4.12.5.php:56 announcements/announce-4.13.1.php:63
#: announcements/announce-4.13.2.php:65 announcements/announce-4.13.3.php:65
#: announcements/announce-4.14.1.php:65 announcements/announce-4.14.2.php:65
#: announcements/announce-4.14.3.php:65
msgid "The complete source code for %1 may be <a href='http://download.kde.org/stable/%1/src/'>freely downloaded</a>. Instructions on compiling and installing %1 are available from the <a href='/info/%1.php'>%1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.1.php:4
msgid "KDE Ships March Updates to Plasma Workspaces, Applications and Platform"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.1.php:15
msgid "March 5, 2013. Today KDE released updates for its Workspaces, Applications and Development Platform. These updates are the first in a series of monthly stabilization updates to the 4.10 series. 4.10.1 updates bring many bugfixes and translation updates on top of the 4.10 release and are recommended updates for everyone running the initial 4.10 releases. As this release only contains bugfixes and translation updates, it will be a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.1.php:17
msgid "The over 100 recorded bugfixes include improvements to the Personal Information Management suite Kontact, the Window Manager KWin, and others. KDE's Development Platform has received a number of updates that affect multiple applications. The changes are listed on <a href='%1'>KDE's issue tracker</a>. For a detailed list of changes that went into 4.10.1, you can browse the Subversion and Git logs."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.1.php:19
msgid "To download source code or packages to install go to the <a href='http://www.kde.org/info/4.10.1.php'>4.10.1 Info Page</a>. If you want to find out more about the 4.10 versions of KDE Workspaces, Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.10/'>4.10 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.1.php:24 announcements/announce-4.10.1.php:26
#: announcements/announce-4.10.2.php:24 announcements/announce-4.10.2.php:26
#: announcements/announce-4.10.3.php:24 announcements/announce-4.10.3.php:26
#: announcements/announce-4.10.4.php:24 announcements/announce-4.10.4.php:26
#: announcements/announce-4.10.5.php:24 announcements/announce-4.10.5.php:26
msgid "KDE's Dolphin File Manager"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.1.php:31
msgid ""
"KDE software, including all libraries and applications, is available for free under Open Source licenses. KDE's software can be obtained as source code and various binary formats from <a\n"
"href='http://download.kde.org/stable/4.10.1/'>http://download.kde.org</a> or from any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.1.php:39
msgid "Installing 4.10.1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.1.php:43
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.10.1 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.1.php:48
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='/info/4.10.1.php#binary'>4.10.1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.1.php:52
msgid "Compiling 4.10.1"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.1.php:56
msgid "The complete source code for 4.10.1 may be <a href='http://download.kde.org/stable/4.10.1/src/'>freely downloaded</a>. Instructions on compiling and installing 4.10.1 are available from the <a href='/info/4.10.1.php'>4.10.1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.1.php:60 announcements/announce-4.10.2.php:60
#: announcements/announce-4.10.3.php:60 announcements/announce-4.10.4.php:60
#: announcements/announce-4.10.5.php:60
#: announcements/announce-4.11-beta1.php:81
#: announcements/announce-4.11-beta2.php:81
#: announcements/announce-4.11-rc1.php:81
#: announcements/announce-4.11-rc2.php:83 announcements/announce-4.11.1.php:62
#: announcements/announce-4.11.2.php:62 announcements/announce-4.11.3.php:62
#: announcements/announce-4.11.4.php:62 announcements/announce-4.11.5.php:62
#: announcements/announce-4.12-beta1.php:61
#: announcements/announce-4.12-beta2.php:61
#: announcements/announce-4.12-beta3.php:61
#: announcements/announce-4.12-rc.php:61 announcements/announce-4.12.1.php:59
#: announcements/announce-4.12.2.php:59 announcements/announce-4.12.3.php:59
#: announcements/announce-4.12.4.php:60 announcements/announce-4.12.5.php:60
#: announcements/announce-4.13-beta1.php:57
#: announcements/announce-4.13-beta2.php:57
#: announcements/announce-4.13-beta3.php:57
#: announcements/announce-4.13-rc.php:57 announcements/announce-4.13.1.php:39
#: announcements/announce-4.13.2.php:41 announcements/announce-4.13.3.php:41
#: announcements/announce-4.14-beta1.php:53
#: announcements/announce-4.14-beta2.php:53
#: announcements/announce-4.14-beta3.php:53
#: announcements/announce-4.14-rc.php:53 announcements/announce-4.14.1.php:41
#: announcements/announce-4.14.2.php:41 announcements/announce-4.14.3.php:41
#: announcements/announce-applications-14.12-beta1.php:47
#: announcements/announce-applications-14.12-beta2.php:47
#: announcements/announce-applications-14.12-beta3.php:47
#: announcements/announce-applications-14.12-rc.php:47
#: announcements/announce-applications-14.12.0.php:84
#: announcements/announce-applications-14.12.1.php:62
#: announcements/announce-applications-14.12.2.php:62
#: announcements/announce-applications-14.12.3.php:62
#: announcements/announce-applications-15.04-beta1.php:47
#: announcements/announce-applications-15.04-beta2.php:47
#: announcements/announce-applications-15.04-beta3.php:47
#: announcements/announce-applications-15.04-rc.php:47
#: announcements/announce-applications-15.04.0.php:81
#: announcements/announce-applications-15.04.1.php:62
#: announcements/announce-applications-15.04.2.php:62
#: announcements/announce-applications-15.04.3.php:62
#: announcements/announce-applications-15.08-beta.php:47
#: announcements/announce-applications-15.08-rc.php:47
#: announcements/announce-applications-15.08.0.php:107
#: announcements/announce-applications-15.08.1.php:62
#: announcements/announce-applications-15.08.2.php:62
#: announcements/announce-applications-15.08.3.php:62
#: announcements/announce-applications-15.12-beta.php:47
#: announcements/announce-applications-15.12-rc.php:47
#: announcements/announce-applications-15.12.0.php:159
#: announcements/announce-applications-15.12.1.php:62
#: announcements/announce-applications-15.12.2.php:62
#: announcements/announce-applications-15.12.3.php:62
#: announcements/announce-applications-16.04-beta.php:51
#: announcements/announce-applications-16.04-rc.php:47
#: announcements/announce-applications-16.04.0.php:156
#: announcements/announce-applications-16.04.1.php:62
#: announcements/announce-applications-16.04.2.php:62
#: announcements/announce-applications-16.04.3.php:62
#: announcements/announce-applications-16.08-beta.php:51
#: announcements/announce-applications-16.08-rc.php:51
#: announcements/announce-applications-16.08.0.php:118
#: announcements/announce-applications-16.08.1.php:62
#: announcements/announce-applications-16.08.2.php:62
#: announcements/announce-applications-16.08.3.php:62
#: announcements/announce-applications-16.12-beta.php:51
#: announcements/announce-applications-16.12-rc.php:51
#: announcements/announce-applications-16.12.0.php:159
#: announcements/announce-applications-16.12.1.php:66
#: announcements/announce-applications-16.12.2.php:62
#: announcements/announce-applications-16.12.3.php:62
#: announcements/announce-applications-17.04-beta.php:51
#: announcements/announce-applications-17.04-rc.php:51
#: announcements/announce-applications-17.04.0.php:152
#: announcements/announce-applications-17.04.1.php:62
#: announcements/announce-applications-17.04.2.php:62
#: announcements/announce-applications-17.04.3.php:62
#: announcements/announce-applications-17.08-beta.php:51
#: announcements/announce-applications-17.08-rc.php:51
#: announcements/announce-applications-17.08.0.php:126
#: announcements/announce-applications-17.08.1.php:62
#: announcements/announce-applications-17.08.2.php:70
#: announcements/announce-applications-17.08.3.php:70
#: announcements/announce-applications-17.12-beta.php:51
#: announcements/announce-applications-17.12-rc.php:51
#: announcements/announce-applications-17.12.0.php:129
#: announcements/announce-applications-17.12.1.php:66
#: announcements/announce-applications-17.12.2.php:58
#: announcements/announce-applications-17.12.3.php:66
#: announcements/announce-applications-18.04-beta.php:51
#: announcements/announce-applications-18.04-rc.php:51
#: announcements/announce-applications-18.04.0.php:226
#: announcements/announce-applications-18.04.1.php:66
#: announcements/announce-applications-18.04.2.php:66
#: announcements/announce-applications-18.04.3.php:66
#: announcements/announce-applications-18.08-beta.php:51
#: announcements/announce-applications-18.08-rc.php:51
-#: announcements/announce-applications-18.08.0.php:170
+#: announcements/announce-applications-18.08.0.php:171
#: announcements/announce-frameworks5-alpha.php:50
#: announcements/announce-frameworks5-alpha2.php:50
#: announcements/announce-frameworks5-beta1.php:61
#: announcements/announce-frameworks5-beta3.php:51
#: announcements/announce-plasma-2014.6-alpha1.php:43
#: announcements/announce-plasma-next-beta1.php:178
#: announcements/kde-frameworks-5.0.php:118
#: announcements/kde-frameworks-5.1.php:91
#: announcements/kde-frameworks-5.10.0.php:220
#: announcements/kde-frameworks-5.11.0.php:290
#: announcements/kde-frameworks-5.12.0.php:271
#: announcements/kde-frameworks-5.13.0.php:364
#: announcements/kde-frameworks-5.14.0.php:324
#: announcements/kde-frameworks-5.15.0.php:404
#: announcements/kde-frameworks-5.16.0.php:452
#: announcements/kde-frameworks-5.17.0.php:249
#: announcements/kde-frameworks-5.18.0.php:280
#: announcements/kde-frameworks-5.19.0.php:335
#: announcements/kde-frameworks-5.2.0.php:179
#: announcements/kde-frameworks-5.20.0.php:353
#: announcements/kde-frameworks-5.21.0.php:373
#: announcements/kde-frameworks-5.22.0.php:301
#: announcements/kde-frameworks-5.23.0.php:355
#: announcements/kde-frameworks-5.24.0.php:386
#: announcements/kde-frameworks-5.25.0.php:377
#: announcements/kde-frameworks-5.26.0.php:352
#: announcements/kde-frameworks-5.27.0.php:339
#: announcements/kde-frameworks-5.28.0.php:375
#: announcements/kde-frameworks-5.29.0.php:350
#: announcements/kde-frameworks-5.3.0.php:225
#: announcements/kde-frameworks-5.30.0.php:350
#: announcements/kde-frameworks-5.31.0.php:291
#: announcements/kde-frameworks-5.32.0.php:287
#: announcements/kde-frameworks-5.33.0.php:264
#: announcements/kde-frameworks-5.34.0.php:299
#: announcements/kde-frameworks-5.35.0.php:277
#: announcements/kde-frameworks-5.36.0.php:269
#: announcements/kde-frameworks-5.37.0.php:357
#: announcements/kde-frameworks-5.38.0.php:326
#: announcements/kde-frameworks-5.39.0.php:337
#: announcements/kde-frameworks-5.4.0.php:207
#: announcements/kde-frameworks-5.40.0.php:307
#: announcements/kde-frameworks-5.41.0.php:389
#: announcements/kde-frameworks-5.42.0.php:427
#: announcements/kde-frameworks-5.43.0.php:372
#: announcements/kde-frameworks-5.44.0.php:385
#: announcements/kde-frameworks-5.45.0.php:461
#: announcements/kde-frameworks-5.46.0.php:350
#: announcements/kde-frameworks-5.47.0.php:341
#: announcements/kde-frameworks-5.48.0.php:386
#: announcements/kde-frameworks-5.49.0.php:567
#: announcements/kde-frameworks-5.5.0.php:246
#: announcements/kde-frameworks-5.6.0.php:241
#: announcements/kde-frameworks-5.7.0.php:341
#: announcements/kde-frameworks-5.8.0.php:221
#: announcements/kde-frameworks-5.9.0.php:242
#: announcements/kirigami-1.1.php:87 announcements/plasma-5.0-rc.php:72
#: announcements/plasma-5.0.1.php:95 announcements/plasma-5.0.2.php:95
#: announcements/plasma-5.0.95.php:138 announcements/plasma-5.1.1.php:115
#: announcements/plasma-5.1.2.php:98 announcements/plasma-5.1.95.php:162
#: announcements/plasma-5.1/index.php:164 announcements/plasma-5.10.0.php:310
#: announcements/plasma-5.10.1.php:186 announcements/plasma-5.10.2.php:186
#: announcements/plasma-5.10.3.php:194 announcements/plasma-5.10.4.php:187
#: announcements/plasma-5.10.5.php:183 announcements/plasma-5.10.95.php:273
#: announcements/plasma-5.11.0.php:279 announcements/plasma-5.11.1.php:185
#: announcements/plasma-5.11.2.php:186 announcements/plasma-5.11.3.php:185
#: announcements/plasma-5.11.4.php:186 announcements/plasma-5.11.5.php:184
#: announcements/plasma-5.11.95.php:447 announcements/plasma-5.12.0.php:430
#: announcements/plasma-5.12.1.php:185 announcements/plasma-5.12.2.php:186
#: announcements/plasma-5.12.3.php:185 announcements/plasma-5.12.4.php:186
#: announcements/plasma-5.12.5.php:185 announcements/plasma-5.12.6.php:185
#: announcements/plasma-5.12.90.php:277 announcements/plasma-5.13.0.php:280
#: announcements/plasma-5.13.1.php:185 announcements/plasma-5.13.2.php:184
#: announcements/plasma-5.13.3.php:184 announcements/plasma-5.13.4.php:185
#: announcements/plasma-5.2.0.php:189 announcements/plasma-5.2.1.php:113
#: announcements/plasma-5.2.2.php:111 announcements/plasma-5.2.95.php:237
#: announcements/plasma-5.3.0.php:261 announcements/plasma-5.3.1.php:115
#: announcements/plasma-5.3.2.php:114 announcements/plasma-5.3.95.php:235
#: announcements/plasma-5.4.0.php:255 announcements/plasma-5.4.1.php:116
#: announcements/plasma-5.4.2.php:115 announcements/plasma-5.4.3.php:116
#: announcements/plasma-5.4.95.php:223 announcements/plasma-5.5.0.php:244
#: announcements/plasma-5.5.1.php:119 announcements/plasma-5.5.2.php:119
#: announcements/plasma-5.5.3.php:115 announcements/plasma-5.5.4.php:112
#: announcements/plasma-5.5.5.php:115 announcements/plasma-5.5.95.php:241
#: announcements/plasma-5.6.0.php:267 announcements/plasma-5.6.1.php:121
#: announcements/plasma-5.6.2.php:121 announcements/plasma-5.6.3.php:121
#: announcements/plasma-5.6.4.php:121 announcements/plasma-5.6.5.php:120
#: announcements/plasma-5.6.95.php:184 announcements/plasma-5.7.0.php:179
#: announcements/plasma-5.7.1.php:122 announcements/plasma-5.7.2.php:120
#: announcements/plasma-5.7.3.php:121 announcements/plasma-5.7.4.php:121
#: announcements/plasma-5.7.5.php:121 announcements/plasma-5.7.95.php:253
#: announcements/plasma-5.8.0.php:251 announcements/plasma-5.8.1.php:122
#: announcements/plasma-5.8.2.php:120 announcements/plasma-5.8.3.php:121
#: announcements/plasma-5.8.4.php:125 announcements/plasma-5.8.5.php:121
#: announcements/plasma-5.8.6.php:175 announcements/plasma-5.8.7.php:177
#: announcements/plasma-5.8.8.php:186 announcements/plasma-5.8.9.php:186
#: announcements/plasma-5.8.95.php:230 announcements/plasma-5.9.0.php:226
#: announcements/plasma-5.9.1.php:122 announcements/plasma-5.9.2.php:179
#: announcements/plasma-5.9.3.php:175 announcements/plasma-5.9.4.php:176
#: announcements/plasma-5.9.5.php:178 announcements/plasma-5.9.95.php:311
#: announcements/plasma5.0-beta2/index.php:155
#: announcements/plasma5.0/index.php:188
msgid "Supporting KDE"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.1.php:64 announcements/announce-4.10.2.php:64
#: announcements/announce-4.10.3.php:64 announcements/announce-4.10.4.php:64
#: announcements/announce-4.10.5.php:64
#: announcements/announce-4.11-beta1.php:85
#: announcements/announce-4.11-beta2.php:85
#: announcements/announce-4.11-rc1.php:85
#: announcements/announce-4.11-rc2.php:87 announcements/announce-4.11.1.php:66
#: announcements/announce-4.11.2.php:66 announcements/announce-4.11.3.php:66
#: announcements/announce-4.11.4.php:66 announcements/announce-4.11.5.php:66
#: announcements/announce-4.12-beta1.php:65
#: announcements/announce-4.12-beta2.php:65
#: announcements/announce-4.12-beta3.php:65
#: announcements/announce-4.12-rc.php:65 announcements/announce-4.12.1.php:63
#: announcements/announce-4.12.2.php:63 announcements/announce-4.12.3.php:63
#: announcements/announce-4.12.4.php:64 announcements/announce-4.12.5.php:64
#: announcements/announce-4.13-beta1.php:61
#: announcements/announce-4.13-beta2.php:61
#: announcements/announce-frameworks5-alpha.php:54
#: announcements/announce-frameworks5-alpha2.php:54
#: announcements/announce-frameworks5-beta1.php:65
#: announcements/announce-frameworks5-beta3.php:55
#: announcements/announce-plasma-2014.6-alpha1.php:47
msgid "KDE is a <a href='http://www.gnu.org/philosophy/free-sw.html'>Free Software</a> community that exists and grows only because of the help of many volunteers that donate their time and effort. KDE is always looking for new volunteers and contributions, whether it is help with coding, bug fixing or reporting, writing documentation, translations, promotion, money, etc. All contributions are gratefully appreciated and eagerly accepted. Please read through the <a href='/community/donations/'>Supporting KDE page</a> for further information or become a KDE e.V. supporting member through our new <a href='http://jointhegame.kde.org/'>Join the Game</a> initiative. </p>"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.2.php:4
msgid "KDE Ships April Updates to Plasma Workspaces, Applications and Platform"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.2.php:15
msgid "April 2, 2013. Today KDE released updates for its Workspaces, Applications and Development Platform. These updates are the second in a series of monthly stabilization updates to the 4.10 series. 4.10.2 updates bring many bugfixes and translation updates on top of the 4.10 release and are recommended updates for everyone running the 4.10 release series. As this release only contains bugfixes and translation updates, it will be a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.2.php:17
msgid "The over 100 recorded bugfixes include improvements to the Personal Information Management suite Kontact, the Window Manager KWin, and others. KDE's Development Platform has received a number of updates that affect multiple applications. The changes are listed on <a href='%1'>KDE's issue tracker</a>. For a detailed list of changes that went into 4.10.2, you can browse the Subversion and Git logs."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.2.php:19
msgid "To download source code or packages to install go to the <a href='http://www.kde.org/info/4.10.2.php'>4.10.2 Info Page</a>. If you want to find out more about the 4.10 versions of KDE Workspaces, Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.10/'>4.10 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.2.php:31
msgid ""
"KDE software, including all libraries and applications, is available for free under Open Source licenses. KDE's software can be obtained as source code and various binary formats from <a\n"
"href='http://download.kde.org/stable/4.10.2/'>http://download.kde.org</a> or from any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.2.php:39
msgid "Installing 4.10.2 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.2.php:43
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.10.2 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.2.php:48
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='/info/4.10.2.php#binary'>4.10.2 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.2.php:52
msgid "Compiling 4.10.2"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.2.php:56
msgid "The complete source code for 4.10.2 may be <a href='http://download.kde.org/stable/4.10.2/src/'>freely downloaded</a>. Instructions on compiling and installing 4.10.2 are available from the <a href='/info/4.10.2.php'>4.10.2 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.3.php:4
msgid "KDE Ships May Updates to Plasma Workspaces, Applications and Platform"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.3.php:15
msgid "May 7, 2013. Today KDE released updates for its Workspaces, Applications and Development Platform. These updates continue the series of monthly stabilization updates to the 4.10 series. 4.10.3 updates bring many bugfixes and translation updates on top of the 4.10 release and are recommended updates for everyone running the 4.10 release series. As this release only contains bugfixes and translation updates, it will be a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.3.php:17
msgid "The over 75 recorded bugfixes include improvements to the Personal Information Management suite Kontact, the Window Manager KWin, and others. The changes are listed on <a href='%1'>KDE's issue tracker</a>. For a detailed list of changes that went into 4.10.3, you can browse the Subversion and Git logs."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.3.php:19
msgid "To download source code or packages to install go to the <a href='http://www.kde.org/info/4.10.3.php'>4.10.3 Info Page</a>. If you want to find out more about the 4.10 versions of KDE Workspaces, Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.10/'>4.10 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.3.php:31
msgid ""
"KDE software, including all libraries and applications, is available for free under Open Source licenses. KDE's software can be obtained as source code and various binary formats from <a\n"
"href='http://download.kde.org/stable/4.10.3/'>http://download.kde.org</a> or from any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.3.php:39
msgid "Installing 4.10.3 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.3.php:43
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.10.3 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.3.php:48
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='/info/4.10.3.php#binary'>4.10.3 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.3.php:52
msgid "Compiling 4.10.3"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.3.php:56
msgid "The complete source code for 4.10.3 may be <a href='http://download.kde.org/stable/4.10.3/src/'>freely downloaded</a>. Instructions on compiling and installing 4.10.3 are available from the <a href='/info/4.10.3.php'>4.10.3 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.4.php:4 announcements/announce-4.13.2.php:4
msgid "KDE Ships June Updates to Applications, Platform and Plasma Workspaces"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.4.php:15
msgid "June 4, 2013. Today KDE released updates for its Workspaces, Applications and Development Platform. These updates continue the series of monthly stabilization updates to the 4.10 series. 4.10.4 updates bring many bugfixes and translation updates on top of the 4.10 release and are recommended updates for everyone running the 4.10 release series. As this release only contains bugfixes and translation updates, it will be a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.4.php:17
msgid "The over 50 recorded bugfixes include improvements to the Personal Information Management suite Kontact, the File Manager Dolphin, and others. The changes are listed on <a href='%1'>KDE's issue tracker</a>. For a detailed list of changes that went into 4.10.4, you can browse the Subversion and Git logs."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.4.php:19
msgid "To download source code or packages to install go to the <a href='http://www.kde.org/info/4.10.4.php'>4.10.4 Info Page</a>. If you want to find out more about the 4.10 versions of KDE Workspaces, Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.10/'>4.10 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.4.php:31
msgid ""
"KDE software, including all libraries and applications, is available for free under Open Source licenses. KDE's software can be obtained as source code and various binary formats from <a\n"
"href='http://download.kde.org/stable/4.10.4/'>http://download.kde.org</a> or from any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.4.php:39
msgid "Installing 4.10.4 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.4.php:43
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.10.4 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.4.php:48
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='/info/4.10.4.php#binary'>4.10.4 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.4.php:52
msgid "Compiling 4.10.4"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.4.php:56
msgid "The complete source code for 4.10.4 may be <a href='http://download.kde.org/stable/4.10.4/src/'>freely downloaded</a>. Instructions on compiling and installing 4.10.4 are available from the <a href='/info/4.10.4.php'>4.10.4 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.5.php:4 announcements/announce-4.13.3.php:4
msgid "KDE Ships July Updates to Applications, Platform and Plasma Workspaces"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.5.php:15
msgid "July 2, 2013. Today KDE released updates for its Workspaces, Applications and Development Platform. These updates continue the series of monthly stabilization updates to the 4.10 series. 4.10.5 updates bring many bugfixes and translation updates on top of the 4.10 release and are recommended updates for everyone running the 4.10 release series. As this release only contains bugfixes and translation updates, it will be a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.5.php:17
msgid "The over 30 recorded bugfixes include improvements to the Personal Information Management suite Kontact, the File Manager Dolphin, and others. The changes are listed on <a href='%1'>KDE's issue tracker</a>. For a detailed list of changes that went into 4.10.5, you can browse the Subversion and Git logs."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.5.php:19
msgid "To download source code or packages to install go to the <a href='http://www.kde.org/info/4.10.5.php'>4.10.5 Info Page</a>. If you want to find out more about the 4.10 versions of KDE Workspaces, Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.10/'>4.10 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.5.php:31
msgid ""
"KDE software, including all libraries and applications, is available for free under Open Source licenses. KDE's software can be obtained as source code and various binary formats from <a\n"
"href='http://download.kde.org/stable/4.10.5/'>http://download.kde.org</a> or from any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.5.php:39
msgid "Installing 4.10.5 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.5.php:43
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.10.5 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.5.php:48
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='/info/4.10.5.php#binary'>4.10.5 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.10.5.php:52
msgid "Compiling 4.10.5"
msgstr ""
#. +> trunk
#: announcements/announce-4.10.5.php:56
msgid "The complete source code for 4.10.5 may be <a href='http://download.kde.org/stable/4.10.5/src/'>freely downloaded</a>. Instructions on compiling and installing 4.10.5 are available from the <a href='/info/4.10.5.php'>4.10.5 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:4
msgid "KDE Ships First Beta of Plasma Workspaces, Applications and Platform 4.11"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:16
msgid "June 13, 2013. Today KDE released the beta of the new versions of Workspaces, Applications, and Development Platform. With API, dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:20
#: announcements/announce-4.11-beta1.php:22
#: announcements/announce-4.11-beta2.php:20
#: announcements/announce-4.11-beta2.php:22
#: announcements/announce-4.11-rc1.php:20
#: announcements/announce-4.11-rc1.php:22
#: announcements/announce-4.11-rc2.php:22
#: announcements/announce-4.11-rc2.php:24
msgid "New KWalletManager user interface; changes to Okular"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:26
#: announcements/announce-4.11-beta2.php:26
#: announcements/announce-4.11-rc1.php:26
#: announcements/announce-4.11-rc2.php:28
msgid "The 4.11 releases include the following highlights and more:"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:30
#: announcements/announce-4.11-beta2.php:30
#: announcements/announce-4.11-rc1.php:30
#: announcements/announce-4.11-rc2.php:32
msgid "<strong>Qt Quick in Plasma Workspaces</strong>—Qt Quick is continuing to make its way into the Plasma Workspaces. Plasma Quick, KDE&quot;s extensions on top of Qt Quick, allow deeper integration and more powerful apps and Plasma components. One of the central Plasma widgets, the task manager, was completely rewritten in Plasma Quick. It got quite a few bug fixes on its way to the new QML version. The Battery widget was overhauled. It now shows information about all the batteries (e.g. mouse, keyboard) in a system. And the battery icons can now show a finer-grained load-status."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:34
#: announcements/announce-4.11-beta2.php:34
#: announcements/announce-4.11-rc1.php:34
#: announcements/announce-4.11-rc2.php:36
msgid "<strong>Faster Nepomuk indexing</strong>—The Nepomuk semantic engine received massive performance optimizations (e.g., reading data is 6 or more times faster). Indexing happens in two stages: the first stage retrieves general information (such as file type and name) immediately; additional information like MP3 tags, author information and similar is extracted in a second, somehow slower stage. Metadata display is now much faster. In addition, the Nepomuk backup and restore system was improved. The system also got new indexers for documents like odt or docx."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:38
#: announcements/announce-4.11-beta2.php:38
msgid "<strong>Kontact improvements</strong>—Kontact got a faster indexer for its PIM data with improvements to Nepomuk, and a <a href='http://www.aegiap.eu/kdeblog/2013/05/news-in-kdepim-4-11-header-theme-33-grantlee-theme-generator-headerthemeeditor/'>new theme editor</a> for email headers. The way it handles email images now allows it to resize pictures on the fly. The whole KDE PIM suite got a lot of bug fixes, such as the way it deals with Google Calender resources. The PIM Import Wizard allows users to import settings and data from <a href='http://trojita.flaska.net/'>Trojita</a> (the Qt IMAP email client) and all other importers were improved as well."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:42
#: announcements/announce-4.11-beta2.php:42
#: announcements/announce-4.11-rc1.php:42
#: announcements/announce-4.11-rc2.php:44
msgid "<strong>KWin and Path to Wayland</strong>—Initial experimental support for Wayland was added to KWin. KWin also got many OpenGL improvements including support being added for creating an OpenGL 3.1 core context and robustness from using the new functionality provided by the GL_ARB_robustness extension. Numerous KWin optimizations are aimed at reducing CPU and memory overhead in the OpenGL backend. Some desktop effects have been re-written in JavaScript to ease maintenance."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:46
#: announcements/announce-4.11-beta2.php:46
#: announcements/announce-4.11-rc1.php:46
#: announcements/announce-4.11-rc2.php:48
msgid "More improvements can be found in <a href='http://techbase.kde.org/Schedules/KDE4/4.11_Feature_Plan'>the 4.11 Feature Plan</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:48
#: announcements/announce-4.11-beta2.php:48
msgid "With the large number of changes, the 4.11 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the 4.11 team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:51
msgid "KDE Software Compilation 4.11 Beta1"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:53
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.10.80/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:60
msgid "Installing 4.11 Beta1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:64
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.11 Beta1 (internally 4.10.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:69
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_4.11_Beta_1_.284.10.80.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:73
msgid "Compiling 4.11 Beta1"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta1.php:77
msgid "The complete source code for 4.11 Beta1 may be <a href='http://download.kde.org/unstable/4.10.80/src/'>freely downloaded</a>. Instructions on compiling and installing 4.10.80 are available from the <a href='/info/4.10.80.php'>4.10.80 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta2.php:4
msgid "KDE Ships Second Beta of Plasma Workspaces, Applications and Platform 4.11"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta2.php:16
msgid "June 27, 2013. Today KDE released the second beta of the new versions of Workspaces, Applications, and Development Platform. With API, dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta2.php:51
msgid "KDE Software Compilation 4.11 Beta2"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta2.php:53
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.10.90/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta2.php:60
msgid "Installing 4.11 Beta2 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta2.php:64
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.11 Beta2 (internally 4.10.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta2.php:69
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_4.11_Beta_2_.284.10.90.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta2.php:73
msgid "Compiling 4.11 Beta2"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-beta2.php:77
msgid "The complete source code for 4.11 Beta2 may be <a href='http://download.kde.org/unstable/4.10.90/src/'>freely downloaded</a>. Instructions on compiling and installing 4.10.90 are available from the <a href='/info/4.10.90.php'>4.10.90 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc1.php:4
msgid "KDE Ships First Release Candidate of Plasma Workspaces, Applications and Platform 4.11"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc1.php:16
msgid "July 16, 2013. Today KDE released the first release candidate of the new versions of Workspaces, Applications, and Development Platform."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc1.php:38
#: announcements/announce-4.11-rc2.php:40
msgid "<strong>Kontact improvements</strong>—Kontact got a faster indexer for its PIM data with improvements to Nepomuk, and a <a href='http://www.aegiap.eu/kdeblog/2013/05/news-in-kdepim-4-11-header-theme-33-grantlee-theme-generator-headerthemeeditor/'>new theme editor</a> for email headers. The way it handles email images now allows it to resize pictures on the fly. The whole KDE PIM suite got a lot of bug fixes, such as the way it deals with Google Calender resources. The PIM Import Wizard allows users to import settings and data from <a href='http://trojita.flaska.net/'>Trojita</a> (the Qt IMAP email client) and all other importers were improved as well."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc1.php:48
#: announcements/announce-4.11-rc2.php:50
msgid "With the large number of changes, the 4.11 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the 4.11 team by installing the release candidate <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc1.php:51
msgid "KDE Software Compilation 4.11 Release Candidate 1"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc1.php:53
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.10.95/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc1.php:60
msgid "Installing 4.11 Release Candidate 1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc1.php:64
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.11 Release Candidate 1 (internally 4.10.95) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc1.php:69
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_4.11_RC_1_.284.10.95.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc1.php:73
msgid "Compiling 4.11 Release Candidate 1"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc1.php:77
msgid "The complete source code for 4.11 Release Candidate 1 may be <a href='http://download.kde.org/unstable/4.10.95/src/'>freely downloaded</a>. Instructions on compiling and installing 4.10.95 are available from the <a href='/info/4.10.95.php'>4.10.95 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc2.php:4
msgid "KDE Ships Second Release Candidate of Plasma Workspaces, Applications and Platform 4.11"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc2.php:18
msgid "July 25, 2013. Today KDE released the second release candidate of the new versions of Workspaces, Applications, and Development Platform."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc2.php:53
msgid "KDE Software Compilation 4.11 Release Candidate 2"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc2.php:55
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.10.97/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc2.php:62
msgid "Installing 4.11 Release Candidate 2 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc2.php:66
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.11 Release Candidate 2 (internally 4.10.97) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc2.php:71
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_4.11_RC_2_.284.10.97.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc2.php:75
msgid "Compiling 4.11 Release Candidate 2"
msgstr ""
#. +> trunk
#: announcements/announce-4.11-rc2.php:79
msgid "The complete source code for 4.11 Release Candidate 2 may be <a href='http://download.kde.org/unstable/4.10.97/src/'>freely downloaded</a>. Instructions on compiling and installing 4.10.97 are available from the <a href='/info/4.10.97.php'>4.10.97 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.1.php:4
msgid "KDE Ships September Updates to Plasma Workspaces, Applications and Platform"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.1.php:15
msgid "September 3, 2013. Today KDE released updates for its Workspaces, Applications and Development Platform. These updates are the first in a series of monthly stabilization updates to the 4.11 series. As was announced on the release, the workspaces will continue to receive updates for the next two years. This release only contains bugfixes and translation updates and will be a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.1.php:17
msgid "More than 70 recorded bugfixes include improvements to the Window Manager KWin, the file manager Dolphin, and others. Users can expect Plasma Desktop to start up faster, Dolphin to scroll smoother, and various applications and tools will use less memory. Improvements include the return of drag-and-drop from taskbar to pager, highlighting and color fixes in Kate and MANY little bugs squashed in the Kmahjongg game. There are many stability fixes and the usual additions of translations."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.1.php:19
msgid "A more complete <a href='%1'>list</a> of changes can be found in KDE's issue tracker. For a detailed list of changes that went into 4.11.1, you can also browse the Git logs."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.1.php:21
msgid "To download source code or packages to install go to the <a href='http://www.kde.org/info/4.11.1.php'>4.11.1 Info Page</a>. If you want to find out more about the 4.11 versions of KDE Workspaces, Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.11/'>4.11 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.1.php:33
msgid ""
"KDE software, including all libraries and applications, is available for free under Open Source licenses. KDE's software can be obtained as source code and various binary formats from <a\n"
"href='http://download.kde.org/stable/4.11.1/'>http://download.kde.org</a> or from any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.1.php:41
msgid "Installing 4.11.1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.1.php:45
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.11.1 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.1.php:50
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='/info/4.11.1.php#binary'>4.11.1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.1.php:54
msgid "Compiling 4.11.1"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.1.php:58
msgid "The complete source code for 4.11.1 may be <a href='http://download.kde.org/stable/4.11.1/src/'>freely downloaded</a>. Instructions on compiling and installing 4.11.1 are available from the <a href='/info/4.11.1.php'>4.11.1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.2.php:4
msgid "KDE Ships October Updates to Plasma Workspaces, Applications and Platform"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.2.php:15
msgid "October 1, 2013. Today KDE released updates for its Workspaces, Applications and Development Platform. These updates are the second in a series of monthly stabilization updates to the 4.11 series. As was announced on the release, the workspaces will continue to receive updates for the next two years. This release only contains bugfixes and translation updates and will be a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.2.php:17
msgid "More than 70 recorded bugfixes include improvements to the Window Manager KWin, the file manager Dolphin, the personal information management suite Kontact, and others. There are many stability fixes and the usual additions of translations."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.2.php:19
msgid "A more complete <a href='%1'>list</a> of changes can be found in KDE's issue tracker. For a detailed list of changes that went into 4.11.2, you can also browse the Git logs."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.2.php:21
msgid "To download source code or packages to install go to the <a href='http://www.kde.org/info/4.11.2.php'>4.11.2 Info Page</a>. If you want to find out more about the 4.11 versions of KDE Workspaces, Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.11/'>4.11 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.2.php:33
msgid ""
"KDE software, including all libraries and applications, is available for free under Open Source licenses. KDE's software can be obtained as source code and various binary formats from <a\n"
"href='http://download.kde.org/stable/4.11.2/'>http://download.kde.org</a> or from any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.2.php:41
msgid "Installing 4.11.2 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.2.php:45
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.11.2 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.2.php:50
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='/info/4.11.2.php#binary'>4.11.2 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.2.php:54
msgid "Compiling 4.11.2"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.2.php:58
msgid "The complete source code for 4.11.2 may be <a href='http://download.kde.org/stable/4.11.2/src/'>freely downloaded</a>. Instructions on compiling and installing 4.11.2 are available from the <a href='/info/4.11.2.php'>4.11.2 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.3.php:4
msgid "KDE Ships November Updates to Plasma Workspaces, Applications and Platform"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.3.php:15
msgid "November 5, 2013. Today KDE released updates for its Workspaces, Applications and Development Platform. These updates are the third in a series of monthly stabilization updates to the 4.11 series. As was announced on the release, the workspaces will continue to receive updates for the next two years. This release only contains bugfixes and translation updates and will be a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.3.php:17
msgid "At least 120 recorded bugfixes include improvements to the Window Manager KWin, the file manager Dolphin, the personal information management suite Kontact, the UML tool Umbrello, and others. There are many stability fixes and the usual additions of translations."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.3.php:19
msgid "A more complete <a href='%1'>list</a> of changes can be found in KDE's issue tracker. For a detailed list of changes that went into 4.11.3, you can also browse the Git logs."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.3.php:21
msgid "To download source code or packages to install go to the <a href='http://www.kde.org/info/4.11.3.php'>4.11.3 Info Page</a>. If you want to find out more about the 4.11 versions of KDE Workspaces, Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.11/'>4.11 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.3.php:33
msgid ""
"KDE software, including all libraries and applications, is available for free under Open Source licenses. KDE's software can be obtained as source code and various binary formats from <a\n"
"href='http://download.kde.org/stable/4.11.3/'>http://download.kde.org</a> or from any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.3.php:41
msgid "Installing 4.11.3 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.3.php:45
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.11.3 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.3.php:50
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='/info/4.11.3.php#binary'>4.11.3 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.3.php:54
msgid "Compiling 4.11.3"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.3.php:58
msgid "The complete source code for 4.11.3 may be <a href='http://download.kde.org/stable/4.11.3/src/'>freely downloaded</a>. Instructions on compiling and installing 4.11.3 are available from the <a href='/info/4.11.3.php'>4.11.3 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.4.php:4
msgid "KDE Ships December Updates to Plasma Workspaces, Applications and Platform"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.4.php:15
msgid "December 3, 2013. Today KDE released updates for its Workspaces, Applications and Development Platform. These updates are the fourth in a series of monthly stabilization updates to the 4.11 series. As was announced on the release, the workspaces will continue to receive updates for the next two years. This release only contains bugfixes and translation updates and will be a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.4.php:17
msgid "At least 65 recorded bugfixes include improvements to the personal information management suite Kontact, the UML tool Umbrello, the window manager KWin, the web browser Konqueror, and others. There are many stability fixes."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.4.php:19
msgid "A more complete <a href='%1'>list</a> of changes can be found in KDE's issue tracker. For a detailed list of changes that went into 4.11.4, you can also browse the Git logs."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.4.php:21
msgid "To download source code or packages to install go to the <a href='http://www.kde.org/info/4.11.4.php'>4.11.4 Info Page</a>. If you want to find out more about the 4.11 versions of KDE Workspaces, Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.11/'>4.11 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.4.php:33
msgid ""
"KDE software, including all libraries and applications, is available for free under Open Source licenses. KDE's software can be obtained as source code and various binary formats from <a\n"
"href='http://download.kde.org/stable/4.11.4/'>http://download.kde.org</a> or from any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.4.php:41
msgid "Installing 4.11.4 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.4.php:45
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.11.4 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.4.php:50
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='/info/4.11.4.php#binary'>4.11.4 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.4.php:54
msgid "Compiling 4.11.4"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.4.php:58
msgid "The complete source code for 4.11.4 may be <a href='http://download.kde.org/stable/4.11.4/src/'>freely downloaded</a>. Instructions on compiling and installing 4.11.4 are available from the <a href='/info/4.11.4.php'>4.11.4 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.5.php:4
msgid "KDE Ships January Updates to Plasma Workspaces, Applications and Platform"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.5.php:15
msgid "January 7, 2014. Today KDE released updates for its Workspaces, Applications and Development Platform. These updates are the fifth in a series of monthly stabilization updates to the 4.11 series. As was announced on the release, the workspaces will continue to receive updates until August 2015. This release only contains bugfixes and translation updates and will be a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.5.php:17
msgid "Several recorded bugfixes include improvements to the personal information management suite Kontact, the UML tool Umbrello, the document viewer Okular, the web browser Konqueror, the file manager Dolphin, and others. The Plasma calculator can handle greek letters now and Okular can print pages with long titles. And Konqueror got better web fonts support through fixing a bug."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.5.php:19
msgid "A more complete <a href='%1'>list</a> of changes can be found in KDE's issue tracker. For a detailed list of changes that went into 4.11.5, you can also browse the Git logs."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.5.php:21
msgid "To download source code or packages to install go to the <a href='http://www.kde.org/info/4.11.5.php'>4.11.5 Info Page</a>. If you want to find out more about the 4.11 versions of KDE Workspaces, Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.11/'>4.11 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.5.php:33
msgid ""
"KDE software, including all libraries and applications, is available for free under Open Source licenses. KDE's software can be obtained as source code and various binary formats from <a\n"
"href='http://download.kde.org/stable/4.11.5/'>http://download.kde.org</a> or from any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.5.php:41
msgid "Installing 4.11.5 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.5.php:45
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.11.5 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.5.php:50
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='/info/4.11.5.php#binary'>4.11.5 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.11.5.php:54
msgid "Compiling 4.11.5"
msgstr ""
#. +> trunk
#: announcements/announce-4.11.5.php:58
msgid "The complete source code for 4.11.5 may be <a href='http://download.kde.org/stable/4.11.5/src/'>freely downloaded</a>. Instructions on compiling and installing 4.11.5 are available from the <a href='/info/4.11.5.php'>4.11.5 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta1.php:4
msgid "KDE Ships First Beta of Applications and Platform 4.12"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta1.php:15
msgid "November 7, 2013. Today KDE released the beta of the new versions of Applications and Development Platform. With API, dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta1.php:19
#: announcements/announce-4.12-beta2.php:19
#: announcements/announce-4.12-beta3.php:19
#: announcements/announce-4.12-rc.php:19
msgid "This release does not include Plasma Workspaces since it was frozen for new features in 4.11.x. The Development Platform has been virtually frozen for a number of releases, so this release is mainly about improving and polishing Applications."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta1.php:23
#: announcements/announce-4.12-beta2.php:23
#: announcements/announce-4.12-beta3.php:23
#: announcements/announce-4.12-rc.php:23
msgid "A non complete list of improvements can be found in <a href='http://techbase.kde.org/Schedules/KDE4/4.12_Feature_Plan'>the 4.12 Feature Plan</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta1.php:27
#: announcements/announce-4.12-beta2.php:27
#: announcements/announce-4.12-beta3.php:27
msgid "With the large number of changes, the 4.12 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the 4.12 team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta1.php:31
msgid "KDE Software Compilation 4.12 Beta1"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta1.php:33
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.11.80/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta1.php:40
msgid "Installing 4.12 Beta1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta1.php:44
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.12 Beta1 (internally 4.11.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta1.php:49
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_SC_4.12_Beta_1_.284.11.80.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta1.php:53
msgid "Compiling 4.12 Beta1"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta1.php:57
msgid "The complete source code for 4.12 Beta1 may be <a href='http://download.kde.org/unstable/4.11.80/src/'>freely downloaded</a>. Instructions on compiling and installing 4.11.80 are available from the <a href='/info/4.11.80.php'>4.11.80 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta2.php:4
msgid "KDE Ships Second Beta of Applications and Platform 4.12"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta2.php:15
msgid "November 14, 2013. Today KDE released the second beta of the new versions of Applications and Development Platform. With API, dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta2.php:31
msgid "KDE Software Compilation 4.12 Beta2"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta2.php:33
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.11.90/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta2.php:40
msgid "Installing 4.12 Beta2 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta2.php:44
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.12 Beta2 (internally 4.11.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta2.php:49
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_SC_4.12_Beta_2_.284.11.90.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta2.php:53
msgid "Compiling 4.12 Beta2"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta2.php:57
msgid "The complete source code for 4.12 Beta2 may be <a href='http://download.kde.org/unstable/4.11.90/src/'>freely downloaded</a>. Instructions on compiling and installing 4.11.90 are available from the <a href='/info/4.11.90.php'>4.11.90 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta3.php:4
msgid "KDE Ships Third Beta of Applications and Platform 4.12"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta3.php:15
msgid "November 21, 2013. Today KDE released the third beta of the new versions of Applications and Development Platform. With API, dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta3.php:31
msgid "KDE Software Compilation 4.12 Beta3"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta3.php:33
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.11.95/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta3.php:40
msgid "Installing 4.12 Beta3 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta3.php:44
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.12 Beta3 (internally 4.11.95) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta3.php:49
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_SC_4.12_Beta_3_.284.11.95.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta3.php:53
msgid "Compiling 4.12 Beta3"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-beta3.php:57
msgid "The complete source code for 4.12 Beta3 may be <a href='http://download.kde.org/unstable/4.11.95/src/'>freely downloaded</a>. Instructions on compiling and installing 4.11.95 are available from the <a href='/info/4.11.95.php'>4.11.95 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-rc.php:4
msgid "KDE Ships Release Candidate of Applications and Platform 4.12"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-rc.php:15
msgid "November 28, 2013. Today KDE released the release candidate of the new versions of Applications and Development Platform."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-rc.php:27
msgid "With the large number of changes, the 4.12 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the 4.12 team by installing the release candidate <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-rc.php:31
msgid "KDE Software Compilation 4.12 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-rc.php:33
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.11.97/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-rc.php:40
msgid "Installing 4.12 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-rc.php:44
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.12 Release Candidate (internally 4.11.97) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-rc.php:49
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_SC_4.12_RC_.284.11.97.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12-rc.php:53
msgid "Compiling 4.12 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-4.12-rc.php:57
msgid "The complete source code for 4.12 Release Candidate may be <a href='http://download.kde.org/unstable/4.11.97/src/'>freely downloaded</a>. Instructions on compiling and installing 4.11.97 are available from the <a href='/info/4.11.97.php'>4.11.97 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.1.php:4
msgid "KDE Ships January Updates to Applications and Platform"
msgstr ""
#. +> trunk
#: announcements/announce-4.12.1.php:15
msgid "January 14, 2014. Today KDE released updates for its Applications and Development Platform, the first in a series of monthly stabilization updates to the 4.12 series. Starting with the 4.12.2 releases, the KDE Workspaces 4.11.x releases will be synchronized with those of KDE Applications and Development Platform 4.12.x. This release contains only bugfixes and translation updates; it will be a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.1.php:17
msgid "More than 45 recorded bugfixes include improvements to the personal information management suite Kontact, the UML tool Umbrello, the document viewer Okular, the web browser Konqueror, the file manager Dolphin, and others. Umbrello standardizes the global, diagram and widget settings and adds a clone diagram function. Dolphin gets a bug fixed that slowed down pdf preview under certain circumstances. In Kontact, several bugs and regressions were fixed in the KOrganizer, Akregator and KMail components."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.1.php:19
msgid "A more complete <a href='%1'>list</a> of changes can be found in KDE's issue tracker. Browse the Git logs for a detailed list of changes in 4.12.1."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.1.php:21
msgid "To download source code or packages to install go to the <a href='http://www.kde.org/info/4.12.1.php'>4.12.1 Info Page</a>. If you want to find out more about the 4.12 versions of KDE Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.12/'>4.12 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.1.php:30
msgid ""
"KDE software, including all libraries and applications, is available for free under Open Source licenses. KDE's software can be obtained as source code and various binary formats from <a\n"
"href='http://download.kde.org/stable/4.12.1/'>http://download.kde.org</a> or from any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.1.php:38
msgid "Installing 4.12.1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.12.1.php:42
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.12.1 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.1.php:47
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='/info/4.12.1.php#binary'>4.12.1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.1.php:51
msgid "Compiling 4.12.1"
msgstr ""
#. +> trunk
#: announcements/announce-4.12.1.php:55
msgid "The complete source code for 4.12.1 may be <a href='http://download.kde.org/stable/4.12.1/src/'>freely downloaded</a>. Instructions on compiling and installing 4.12.1 are available from the <a href='/info/4.12.1.php'>4.12.1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.2.php:4
msgid "KDE Ships February Updates to Applications, Platform and Plasma Workspaces"
msgstr ""
#. +> trunk
#: announcements/announce-4.12.2.php:15
msgid "February 4, 2014. Today KDE released updates for its Applications and Development Platform, the second in a series of monthly stabilization updates to the 4.12 series. This release also includes an updated Plasma Workspaces 4.11.6. This release contains only bugfixes and translation updates; it will be a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.2.php:17
msgid "More than 20 recorded bugfixes include improvements to the personal information management suite Kontact, the UML tool Umbrello, the document viewer Okular, the web browser Konqueror, the file manager Dolphin, and others."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.2.php:19 announcements/announce-4.12.3.php:19
msgid "A more complete <a href='%1'>list of changes</a> can be found in KDE's issue tracker. Browse the Git logs for a detailed list of changes in %2."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.2.php:21 announcements/announce-4.12.3.php:21
#: announcements/announce-4.12.4.php:22 announcements/announce-4.12.5.php:22
msgid "To download source code or packages to install go to the <a href='http://www.kde.org/info/%1.php'>%1 Info Page</a>. If you want to find out more about the 4.12 versions of KDE Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.12/'>4.12 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.2.php:30 announcements/announce-4.12.3.php:30
#: announcements/announce-4.12.4.php:31 announcements/announce-4.12.5.php:31
#: announcements/announce-4.13.1.php:31 announcements/announce-4.13.2.php:33
#: announcements/announce-4.13.3.php:33 announcements/announce-4.14.1.php:33
#: announcements/announce-4.14.2.php:33 announcements/announce-4.14.3.php:33
msgid ""
"KDE software, including all libraries and applications, is available for free under Open Source licenses. KDE's software can be obtained as source code and various binary formats from <a\n"
"href='http://download.kde.org/stable/%1/'>http://download.kde.org</a> or from any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.3.php:4
msgid "KDE Ships March Updates to Applications, Platform and Plasma Workspaces"
msgstr ""
#. +> trunk
#: announcements/announce-4.12.3.php:15
msgid "March 4, 2014. Today KDE released updates for its Applications and Development Platform, the third in a series of monthly stabilization updates to the 4.12 series. This release also includes <a href='%1'>an updated Plasma Workspaces 4.11.7</a>. This release contains only bugfixes and translation updates; it will be a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.3.php:17
msgid "More than 30 recorded bugfixes include improvements to the personal information management suite Kontact, the UML tool Umbrello, the image viewer Gwenview, the web browser Konqueror, the file manager Dolphin, and others."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.4.php:4 announcements/announce-4.12.5.php:4
msgid "KDE Ships April Updates to Applications, Platform and Plasma Workspaces"
msgstr ""
#. +> trunk
#: announcements/announce-4.12.4.php:15
msgid "April 1, 2014. Today KDE released <a href='%1'>updates for its Applications and Development Platform</a>, the fourth in a series of monthly stabilization updates to the 4.12 series. This release also includes an <a href='%2'>updated Plasma Workspaces 4.11.8</a>. Both releases contain only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.4.php:18
msgid "More than 20 recorded bugfixes include improvements to Personal  Information Management suite Kontact, Umbrello UML Modeller, image viewer Gwenview, web browser Konqueror, file manager Dolphin and others."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.4.php:20 announcements/announce-4.12.5.php:20
#: announcements/announce-4.13.1.php:20 announcements/announce-4.13.2.php:20
#: announcements/announce-4.13.3.php:22 announcements/announce-4.14.1.php:20
#: announcements/announce-4.14.2.php:20 announcements/announce-4.14.3.php:20
msgid "A more complete <a href='%1'>list of changes</a> can be found in KDE's issue tracker."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.5.php:15
msgid "April 29, 2014. Today KDE released <a href='%1'>updates for its Applications and Development Platform</a>, the fifth in a series of monthly stabilization updates to the 4.12 series. This release also includes an <a href='%2'>updated Plasma Workspaces 4.11.9</a>. Both releases contain only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.12.5.php:18
msgid "Almost 10 recorded bugfixes to mainly KWin and plasma and including others."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta1.php:4
msgid "KDE Ships First Beta of Applications and Platform 4.13"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta1.php:15
msgid "March 6, 2014. Today KDE released the beta of the new versions of Applications and Development Platform. With API, dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta1.php:19
#: announcements/announce-4.13-beta2.php:19
#: announcements/announce-4.13-beta3.php:19
#: announcements/announce-4.13-rc.php:19
msgid "A non complete list of improvements can be found in <a href='http://techbase.kde.org/Schedules/KDE4/4.13_Feature_Plan'>the 4.13 Feature Plan</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta1.php:23
#: announcements/announce-4.13-beta2.php:23
#: announcements/announce-4.13-beta3.php:23
msgid "With the large number of changes, the 4.13 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the 4.13 team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta1.php:27
msgid "KDE Software Compilation 4.13 Beta1"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta1.php:29
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.12.80/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta1.php:36
msgid "Installing 4.13 Beta1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta1.php:40
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.13 Beta1 (internally 4.12.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta1.php:45
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_SC_4.13_Beta_1_.284.12.80.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta1.php:49
msgid "Compiling 4.13 Beta1"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta1.php:53
msgid "The complete source code for 4.13 Beta1 may be <a href='http://download.kde.org/unstable/4.12.80/src/'>freely downloaded</a>. Instructions on compiling and installing 4.12.80 are available from the <a href='/info/4.12.80.php'>4.12.80 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta2.php:4
msgid "KDE Ships Second Beta of Applications and Platform 4.13"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta2.php:15
msgid "March 13, 2014. Today KDE released the second beta of the new versions of Applications and Development Platform. With API, dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta2.php:27
msgid "KDE Software Compilation 4.13 Beta2"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta2.php:29
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.12.90/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta2.php:36
msgid "Installing 4.13 Beta2 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta2.php:40
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.13 Beta2 (internally 4.12.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta2.php:45
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_SC_4.13_Beta_2_.284.12.90.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta2.php:49
msgid "Compiling 4.13 Beta2"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta2.php:53
msgid "The complete source code for 4.13 Beta2 may be <a href='http://download.kde.org/unstable/4.12.90/src/'>freely downloaded</a>. Instructions on compiling and installing 4.12.90 are available from the <a href='/info/4.12.90.php'>4.12.90 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta3.php:4
msgid "KDE Ships Third Beta of Applications and Platform 4.13"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta3.php:15
msgid "March 20, 2014. Today KDE released the third beta of the new versions of Applications and Development Platform. With API, dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta3.php:27
msgid "KDE Software Compilation 4.13 Beta3"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta3.php:29
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.12.95/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta3.php:36
msgid "Installing 4.13 Beta3 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta3.php:40
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.13 Beta3 (internally 4.12.95) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta3.php:45
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_SC_4.13_Beta_3_.284.12.95.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta3.php:49
msgid "Compiling 4.13 Beta3"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta3.php:53
msgid "The complete source code for 4.13 Beta3 may be <a href='http://download.kde.org/unstable/4.12.95/src/'>freely downloaded</a>. Instructions on compiling and installing 4.12.95 are available from the <a href='/info/4.12.95.php'>4.12.95 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-beta3.php:61
#: announcements/announce-4.13-rc.php:61
msgid "KDE is a <a href='%1'>Free Software</a> community that exists and grows only because of the help of many volunteers that donate their time and effort. KDE is always looking for new volunteers and contributions, whether it is help with coding, bug fixing or reporting, writing documentation, translations, promotion, money, etc. All contributions are gratefully appreciated and eagerly accepted. Please read through the <a href='%2'>Supporting KDE page</a> for further information or become a KDE e.V. supporting member through our new <a href='%3'>Join the Game</a> initiative. </p>"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-rc.php:4
msgid "KDE Ships Release Candidate of Applications and Platform 4.13"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-rc.php:15
msgid "March 27, 2014. Today KDE released the release candidate of the new versions of Applications and Development Platform. With API, dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-rc.php:23
msgid "With the large number of changes, the 4.13 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the 4.13 team by installing the release candidate <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-rc.php:27
msgid "KDE Software Compilation 4.13 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-rc.php:29
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.12.97/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-rc.php:36
msgid "Installing 4.13 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-rc.php:40
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.13 Release Candidate (internally 4.12.97) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-rc.php:45
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_SC_4.13_RC_.284.12.97.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.13-rc.php:49
msgid "Compiling 4.13 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-4.13-rc.php:53
msgid "The complete source code for 4.13 Release Candidate may be <a href='http://download.kde.org/unstable/4.12.97/src/'>freely downloaded</a>. Instructions on compiling and installing 4.12.97 are available from the <a href='/info/4.12.97.php'>4.12.97 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.13.1.php:4
msgid "KDE Ships May Updates to Applications and Platform"
msgstr ""
#. +> trunk
#: announcements/announce-4.13.1.php:15
msgid "May 13, 2014. Today KDE released updates for its Applications and Development Platform, the first in a series of monthly stabilization updates to the 4.13 series. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.13.1.php:18
msgid "More than 50 recorded bugfixes include improvements to Personal Information Management suite Kontact, Umbrello UML Modeller, the Desktop search functionality, web browser Konqueror and the file manager Dolphin."
msgstr ""
#. +> trunk
#: announcements/announce-4.13.1.php:22 announcements/announce-4.13.2.php:24
#: announcements/announce-4.13.3.php:24
msgid "To download source code or packages to install go to the <a href='http://www.kde.org/info/%1.php'>%1 Info Page</a>. If you want to find out more about the 4.13 versions of KDE Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.13/'>4.13 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.13.1.php:43 announcements/announce-4.13.2.php:45
#: announcements/announce-4.13.3.php:45 announcements/announce-4.14.1.php:45
#: announcements/announce-4.14.2.php:45 announcements/announce-4.14.3.php:45
#: announcements/kde-frameworks-5.0.php:121
#: announcements/kde-frameworks-5.1.php:94
#: announcements/kde-frameworks-5.10.0.php:223
#: announcements/kde-frameworks-5.11.0.php:293
#: announcements/kde-frameworks-5.12.0.php:274
#: announcements/kde-frameworks-5.13.0.php:367
#: announcements/kde-frameworks-5.14.0.php:327
#: announcements/kde-frameworks-5.15.0.php:407
#: announcements/kde-frameworks-5.16.0.php:455
#: announcements/kde-frameworks-5.17.0.php:252
#: announcements/kde-frameworks-5.18.0.php:283
#: announcements/kde-frameworks-5.19.0.php:338
#: announcements/kde-frameworks-5.2.0.php:182
#: announcements/kde-frameworks-5.20.0.php:356
#: announcements/kde-frameworks-5.21.0.php:376
#: announcements/kde-frameworks-5.22.0.php:304
#: announcements/kde-frameworks-5.23.0.php:358
#: announcements/kde-frameworks-5.24.0.php:389
#: announcements/kde-frameworks-5.25.0.php:380
#: announcements/kde-frameworks-5.26.0.php:355
#: announcements/kde-frameworks-5.27.0.php:342
#: announcements/kde-frameworks-5.28.0.php:378
#: announcements/kde-frameworks-5.29.0.php:353
#: announcements/kde-frameworks-5.3.0.php:228
#: announcements/kde-frameworks-5.30.0.php:353
#: announcements/kde-frameworks-5.31.0.php:294
#: announcements/kde-frameworks-5.32.0.php:290
#: announcements/kde-frameworks-5.33.0.php:267
#: announcements/kde-frameworks-5.34.0.php:302
#: announcements/kde-frameworks-5.35.0.php:280
#: announcements/kde-frameworks-5.36.0.php:272
#: announcements/kde-frameworks-5.37.0.php:360
#: announcements/kde-frameworks-5.38.0.php:329
#: announcements/kde-frameworks-5.39.0.php:340
#: announcements/kde-frameworks-5.4.0.php:210
#: announcements/kde-frameworks-5.40.0.php:310
#: announcements/kde-frameworks-5.41.0.php:392
#: announcements/kde-frameworks-5.42.0.php:430
#: announcements/kde-frameworks-5.43.0.php:375
#: announcements/kde-frameworks-5.44.0.php:388
#: announcements/kde-frameworks-5.45.0.php:464
#: announcements/kde-frameworks-5.46.0.php:353
#: announcements/kde-frameworks-5.47.0.php:344
#: announcements/kde-frameworks-5.48.0.php:389
#: announcements/kde-frameworks-5.49.0.php:570
#: announcements/kde-frameworks-5.5.0.php:249
#: announcements/kde-frameworks-5.6.0.php:244
#: announcements/kde-frameworks-5.7.0.php:344
#: announcements/kde-frameworks-5.8.0.php:224
#: announcements/kde-frameworks-5.9.0.php:245
msgid "KDE is a <a href='http://www.gnu.org/philosophy/free-sw.html'>Free Software</a> community that exists and grows only because of the help of many volunteers that donate their time and effort. KDE is always looking for new volunteers and contributions, whether it is help with coding, bug fixing or reporting, writing documentation, translations, promotion, money, etc. All contributions are gratefully appreciated and eagerly accepted. Please read through the <a href='/community/donations/'>Donations page</a> for further information or become a KDE e.V. supporting member through our new <a href='https://relate.kde.org/civicrm/contribute/transact?id=5'>Join the Game</a> initiative.</p>"
msgstr ""
#. +> trunk
#: announcements/announce-4.13.2.php:15
msgid "June 10, 2014. Today KDE released updates for its Applications and Development Platform, the second in a series of monthly stabilization updates to the 4.13 series. This release also includes an <a href='https://bugs.kde.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2013-06-01&chfieldto=Now&chfield=cf_versionfixedin&chfieldvalue=4.11.10&cmdtype=doit&order=Bug+Number&field0-0-0=noop&type0-0-0=noop&value0-0-0='>updated Plasma Workspaces 4.11.10</a>. Both releases contain only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.13.2.php:18 announcements/announce-4.13.3.php:20
msgid "More than 40 recorded bugfixes include improvements to Personal Information Management suite Kontact, Umbrello UML Modeller, the Desktop search functionality, web browser Konqueror and the file manager Dolphin."
msgstr ""
#. +> trunk
#: announcements/announce-4.13.2.php:22
msgid "Additional and noteworthy: this release of KDE Applications includes a number of important fixes for Kopete: a decrease in the exit time of Kopete with enabled statistics plugin, a fix for the compilation of jabber libjingle for non x86 architectures and another fix for voice call support in the jabber libjingle library. Without this last fix, voice calls worked only with the old Google Talk windows jingle client. Now after applying the patches it was tested with GMail web plugin, old Google Talk windows client, telepathy-gabble and other Kopete versions."
msgstr ""
#. +> trunk
#: announcements/announce-4.13.3.php:15
msgid "July 15, 2014. Today KDE released <a href=\"http://www.kde.org/announcements/announce-4.13.3.php\">updates for its Applications and Development Platform</a>, the third in a series of monthly stabilization updates to the 4.13 series. This release also includes an <a href=\"https://bugs.kde.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2013-06-01&chfieldto=Now&chfield=cf_versionfixedin&chfieldvalue=4.11.11&cmdtype=doit&order=Bug+Number&field0-0-0=noop&type0-0-0=noop&value0-0-0=\">updated Plasma Workspaces 4.11.11</a>. Both releases contain only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.13.3.php:18
msgid "On the language front Farsi (Persian) reached the <a href=\"http://l10n.kde.org/stats/gui/stable-kde4/essential/\">essential criteria</a> and thus will be again part of this release. And once again Kopete has some important fixes: fixed formatting both plain and html messages when OTR plugin is enabled, loaded but not used for encrypting messages in chat window and fixed generating of html messages in jabber protocol."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta1.php:4
msgid "KDE Ships First Beta of Applications and Platform 4.14"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta1.php:15
msgid "July 10, 2014. Today KDE released the beta of the new versions of Applications and Development Platform. With API, dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta1.php:19
#: announcements/announce-4.14-beta2.php:19
#: announcements/announce-4.14-beta3.php:19
msgid "With the large number of changes, the 4.14 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the 4.14 team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta1.php:23
msgid "KDE Software Compilation 4.14 Beta1"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta1.php:25
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.13.80/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta1.php:32
msgid "Installing 4.14 Beta1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta1.php:36
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.14 Beta1 (internally 4.13.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta1.php:41
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_SC_4.14_Beta_1_.284.13.80.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta1.php:45
msgid "Compiling 4.14 Beta1"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta1.php:49
msgid "The complete source code for 4.14 Beta1 may be <a href='http://download.kde.org/unstable/4.13.80/src/'>freely downloaded</a>. Instructions on compiling and installing 4.13.80 are available from the <a href='/info/4.13.80.php'>4.13.80 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta1.php:57
#: announcements/announce-4.14-beta2.php:57
#: announcements/announce-4.14-beta3.php:57
#: announcements/announce-4.14-rc.php:57
#: announcements/announce-applications-14.12-beta1.php:51
#: announcements/announce-applications-14.12-beta2.php:51
#: announcements/announce-applications-14.12-beta3.php:51
#: announcements/announce-applications-14.12-rc.php:51
#: announcements/announce-applications-14.12.0.php:88
#: announcements/announce-applications-14.12.1.php:66
#: announcements/announce-applications-14.12.2.php:66
#: announcements/announce-applications-14.12.3.php:66
#: announcements/announce-applications-15.04-beta1.php:51
#: announcements/announce-applications-15.04-beta2.php:51
#: announcements/announce-applications-15.04-beta3.php:51
#: announcements/announce-applications-15.04-rc.php:51
#: announcements/announce-applications-15.04.0.php:85
#: announcements/announce-applications-15.04.1.php:66
#: announcements/announce-applications-15.04.2.php:66
#: announcements/announce-applications-15.04.3.php:66
#: announcements/announce-applications-15.08-beta.php:51
#: announcements/announce-applications-15.08-rc.php:51
#: announcements/announce-applications-15.08.0.php:111
#: announcements/announce-applications-15.08.1.php:66
#: announcements/announce-applications-15.08.2.php:66
#: announcements/announce-applications-15.08.3.php:66
#: announcements/announce-applications-15.12-beta.php:51
#: announcements/announce-applications-15.12-rc.php:51
#: announcements/announce-applications-15.12.0.php:163
#: announcements/announce-applications-15.12.1.php:66
#: announcements/announce-applications-15.12.2.php:66
#: announcements/announce-applications-15.12.3.php:66
#: announcements/announce-applications-16.04-beta.php:55
#: announcements/announce-applications-16.04-rc.php:51
#: announcements/announce-applications-16.04.0.php:160
#: announcements/announce-applications-16.04.1.php:66
#: announcements/announce-applications-16.04.2.php:66
#: announcements/announce-applications-16.04.3.php:66
#: announcements/announce-applications-16.08-beta.php:55
#: announcements/announce-applications-16.08-rc.php:55
#: announcements/announce-applications-16.08.0.php:122
#: announcements/announce-applications-16.08.1.php:66
#: announcements/announce-applications-16.08.2.php:66
#: announcements/announce-applications-16.08.3.php:66
#: announcements/announce-applications-16.12-beta.php:55
#: announcements/announce-applications-16.12-rc.php:55
#: announcements/announce-applications-16.12.0.php:163
#: announcements/announce-applications-16.12.1.php:70
#: announcements/announce-applications-16.12.2.php:66
#: announcements/announce-applications-16.12.3.php:66
#: announcements/announce-applications-17.04-beta.php:55
#: announcements/announce-applications-17.04-rc.php:55
#: announcements/announce-applications-17.04.0.php:156
#: announcements/announce-applications-17.04.1.php:66
#: announcements/announce-applications-17.04.2.php:66
#: announcements/announce-applications-17.04.3.php:66
#: announcements/announce-applications-17.08-beta.php:55
#: announcements/announce-applications-17.08-rc.php:55
#: announcements/announce-applications-17.08.0.php:130
#: announcements/announce-applications-17.08.1.php:66
#: announcements/announce-applications-17.08.2.php:74
#: announcements/announce-applications-17.08.3.php:74
#: announcements/announce-applications-17.12-beta.php:55
#: announcements/announce-applications-17.12-rc.php:55
#: announcements/announce-applications-17.12.0.php:133
#: announcements/announce-applications-17.12.1.php:70
#: announcements/announce-applications-17.12.2.php:62
#: announcements/announce-applications-17.12.3.php:70
#: announcements/announce-applications-18.04-beta.php:55
#: announcements/announce-applications-18.04-rc.php:55
#: announcements/announce-applications-18.04.0.php:230
#: announcements/announce-applications-18.04.1.php:70
#: announcements/announce-applications-18.04.2.php:70
#: announcements/announce-applications-18.04.3.php:70
#: announcements/announce-applications-18.08-beta.php:55
#: announcements/announce-applications-18.08-rc.php:55
-#: announcements/announce-applications-18.08.0.php:174
+#: announcements/announce-applications-18.08.0.php:175
msgid "KDE is a <a href='http://www.gnu.org/philosophy/free-sw.html'>Free Software</a> community that exists and grows only because of the help of many volunteers that donate their time and effort. KDE is always looking for new volunteers and contributions, whether it is help with coding, bug fixing or reporting, writing documentation, translations, promotion, money, etc. All contributions are gratefully appreciated and eagerly accepted. Please read through the <a href='/community/donations/'>Supporting KDE page</a> for further information or become a KDE e.V. supporting member through our new <a href='https://relate.kde.org/civicrm/contribute/transact?id=5'>Join the Game</a> initiative. </p>"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta2.php:4
msgid "KDE Ships Second Beta of Applications and Platform 4.14"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta2.php:15
msgid "July 17, 2014. Today KDE released the second beta of the new versions of Applications and Development Platform. With API, dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta2.php:23
msgid "KDE Software Compilation 4.14 Beta2"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta2.php:25
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.13.90/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta2.php:32
msgid "Installing 4.14 Beta2 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta2.php:36
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.14 Beta2 (internally 4.13.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta2.php:41
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_SC_4.14_Beta_2_.284.13.90.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta2.php:45
msgid "Compiling 4.14 Beta2"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta2.php:49
msgid "The complete source code for 4.14 Beta2 may be <a href='http://download.kde.org/unstable/4.13.90/src/'>freely downloaded</a>. Instructions on compiling and installing 4.13.90 are available from the <a href='/info/4.13.90.php'>4.13.90 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta3.php:4
msgid "KDE Ships Third Beta of Applications and Platform 4.14"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta3.php:15
msgid "July 24, 2014. Today KDE released the third beta of the new versions of Applications and Development Platform. With API, dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta3.php:23
msgid "KDE Software Compilation 4.14 Beta3"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta3.php:25
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.13.95/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta3.php:32
msgid "Installing 4.14 Beta3 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta3.php:36
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.14 Beta3 (internally 4.13.95) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta3.php:41
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_SC_4.14_Beta_3_.284.13.95.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta3.php:45
msgid "Compiling 4.14 Beta3"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-beta3.php:49
msgid "The complete source code for 4.14 Beta3 may be <a href='http://download.kde.org/unstable/4.13.95/src/'>freely downloaded</a>. Instructions on compiling and installing 4.13.95 are available from the <a href='/info/4.13.95.php'>4.13.95 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-rc.php:4
msgid "KDE Ships Release Candidate of Applications and Platform 4.14"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-rc.php:15
msgid "July 31, 2014. Today KDE released the Release Candidate of the new versions of Applications and Development Platform. With API, dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-rc.php:19
msgid "With the large number of changes, the 4.14 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the 4.14 team by installing the release candidate <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-rc.php:23
msgid "KDE Software Compilation 4.14 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-rc.php:25
msgid "The KDE Software Compilation, including all its libraries and its applications, is available for free under Open Source licenses. KDE's software can be obtained in source and various binary formats from <a href='http://download.kde.org/unstable/4.13.97/'>http://download.kde.org</a> or with any of the <a href='http://www.kde.org/download/distributions.php'>major GNU/Linux and UNIX systems</a> shipping today."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-rc.php:32
msgid "Installing 4.14 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-rc.php:36
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of 4.14 Release Candidate (internally 4.13.97) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-rc.php:41
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_SC_4.14_RC_.284.13.97.29'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.14-rc.php:45
msgid "Compiling 4.14 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-4.14-rc.php:49
msgid "The complete source code for 4.14 Release Candidate may be <a href='http://download.kde.org/unstable/4.13.97/src/'>freely downloaded</a>. Instructions on compiling and installing 4.13.97 are available from the <a href='/info/4.13.97.php'>4.13.97 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.14.1.php:4
msgid "KDE Ships Applications and Platform 4.14.1"
msgstr ""
#. +> trunk
#: announcements/announce-4.14.1.php:15
msgid "September 16, 2014. Today KDE released updates for its Applications and Development Platform, the first in a series of monthly stabilization updates to the 4.14 series. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.14.1.php:18
msgid "More than 50 recorded bugfixes include improvements to Personal Information Management suite Kontact, Umbrello UML Modeller, the document viewer Okular, the vocabulary learning application Parley and the file manager Dolphin."
msgstr ""
#. +> trunk
#: announcements/announce-4.14.1.php:22 announcements/announce-4.14.2.php:22
msgid "This release also includes <a href='%1'>Plasma Workspaces %2</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.14.1.php:24
msgid "To download source code or packages to install go to the <a href='http://www.kde.org/info/%1.php'>%1 Info Page</a>. If you want to find out more about the 4.14 versions of KDE Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.14/'>4.14 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.14.2.php:4
msgid "KDE Ships Applications and Platform 4.14.2"
msgstr ""
#. +> trunk
#: announcements/announce-4.14.2.php:15
msgid "October 14, 2014. Today KDE released updates for its Applications and Development Platform, the second in a series of monthly stabilization updates to the 4.14 series. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.14.2.php:18
msgid "More than 35 recorded bugfixes include improvements to E-Mail client KMail, Umbrello UML Modeller, the document viewer Okular, the plot drawing application Kmplot and the file manager Dolphin."
msgstr ""
#. +> trunk
#: announcements/announce-4.14.2.php:24 announcements/announce-4.14.3.php:24
msgid "To download source code or packages to install go to the <a href='/info/%1.php'>%1 Info Page</a>. If you want to find out more about the 4.14 versions of KDE Applications and Development Platform, please refer to the <a href='http://www.kde.org/announcements/4.14/'>4.14 release notes</a>."
msgstr ""
#. +> trunk
#: announcements/announce-4.14.3.php:4
msgid "KDE Ships Applications and Platform 4.14.3"
msgstr ""
#. +> trunk
#: announcements/announce-4.14.3.php:15
msgid "November 11, 2014. Today KDE released updates for its Applications and Development Platform, the third in a series of monthly stabilization updates to the 4.14 series. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-4.14.3.php:18
msgid "More than 50 recorded bugfixes include improvements to E-Mail client KMail, Umbrello UML Modeller, the document viewer Okular, the RSS application Akregator, the file manager Dolphin and more."
msgstr ""
#. +> trunk
#: announcements/announce-4.14.3.php:22
msgid "This release also includes Plasma Workspaces %2. The only change for this version is <a href='%1'>CVE-2014-8651</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta1.php:4
msgid "KDE Ships First Beta of KDE Applications 14.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta1.php:15
msgid "November 6, 2014. Today KDE released the beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta1.php:19
msgid "With the various applications being based on KDE Frameworks 5, the KDE Applications 14.12 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta1.php:26
msgid "Installing KDE Applications 14.12 Beta1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta1.php:30
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 14.12 Beta1 (internally 14.11.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta1.php:35
#: announcements/announce-applications-14.12-beta2.php:35
#: announcements/announce-applications-14.12-beta3.php:35
#: announcements/announce-applications-14.12-rc.php:35
#: announcements/announce-applications-15.04-beta1.php:35
#: announcements/announce-applications-15.04-beta2.php:35
#: announcements/announce-applications-15.04-beta3.php:35
#: announcements/announce-applications-15.04-rc.php:35
#: announcements/announce-applications-15.08-beta.php:35
#: announcements/announce-applications-15.08-rc.php:35
#: announcements/announce-applications-15.12-beta.php:35
#: announcements/announce-applications-15.12-rc.php:35
#: announcements/announce-applications-16.04-beta.php:39
#: announcements/announce-applications-16.04-rc.php:35
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta1.php:39
msgid "Compiling KDE Applications 14.12 Beta1"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta1.php:43
msgid "The complete source code for KDE Applications 14.12 Beta1 may be <a href='http://download.kde.org/unstable/applications/14.11.80/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-14.11.80.php'>KDE Applications Beta 1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta2.php:4
msgid "KDE Ships Second Beta of KDE Applications 14.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta2.php:15
msgid "November 13, 2014. Today KDE released the beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta2.php:19
#: announcements/announce-applications-14.12-beta3.php:19
msgid "With various applications being based on KDE Frameworks 5, the KDE Applications 14.12 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta2.php:26
msgid "Installing KDE Applications 14.12 Beta2 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta2.php:30
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 14.12 Beta2 (internally 14.11.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta2.php:39
msgid "Compiling KDE Applications 14.12 Beta2"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta2.php:43
msgid "The complete source code for KDE Applications 14.12 Beta2 may be <a href='http://download.kde.org/unstable/applications/14.11.90/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-14.11.90.php'>KDE Applications Beta 2 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta3.php:4
msgid "KDE Ships Third Beta of KDE Applications 14.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta3.php:15
msgid "November 20, 2014. Today KDE released the beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta3.php:26
msgid "Installing KDE Applications 14.12 Beta 3 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta3.php:30
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 14.12 Beta 3 (internally 14.11.95) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta3.php:39
msgid "Compiling KDE Applications 14.12 Beta 3"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-beta3.php:43
msgid "The complete source code for KDE Applications 14.12 Beta 3 may be <a href='http://download.kde.org/unstable/applications/14.11.95/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-14.11.95.php'>KDE Applications Beta 3 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-rc.php:4
msgid "KDE Ships Release Candidate of KDE Applications 14.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-rc.php:15
msgid "November 27, 2014. Today KDE released the release candidate of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-rc.php:19
msgid "With various applications being based on KDE Frameworks 5, the KDE Applications 14.12 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the release candidate <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-rc.php:26
msgid "Installing KDE Applications 14.12 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-rc.php:30
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 14.12 Release Candidate (internally 14.11.97) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-rc.php:39
msgid "Compiling KDE Applications 14.12 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12-rc.php:43
msgid "The complete source code for KDE Applications 14.12 Release Candidate may be <a href='http://download.kde.org/unstable/applications/14.11.97/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-14.11.97.php'>KDE Applications Release Candidate Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:4
msgid "KDE Ships KDE Applications 14.12.0"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:15
msgid "December 17, 2014. Today KDE released KDE Applications 14.12. This release brings new features and bug fixes to more than a hundred applications. Most of these applications are based on the KDE Development Platform 4; some have been converted to the new <a href='%1'>KDE Frameworks 5</a>, a set of modularized libraries that are based on Qt5, the latest version of this popular cross-platform application framework."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:19
msgid "<a href='%1'>Libkface</a> is new in this release; it is a library to enable face detection and face recognition in photographs."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:23
msgid "The release includes the first KDE Frameworks 5-based versions of <a href='%1'>Kate</a> and <a href='%2'>KWrite</a>, <a href='%3'>Konsole</a>, <a href='%4'>Gwenview</a>, <a href='%5'>KAlgebra</a>, <a href='%6'>Kanagram</a>, <a href='%7'>KHangman</a>, <a href='%8'>Kig</a>, <a href='%9'>Parley</a>"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:25
msgid ", <a href='%1'>KApptemplate</a> and <a href='%2'>Okteta</a>. Some libraries are also ready for KDE Frameworks 5 use: analitza and libkeduvocdocument."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:29
msgid "The <a href='%1'>Kontact Suite</a> is now in Long Term Support in the 4.14 version while developers are using their new energy to port it to KDE Frameworks 5"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:33
msgid "Some of the new features in this release include:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:35
msgid "<a href='%1'>KAlgebra</a> has a new Android version thanks to KDE Frameworks 5 and is now able to <a href='%2'>print its graphs in 3D</a>"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:36
msgid "<a href='%1'>KGeography</a> has a new map for Bihar."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:37
msgid "The document viewer <a href='%1'>Okular</a> now has support for latex-synctex reverse searching in dvi and some small improvements in the ePub support."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:38
msgid "<a href='%1'>Umbrello</a> --the UML modeller-- has many new features too numerous to list here."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:42
#: announcements/announce-applications-14.12.1.php:28
#: announcements/announce-applications-14.12.2.php:28
#: announcements/announce-applications-14.12.3.php:28
#: announcements/announce-applications-15.04.0.php:43
#: announcements/announce-applications-15.04.1.php:28
#: announcements/announce-applications-15.04.2.php:28
#: announcements/announce-applications-15.04.3.php:28
#: announcements/announce-applications-15.08.0.php:69
#: announcements/announce-applications-15.08.1.php:28
#: announcements/announce-applications-15.08.2.php:28
#: announcements/announce-applications-15.08.3.php:28
#: announcements/announce-applications-15.12.0.php:121
#: announcements/announce-applications-15.12.1.php:28
#: announcements/announce-applications-15.12.2.php:28
#: announcements/announce-applications-15.12.3.php:28
#: announcements/announce-applications-16.04.0.php:118
#: announcements/announce-applications-16.04.1.php:28
#: announcements/announce-applications-16.04.2.php:28
#: announcements/announce-applications-16.04.3.php:28
#: announcements/announce-applications-16.08.0.php:80
#: announcements/announce-applications-16.08.1.php:28
#: announcements/announce-applications-16.08.2.php:28
#: announcements/announce-applications-16.08.3.php:28
#: announcements/announce-applications-16.12.0.php:121
#: announcements/announce-applications-16.12.1.php:32
#: announcements/announce-applications-16.12.2.php:28
#: announcements/announce-applications-16.12.3.php:28
#: announcements/announce-applications-17.04.1.php:28
#: announcements/announce-applications-17.04.2.php:28
#: announcements/announce-applications-17.04.3.php:28
#: announcements/announce-applications-17.08.1.php:28
#: announcements/announce-applications-17.08.2.php:36
#: announcements/announce-applications-17.08.3.php:36
#: announcements/announce-applications-17.12.1.php:32
#: announcements/announce-applications-17.12.2.php:24
#: announcements/announce-applications-17.12.3.php:32
#: announcements/announce-applications-18.04.1.php:32
#: announcements/announce-applications-18.04.2.php:32
#: announcements/announce-applications-18.04.3.php:32
msgid "You can find the full list of changes <a href='%1'>here</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:46
msgid "The April release of KDE Applications 15.04 will include many new features as well as more applications based on the modular KDE Frameworks 5."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:50
#: announcements/announce-applications-14.12.1.php:32
#: announcements/announce-applications-14.12.2.php:32
#: announcements/announce-applications-14.12.3.php:32
#: announcements/announce-applications-15.04.0.php:47
#: announcements/announce-applications-15.04.1.php:32
#: announcements/announce-applications-15.04.2.php:32
#: announcements/announce-applications-15.04.3.php:32
#: announcements/announce-applications-15.08.0.php:73
#: announcements/announce-applications-15.08.1.php:32
#: announcements/announce-applications-15.08.2.php:32
#: announcements/announce-applications-15.08.3.php:32
#: announcements/announce-applications-15.12.0.php:125
#: announcements/announce-applications-15.12.1.php:32
#: announcements/announce-applications-15.12.2.php:32
#: announcements/announce-applications-15.12.3.php:32
#: announcements/announce-applications-16.04.0.php:122
#: announcements/announce-applications-16.04.1.php:32
#: announcements/announce-applications-16.04.2.php:32
#: announcements/announce-applications-16.04.3.php:32
#: announcements/announce-applications-16.08.0.php:84
#: announcements/announce-applications-16.08.1.php:32
#: announcements/announce-applications-16.08.2.php:32
#: announcements/announce-applications-16.08.3.php:32
#: announcements/announce-applications-16.12.0.php:125
#: announcements/announce-applications-16.12.1.php:36
#: announcements/announce-applications-16.12.2.php:32
#: announcements/announce-applications-16.12.3.php:32
#: announcements/announce-applications-17.04.0.php:110
#: announcements/announce-applications-17.04.1.php:32
#: announcements/announce-applications-17.04.2.php:32
#: announcements/announce-applications-17.04.3.php:32
#: announcements/announce-applications-17.08.0.php:84
#: announcements/announce-applications-17.08.1.php:32
#: announcements/announce-applications-17.08.2.php:40
#: announcements/announce-applications-17.08.3.php:40
#: announcements/announce-applications-17.12.0.php:87
#: announcements/announce-applications-17.12.1.php:36
#: announcements/announce-applications-17.12.2.php:28
#: announcements/announce-applications-17.12.3.php:36
#: announcements/announce-applications-18.04.0.php:184
#: announcements/announce-applications-18.04.1.php:36
#: announcements/announce-applications-18.04.2.php:36
#: announcements/announce-applications-18.04.3.php:36
-#: announcements/announce-applications-18.08.0.php:128
+#: announcements/announce-applications-18.08.0.php:129
msgid "Spread the Word"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:53
msgid "Non-technical contributors are an important part of KDE’s success. While proprietary software companies have huge advertising budgets for new software releases, KDE depends on people talking with other people. Even for those who are not software developers, there are many ways to support the KDE Applications 14.12 release. Report bugs. Encourage others to join the KDE Community. Or <a href='%1'>support the nonprofit organization behind the KDE community</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:57
msgid "Please spread the word on the Social Web. Submit stories to news sites, use channels like delicious, digg, reddit, and twitter. Upload screenshots of your new set-up to services like Facebook, Flickr, ipernity and Picasa, and post them to appropriate groups. Create screencasts and upload them to YouTube, Blip.tv, and Vimeo. Please tag posts and uploaded materials with 'KDE'. This makes them easy to find, and gives the KDE Promo Team a way to analyze coverage for the KDE Applications 14.12 release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:63
msgid "Installing KDE Applications 14.12 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:67
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 14.12 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:72
#: announcements/announce-applications-14.12.1.php:50
#: announcements/announce-applications-14.12.2.php:50
#: announcements/announce-applications-14.12.3.php:50
#: announcements/announce-applications-15.04.0.php:69
#: announcements/announce-applications-15.04.1.php:50
#: announcements/announce-applications-15.04.2.php:50
#: announcements/announce-applications-15.04.3.php:50
#: announcements/announce-applications-15.08.0.php:95
#: announcements/announce-applications-15.08.1.php:50
#: announcements/announce-applications-15.08.2.php:50
#: announcements/announce-applications-15.08.3.php:50
#: announcements/announce-applications-15.12.0.php:147
#: announcements/announce-applications-15.12.1.php:50
#: announcements/announce-applications-15.12.2.php:50
#: announcements/announce-applications-15.12.3.php:50
#: announcements/announce-applications-16.04.0.php:144
#: announcements/announce-applications-16.04.1.php:50
#: announcements/announce-applications-16.04.2.php:50
#: announcements/announce-applications-16.04.3.php:50
#: announcements/announce-applications-16.08.0.php:106
#: announcements/announce-applications-16.08.1.php:50
#: announcements/announce-applications-16.08.2.php:50
#: announcements/announce-applications-16.08.3.php:50
#: announcements/announce-applications-16.12.0.php:147
#: announcements/announce-applications-16.12.1.php:54
#: announcements/announce-applications-16.12.2.php:50
#: announcements/announce-applications-16.12.3.php:50
#: announcements/announce-applications-17.04.0.php:140
#: announcements/announce-applications-17.04.1.php:50
#: announcements/announce-applications-17.04.2.php:50
#: announcements/announce-applications-17.04.3.php:50
#: announcements/announce-applications-17.08.0.php:114
#: announcements/announce-applications-17.08.1.php:50
#: announcements/announce-applications-17.08.2.php:58
#: announcements/announce-applications-17.08.3.php:58
#: announcements/announce-applications-17.12.0.php:117
#: announcements/announce-applications-17.12.1.php:54
#: announcements/announce-applications-17.12.2.php:46
#: announcements/announce-applications-17.12.3.php:54
#: announcements/announce-applications-18.04.0.php:214
#: announcements/announce-applications-18.04.1.php:54
#: announcements/announce-applications-18.04.2.php:54
#: announcements/announce-applications-18.04.3.php:54
-#: announcements/announce-applications-18.08.0.php:158
+#: announcements/announce-applications-18.08.0.php:159
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/KDE_Applications/Binary_Packages'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:76
msgid "Compiling KDE Applications 14.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.0.php:80
msgid "The complete source code for KDE Applications 14.12 may be <a href='http://download.kde.org/stable/applications/14.12.0/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-14.12.0.php'>KDE Applications 14.12.0 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.1.php:4
msgid "KDE Ships KDE Applications 14.12.1"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.1.php:16
msgid "January 13, 2015. Today KDE released the first stability update for <a href='%1'>KDE Applications 14.12</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.1.php:20
msgid "More than 50 recorded bugfixes include improvements to the archiving tool Ark, Umbrello UML Modeller, the document viewer Okular, the pronunciation learning application Artikulate and remote desktop client KRDC."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.1.php:24
#: announcements/announce-applications-14.12.2.php:24
#: announcements/announce-applications-14.12.3.php:24
#: announcements/announce-applications-15.04.1.php:24
#: announcements/announce-applications-15.04.2.php:24
#: announcements/announce-applications-15.04.3.php:24
msgid "This release also includes Long Term Support versions of Plasma Workspaces %1, KDE Development Platform %2 and the Kontact Suite %2."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.1.php:35
#: announcements/announce-applications-14.12.2.php:35
#: announcements/announce-applications-14.12.3.php:35
#: announcements/announce-applications-15.04.1.php:35
#: announcements/announce-applications-15.04.2.php:35
#: announcements/announce-applications-15.04.3.php:35
#: announcements/announce-applications-15.08.1.php:35
#: announcements/announce-applications-15.08.2.php:35
#: announcements/announce-applications-15.08.3.php:35
#: announcements/announce-applications-15.12.1.php:35
#: announcements/announce-applications-15.12.2.php:35
#: announcements/announce-applications-15.12.3.php:35
#: announcements/announce-applications-16.04.1.php:35
#: announcements/announce-applications-16.04.2.php:35
#: announcements/announce-applications-16.04.3.php:35
#: announcements/announce-applications-16.08.1.php:35
#: announcements/announce-applications-16.08.2.php:35
#: announcements/announce-applications-16.08.3.php:35
#: announcements/announce-applications-16.12.1.php:39
#: announcements/announce-applications-16.12.2.php:35
#: announcements/announce-applications-16.12.3.php:35
#: announcements/announce-applications-17.04.1.php:35
#: announcements/announce-applications-17.04.2.php:35
#: announcements/announce-applications-17.04.3.php:35
#: announcements/announce-applications-17.08.1.php:35
#: announcements/announce-applications-17.08.2.php:43
#: announcements/announce-applications-17.08.3.php:43
#: announcements/announce-applications-17.12.1.php:39
#: announcements/announce-applications-17.12.2.php:31
#: announcements/announce-applications-17.12.3.php:39
#: announcements/announce-applications-18.04.1.php:39
#: announcements/announce-applications-18.04.2.php:39
#: announcements/announce-applications-18.04.3.php:39
msgid "Non-technical contributors are an important part of KDE’s success. While proprietary software companies have huge advertising budgets for new software releases, KDE depends on people talking with other people. Even for those who are not software developers, there are many ways to support the KDE Applications %1 release. Report bugs. Encourage others to join the KDE Community. Or <a href='%2'>support the nonprofit organization behind the KDE community</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.1.php:41
#: announcements/announce-applications-14.12.2.php:41
#: announcements/announce-applications-14.12.3.php:41
#: announcements/announce-applications-15.04.1.php:41
#: announcements/announce-applications-15.04.2.php:41
#: announcements/announce-applications-15.04.3.php:41
#: announcements/announce-applications-15.08.1.php:41
#: announcements/announce-applications-15.08.2.php:41
#: announcements/announce-applications-15.08.3.php:41
#: announcements/announce-applications-15.12.1.php:41
#: announcements/announce-applications-15.12.2.php:41
#: announcements/announce-applications-15.12.3.php:41
#: announcements/announce-applications-16.04.1.php:41
#: announcements/announce-applications-16.04.2.php:41
#: announcements/announce-applications-16.04.3.php:41
#: announcements/announce-applications-16.08.1.php:41
#: announcements/announce-applications-16.08.2.php:41
#: announcements/announce-applications-16.08.3.php:41
#: announcements/announce-applications-16.12.1.php:45
#: announcements/announce-applications-16.12.2.php:41
#: announcements/announce-applications-16.12.3.php:41
#: announcements/announce-applications-17.04.1.php:41
#: announcements/announce-applications-17.04.2.php:41
#: announcements/announce-applications-17.04.3.php:41
#: announcements/announce-applications-17.08.1.php:41
#: announcements/announce-applications-17.08.2.php:49
#: announcements/announce-applications-17.08.3.php:49
#: announcements/announce-applications-17.12.1.php:45
#: announcements/announce-applications-17.12.2.php:37
#: announcements/announce-applications-17.12.3.php:45
#: announcements/announce-applications-18.04.1.php:45
#: announcements/announce-applications-18.04.2.php:45
#: announcements/announce-applications-18.04.3.php:45
msgid "Installing KDE Applications %1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.1.php:45
#: announcements/announce-applications-14.12.2.php:45
#: announcements/announce-applications-14.12.3.php:45
#: announcements/announce-applications-15.04.1.php:45
#: announcements/announce-applications-15.04.2.php:45
#: announcements/announce-applications-15.04.3.php:45
#: announcements/announce-applications-15.08.1.php:45
#: announcements/announce-applications-15.08.2.php:45
#: announcements/announce-applications-15.08.3.php:45
#: announcements/announce-applications-15.12.1.php:45
#: announcements/announce-applications-15.12.2.php:45
#: announcements/announce-applications-15.12.3.php:45
#: announcements/announce-applications-16.04.1.php:45
#: announcements/announce-applications-16.04.2.php:45
#: announcements/announce-applications-16.04.3.php:45
#: announcements/announce-applications-16.08.1.php:45
#: announcements/announce-applications-16.08.2.php:45
#: announcements/announce-applications-16.08.3.php:45
#: announcements/announce-applications-16.12.1.php:49
#: announcements/announce-applications-16.12.2.php:45
#: announcements/announce-applications-16.12.3.php:45
#: announcements/announce-applications-17.04.1.php:45
#: announcements/announce-applications-17.04.2.php:45
#: announcements/announce-applications-17.04.3.php:45
#: announcements/announce-applications-17.08.1.php:45
#: announcements/announce-applications-17.08.2.php:53
#: announcements/announce-applications-17.08.3.php:53
#: announcements/announce-applications-17.12.1.php:49
#: announcements/announce-applications-17.12.2.php:41
#: announcements/announce-applications-17.12.3.php:49
#: announcements/announce-applications-18.04.1.php:49
#: announcements/announce-applications-18.04.2.php:49
#: announcements/announce-applications-18.04.3.php:49
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications %1 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.1.php:54
#: announcements/announce-applications-14.12.2.php:54
#: announcements/announce-applications-14.12.3.php:54
#: announcements/announce-applications-15.04.1.php:54
#: announcements/announce-applications-15.04.2.php:54
#: announcements/announce-applications-15.04.3.php:54
#: announcements/announce-applications-15.08.1.php:54
#: announcements/announce-applications-15.08.2.php:54
#: announcements/announce-applications-15.08.3.php:54
#: announcements/announce-applications-15.12.1.php:54
#: announcements/announce-applications-15.12.2.php:54
#: announcements/announce-applications-15.12.3.php:54
#: announcements/announce-applications-16.04.1.php:54
#: announcements/announce-applications-16.04.2.php:54
#: announcements/announce-applications-16.04.3.php:54
#: announcements/announce-applications-16.08.1.php:54
#: announcements/announce-applications-16.08.2.php:54
#: announcements/announce-applications-16.08.3.php:54
#: announcements/announce-applications-16.12.1.php:58
#: announcements/announce-applications-16.12.2.php:54
#: announcements/announce-applications-16.12.3.php:54
#: announcements/announce-applications-17.04.1.php:54
#: announcements/announce-applications-17.04.2.php:54
#: announcements/announce-applications-17.04.3.php:54
#: announcements/announce-applications-17.08.1.php:54
#: announcements/announce-applications-17.08.2.php:62
#: announcements/announce-applications-17.08.3.php:62
#: announcements/announce-applications-17.12.1.php:58
#: announcements/announce-applications-17.12.2.php:50
#: announcements/announce-applications-17.12.3.php:58
#: announcements/announce-applications-18.04.1.php:58
#: announcements/announce-applications-18.04.2.php:58
#: announcements/announce-applications-18.04.3.php:58
msgid "Compiling KDE Applications %1"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.1.php:58
#: announcements/announce-applications-14.12.2.php:58
#: announcements/announce-applications-14.12.3.php:58
#: announcements/announce-applications-15.04.1.php:58
#: announcements/announce-applications-15.04.2.php:58
#: announcements/announce-applications-15.04.3.php:58
#: announcements/announce-applications-15.08.1.php:58
#: announcements/announce-applications-15.08.2.php:58
#: announcements/announce-applications-15.08.3.php:58
#: announcements/announce-applications-15.12.1.php:58
#: announcements/announce-applications-15.12.2.php:58
#: announcements/announce-applications-15.12.3.php:58
#: announcements/announce-applications-16.04.1.php:58
#: announcements/announce-applications-16.04.2.php:58
#: announcements/announce-applications-16.04.3.php:58
#: announcements/announce-applications-16.08.1.php:58
#: announcements/announce-applications-16.08.2.php:58
#: announcements/announce-applications-16.08.3.php:58
#: announcements/announce-applications-16.12.1.php:62
#: announcements/announce-applications-16.12.2.php:58
#: announcements/announce-applications-16.12.3.php:58
#: announcements/announce-applications-17.04.1.php:58
#: announcements/announce-applications-17.04.2.php:58
#: announcements/announce-applications-17.04.3.php:58
#: announcements/announce-applications-17.08.1.php:58
#: announcements/announce-applications-17.08.2.php:66
#: announcements/announce-applications-17.08.3.php:66
#: announcements/announce-applications-17.12.1.php:62
#: announcements/announce-applications-17.12.2.php:54
#: announcements/announce-applications-17.12.3.php:62
#: announcements/announce-applications-18.04.1.php:62
#: announcements/announce-applications-18.04.2.php:62
#: announcements/announce-applications-18.04.3.php:62
msgid "The complete source code for KDE Applications %1 may be <a href='%2'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='%3'>KDE Applications %1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.2.php:4
msgid "KDE Ships KDE Applications 14.12.2"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.2.php:16
msgid "February 3, 2015. Today KDE released the second stability update for <a href='%1'>KDE Applications 14.12</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.2.php:20
msgid "More than 20 recorded bugfixes include improvements to the anagram game Kanagram, Umbrello UML Modeller, the document viewer Okular and the virtual globe Marble."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.3.php:4
msgid "KDE Ships KDE Applications 14.12.3"
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.3.php:16
msgid "March 3, 2015. Today KDE released the third stability update for <a href='%1'>KDE Applications 14.12</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-14.12.3.php:20
msgid "With 19 recorded bugfixes it also includes improvements to the anagram game Kanagram, Umbrello UML Modeller, the document viewer Okular and the geometry application Kig."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta1.php:4
msgid "KDE Ships First Beta of KDE Applications 15.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta1.php:15
msgid "March 6, 2015. Today KDE released the beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta1.php:19
#: announcements/announce-applications-15.04-beta2.php:19
#: announcements/announce-applications-15.04-beta3.php:19
msgid "With the various applications being based on KDE Frameworks 5, the KDE Applications 15.04 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta1.php:26
msgid "Installing KDE Applications 15.04 Beta1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta1.php:30
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 15.04 Beta1 (internally 15.03.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta1.php:39
msgid "Compiling KDE Applications 15.04 Beta1"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta1.php:43
msgid "The complete source code for KDE Applications 15.04 Beta1 may be <a href='http://download.kde.org/unstable/applications/15.03.80/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-15.03.80.php'>KDE Applications Beta 1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta2.php:4
msgid "KDE Ships Second Beta of KDE Applications 15.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta2.php:15
msgid "March 12, 2015. Today KDE released the second beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta2.php:26
msgid "Installing KDE Applications 15.04 Beta 2 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta2.php:30
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 15.04 Beta 2 (internally 15.03.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta2.php:39
msgid "Compiling KDE Applications 15.04 Beta 2"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta2.php:43
msgid "The complete source code for KDE Applications 15.04 Beta 2 may be <a href='http://download.kde.org/unstable/applications/15.03.90/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-15.03.90.php'>KDE Applications Beta 2 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta3.php:4
msgid "KDE Ships Third Beta of KDE Applications 15.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta3.php:15
msgid "March 19, 2015. Today KDE released the third beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta3.php:26
msgid "Installing KDE Applications 15.04 Beta 3 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta3.php:30
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 15.04 Beta 3 (internally 15.03.95) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta3.php:39
msgid "Compiling KDE Applications 15.04 Beta 3"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-beta3.php:43
msgid "The complete source code for KDE Applications 15.04 Beta 3 may be <a href='http://download.kde.org/unstable/applications/15.03.95/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-15.03.95.php'>KDE Applications Beta 3 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-rc.php:4
msgid "KDE Ships Release Candidate of KDE Applications 15.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-rc.php:15
msgid "March 26, 2015. Today KDE released the release candidate of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-rc.php:19
msgid "With the various applications being based on KDE Frameworks 5, the KDE Applications 15.04 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the release <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-rc.php:26
msgid "Installing KDE Applications 15.04 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-rc.php:30
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 15.04 Release Candidate (internally 15.03.97) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-rc.php:39
msgid "Compiling KDE Applications 15.04 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04-rc.php:43
msgid "The complete source code for KDE Applications 15.04 Release Candidate may be <a href='http://download.kde.org/unstable/applications/15.03.97/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-15.03.97.php'>KDE Applications Release Candidate Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.0.php:4
msgid "KDE Ships KDE Applications 15.04.0"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.0.php:15
msgid "April 15, 2015. Today KDE released KDE Applications 15.04. With this release a total of 72 applications have been ported to <a href='%1'>KDE Frameworks 5</a>. The team is striving to bring the best quality to your desktop and these applications. So we're counting on you to send your feedback."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.0.php:19
msgid "With this release there are several new additions to the KDE Frameworks 5-based applications list, including <a href='%1'>KHangMan</a>, <a href='%2'>Rocs</a>, <a href='%3'>Cantor</a>, <a href='%4'>Kompare</a>, <a href='%5'>Kdenlive</a>, <a href='%6'>KDE Telepathy</a> and <a href='%7'>some KDE Games</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.0.php:23
msgid "Kdenlive is one of the best non-linear video editing software available. It recently finished its <a href='%1'>incubation process</a> to become an official KDE project and was ported to KDE Frameworks 5. The team behind this masterpiece decided that Kdenlive should be released together with KDE Applications. Some new features are the autosaving function of new projects and a fixed clip stabilization."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.0.php:27
msgid "KDE Telepathy is the tool for instant messaging. It was ported to KDE Frameworks 5 and Qt5 and is a new member of the KDE Applications releases. It is mostly complete, except the audio and video call user interface is still missing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.0.php:31
msgid "Where possible KDE uses existing technology as has been done with the new KAccounts which is also used in SailfishOS and Canonical's Unity. Within KDE Applications, it's currently used only by KDE Telepathy. But in the future, it will see wider usage by applications such as Kontact and Akonadi."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.0.php:35
msgid "In the <a href='%1'>KDE Education module</a>, Cantor got some new features around its Python support: a new Python 3 backend and new Get Hot New Stuff categories. Rocs has been turned upside down: the graph theory core has been rewritten, data structure separation removed and a more general graph document as central graph entity has been introduced as well as a major revisit of the scripting API for graph algorithms which now provides only one unified API. KHangMan was ported to QtQuick and given a fresh coat of paint in the process. And Kanagram received a new 2-player mode and the letters are now clickable buttons and can be typed like before."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.0.php:39
msgid "Besides the usual bug fixes <a href='%1'>Umbrello</a> got some usability and stability improvements this time. Furthermore the Find function can now be limited by category: class, interface, package, operations, or attributes."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.0.php:50
msgid "Non-technical contributors are an important part of KDE’s success. While proprietary software companies have huge advertising budgets for new software releases, KDE depends on people talking with other people. Even for those who are not software developers, there are many ways to support the KDE Applications 15.04 release. Report bugs. Encourage others to join the KDE Community. Or <a href='%1'>support the nonprofit organization behind the KDE community</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.0.php:54
msgid "Please spread the word on the Social Web. Submit stories to news sites, use channels like delicious, digg, reddit, and twitter. Upload screenshots of your new set-up to services like Facebook, Flickr, ipernity and Picasa, and post them to appropriate groups. Create screencasts and upload them to YouTube, Blip.tv, and Vimeo. Please tag posts and uploaded materials with 'KDE'. This makes them easy to find, and gives the KDE Promo Team a way to analyze coverage for the KDE Applications 15.04 release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.0.php:60
msgid "Installing KDE Applications 15.04 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.0.php:64
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 15.04 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.0.php:73
msgid "Compiling KDE Applications 15.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.0.php:77
msgid "The complete source code for KDE Applications 15.04 may be <a href='http://download.kde.org/stable/applications/15.04.0/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-15.04.0.php'>KDE Applications 15.04.0 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.1.php:4
msgid "KDE Ships KDE Applications 15.04.1"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.1.php:16
msgid "May 12, 2015. Today KDE released the first stability update for <a href='%1'>KDE Applications 15.04</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.1.php:20
msgid "More than 50 recorded bugfixes include improvements to kdelibs, kdepim, kdenlive, okular, marble and umbrello."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.2.php:4
msgid "KDE Ships KDE Applications 15.04.2"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.2.php:16
msgid "June 2, 2015. Today KDE released the second stability update for <a href='%1'>KDE Applications 15.04</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.2.php:20
msgid "More than 30 recorded bugfixes include improvements to gwenview, kate, kdenlive, kdepim, konsole, marble, kgpg, kig, ktp-call-ui and umbrello."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.3.php:4
msgid "KDE Ships KDE Applications 15.04.3"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.3.php:16
msgid "July 1, 2015. Today KDE released the third stability update for <a href='%1'>KDE Applications 15.04</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.04.3.php:20
msgid "More than 20 recorded bugfixes include improvements to kdenlive, kdepim, kopete, ktp-contact-list, marble, okteta and umbrello."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08-beta.php:4
msgid "KDE Ships Beta of KDE Applications 15.08"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08-beta.php:15
msgid "July 28, 2015. Today KDE released the beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08-beta.php:19
msgid "With the various applications being based on KDE Frameworks 5, the KDE Applications 15.08 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08-beta.php:26
msgid "Installing KDE Applications 15.08 Beta Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08-beta.php:30
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 15.08 Beta (internally 15.07.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08-beta.php:39
msgid "Compiling KDE Applications 15.08 Beta"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08-beta.php:43
msgid "The complete source code for KDE Applications 15.08 Beta may be <a href='http://download.kde.org/unstable/applications/15.07.80/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-15.07.80.php'>KDE Applications Beta Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08-rc.php:4
msgid "KDE Ships Release Candidate of KDE Applications 15.08"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08-rc.php:15
msgid "August 6, 2015. Today KDE released the release candidate of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08-rc.php:19
msgid "With the various applications being based on KDE Frameworks 5, the KDE Applications 15.08 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the release <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08-rc.php:26
msgid "Installing KDE Applications 15.08 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08-rc.php:30
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 15.08 Release Candidate (internally 15.07.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08-rc.php:39
msgid "Compiling KDE Applications 15.08 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08-rc.php:43
msgid "The complete source code for KDE Applications 15.08 Release Candidate may be <a href='http://download.kde.org/unstable/applications/15.07.90/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-15.07.90.php'>KDE Applications Release Candidate Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:4
msgid "KDE Ships KDE Applications 15.08.0"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:18
msgid "Dolphin in the new look - now KDE Frameworks 5 based"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:22
msgid "August 19, 2015. Today KDE released KDE Applications 15.08."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:26
msgid "With this release a total of 107 applications have been ported to <a href='%1'>KDE Frameworks 5</a>. The team is striving to bring the best quality to your desktop and these applications. So we're counting on you to send your feedback."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:30
msgid "With this release there are several new additions to the KDE Frameworks 5-based applications list, including <a href='%1'>Dolphin</a>, <a href='%2'>the Kontact Suite</a>, <a href='%3'>Ark</a>, <a href='%4'>Picmi</a>, etc."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:33
msgid "Kontact Suite technical preview"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:35
msgid ""
"Over the past several months the KDE PIM team did put a lot of effort into porting Kontact to Qt 5 and KDE Frameworks 5. Additionally the data access performance got improved considerably by an optimized communication layer.\n"
"The KDE PIM team is working hard on further polishing the Kontact Suite and is looking forward to your feedback.\n"
"For more and detailed information about what changed in KDE PIM see <a href='%1'>Laurent Montels blog</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:40
msgid "Kdenlive and Okular"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:42
msgid "This release of Kdenlive includes lots of fixes in the DVD wizard, along with a large number of bug-fixes and other features which includes the integration of some bigger refactorings. More information about Kdenlive's changes can be seen in its <a href='%1'>extensive changelog</a>. And Okular now supports Fade transition in the presentation mode."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:49
msgid "KSudoku with a character puzzle"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:52
msgid "Dolphin, Edu and Games"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:55
msgid "Dolphin was as well ported to KDE Frameworks 5. Marble got improved <a href='%1'>UTM</a> support as well as better support for annotations, editing and KML overlays."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:59
msgid "Ark has had an astonishing number of commits including many small fixes. Kstars received a large number of commits, including improving the flat ADU algorithm and checking for out of bound values, saving Meridian Flip, Guide Deviation, and Autofocus HFR limit in the sequence file, and adding telescope rate and unpark support. KSudoku just got better. Commits include: add GUI and engine for entering in Mathdoku and Killer Sudoku puzzles, and add a new solver based on Donald Knuth's Dancing Links (DLX) algorithm."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:63
msgid "Other Releases"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:65
msgid "Along with this release Plasma 4 will be published in its LTS version for the last time as version 4.11.22."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:76
msgid "Non-technical contributors are an important part of KDE’s success. While proprietary software companies have huge advertising budgets for new software releases, KDE depends on people talking with other people. Even for those who are not software developers, there are many ways to support the KDE Applications 15.08 release. Report bugs. Encourage others to join the KDE Community. Or <a href='%1'>support the nonprofit organization behind the KDE community</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:80
msgid "Please spread the word on the Social Web. Submit stories to news sites, use channels like delicious, digg, reddit, and twitter. Upload screenshots of your new set-up to services like Facebook, Flickr, ipernity and Picasa, and post them to appropriate groups. Create screencasts and upload them to YouTube, Blip.tv, and Vimeo. Please tag posts and uploaded materials with 'KDE'. This makes them easy to find, and gives the KDE Promo Team a way to analyze coverage for the KDE Applications 15.08 release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:86
msgid "Installing KDE Applications 15.08 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:90
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 15.08 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:99
msgid "Compiling KDE Applications 15.08"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.0.php:103
msgid "The complete source code for KDE Applications 15.08 may be <a href='http://download.kde.org/stable/applications/15.08.0/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-15.08.0.php'>KDE Applications 15.08.0 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.1.php:4
msgid "KDE Ships KDE Applications 15.08.1"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.1.php:16
msgid "September 15, 2015. Today KDE released the first stability update for <a href='%1'>KDE Applications 15.08</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.1.php:20
msgid "More than 40 recorded bugfixes include improvements to kdelibs, kdepim, kdenlive, dolphin, marble, kompare, konsole, ark and umbrello."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.1.php:24
#: announcements/announce-applications-15.08.2.php:24
#: announcements/announce-applications-15.08.3.php:24
#: announcements/announce-applications-15.12.1.php:24
#: announcements/announce-applications-15.12.2.php:24
#: announcements/announce-applications-15.12.3.php:24
#: announcements/announce-applications-16.04.1.php:24
#: announcements/announce-applications-16.04.2.php:24
#: announcements/announce-applications-16.04.3.php:24
#: announcements/announce-applications-16.08.1.php:24
#: announcements/announce-applications-16.08.2.php:24
#: announcements/announce-applications-16.08.3.php:24
#: announcements/announce-applications-16.12.1.php:28
#: announcements/announce-applications-16.12.2.php:24
#: announcements/announce-applications-16.12.3.php:24
#: announcements/announce-applications-17.04.1.php:24
#: announcements/announce-applications-17.04.2.php:24
#: announcements/announce-applications-17.04.3.php:24
#: announcements/announce-applications-17.08.1.php:24
#: announcements/announce-applications-17.08.2.php:24
msgid "This release also includes Long Term Support version of KDE Development Platform %1."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.2.php:4
msgid "KDE Ships KDE Applications 15.08.2"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.2.php:16
msgid "October 13, 2015. Today KDE released the second stability update for <a href='%1'>KDE Applications 15.08</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.2.php:20
msgid "More than 30 recorded bugfixes include improvements to ark, gwenview, kate, kbruch, kdelibs, kdepim, lokalize and umbrello."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.3.php:4
msgid "KDE Ships KDE Applications 15.08.3"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.3.php:16
msgid "November 10, 2015. Today KDE released the third stability update for <a href='%1'>KDE Applications 15.08</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.08.3.php:20
msgid "More than 20 recorded bugfixes include improvements to ark, dolphin, kdenlive, kdepim, kig, lokalize and umbrello."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12-beta.php:4
msgid "KDE Ships Beta of KDE Applications 15.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12-beta.php:15
msgid "November 20, 2015. Today KDE released the beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12-beta.php:19
msgid "With the various applications being based on KDE Frameworks 5, the KDE Applications 15.12 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12-beta.php:26
msgid "Installing KDE Applications 15.12 Beta Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12-beta.php:30
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 15.12 Beta (internally 15.11.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12-beta.php:39
msgid "Compiling KDE Applications 15.12 Beta"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12-beta.php:43
msgid "The complete source code for KDE Applications 15.12 Beta may be <a href='http://download.kde.org/unstable/applications/15.11.80/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-15.11.80.php'>KDE Applications Beta Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12-rc.php:4
msgid "KDE Ships Release Candidate of KDE Applications 15.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12-rc.php:15
msgid "December 3, 2015. Today KDE released the release candidate of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12-rc.php:19
msgid "With the various applications being based on KDE Frameworks 5, the KDE Applications 15.12 the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the release <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12-rc.php:26
msgid "Installing KDE Applications 15.12 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12-rc.php:30
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 15.12 Release Candidate (internally 15.11.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12-rc.php:39
msgid "Compiling KDE Applications 15.12 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12-rc.php:43
msgid "The complete source code for KDE Applications 15.12 Release Candidate may be <a href='http://download.kde.org/unstable/applications/15.11.90/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-15.11.90.php'>KDE Applications Release Candidate Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:4
msgid "KDE Ships KDE Applications 15.12.0"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:15
msgid "December 16, 2015. Today KDE released KDE Applications 15.12."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:20
msgid "KDE is excited to announce the release of KDE Applications 15.12, the December 2015 update to KDE Applications. This release brings one new application and feature additions and bug fixes across the board to existing applications. The team strives to always bring the best quality to your desktop and these applications, so we're counting on you to send your feedback."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:24
msgid "In this release, we've updated a whole host of applications to use the new <a href='%1'>KDE Frameworks 5</a>, including <a href='%2'>Artikulate</a>, <a href='%3'>Krfb</a>, <a href='%4'>KSystemLog</a>, <a href='https://games.kde.org/game.php?game=klickety'>Klickety</a> and more of the KDE Games, apart from the KDE Image Plugin Interface and its support libraries. This brings the total number of applications that use KDE Frameworks 5 to 126."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:27
msgid "A Spectacular New Addition"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:29
msgid "After 14 years of being a part of KDE, KSnapshot has been retired and replaced with a new screenshot application, Spectacle."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:32
msgid "With new features and a completely new UI, Spectacle makes taking screenshots as easy and unobtrusive as it can ever be. In addition to what you could do with KSnapshot, with Spectacle you can now take composite screenshots of pop-up menus along with their parent windows, or take screenshots of the entire screen (or the currently active window) without even starting Spectacle, simply by using the keyboard shortcuts Shift+PrintScreen and Meta+PrintScreen respectively."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:35
msgid "We've also aggressively optimised application start-up time, to absolutely minimise the time lag between when you start the application and when the image is captured."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:38
msgid "Polish Everywhere"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:40
msgid "Many of the applications have undergone significant polishing in this cycle, in addition to stability and bug fixes."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:47
msgid "Kdenlive with its polished User Interface"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:51
msgid "<a href='%1'>Kdenlive</a>, the non-linear video editor, has seen major fixes to its User Interface. You can now copy and paste items on your timeline, and easily toggle transparency in a given track. The icon colours automatically adjust to the main UI theme, making them easier to see."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:59
msgid "Ark can now show ZIP comments"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:63
msgid "<a href='%1'>Ark</a>, the archive manager, can now display comments embedded in ZIP and RAR archives. We've improved support for Unicode characters in file names in ZIP archives, and you can now detect corrupt archives and recover as much data as possible from them. You can also open archived files in their default application, and we've fixed drag-and-drop to the desktop as well previews for XML files."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:65
msgid "All Play and No Work"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:71
msgid "KSudoku new Welcome Screen (on a Mac OS X)"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:75
msgid "The KDE Games developers have been working hard for the past few months to optimise our games for a smoother and richer experience, and we've got a lot of new stuff in this area for our users to enjoy."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:79
msgid "In <a href='%1'>KGoldrunner</a>, we've added two new sets of levels, one allowing digging while falling and one not. We've added solutions for several existing sets of levels. For an added challenge, we now disallow digging while falling in some older sets of levels."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:83
msgid "In <a href='%1'>KSudoku</a>, you can now print Mathdoku and Killer Sudoku puzzles. The new multi-column layout in KSudoku's Welcome Screen makes it easier to see more of the many puzzle types available, and the columns adjust themselves automatically as the window is resized. We've done the same to Palapeli, making it easier to see more of your jigsaw puzzle collection at once."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:87
msgid "We've also included stability fixes for games like KNavalBattle, Klickety, <a href='%1'>KShisen</a> and <a href='%2'>KTuberling</a>, and the overall experience is now greatly improved. KTuberling, Klickety and KNavalBattle have also been updated to use the new KDE Frameworks 5."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:90
msgid "Important Fixes"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:93
msgid "Don't you simply hate it when your favorite application crashes at the most inconvinient time? We do too, and to remedy that we've worked very hard at fixing lots of bugs for you, but probably we've left some sneak, so don't forget to <a href='%1'>report them</a>!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:97
msgid "In our file manager <a href='%1'>Dolphin</a>, we've included various fixes for stability and some fixes to make scrolling smoother. In <a href='%2'>Kanagram</a>, we've fixed a bothersome issue with white text on white backgrounds. In <a href='%3'>Kate</a>, we've attempted to fix a crash that was occurring on shutdown, in addition to cleaning up the UI and adding in a new cache cleaner."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:101
msgid "The <a href='%1'>Kontact Suite</a> has seen tons of added features, big fixes and performance optimisations. In fact, there's been so much development this cycle that we've bumped the version number to 5.1. The team is hard at work, and is looking forward to all your feedback."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:104
msgid "Moving Forward"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:107
msgid "As part of the effort to modernise our offerings, we've dropped some applications from KDE Applications and are no longer releasing them as of KDE Applications 15.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:111
msgid "We've dropped 4 applications from the release - Amor, KTux, KSnapshot and SuperKaramba. As noted above, KSnapshot has been replaced by Spectacle, and Plasma essentially replaces SuperKaramba as a widget engine. We've dropped standalone screensavers because screen locking is handled very differently in modern desktops."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:115
msgid "We've also dropped 3 artwork packages (kde-base-artwork, kde-wallpapers and kdeartwork); their content had not changed in long time."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:118
#: announcements/announce-applications-16.04.0.php:115
#: announcements/announce-applications-16.08.0.php:77
#: announcements/announce-applications-16.12.0.php:118
#: announcements/announce-applications-17.04.0.php:103
#: announcements/announce-applications-17.08.0.php:77
#: announcements/announce-applications-17.12.0.php:80
#: announcements/announce-applications-18.04.0.php:177
-#: announcements/announce-applications-18.08.0.php:121
+#: announcements/announce-applications-18.08.0.php:122
#: announcements/plasma-5.4.95.php:152 announcements/plasma-5.5.0.php:173
msgid "Full Changelog"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:128
msgid "Non-technical contributors are an important part of KDE’s success. While proprietary software companies have huge advertising budgets for new software releases, KDE depends on people talking with other people. Even for those who are not software developers, there are many ways to support the KDE Applications 15.12 release. Report bugs. Encourage others to join the KDE Community. Or <a href='%1'>support the nonprofit organization behind the KDE community</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:132
msgid "Please spread the word on the Social Web. Submit stories to news sites, use channels like delicious, digg, reddit, and twitter. Upload screenshots of your new set-up to services like Facebook, Flickr, ipernity and Picasa, and post them to appropriate groups. Create screencasts and upload them to YouTube, Blip.tv, and Vimeo. Please tag posts and uploaded materials with 'KDE'. This makes them easy to find, and gives the KDE Promo Team a way to analyze coverage for the KDE Applications 15.12 release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:138
msgid "Installing KDE Applications 15.12 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:142
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 15.12 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:151
msgid "Compiling KDE Applications 15.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.0.php:155
msgid "The complete source code for KDE Applications 15.12 may be <a href='http://download.kde.org/stable/applications/15.12.0/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-15.12.0.php'>KDE Applications 15.12.0 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.1.php:4
msgid "KDE Ships KDE Applications 15.12.1"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.1.php:16
msgid "January 12, 2016. Today KDE released the first stability update for <a href='%1'>KDE Applications 15.12</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.1.php:20
#: announcements/announce-applications-15.12.2.php:20
msgid "More than 30 recorded bugfixes include improvements to kdelibs, kdepim, kdenlive, marble, konsole, spectacle, akonadi, ark and umbrello, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.2.php:4
msgid "KDE Ships KDE Applications 15.12.2"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.2.php:16
msgid "February 16, 2016. Today KDE released the second stability update for <a href='%1'>KDE Applications 15.12</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.3.php:4
msgid "KDE Ships KDE Applications 15.12.3"
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.3.php:16
msgid "March 15, 2016. Today KDE released the third stability update for <a href='%1'>KDE Applications 15.12</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-15.12.3.php:20
msgid "More than 15 recorded bugfixes include improvements to kdepim, akonadi, ark, kblocks, kcalc, ktouch and umbrello, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-beta.php:4
msgid "KDE Ships Beta of KDE Applications 16.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-beta.php:15
msgid "March 24, 2016. Today KDE released the beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-beta.php:19
#: announcements/announce-applications-16.08-beta.php:19
#: announcements/announce-applications-16.08-rc.php:19
#: announcements/announce-applications-16.12-beta.php:19
#: announcements/announce-applications-16.12-rc.php:19
#: announcements/announce-applications-17.04-beta.php:19
#: announcements/announce-applications-17.04-rc.php:19
#: announcements/announce-applications-17.08-rc.php:19
#: announcements/announce-applications-17.12-rc.php:19
msgid "Check the <a href='%1'>community release notes</a> for information on new tarballs, tarballs that are now KF5 based and known issues. A more complete announcement will be available for the final release"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-beta.php:23
msgid "With the various applications being based on KDE Frameworks 5, the KDE Applications 16.04 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-beta.php:30
msgid "Installing KDE Applications 16.04 Beta Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-beta.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 16.04 Beta (internally 16.03.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-beta.php:43
msgid "Compiling KDE Applications 16.04 Beta"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-beta.php:47
msgid "The complete source code for KDE Applications 16.04 Beta may be <a href='http://download.kde.org/unstable/applications/16.03.80/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-16.03.80.php'>KDE Applications Beta Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-rc.php:4
msgid "KDE Ships Release Candidate of KDE Applications 16.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-rc.php:15
msgid "April 7, 2016. Today KDE released the release candidate of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-rc.php:19
msgid "With the various applications being based on KDE Frameworks 5, the KDE Applications 16.04 the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the release <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-rc.php:26
msgid "Installing KDE Applications 16.04 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-rc.php:30
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 16.04 Release Candidate (internally 16.03.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-rc.php:39
msgid "Compiling KDE Applications 16.04 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04-rc.php:43
msgid "The complete source code for KDE Applications 16.04 Release Candidate may be <a href='http://download.kde.org/unstable/applications/16.03.90/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-16.03.90.php'>KDE Applications Release Candidate Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:4
msgid "KDE Ships KDE Applications 16.04.0"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:16
msgid "April 20, 2016. KDE introduces today KDE Applications 16.04 with an impressive array of upgrades when it comes to better ease of access, the introduction of highly useful functionalities and getting rid of those minor issues which lead to KDE Applications now getting a step closer to offering you the perfect setup for your device."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:20
msgid "<a href='%1'>KColorChooser</a>, <a href='%2'>KFloppy</a>, <a href='%3'>KMahjongg</a> and <a href='%4'>KRDC</a> have now been ported to KDE Frameworks 5 and we look forward to your feedback and insight into the newest features introduced with this release. We would also highly encourage your support for <a href='%5'>Minuet</a> as we welcome it to our KDE Applications and your input on what more you'd like to see."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:24
msgid "KDE's Newest Addition"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:29
msgid "A new application has been added to the KDE Education suite. <a href='%1'>Minuet</a> is a Music Education Software featuring full MIDI support with tempo, pitch and volume control, which makes it suitable for both novice and experienced musicians."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:32
msgid "Minuet includes 44 ear-training exercises about scales, chords, intervals and rhythm, enables the visualization of musical content on the piano keyboard and allows for the seamless integration of your own exercises."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:36
msgid "More Help to you"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:41
msgid "KHelpCenter which was previously distributed under Plasma is now distributed as a part of KDE Applications."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:44
msgid "A massive bug triaging and cleanup campaign taken up by the KHelpCenter team resulted in 49 resolved bugs, many of which were related to improving and restoring the previously non-functional search functionality."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:47
msgid "The internal document search which relied on the deprecated software ht::/dig has been replaced with a new Xapian-based indexing and search system which leads to the restoring of functionalities such as searching within man pages, info pages and KDE Software provided Documentation, with the added provision of bookmarks for the documentation pages."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:50
msgid "With the removal of KDELibs4 Support and a further cleanup of the code and some other minor bugs, the maintenance of the code has also been thoroughly furnished to give you KHelpCenter in a newly shiny form."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:54
#: announcements/announce-applications-16.08.0.php:72
#: announcements/announce-applications-16.12.0.php:113
msgid "Aggressive Pest Control"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:56
msgid "The Kontact Suite had a whopping 55 bugs resolved; some of which were related to issues with setting alarms, and in the import of Thunderbird mails, downsizing Skype &amp; Google talk icons in the Contacts Panel View, KMail related workarounds such as folder imports, vCard imports, opening ODF mail attachments, URL inserts from Chromium, the tool menu differences with the app started as a part of Kontact as opposed to a standalone use, missing 'Send' menu item and a few others. The support for Brazilian Portuguese RSS feeds has been added along with the fixing of the addresses for the Hungarian and Spanish feeds."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:59
msgid "The new features include a redesign of the KAddressbook contact editor, a new default KMail Header theme, improvements to the Settings Exporter and a fix of Favicon support in Akregator. The KMail composer interface has been cleaned up along with the introduction of a new Default KMail Header Theme with the Grantlee theme used for the 'About' page in KMail as well as Kontact and Akregator. Akregator now uses QtWebKit - one of the major engines to render webpages and execute javascript code as the renderer web engine and the process of implementing support for QtWebEngine in Akregator and other Kontact Suite applications has already begun. While several features were shifted as plugins in kdepim-addons, the pim libraries were split into numerous packages."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:63
msgid "Archiving in Depth"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:68
msgid "<a href='%1'>Ark</a>, the archive manager, has had two major bugs fixed so that now Ark warns the user if an extraction fails due to lack of sufficient space in the destination folder and it does not fill up the RAM during the extraction of huge files via drag and drop."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:71
msgid "Ark now also includes a properties dialog which displays information like the type of archive, compressed and uncompressed size, MD5/SHA-1/SHA-256 cryptographic hashes about the currently opened archive."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:74
msgid "Ark can also now open and extract RAR archives without utilizing the non-free rar utilities and can open, extract and create TAR archives compressed with the lzop/lzip/lrzip formats."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:77
msgid "The User Interface of Ark has been polished by reorganizing the menubar and the toolbar so as to improve the usability and to remove ambiguities, as well as to save vertical space thanks to the status-bar now hidden by default."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:81
msgid "More Precision to Video Edits"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:86
msgid "<a href='%1'>Kdenlive</a>, the non-linear video editor has numerous new features implemented. The titler now has a grid feature, gradients, the addition of text shadow and adjusting letter/line spacing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:89
msgid "Integrated display of audio levels allows easy monitoring of the audio in your project alongwith new video monitor overlays displaying playback framerate, safe zones and audio waveforms and a toolbar to seek to markers and a zoom monitor."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:92
msgid "There has also been a new library feature which allows to copy/paste sequences between projects and a split view in timeline to compare and visualise the effects applied to the clip with the one without them."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:95
msgid "The render dialog has been rewritten with an added option to get faster encoding hence, producing large files and the speed effect has been made to work with sound as well."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:98
msgid "Curves in keyframes have been introduced for a few effects and now your top chosen effects can be accessed quickly via the favourite effects widget. While using the razor tool, now the vertical line in the timeline will show the accurate frame where the cut will be performed and the newly added clip generators will enable you to create color bar clips and counters. Besides this, the clip usage count has been re-introduced in the Project Bin and the audio thumbnails have also been rewritten to make them much faster."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:101
msgid "The major bug fixes include the crash while using titles (which requires the latest MLT version), fixing corruptions occurring when the project frames per second rate is anything other than 25, the crashes on track deletion, the problematic overwrite mode in the timeline and the corruptions/lost effects while using a locale with a comma as the separator. Apart from these, the team has been consistently working to make major improvements in stability, workflow and small usability features."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:104
#: announcements/announce-applications-16.08.0.php:61
#: announcements/announce-applications-16.12.0.php:98
#: announcements/announce-applications-17.04.0.php:84
msgid "And more!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:107
msgid "<a href='%1'>Okular</a>, the document viewer brings in new features in the form of customizable inline annotation width border, allowance of directly opening embedded files instead of only saving them and also the display of a table of content markers when the child links are collapsed."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:111
msgid "<a href='%1'>Kleopatra</a> introduced improved support for GnuPG 2.1 with a fixing of selftest errors and the cumbersome key refreshes caused by the new GnuPG (GNU Privacy Guard) directory layout. ECC Key generation has been added with the display of Curve details for ECC certificates now. Kleopatra is now released as a separate package and support for .pfx and .crt files has been included. To resolve the difference in the behaviour of imported secret keys and generated keys, Kleopatra now allows you to set the owner trust to ultimate for imported secret keys. "
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:125
msgid "Non-technical contributors are an important part of KDE’s success. While proprietary software companies have huge advertising budgets for new software releases, KDE depends on people talking with other people. Even for those who are not software developers, there are many ways to support the KDE Applications 16.04 release. Report bugs. Encourage others to join the KDE Community. Or <a href='%1'>support the nonprofit organization behind the KDE community</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:129
msgid "Please spread the word on the Social Web. Submit stories to news sites, use channels like delicious, digg, reddit, and twitter. Upload screenshots of your new set-up to services like Facebook, Flickr, ipernity and Picasa, and post them to appropriate groups. Create screencasts and upload them to YouTube, Blip.tv, and Vimeo. Please tag posts and uploaded materials with 'KDE'. This makes them easy to find, and gives the KDE Promo Team a way to analyze coverage for the KDE Applications 16.04 release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:135
msgid "Installing KDE Applications 16.04 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:139
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 16.04 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:148
msgid "Compiling KDE Applications 16.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.0.php:152
msgid "The complete source code for KDE Applications 16.04 may be <a href='http://download.kde.org/stable/applications/16.04.0/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-16.04.0.php'>KDE Applications 16.04.0 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.1.php:4
msgid "KDE Ships KDE Applications 16.04.1"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.1.php:16
msgid "May 10, 2016. Today KDE released the first stability update for <a href='%1'>KDE Applications 16.04</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.1.php:20
msgid "More than 25 recorded bugfixes include improvements to kdepim, ark, kate, dolphin. kdenlive, lokalize, spectacle, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.2.php:4
msgid "KDE Ships KDE Applications 16.04.2"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.2.php:16
msgid "June 14, 2016. Today KDE released the second stability update for <a href='%1'>KDE Applications 16.04</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.2.php:20
msgid "More than 25 recorded bugfixes include improvements to akonadi, ark, artikulate, dolphin. kdenlive, kdepim, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.3.php:4
msgid "KDE Ships KDE Applications 16.04.3"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.3.php:16
msgid "July 12, 2016. Today KDE released the third stability update for <a href='%1'>KDE Applications 16.04</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.04.3.php:20
msgid "More than 20 recorded bugfixes include improvements to ark, cantor, kate. kdepim, umbrello, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08-beta.php:4
msgid "KDE Ships Beta of KDE Applications 16.08"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08-beta.php:15
msgid "July 22, 2016. Today KDE released the beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08-beta.php:23
#: announcements/announce-applications-16.08-rc.php:23
msgid "The KDE Applications 16.08 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08-beta.php:30
msgid "Installing KDE Applications 16.08 Beta Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08-beta.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 16.08 Beta (internally 16.07.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08-beta.php:39
#: announcements/announce-applications-16.08-rc.php:39
#: announcements/announce-applications-16.12-beta.php:39
#: announcements/announce-applications-16.12-rc.php:39
#: announcements/announce-applications-17.04-beta.php:39
#: announcements/announce-applications-17.04-rc.php:39
#: announcements/announce-applications-17.08-beta.php:39
#: announcements/announce-applications-17.08-rc.php:39
#: announcements/announce-applications-17.12-beta.php:39
#: announcements/announce-applications-17.12-rc.php:39
#: announcements/announce-applications-18.04-beta.php:39
#: announcements/announce-applications-18.04-rc.php:39
#: announcements/announce-applications-18.08-beta.php:39
#: announcements/announce-applications-18.08-rc.php:39
msgid "For a current list of available binary packages of which the KDE Project has been informed, please visit the <a href='http://community.kde.org/Binary_Packages'>Community Wiki</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08-beta.php:43
msgid "Compiling KDE Applications 16.08 Beta"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08-beta.php:47
msgid "The complete source code for KDE Applications 16.08 Beta may be <a href='http://download.kde.org/unstable/applications/16.07.80/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-16.07.80.php'>KDE Applications 16.08 Beta Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08-rc.php:4
msgid "KDE Ships Release Candidate of KDE Applications 16.08"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08-rc.php:15
msgid "August 5, 2016. Today KDE released the release candidate of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08-rc.php:30
msgid "Installing KDE Applications 16.08 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08-rc.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 16.08 Release Candidate (internally 16.07.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08-rc.php:43
msgid "Compiling KDE Applications 16.08 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08-rc.php:47
msgid "The complete source code for KDE Applications 16.08 Release Candidate may be <a href='http://download.kde.org/unstable/applications/16.07.90/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-16.07.90.php'>KDE Applications Release Candidate Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:4
msgid "KDE Ships KDE Applications 16.08.0"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:16
msgid "August 18, 2016. Today, KDE introduces KDE Applications 16.08, with an impressive array of upgrades when it comes to better ease of access, the introduction of highly useful functionalities and getting rid of some minor issues, bringing KDE Applications one step closer to offering you the perfect setup for your device."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:20
msgid "<a href='%1'>Kolourpaint</a>, <a href='%2'>Cervisia</a> and KDiskFree have now been ported to KDE Frameworks 5 and we look forward to your feedback and insight into the newest features introduced with this release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:24
msgid "In the continued effort to split Kontact Suite libraries to make them easier to use for third parties, the kdepimlibs tarball has been split into akonadi-contacts, akonadi-mime and akonadi-notes."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:29
msgid "We have discontinued the following packages: kdegraphics-strigi-analyzer, kdenetwork-strigi-analyzers, kdesdk-strigi-analyzers, libkdeedu and mplayerthumbs. This will help us focus in the rest of the code."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:33
msgid "Keeping in Kontact"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:36
msgid "<a href='%1'>The Kontact Suite</a> has got the usual round of cleanups, bug fixes and optimizations in this release. Notable is the use of QtWebEngine in various compontents, which allows for a more modern HTML rendering engine to be used. We have also improved VCard4 support as well as added new plugins that can warn if some conditions are met when sending an email, e.g. verifying that you want to allow sending emails with a given identity, or checking if you are sending email as plaintext, etc."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:40
msgid "New Marble version"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:43
msgid "<a href='%1'>Marble</a> 2.0 is part of KDE Applications 16.08 and includes more than 450 code changes including improvements in navigation, rendering and an experimental vector rendering of OpenStreetMap data."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:47
msgid "More Archiving"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:50
msgid "<a href='%1'>Ark</a> can now extract AppImage and .xar files as well as testing the integrity of zip, 7z and rar archives. It can also add/edit comments in rar archives"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:54
msgid "Terminal Improvements"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:57
msgid "<a href='%1'>Konsole</a> has had improvements regarding font rendering options and accessbility support."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:64
msgid "<a href='%1'>Kate</a> got movable tabs. <a href='%2'>More information...</a>"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:68
msgid "<a href='%1'>KGeography</a>, has added provinces and regions maps of Burkina Faso."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:74
msgid "More than 120 bugs have been resolved in applications including the Kontact Suite, Ark, Cantor, Dolphin, KCalc, Kdenlive and more!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:87
msgid "Non-technical contributors are an important part of KDE’s success. While proprietary software companies have huge advertising budgets for new software releases, KDE depends on people talking with other people. Even for those who are not software developers, there are many ways to support the KDE Applications 16.08 release. Report bugs. Encourage others to join the KDE Community. Or <a href='%1'>support the nonprofit organization behind the KDE community</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:91
msgid "Please spread the word on the Social Web. Submit stories to news sites, use channels like delicious, digg, reddit, and twitter. Upload screenshots of your new set-up to services like Facebook, Flickr, ipernity and Picasa, and post them to appropriate groups. Create screencasts and upload them to YouTube, Blip.tv, and Vimeo. Please tag posts and uploaded materials with 'KDE'. This makes them easy to find, and gives the KDE Promo Team a way to analyze coverage for the KDE Applications 16.08 release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:97
msgid "Installing KDE Applications 16.08 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:101
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 16.08 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:110
msgid "Compiling KDE Applications 16.08"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.0.php:114
msgid "The complete source code for KDE Applications 16.08 may be <a href='http://download.kde.org/stable/applications/16.08.0/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-16.08.0.php'>KDE Applications 16.08.0 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.1.php:4
msgid "KDE Ships KDE Applications 16.08.1"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.1.php:16
msgid "September 8, 2016. Today KDE released the first stability update for <a href='%1'>KDE Applications 16.08</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.1.php:20
msgid "More than 45 recorded bugfixes include improvements to kdepim, kate, kdenlive, konsole, marble, kajongg, kopete, umbrello, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.2.php:4
msgid "KDE Ships KDE Applications 16.08.2"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.2.php:16
msgid "October 13, 2016. Today KDE released the second stability update for <a href='%1'>KDE Applications 16.08</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.2.php:20
msgid "More than 30 recorded bugfixes include improvements to kdepim, ark, dolphin, kgpg, kolourpaint, okular, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.3.php:4
msgid "KDE Ships KDE Applications 16.08.3"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.3.php:16
msgid "November 10, 2016. Today KDE released the third stability update for <a href='%1'>KDE Applications 16.08</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.08.3.php:20
msgid "More than 20 recorded bugfixes include improvements to kdepim, ark, okteta, umbrello, kmines, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12-beta.php:4
msgid "KDE Ships Beta of KDE Applications 16.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12-beta.php:15
msgid "November 18, 2016. Today KDE released the beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12-beta.php:23
msgid "The KDE Applications 16.12 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12-beta.php:30
msgid "Installing KDE Applications 16.12 Beta Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12-beta.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 16.12 Beta (internally 16.11.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12-beta.php:43
msgid "Compiling KDE Applications 16.12 Beta"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12-beta.php:47
msgid "The complete source code for KDE Applications 16.12 Beta may be <a href='http://download.kde.org/unstable/applications/16.11.80/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-16.11.80.php'>KDE Applications 16.12 Beta Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12-rc.php:4
msgid "KDE Ships Release Candidate of KDE Applications 16.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12-rc.php:15
msgid "December 2, 2016. Today KDE released the release candidate of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12-rc.php:23
msgid "The KDE Applications 16.12 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the release candidate <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12-rc.php:30
msgid "Installing KDE Applications 16.12 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12-rc.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 16.12 Release Candidate (internally 16.11.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12-rc.php:43
msgid "Compiling KDE Applications 16.12 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12-rc.php:47
msgid "The complete source code for KDE Applications 16.12 Release Candidate may be <a href='http://download.kde.org/unstable/applications/16.11.90/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-16.11.90.php'>KDE Applications 16.12 Release Candidate Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:4
msgid "KDE Ships KDE Applications 16.12.0"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:16
msgid "December 15, 2016. Today, KDE introduces KDE Applications 16.12, with an impressive array of upgrades when it comes to better ease of access, the introduction of highly useful functionalities and getting rid of some minor issues, bringing KDE Applications one step closer to offering you the perfect setup for your device."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:20
msgid "<a href='%1'>Okular</a>, <a href='%2'>Konqueror</a>, <a href='%3'>KGpg</a>, <a href='%4'>KTouch</a>, <a href='%5'>Kalzium</a> and more (<a href='%6'>Release Notes</a>) have now been ported to KDE Frameworks 5. We look forward to your feedback and insight into the newest features introduced with this release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:24
msgid "In the continued effort to make applications easier to build standalone, we have split the kde-baseapps, kdepim and kdewebdev tarballs. You can find the newly created tarballs at <a href='%1'>the Release Notes document</a>"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:29
msgid "We have discontinued the following packages: kdgantt2, gpgmepp and kuser. This will help us focus on the rest of the code."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:33
msgid "Kwave sound editor joins KDE Applications!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:38
msgid ""
"<a href='%1'>Kwave</a> is a sound editor, it can record, play back, import and edit many sorts of audio files including multi channel files.\n"
"Kwave includes some plugins to transform audio files in several ways and presents a graphical view with a complete zoom and scroll capability."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:43
msgid "The World as your wallpaper"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:48
msgid "Marble now includes both a Wallpaper and a Widget for Plasma that show the time on top of a satellite view of the earth, with real-time day/night display. These used to be available for Plasma 4; they have now been updated to work on Plasma 5."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:51
msgid "You can find more information on <a href='%1'>Friedrich W. H. Kossebau's blog</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:55
msgid "Emoticons galore!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:60
msgid "KCharSelect has gained the ability to show the Unicode Emoticons block (and other SMP symbol blocks)."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:63
msgid "It also gained a Bookmarks menu so you can favorite all your loved characters."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:67
msgid "Math is better with Julia"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:72
msgid "Cantor has a new backend for Julia, giving its users the ability to use the latest progress in scientific computing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:75
msgid "You can find more information on <a href='%1'>Ivan Lakhtanov's blog</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:79
msgid "Advanced archiving"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:84
msgid "Ark has several new features:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:87
msgid "Files and folders can now be renamed, copied or moved within the archive"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:88
msgid "It's now possible to select compression and encryption algorithms when creating archives"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:89
msgid "Ark can now open AR files (e.g. Linux *.a static libraries)"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:93
msgid "You can find more information on <a href='%1'>Ragnar Thomsen's blog</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:101
msgid "Kopete got support for X-OAUTH2 SASL authentication in jabber protocol and fixed some problems with the OTR encryption plugin."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:105
msgid "Kdenlive has a new Rotoscoping effect, support for downloadable content and an updated Motion Tracker. It also provides <a href='%1'>Snap and AppImage</a> files for easier installation."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:109
msgid "KMail and Akregator can use Google Safe Browsing to check if a link being clicked is malicious. Both have also added back printing support (needs Qt 5.8)."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:115
msgid "More than 130 bugs have been resolved in applications including Dolphin, Akonadi, KAddressBook, KNotes, Akregator, Cantor, Ark, Kdenlive and more!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:128
msgid "Non-technical contributors are an important part of KDE’s success. While proprietary software companies have huge advertising budgets for new software releases, KDE depends on people talking with other people. Even for those who are not software developers, there are many ways to support the KDE Applications 16.12 release. Report bugs. Encourage others to join the KDE Community. Or <a href='%1'>support the nonprofit organization behind the KDE community</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:132
msgid "Please spread the word on the Social Web. Submit stories to news sites, use channels like delicious, Digg, Reddit, and Twitter. Upload screenshots of your new set-up to services like Facebook, Flickr, ipernity and Picasa, and post them to appropriate groups. Create screencasts and upload them to YouTube, Blip.tv, and Vimeo. Please tag posts and uploaded materials with 'KDE'. This makes them easy to find, and gives the KDE Promo Team a way to analyze coverage for the KDE Applications 16.12 release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:138
msgid "Installing KDE Applications 16.12 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:142
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 16.12 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:151
msgid "Compiling KDE Applications 16.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.0.php:155
msgid "The complete source code for KDE Applications 16.12 may be <a href='http://download.kde.org/stable/applications/16.12.0/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-16.12.0.php'>KDE Applications 16.12.0 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.1.php:4
msgid "KDE Ships KDE Applications 16.12.1"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.1.php:16
msgid "January 12, 2017. Today KDE released the first stability update for <a href='%1'>KDE Applications 16.12</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.1.php:20
msgid "This release fixes a DATA LOSS bug in the iCal resource which failed to create std.ics if it didn't exist."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.1.php:24
msgid "More than 40 recorded bugfixes include improvements to kdepim, ark, gwenview, kajongg, okular, kate, kdenlive, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.2.php:4
msgid "KDE Ships KDE Applications 16.12.2"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.2.php:16
msgid "February 9, 2017. Today KDE released the second stability update for <a href='%1'>KDE Applications 16.12</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.2.php:20
msgid "More than 20 recorded bugfixes include improvements to kdepim, dolphin, kate, kdenlive, ktouch, okular, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.3.php:4
msgid "KDE Ships KDE Applications 16.12.3"
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.3.php:16
msgid "March 9, 2017. Today KDE released the third stability update for <a href='%1'>KDE Applications 16.12</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-16.12.3.php:20
msgid "More than 20 recorded bugfixes include improvements to kdepim, ark, filelight, gwenview, kate, kdenlive, okular, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04-beta.php:4
msgid "KDE Ships Beta of KDE Applications 17.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04-beta.php:15
msgid "March 24, 2017. Today KDE released the beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04-beta.php:23
#: announcements/announce-applications-17.04-rc.php:23
msgid "The KDE Applications 17.04 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04-beta.php:30
msgid "Installing KDE Applications 17.04 Beta Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04-beta.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 17.04 Beta (internally 17.03.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04-beta.php:43
msgid "Compiling KDE Applications 17.04 Beta"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04-beta.php:47
msgid "The complete source code for KDE Applications 17.04 Beta may be <a href='http://download.kde.org/unstable/applications/17.03.80/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-17.03.80.php'>KDE Applications 17.04 Beta Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04-rc.php:4
msgid "KDE Ships Release Candidate of KDE Applications 17.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04-rc.php:15
msgid "April 7, 2017. Today KDE released the release candidate of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04-rc.php:30
msgid "Installing KDE Applications 17.04 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04-rc.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 17.04 Release Candidate (internally 17.03.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04-rc.php:43
msgid "Compiling KDE Applications 17.04 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04-rc.php:47
msgid "The complete source code for KDE Applications 17.04 Release Candidate may be <a href='http://download.kde.org/unstable/applications/17.03.90/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-17.03.90.php'>KDE Applications 17.04 Release Candidate Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:4
msgid "KDE Ships KDE Applications 17.04.0"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:16
msgid "April 20, 2017. KDE Applications 17.04 is here. On the whole, we have worked to make both the applications and the underlying libraries more stable and easier to use. By ironing out wrinkles and listening to your feedback, we have made the KDE Applications suite less prone to glitches and much friendlier."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:20
msgid "Enjoy your new apps!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:23
#: announcements/announce-applications-17.08.0.php:36
msgid "KAlgebra"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:28
msgid "The developers of KAlgebra are on their own particular road to convergence, having ported the mobile version of the comprehensive educational program to Kirigami 2.0 -- the preferred framework for integrating KDE applications on desktop and mobile platforms."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:31
msgid "Furthermore, the desktop version has also migrated the 3D back-end to GLES, the software that allows the program to render 3D functions both on the desktop and on mobile devices. This makes the code simpler and easier to maintain."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:35
#: announcements/announce-applications-17.08.0.php:52
msgid "Kdenlive"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:40
msgid "KDE's video editor is becoming more stable and more full-featured with every new version. This time, the developers have redesigned the profile selection dialog to make it easier to set screen size, framerate, and other parameters of your film."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:43
msgid "Now you can also play your video directly from the notification when rendering is finished. Some crashes that happened when moving clips around on the timeline have been corrected, and the DVD Wizard has been improved."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:47
#: announcements/announce-applications-17.08.0.php:26
msgid "Dolphin"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:52
msgid "Our favorite file explorer and portal to everything (except maybe the underworld) has had several makeovers and usability improvements to make it even more powerful."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:55
msgid "The context menus in the <i>Places</i> panel (by default on the left of the main viewing area) have been cleaned up, and it is now possible to interact with the metadata widgets in the tooltips. The tooltips, by the way, now also work on Wayland."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:59
msgid "Ark"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:64
msgid "The popular graphical app for creating, decompressing and managing compressed archives for files and folders now comes with a <i>Search</i> function to help you find files in crowded archives."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:67
msgid "It also allows you to enable and disable plugins directly from the <i>Configure</i> dialog. Talking of plugins, the new Libzip plugin improves Zip archive support."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:71
msgid "Minuet"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:76
msgid "If you are teaching or learning to play music, you have to check out Minuet. The new version offers more scales exercises and ear-training tasks for bebop, harmonic minor/major, pentatonic, and symmetric scales."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:79
msgid "You can also set or take tests using the new <i>Test mode</i> for answering exercises. You can monitor your progress by running a sequence of 10 exercises and you'll get hit ratio statistics when finished."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:87
msgid "<a href='%1'>Okular</a>, KDE's document viewer, has had at least half a dozen changes that add features and crank up its usability on touchscreens. <a href='%2'>Akonadi</a> and several other apps that make up <a href='%3'>Kontact</a> (KDE's email/calendar/groupware suite) have been revised, debugged and optimized to help you become more productive."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:91
msgid "<a href='%1'>Kajongg</a>, <a href='%2'>KCachegrind</a> and more (<a href='%3'>Release Notes</a>) have now been ported to KDE Frameworks 5. We look forward to your feedback and insight into the newest features introduced with this release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:95
msgid "<a href='%1'>K3b</a> has joined the KDE Applications release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:98
#: announcements/announce-applications-17.08.0.php:72
#: announcements/announce-applications-17.12.0.php:75
#: announcements/announce-applications-18.04.0.php:172
-#: announcements/announce-applications-18.08.0.php:116
+#: announcements/announce-applications-18.08.0.php:117
msgid "Bug Stomping"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:100
msgid "More than 95 bugs have been resolved in applications including Kopete, KWalletManager, Marble, Spectacle and more!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:106
#: announcements/announce-applications-17.08.0.php:80
#: announcements/announce-applications-17.12.0.php:83
#: announcements/announce-applications-18.04.0.php:180
-#: announcements/announce-applications-18.08.0.php:124
+#: announcements/announce-applications-18.08.0.php:125
msgid "If you would like to read more about the changes in this release, <a href='%1'>head over to the complete changelog</a>. Although a bit intimidating due to its breadth, the changelog can be an excellent way to learn about KDE's internal workings and discover apps and features you never knew you had."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:113
#: announcements/announce-applications-17.08.0.php:87
#: announcements/announce-applications-17.12.0.php:90
#: announcements/announce-applications-18.04.0.php:187
-#: announcements/announce-applications-18.08.0.php:131
+#: announcements/announce-applications-18.08.0.php:132
msgid "Non-technical contributors play an important part in KDE's success. While proprietary software companies have huge advertising budgets for new software releases, KDE often depends on word of mouth."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:117
msgid "There are many ways to support the KDE Applications 17.04 release: you can report bugs, encourage others to join the KDE Community, or <a href='%1'>support the non-profit organization behind the KDE Community</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:121
#: announcements/announce-applications-17.08.0.php:95
#: announcements/announce-applications-17.12.0.php:98
#: announcements/announce-applications-18.04.0.php:195
-#: announcements/announce-applications-18.08.0.php:139
+#: announcements/announce-applications-18.08.0.php:140
msgid "Help us spread the word on the social web. You can submit stories to news sites like Reddit, Facebook and Twitter; upload screenshots of your new set-up to services like Snapchat, Instagram and Google+; or create screencasts and upload them to YouTube, Blip.tv, and Vimeo, or stream them live over Twitch!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:125
msgid "Remember to tag your posts and uploaded materials with the <i>KDE</i> moniker, as this makes them easier to find and gives the KDE Promo Team a way to analyze coverage for the KDE Applications 17.04 release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:131
msgid "Installing KDE Applications 17.04 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:135
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 17.04 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:144
msgid "Compiling KDE Applications 17.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.0.php:148
msgid "The complete source code for KDE Applications 17.04 may be <a href='http://download.kde.org/stable/applications/17.04.0/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-17.04.0.php'>KDE Applications 17.04.0 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.1.php:4
msgid "KDE Ships KDE Applications 17.04.1"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.1.php:16
msgid "May 11, 2017. Today KDE released the first stability update for <a href='%1'>KDE Applications 17.04</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.1.php:20
msgid "More than 20 recorded bugfixes include improvements to kdepim, dolphin, gwenview, kate, kdenlive, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.2.php:4
msgid "KDE Ships KDE Applications 17.04.2"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.2.php:16
msgid "June 8, 2017. Today KDE released the second stability update for <a href='%1'>KDE Applications 17.04</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.2.php:20
msgid "More than 15 recorded bugfixes include improvements to kdepim, ark, dolphin, gwenview, kdenlive, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.3.php:4
msgid "KDE Ships KDE Applications 17.04.3"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.3.php:16
msgid "July 13, 2017. Today KDE released the third stability update for <a href='%1'>KDE Applications 17.04</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.04.3.php:20
msgid "More than 25 recorded bugfixes include improvements to kdepim, dolphin, dragonplayer, kdenlive, umbrello, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-beta.php:4
msgid "KDE Ships Beta of KDE Applications 17.08"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-beta.php:15
msgid "July 21, 2017. Today KDE released the beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-beta.php:19
#: announcements/announce-applications-17.12-beta.php:19
msgid "Check the <a href='%1'>community release notes</a> for information on tarballs that are now KF5 based and known issues. A more complete announcement will be available for the final release"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-beta.php:23
msgid "The KDE Applications 17.08 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-beta.php:30
msgid "Installing KDE Applications 17.08 Beta Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-beta.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 17.08 Beta (internally 17.07.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-beta.php:43
msgid "Compiling KDE Applications 17.08 Beta"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-beta.php:47
msgid "The complete source code for KDE Applications 17.08 Beta may be <a href='http://download.kde.org/unstable/applications/17.07.80/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-17.07.80.php'>KDE Applications 17.08 Beta Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-rc.php:4
msgid "KDE Ships Release Candidate of KDE Applications 17.08"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-rc.php:15
msgid "August 4, 2017. Today KDE released the release candidate of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-rc.php:23
msgid "The KDE Applications 17.08 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the release candidate <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-rc.php:30
msgid "Installing KDE Applications 17.08 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-rc.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 17.08 Release Candidate (internally 17.07.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-rc.php:43
msgid "Compiling KDE Applications 17.08 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08-rc.php:47
msgid "The complete source code for KDE Applications 17.08 Release Candidate may be <a href='http://download.kde.org/unstable/applications/17.07.90/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-17.07.90.php'>KDE Applications 17.08 Release Candidate Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:4
msgid "KDE Ships KDE Applications 17.08.0"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:16
msgid "August 17, 2017. KDE Applications 17.08 is here. We have worked to make both the applications and the underlying libraries more stable and easier to use. By ironing out wrinkles and listening to your feedback, we have made the KDE Applications suite less prone to glitches and much friendlier. Enjoy your new apps!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:19
#: announcements/announce-applications-17.12.0.php:67
msgid "More Porting to KDE Frameworks 5"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:21
msgid "We're pleased that the following applications which were based on kdelibs4 are now based on KDE Frameworks 5: kmag, kmousetool, kgoldrunner, kigo, konquest, kreversi, ksnakeduel, kspaceduel, ksudoku, kubrick, lskat, and umbrello. Thanks to the hard-working developers who volunteered their time and work to make that happen."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:24
msgid "What's new in KDE Applications 17.08"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:28
msgid "Dolphin developers report that Dolphin now shows 'Deletion Time' in the Trash, and shows 'Creation Time' if the OS supports it such as on BSDs."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:31
msgid "KIO-Extras"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:33
msgid "Kio-Extras now provides better support for Samba shares."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:38
msgid "The KAlgebra developers have worked on improving their Kirigami front-end on the desktop, and implemented code completion."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:41
msgid "Kontact"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:44
msgid "In KMailtransport, developers have reactivated akonadi transport support, created plugins support, and recreated sendmail mail transport support."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:45
msgid "In SieveEditor, a lot of bugs in autocreate scripts have been fixed and closed. Along with general bug-fixing, a regexp editor line-editor has been added."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:46
msgid "In KMail the ability to use an external editor has been recreated as a plugin."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:47
msgid "The Akonadi-import-wizard now has the 'convert all converter' as a plugin, so that developers can create new converters easily."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:48
msgid "Applications now depend on Qt 5.7. Developers have fixed a lot of compile errors on Windows. All of kdepim does not compile on Windows yet but the developers have made big progress. To begin, the developers created a craft-recipe for it. Much bug fixing has been done to modernize code (C++11). Wayland support on Qt 5.9. Kdepim-runtime adds a facebook resource."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:54
msgid "In Kdenlive, the team fixed the broken 'Freeze effect'. In recent versions, it was impossible to change the frozen frame for the freeze effect. Now a keyboard shortcut for Extract Frame feature is allowed. Now the user can save screenshots of their timeline with a keyboard shortcut, and a name is now suggested based on frame number <a href='https://bugs.kde.org/show_bug.cgi?id=381325'>https://bugs.kde.org/show_bug.cgi?id=381325</a>. Fix downloaded transition lumas do not appear in interface: <a href='https://bugs.kde.org/show_bug.cgi?id=382451'>https://bugs.kde.org/show_bug.cgi?id=382451</a>. Fix audio clicks issue (for now, requires building the dependency MLT from git until a MLT release): <a href='https://bugs.kde.org/show_bug.cgi?id=371849'>https://bugs.kde.org/show_bug.cgi?id=371849</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:57
msgid "Krfb"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:59
msgid "Developers have finished porting the X11 plugin to Qt5, and krfb is working again using a X11 backend that is much faster than the Qt plugin. There's a new Settings page, allowing the user to change preferred framebuffer plugin."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:62
msgid "Konsole"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:64
msgid "Konsole now allows unlimited scrollback to extend past 2GB (32bit) limit. Now Konsole allows users to enter any location to store scrollback files. Also, a regression was fixed, Konsole can once again allow KonsolePart to call the Manage Profile dialog."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:67
msgid "KAppTemplate"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:69
msgid "In KAppTemplate there is now an option to install new templates from the filesystem. More templates have been removed from KAppTemplate and instead integrated into related products; ktexteditor plugin template and kpartsapp template (ported to Qt5/KF5 now) have become part of KDE Frameworks KTextEditor and KParts since 5.37.0. These changes should simplify creation of templates in KDE applications."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:74
msgid "More than 80 bugs have been resolved in applications including the Kontact Suite, Ark, Dolphin, K3b, Kdenlive, KGpg, Konsole and more!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:91
msgid "There are many ways to support the KDE Applications 17.08 release: you can report bugs, encourage others to join the KDE Community, or <a href='%1'>support the non-profit organization behind the KDE Community</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:99
msgid "Remember to tag your posts and uploaded materials with the <i>KDE</i> moniker, as this makes them easier to find and gives the KDE Promo Team a way to analyze coverage for the KDE Applications 17.08 release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:105
msgid "Installing KDE Applications 17.08 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:109
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 17.08 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:118
msgid "Compiling KDE Applications 17.08"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.0.php:122
msgid "The complete source code for KDE Applications 17.08 may be <a href='http://download.kde.org/stable/applications/17.08.0/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-17.08.0.php'>KDE Applications 17.08.0 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.1.php:4
msgid "KDE Ships KDE Applications 17.08.1"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.1.php:16
msgid "September 7, 2017. Today KDE released the first stability update for <a href='%1'>KDE Applications 17.08</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.1.php:20
msgid "More than 20 recorded bugfixes include improvements to Kontact, Gwenview, Kdenlive, Konsole, KWalletManager, Okular, Umbrello, KDE games, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.2.php:4
msgid "KDE Ships KDE Applications 17.08.2"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.2.php:16
msgid "October 12, 2017. Today KDE released the second stability update for <a href='%1'>KDE Applications 17.08</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.2.php:20
msgid "More than 25 recorded bugfixes include improvements to Kontact, Dolphin, Gwenview, Kdenlive, Marble, Okular, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.2.php:28
#: announcements/announce-applications-17.08.3.php:28
#: announcements/announce-applications-17.12.1.php:24
#: announcements/announce-applications-17.12.3.php:24
#: announcements/announce-applications-18.04.1.php:24
#: announcements/announce-applications-18.04.2.php:24
#: announcements/announce-applications-18.04.3.php:24
msgid "Improvements include:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.2.php:31
msgid "A memory leak and crash in Plasma events plugin configuration was fixed"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.2.php:32
msgid "Read messages are no longer removed immediately from Unread filter in Akregator"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.2.php:33
msgid "Gwenview Importer now uses the EXIF date/time"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.3.php:4
msgid "KDE Ships KDE Applications 17.08.3"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.3.php:16
msgid "November 9, 2017. Today KDE released the third stability update for <a href='%1'>KDE Applications 17.08</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.3.php:20
msgid "About a dozen recorded bugfixes include improvements to Kontact, Ark, Gwenview, KGpg, KWave, Okular, Spectacle, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.3.php:24
msgid "This release also includes the last version of KDE Development Platform %1."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.3.php:31
msgid "Work around a Samba 4.7 regression with password-protected SMB shares"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.3.php:32
msgid "Okular no longer crashes after certain rotation jobs"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.08.3.php:33
msgid "Ark preserves file modification dates when extracting ZIP archives"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12-beta.php:4
msgid "KDE Ships Beta of KDE Applications 17.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12-beta.php:15
msgid "November 17, 2017. Today KDE released the beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12-beta.php:23
msgid "The KDE Applications 17.12 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12-beta.php:30
msgid "Installing KDE Applications 17.12 Beta Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12-beta.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 17.12 Beta (internally 17.11.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12-beta.php:43
msgid "Compiling KDE Applications 17.12 Beta"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12-beta.php:47
msgid "The complete source code for KDE Applications 17.12 Beta may be <a href='http://download.kde.org/unstable/applications/17.11.80/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-17.11.80.php'>KDE Applications 17.12 Beta Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12-rc.php:4
msgid "KDE Ships Release Candidate of KDE Applications 17.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12-rc.php:15
msgid "December 1, 2017. Today KDE released the release candidate of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12-rc.php:23
msgid "The KDE Applications 17.12 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the release candidate <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12-rc.php:30
msgid "Installing KDE Applications 17.12 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12-rc.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 17.12 Release Candidate (internally 17.11.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12-rc.php:43
msgid "Compiling KDE Applications 17.12 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12-rc.php:47
msgid "The complete source code for KDE Applications 17.12 Release Candidate may be <a href='http://download.kde.org/unstable/applications/17.11.90/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-17.11.90.php'>KDE Applications 17.12 Release Candidate Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:4
msgid "KDE Ships KDE Applications 17.12.0"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:16
msgid "December 14, 2017. KDE Applications 17.12.0 are now released."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:20
#: announcements/announce-applications-18.04.0.php:20
-#: announcements/announce-applications-18.08.0.php:20
+#: announcements/announce-applications-18.08.0.php:21
msgid "We continuously work on improving the software included in our KDE Application series, and we hope you will find all the new enhancements and bug fixes useful!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:23
msgid "What's new in KDE Applications 17.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:25
#: announcements/announce-applications-18.04.0.php:25
-#: announcements/announce-applications-18.08.0.php:25
+#: announcements/announce-applications-18.08.0.php:26
msgid "System"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:28
msgid "<a href='%1'>Dolphin</a>, our file manager, can now save searches and limit the search only to folders. Renaming files is now easier; simply double click on the file name. More file information is now at your hands, as the modification date and origin URL of downloaded files are now displayed in the information panel. Additionally, new Genre, Bitrate, and Release Year columns have been introduced."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:31
#: announcements/announce-applications-18.04.0.php:84
-#: announcements/announce-applications-18.08.0.php:47
+#: announcements/announce-applications-18.08.0.php:48
msgid "Graphics"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:33
msgid "Our powerful document viewer <a href='%1'>Okular</a> gained support for HiDPI displays and Markdown language, and the rendering of documents that are slow to load is now shown progressively. An option is now available to share a document via email."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:36
msgid "<a href='%1'>Gwenview</a> image viewer can now open and highlight images in the file manager, zooming is smoother, keyboard navigation has been improved, and it now supports the FITS and Truevision TGA formats. Images are now protected from being accidentally removed by the Delete key when they are not selected."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:39
#: announcements/announce-applications-18.04.0.php:69
msgid "Multimedia"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:41
msgid "<a href='%1'>Kdenlive</a> now uses less memory when handling video projects which include many images, default proxy profiles have been refined, and an annoying bug related to jumping one second forward when playing backward has been fixed."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:44
#: announcements/announce-applications-18.04.0.php:131
-#: announcements/announce-applications-18.08.0.php:99
+#: announcements/announce-applications-18.08.0.php:100
msgid "Utilities"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:47
msgid "<a href='%1'>Ark</a>'s zip support in the libzip backend has been improved. <a href='%2'>Kate</a> has a new <a href='%3'>Preview plugin</a> that allows you to see a live preview of the text document in the final format, applying any available KParts plugins (e.g. for Markdown, SVG, Dot graph, Qt UI, or patches). This plugin also works in <a href='%4'>KDevelop.</a>"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:50
msgid "Development"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:53
msgid "<a href='%1'>Kompare</a> now provides a context menu in the diff area, allowing for quicker access to navigation or modification actions. If you are a developer, you might find KUIViewers' new in-pane preview of UI object described by Qt UI files (widgets, dialogs, etc) useful. It now also supports KParts streaming API."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:56
#: announcements/announce-applications-18.04.0.php:112
-#: announcements/announce-applications-18.08.0.php:83
+#: announcements/announce-applications-18.08.0.php:84
msgid "Office"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:58
msgid "The <a href='%1'>Kontact</a> team has been hard at work improving and refining. Much of the work has been modernizing the code, but users will notice that encrypted messages display has been improved and support has been added for text/pgp and <a href='%2'>Apple® Wallet Pass</a>. There is now an option to select IMAP folder during vacation configuration, a new warning in KMail when a mail gets reopened and identity/mailtransport is not the same, new <a href='%3'>support for Microsoft® Exchange™</a>, support for Nylas Mail and improved Geary import in the akonadi-import-wizard, along with various other bug-fixes and general improvements."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:61
msgid "Games"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:64
msgid "<a href='%1'>KTuberling</a> can now reach a wider audience, as it has been <a href='%2'>ported to Android</a>. <a href='%3'>Kolf</a>, <a href='%4'>KsirK</a>, and <a href='%5'>Palapeli</a> complete the porting of KDE games to Frameworks 5."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:68
msgid "Even more applications which were based on kdelibs4 have now been ported to KDE Frameworks 5. These include the music player <a href='%1'>JuK</a>, the download manager <a href='%2'>KGet</a>, <a href='%3'>KMix</a>, utilities such as <a href='%4'>Sweeper</a> and <a href='%5'>KMouth</a>, and <a href='%6'>KImageMapEditor</a> and Zeroconf-ioslave. Many thanks to the hard-working developers who volunteered their time and work to make this happen!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:71
#: announcements/announce-applications-18.04.0.php:167
msgid "Applications moving to their own release schedule"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:72
msgid "<a href='%1'>KStars</a> now has its own release schedule; check this <a href='%2'>developer's blog</a> for announcements. It is worth noting that several applications such as Kopete and Blogilo are <a href='%3'>no longer shipped</a> with the Application series, as they have not yet been ported to KDE Frameworks 5, or are not actively maintained at the moment."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:77
msgid "More than 110 bugs have been resolved in applications including the Kontact Suite, Ark, Dolphin, Gwenview, K3b, Kate, Kdenlive, Konsole, Okular, Umbrello and more!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:94
msgid "There are many ways to support the KDE Applications 17.12 release: you can report bugs, encourage others to join the KDE Community, or <a href='%1'>support the non-profit organization behind the KDE Community</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:102
msgid "Remember to tag your posts and uploaded materials with the <i>KDE</i> moniker, as this makes them easier to find and gives the KDE Promo Team a way to analyze coverage for the KDE Applications 17.12 release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:108
msgid "Installing KDE Applications 17.12 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:112
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 17.12 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:121
msgid "Compiling KDE Applications 17.12"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.0.php:125
msgid "The complete source code for KDE Applications 17.12 may be <a href='http://download.kde.org/stable/applications/17.12.0/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-17.12.0.php'>KDE Applications 17.12.0 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.1.php:4
msgid "KDE Ships KDE Applications 17.12.1"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.1.php:16
msgid "January 11, 2018. Today KDE released the first stability update for <a href='%1'>KDE Applications 17.12</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.1.php:20
msgid "About 20 recorded bugfixes include improvements to Kontact, Dolphin, Filelight, Gwenview, KGet, Okteta, Umbrello, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.1.php:27
msgid "Sending mails in Kontact has been fixed for certain SMTP servers"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.1.php:28
msgid "Gwenview's timeline and tag searches have been improved"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.1.php:29
msgid "JAVA import has been fixed in Umbrello UML diagram tool"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.2.php:4
msgid "KDE Ships KDE Applications 17.12.2"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.2.php:16
msgid "February 8, 2018. Today KDE released the second stability update for <a href='%1'>KDE Applications 17.12</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.2.php:20
msgid "About 20 recorded bugfixes include improvements to Kontact, Dolphin, Gwenview, KGet, Okular, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.3.php:4
msgid "KDE Ships KDE Applications 17.12.3"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.3.php:16
msgid "March 8, 2018. Today KDE released the third stability update for <a href='%1'>KDE Applications 17.12</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.3.php:20
msgid "About 25 recorded bugfixes include improvements to Kontact, Dolphin, Gwenview, JuK, KGet, Okular, Umbrello, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.3.php:27
msgid "Akregator no longer erases the feeds.opml feed list after an error"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.3.php:28
msgid "Gwenview's fullscreen mode now operates on the correct filename after renaming"
msgstr ""
#. +> trunk
#: announcements/announce-applications-17.12.3.php:29
msgid "Several rare crashes in Okular have been identified and fixed"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-beta.php:4
msgid "KDE Ships Beta of KDE Applications 18.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-beta.php:15
msgid "March 23, 2018. Today KDE released the beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-beta.php:19
#: announcements/announce-applications-18.04-rc.php:19
#: announcements/announce-applications-18.08-beta.php:19
#: announcements/announce-applications-18.08-rc.php:19
msgid "Check the <a href='%1'>community release notes</a> for information on tarballs and known issues. A more complete announcement will be available for the final release"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-beta.php:23
msgid "The KDE Applications 18.04 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-beta.php:30
msgid "Installing KDE Applications 18.04 Beta Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-beta.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 18.04 Beta (internally 18.03.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-beta.php:43
msgid "Compiling KDE Applications 18.04 Beta"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-beta.php:47
msgid "The complete source code for KDE Applications 18.04 Beta may be <a href='http://download.kde.org/unstable/applications/18.03.80/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-18.03.80.php'>KDE Applications 18.04 Beta Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-rc.php:4
msgid "KDE Ships Release Candidate of KDE Applications 18.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-rc.php:15
msgid "April 6, 2018. Today KDE released the release candidate of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-rc.php:23
msgid "The KDE Applications 18.04 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the release candidate <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-rc.php:30
msgid "Installing KDE Applications 18.04 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-rc.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 18.04 Release Candidate (internally 18.03.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-rc.php:43
msgid "Compiling KDE Applications 18.04 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04-rc.php:47
msgid "The complete source code for KDE Applications 18.04 Release Candidate may be <a href='http://download.kde.org/unstable/applications/18.03.90/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-18.03.90.php'>KDE Applications 18.04 Release Candidate Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:4
msgid "KDE Ships KDE Applications 18.04.0"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:16
msgid "April 19, 2018. KDE Applications 18.04.0 are now released."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:23
msgid "What's new in KDE Applications 18.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:28
msgid "The first major release in 2018 of <a href='%1'>Dolphin</a>, KDE's powerful file manager, features many improvements to its panels:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:30
msgid "The 'Places' panel's sections can now be hidden if you prefer not to display them, and a new 'Network' section is now available to hold entries for remote locations."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:31
msgid "The 'Terminal' panel can be docked to any side of the window, and if you try to open it without Konsole installed, Dolphin will show a warning and help you install it."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:32
msgid "HiDPI support for the 'Information' panel has been improved."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:34
msgid "The folder view and the menus have been updated as well:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:36
msgid "The Trash folder now displays an 'Empty Trash' button."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:37
msgid "A 'Show Target' menu item has been added to help finding symlink targets."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:38
msgid "Git integration has been enhanced, as the context menu for git folders now displays two new actions for 'git log' and 'git merge'."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:40
#: announcements/announce-applications-18.04.0.php:61
#: announcements/announce-applications-18.04.0.php:123
msgid "Further improvements include:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:42
msgid "A new shortcut has been introduced giving you the option to open the Filter Bar simply by hitting the slash (/) key."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:43
msgid "You can now sort and organize photos by the date they were taken."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:44
msgid "The drag-and-drop of many small files within Dolphin became faster, and users can now undo batch rename jobs."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:49
msgid "To make working on the command line even more enjoyable, <a href='%1'>Konsole</a>, KDE's terminal emulator application, can now look prettier:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:51
msgid "You can download color schemes via KNewStuff."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:52
msgid "The scrollbar blends in better with the active color scheme."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:53
msgid "By default the tab bar is shown only when needed."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:55
msgid "Konsole's contributors did not stop there, and introduced many new features:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:57
msgid "A new read-only mode and a profile property to toggle copying text as HTML have been added."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:58
msgid "Under Wayland, Konsole now supports the drag-and-drop menu."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:59
msgid "Several improvements took place in regards to the ZMODEM protocol: Konsole can now handle the zmodem upload indicator B01, it will show the progress while transferring data, the Cancel button in the dialog now works as it should, and transferring of bigger files is better supported by reading them into memory in 1MB chunks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:63
msgid "Mouse wheel scrolling with libinput has been fixed, and cycling through shell history when scrolling with the mouse wheel is now prevented."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:64
msgid "Searches are refreshed after changing the search match regular expression option and when pressing 'Ctrl' + 'Backspace' Konsole will match xterm behaviour."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:65
msgid "The '--background-mode' shortcut has been fixed."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:71
msgid ""
"<a href='%1'>JuK</a>, KDE's music player, now has Wayland support. New UI features include the ability to hide the menu bar and having a visual indication of the currently playing track. While docking to the system tray is disabled, JuK will no longer crash when attempting to quit via the window 'close' icon and the user interface will remain visible.\n"
"Bugs regarding JuK autoplaying unexpectedly when resuming from sleep in Plasma 5 and handling the playlist column have also been fixed."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:75
msgid "For the 18.04 release, contributors of <a href='%1'>Kdenlive</a>, KDE's non-linear video editor, focused on maintenance:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:77
msgid "Clip resizing no longer corrupts fades and keyframes."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:78
msgid "Users of display scaling on HiDPI monitors can enjoy crisper icons."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:79
msgid "A possible crash on startup with some configurations has been fixed."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:80
msgid "MLT is now required to have version 6.6.0 or later, and compatibility is improved."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:87
msgid "Over the last months, contributors of <a href='%1'>Gwenview</a>, KDE's image viewer and organizer, worked on a plethora of improvements. Highlights include:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:89
msgid "Support for MPRIS controllers has been added so you can now control full screen slideshows via KDE Connect, your keyboard's media keys, and the Media Player plasmoid."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:90
msgid "The thumbnail hover buttons can now be turned off."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:91
msgid "The Crop tool received several enhancements, as its settings are now remembered when switching to another image, the shape of the selection box can now be locked by holding down the 'Shift' or 'Ctrl' keys and it can also be locked to the aspect ratio of the currently displayed image."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:92
msgid "In full screen mode, you can now exit by using the 'Escape' key and the color palette will reflect your active color theme. If you quit Gwenview in this mode, this setting will be remembered and the new session will start in full screen as well."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:94
msgid "Attention to detail is important, so Gwenview has been polished in the following areas:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:96
msgid "Gwenview will display more human-readable file paths in the 'Recent Folders' list, show the proper context menu for items in the 'Recent Files' list, and correctly forget everything when using the 'Disable History' feature."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:97
msgid "Clicking on a folder in the sidebar allows toggling between Browse and View modes and remembers the last used mode when switching between folders, thus allowing faster navigation in huge image collections."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:98
msgid "Keyboard navigation has been further streamlined by properly indicating keyboard focus in Browse mode."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:99
msgid "The 'Fit Width' feature has been replaced with a more generalized 'Fill' function."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:102
msgid "Even smaller enhancements often can make user's workflows more enjoyable:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:104
msgid "To improve consistency, SVG images are now enlarged like all other images when 'Image View → Enlarge Smaller Images' is turned on."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:105
msgid "After editing an image or undoing changes, image view and thumbnail won't get out of sync anymore."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:106
msgid "When renaming images, the filename extension will be unselected by default and the 'Move/Copy/Link' dialog now defaults to showing the current folder."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:107
msgid "Lots of visual papercuts were fixed, e.g. in the URL bar, for the full screen toolbar, and for the thumbnail tooltip animations. Missing icons were added as well."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:108
msgid "Last but not least, the full screen hover button will directly view the image instead of showing the folder's content, and the advanced settings now allow for more control over the ICC color rendering intent."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:114
msgid "In <a href='%1'>Okular</a>, KDE's universal document viewer, PDF rendering and text extraction can now be cancelled if you have poppler version 0.63 or higher, which means that if you have a complex PDF file and you change the zoom while it's rendering it will cancel immediately instead of waiting for the render to finish."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:117
msgid "You will find improved PDF JavaScript support for AFSimple_Calculate, and if you have poppler version 0.64 or higher, Okular will support PDF JavaScript changes in read-only state of forms."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:120
msgid "Management of booking confirmation emails in <a href='%1'>KMail</a>, KDE's powerful email client, has been significantly enhanced to support train bookings and uses a Wikidata-based airport database for showing flights with correct timezone information. To make things easier for you, a new extractor has been implemented for emails not containing structured booking data."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:125
msgid "The message structure can again be shown with the new 'Expert' plugin."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:126
msgid "A plugin has been added in the Sieve Editor for selecting emails from the Akonadi database."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:127
msgid "The text search in the editor has been improved with regular expression support."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:134
msgid "Improving the user interface of <a href='%1'>Spectacle</a>, KDE's versatile screenshot tool, was a major focus area:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:136
msgid "The bottom row of buttons has received an overhaul, and now displays a button to open the Settings window and a new 'Tools' button that reveals methods to open the last-used screenshot folder and launch a screen recording program."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:137
msgid "The last-used save mode is now remembered by default."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:138
msgid "The window size now adapts to the aspect ratio of the screenshot, resulting in a more pleasant and space-efficient screenshot thumbnail."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:139
msgid "The Settings window has been substantially simplified."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:141
msgid "In addition, users will be able to simplify their workflows with these new features:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:143
msgid "When a specific window has been captured, its title can be automatically added to the name of the screenshot file."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:144
msgid "The user can now choose whether or not Spectacle automatically quits after any save or copy operation."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:146
msgid "Important bug fixes include:"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:148
msgid "Drag-and-drop to Chromium windows now works as expected."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:149
msgid "Repeatedly using the keyboard shortcuts to save a screenshot does not result in an ambiguous shortcut warning dialog anymore."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:150
msgid "For rectangular region screenshots, the bottom edge of the selection can be adjusted more accurately."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:151
msgid "Improved reliability of capturing windows touching screen edges when compositing is turned off."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:156
msgid "With <a href='%1'>Kleopatra</a>, KDE's certificate manager and universal crypto GUI, Curve 25519 EdDSA keys can be generated when used with a recent version of GnuPG. A 'Notepad' view has been added for text based crypto actions and you can now sign/encrypt and decrypt/verify directly in the application. Under the 'Certificate details' view you will now find an export action, which you can use to export as text to copy and paste. What's more, you can import the result via the new 'Notepad' view."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:159
msgid "In <a href='%1'>Ark</a>, KDE's graphical file compression/decompression tool with support for multiple formats, it is now possible to stop compressions or extractions while using the libzip backend for ZIP archives."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:162
msgid "Applications joining the KDE Applications release schedule"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:164
msgid "KDE's webcam recorder <a href='%1'>Kamoso</a> and backup program <a href='%2'>KBackup</a> will now follow the Applications releases. The instant messenger <a href='%3'>Kopete</a> is also being reintroduced after being ported to KDE Frameworks 5."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:169
msgid "The hex editor <a href='%1'>Okteta</a> will have its own release schedule after a request from its maintainer."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:174
-#: announcements/announce-applications-18.08.0.php:118
msgid "More than 170 bugs have been resolved in applications including the Kontact Suite, Ark, Dolphin, Gwenview, K3b, Kate, Kdenlive, Konsole, Okular, Umbrello and more!"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:191
msgid "There are many ways to support the KDE Applications 18.04 release: you can report bugs, encourage others to join the KDE Community, or <a href='%1'>support the non-profit organization behind the KDE Community</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:199
msgid "Remember to tag your posts and uploaded materials with the <i>KDE</i> moniker, as this makes them easier to find and gives the KDE Promo Team a way to analyze coverage for the KDE Applications 18.04 release."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:205
msgid "Installing KDE Applications 18.04 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:209
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 18.04 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:218
msgid "Compiling KDE Applications 18.04"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.0.php:222
msgid "The complete source code for KDE Applications 18.04 may be <a href='http://download.kde.org/stable/applications/18.04.0/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-18.04.0.php'>KDE Applications 18.04.0 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.1.php:4
msgid "KDE Ships KDE Applications 18.04.1"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.1.php:16
msgid "May 10, 2018. Today KDE released the first stability update for <a href='%1'>KDE Applications 18.04</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.1.php:20
msgid "About 20 recorded bugfixes include improvements to Kontact, Cantor, Dolphin, Gwenview, JuK, Okular, Umbrello, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.1.php:27
msgid "Duplicate entries in Dolphin's places panel no longer cause crashes"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.1.php:28
msgid "An old bug with reloading SVG files in Gwenview was fixed"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.1.php:29
msgid "Umbrello's C++ import now understands the 'explicit' keyword"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.2.php:4
msgid "KDE Ships KDE Applications 18.04.2"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.2.php:16
msgid "June 7, 2018. Today KDE released the second stability update for <a href='%1'>KDE Applications 18.04</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.2.php:20
msgid "About 25 recorded bugfixes include improvements to Kontact, Cantor, Dolphin, Gwenview, KGpg, Kig, Konsole, Lokalize, Okular, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.2.php:27
msgid "Image operations in Gwenview can now be redone after undoing them"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.2.php:28
msgid "KGpg no longer fails to decrypt messages without a version header"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.2.php:29
msgid "Exporting of Cantor worksheets to LaTeX has been fixed for Maxima matrices"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.3.php:4
msgid "KDE Ships KDE Applications 18.04.3"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.3.php:16
msgid "July 12, 2018. Today KDE released the third stability update for <a href='%1'>KDE Applications 18.04</a>. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.3.php:20
msgid "About 20 recorded bugfixes include improvements to Kontact, Ark, Cantor, Dolphin, Gwenview, KMag, among others."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.3.php:27
msgid "Compatibility with IMAP servers that do not announce their capabilities has been restored"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.3.php:28
msgid "Ark can now extract ZIP archives which lack proper entries for folders"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.04.3.php:29
msgid "KNotes on-screen notes again follow the mouse pointer while being moved"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.08-beta.php:4
msgid "KDE Ships Beta of KDE Applications 18.08"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.08-beta.php:15
msgid "July 20, 2018. Today KDE released the beta of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.08-beta.php:23
msgid "The KDE Applications 18.08 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the beta <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.08-beta.php:30
msgid "Installing KDE Applications 18.08 Beta Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.08-beta.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 18.08 Beta (internally 18.07.80) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.08-beta.php:43
msgid "Compiling KDE Applications 18.08 Beta"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.08-beta.php:47
msgid "The complete source code for KDE Applications 18.08 Beta may be <a href='http://download.kde.org/unstable/applications/18.07.80/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-18.07.80.php'>KDE Applications 18.08 Beta Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.08-rc.php:4
msgid "KDE Ships Release Candidate of KDE Applications 18.08"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.08-rc.php:15
msgid "August 3, 2018. Today KDE released the release candidate of the new versions of KDE Applications. With dependency and feature freezes in place, the KDE team's focus is now on fixing bugs and further polishing."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.08-rc.php:23
msgid "The KDE Applications 18.08 releases need a thorough testing in order to maintain and improve the quality and user experience. Actual users are critical to maintaining high KDE quality, because developers simply cannot test every possible configuration. We're counting on you to help find bugs early so they can be squashed before the final release. Please consider joining the team by installing the release candidate <a href='https://bugs.kde.org/'>and reporting any bugs</a>."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.08-rc.php:30
msgid "Installing KDE Applications 18.08 Release Candidate Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.08-rc.php:34
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 18.08 Release Candidate (internally 18.07.90) for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.08-rc.php:43
msgid "Compiling KDE Applications 18.08 Release Candidate"
msgstr ""
#. +> trunk
#: announcements/announce-applications-18.08-rc.php:47
msgid "The complete source code for KDE Applications 18.08 Release Candidate may be <a href='http://download.kde.org/unstable/applications/18.07.90/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-18.07.90.php'>KDE Applications 18.08 Release Candidate Info Page</a>."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:4
+#: announcements/announce-applications-18.08.0.php:5
msgid "KDE Ships KDE Applications 18.08.0"
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:16
+#: announcements/announce-applications-18.08.0.php:17
msgid "August 16, 2018. KDE Applications 18.08.0 are now released."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:23
+#: announcements/announce-applications-18.08.0.php:24
msgid "What's new in KDE Applications 18.08"
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:27
+#: announcements/announce-applications-18.08.0.php:28
msgid "<a href='%1'>Dolphin</a>, KDE's powerful file manager, has received various quality-of-life improvements:"
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:29
+#: announcements/announce-applications-18.08.0.php:30
msgid "The 'Settings' dialog has been modernized to better follow our design guidelines and be more intuitive."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:30
+#: announcements/announce-applications-18.08.0.php:31
msgid "Various memory leaks that could slow down your computer have been eliminated."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:31
+#: announcements/announce-applications-18.08.0.php:32
msgid "'Create New' menu items are no longer available when viewing the trash."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:32
+#: announcements/announce-applications-18.08.0.php:33
msgid "The application now adapts better to high resolution screens."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:33
+#: announcements/announce-applications-18.08.0.php:34
msgid "The context menu now includes more useful options, allowing you to sort and change the view mode directly."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:34
+#: announcements/announce-applications-18.08.0.php:35
msgid "Sorting by modification time is now 12 times faster."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:35
+#: announcements/announce-applications-18.08.0.php:36
msgid "Also, you can now launch Dolphin again when logged in using the root user account. Support for modifying root-owned files when running Dolphin as a normal user is still in work in progress."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:39
+#: announcements/announce-applications-18.08.0.php:40
msgid "Multiple enhancements for <a href='%1'>Konsole</a>, KDE's terminal emulator application, are available:"
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:41
+#: announcements/announce-applications-18.08.0.php:42
msgid "The 'Find' widget will now appear on the top of the window without disrupting your workflow."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:42
+#: announcements/announce-applications-18.08.0.php:43
msgid "Support for more escape sequences (DECSCUSR & XTerm Alternate Scroll Mode) has been added."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:43
+#: announcements/announce-applications-18.08.0.php:44
msgid "You can now also assign any character(s) as a key for a shortcut."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:49
+#: announcements/announce-applications-18.08.0.php:50
msgid "18.08 is a major release for <a href='%1'>Gwenview</a>, KDE's image viewer and organizer. Over the last months contributors worked on a plethora of improvements. Highlights include:"
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:51
+#: announcements/announce-applications-18.08.0.php:52
msgid "Gwenview's statusbar now features an image counter and displays the total number of images."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:52
+#: announcements/announce-applications-18.08.0.php:53
msgid "It is now possible to sort by rating and in descending order. Sorting by date now separates directories and archives and was fixed in some situations."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:53
+#: announcements/announce-applications-18.08.0.php:54
msgid "Support for drag-and-drop has been improved to allow dragging files and folders to the View mode to display them, as well as dragging viewed items to external applications."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:54
+#: announcements/announce-applications-18.08.0.php:55
msgid "Pasting copied images from Gwenview now also works for applications which only accept raw image data, but no file path. Copying modified images is now supported as well."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:55
+#: announcements/announce-applications-18.08.0.php:56
msgid "Image resize dialog has been overhauled for greater usability and to add an option for resizing images based on percentage."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:56
+#: announcements/announce-applications-18.08.0.php:57
msgid "Red Eye Reduction tool's size slider and crosshair cursor were fixed."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:57
+#: announcements/announce-applications-18.08.0.php:58
msgid "Transparent background selection now has an option for 'None' and can be configured for SVGs as well."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:59
+#: announcements/announce-applications-18.08.0.php:60
msgid "Image zooming has become more convenient:"
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:61
+#: announcements/announce-applications-18.08.0.php:62
msgid "Enabled zooming by scrolling or clicking as well as panning also when the Crop or Red Eye Reduction tools are active."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:62
+#: announcements/announce-applications-18.08.0.php:63
msgid "Middle-clicking once again toggles between Fit zoom and 100% zoom."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:63
-msgid "Added Shift-middle-clicking and Shift+F keyboard shortcuts for toogling Fill zoom."
+#: announcements/announce-applications-18.08.0.php:64
+msgid "Added Shift-middle-clicking and Shift+F keyboard shortcuts for toggling Fill zoom."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:64
+#: announcements/announce-applications-18.08.0.php:65
msgid "Ctrl-clicking now zooms faster and more reliably."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:65
+#: announcements/announce-applications-18.08.0.php:66
msgid "Gwenview now zooms to the cursor's current position for Zoom In/Out, Fill and 100% zoom operations when using the mouse and keyboard shortcuts."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:67
+#: announcements/announce-applications-18.08.0.php:68
msgid "Image comparison mode received several enhancements:"
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:69
+#: announcements/announce-applications-18.08.0.php:70
msgid "Fixed size and alignment of the selection highlight."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:70
+#: announcements/announce-applications-18.08.0.php:71
msgid "Fixed SVGs overlapping the selection highlight."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:71
+#: announcements/announce-applications-18.08.0.php:72
msgid "For small SVG images, the selection highlight matches the image size."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:73
+#: announcements/announce-applications-18.08.0.php:74
msgid "A number of smaller enhancements was introduced to make your workflow even more enjoyable:"
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:75
+#: announcements/announce-applications-18.08.0.php:76
msgid "Improved the fade transitions between images of varying sizes and transparencies."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:76
+#: announcements/announce-applications-18.08.0.php:77
msgid "Fixed the visibility of icons in some floating buttons when a light color scheme is used."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:77
+#: announcements/announce-applications-18.08.0.php:78
msgid "When saving an image under a new name, the viewer does not jump to an unrelated image afterwards."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:78
+#: announcements/announce-applications-18.08.0.php:79
msgid "When the share button is clicked and kipi-plugins are not installed, Gwenview will prompt the user to install them. After the installation they are immediately displayed."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:79
+#: announcements/announce-applications-18.08.0.php:80
msgid "Sidebar now prevents getting hidden accidentally while resizing and remembers its width."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:85
-msgid "<a href='%1'>KMail</a>, KDE's powerful email client, features some improvements in the travel data extraction engine. It now supports UIC 918.3 and SNCF train ticket barcodes and Wikidata-powered train station location lookup. Support for multi-traveler itineraries was added, and KMail now has integation with the KDE Itinerary app."
+#: announcements/announce-applications-18.08.0.php:86
+msgid "<a href='%1'>KMail</a>, KDE's powerful email client, features some improvements in the travel data extraction engine. It now supports UIC 918.3 and SNCF train ticket barcodes and Wikidata-powered train station location lookup. Support for multi-traveler itineraries was added, and KMail now has integration with the KDE Itinerary app."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:88
+#: announcements/announce-applications-18.08.0.php:89
msgid "<a href='%1'>Akonadi</a>, the personal information management framework, is now faster thanks to notification payloads and features XOAUTH support for SMTP, allowing for native authentication with GMail."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:91
+#: announcements/announce-applications-18.08.0.php:92
msgid "Education"
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:93
-msgid "<a href='%1'>Cantor</a>, KDE's frontend to mathematical software, now saves the status of panels ("
+#: announcements/announce-applications-18.08.0.php:94
+msgid "<a href='%1'>Cantor</a>, KDE's frontend to mathematical software, now saves the status of panels (\"Variables\", \"Help\", etc.) for each session separately. Julia sessions have become much faster to create."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:96
+#: announcements/announce-applications-18.08.0.php:97
msgid "User experience in <a href='%1'>KAlgebra</a>, our graphing calculator, has been significantly improved for touch devices."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:101
+#: announcements/announce-applications-18.08.0.php:102
msgid "Contributors to <a href='%1'>Spectacle</a>, KDE's versatile screenshot tool, focused on improving the Rectangular Region mode:"
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:103
+#: announcements/announce-applications-18.08.0.php:104
msgid "In Rectangular Region mode, there's now a magnifier to help you draw a pixel-perfect selection rectangle."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:104
+#: announcements/announce-applications-18.08.0.php:105
msgid "You can now move and resize the selection rectangle using the keyboard."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:105
+#: announcements/announce-applications-18.08.0.php:106
msgid "The user interface follows the user's color scheme, and the presentation of the help text has been improved."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:109
+#: announcements/announce-applications-18.08.0.php:110
msgid "To make sharing your screenshots with others easier, links for shared images are now automatically copied to the clipboard. Screenshots can now be automatically saved in user-specified sub-directories."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:112
+#: announcements/announce-applications-18.08.0.php:113
msgid "<a href='%1'>Kamoso</a>, our webcam recorder, was updated to avoid crashes with newer GStreamer versions."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:135
+#: announcements/announce-applications-18.08.0.php:119
+msgid "More than 120 bugs have been resolved in applications including the Kontact Suite, Ark, Cantor, Dolphin, Gwenview, Kate, Konsole, Okular, Spectacle, Umbrello and more!"
+msgstr ""
+
+#. +> trunk
+#: announcements/announce-applications-18.08.0.php:136
msgid "There are many ways to support the KDE Applications 18.08 release: you can report bugs, encourage others to join the KDE Community, or <a href='%1'>support the non-profit organization behind the KDE Community</a>."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:143
+#: announcements/announce-applications-18.08.0.php:144
msgid "Remember to tag your posts and uploaded materials with the <i>KDE</i> moniker, as this makes them easier to find and gives the KDE Promo Team a way to analyze coverage for the KDE Applications 18.08 release."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:149
+#: announcements/announce-applications-18.08.0.php:150
msgid "Installing KDE Applications 18.08 Binary Packages"
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:153
+#: announcements/announce-applications-18.08.0.php:154
msgid "Some Linux/UNIX OS vendors have kindly provided binary packages of KDE Applications 18.08 for some versions of their distribution, and in other cases community volunteers have done so. Additional binary packages, as well as updates to the packages now available, may become available over the coming weeks."
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:162
+#: announcements/announce-applications-18.08.0.php:163
msgid "Compiling KDE Applications 18.08"
msgstr ""
#. +> trunk
-#: announcements/announce-applications-18.08.0.php:166
+#: announcements/announce-applications-18.08.0.php:167
msgid "The complete source code for KDE Applications 18.08 may be <a href='http://download.kde.org/stable/applications/18.08.0/src/'>freely downloaded</a>. Instructions on compiling and installing are available from the <a href='/info/applications-18.08.0.php'>KDE Applications 18.08.0 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha.php:4
msgid "KDE Ships First Alpha of Frameworks 5"
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha.php:15
#: announcements/announce-frameworks5-alpha2.php:15
#: announcements/announce-frameworks5-beta1.php:15
#: announcements/announce-frameworks5-beta3.php:15
#: announcements/frameworks5TP/index.php:31
msgid "Collaboration between Qt and KDE"
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha.php:16
msgid "February 14, 2014. Today KDE released the first alpha of Frameworks 5, part of a series of releases leading up to the final version planned for June 2014. This release includes progress since the <a href='frameworks5TP/index.php'>Frameworks 5 Tech Preview</a> in the beginning of this year."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha.php:18
msgid "Improvements in this release include the addition of .pri files which make it easy for qmake based projects to use individual frameworks and two new frameworks: kactivities and plasma-framework. There has also been significant progress in getting frameworks to work on the Microsoft Windows platform."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha.php:20
#: announcements/announce-frameworks5-alpha2.php:20
#: announcements/announce-frameworks5-beta1.php:31
#: announcements/announce-frameworks5-beta3.php:21
msgid "For information about Frameworks 5, see <a href='http://dot.kde.org/2013/09/25/frameworks-5'>this article on the dot news site</a>. Those interested in following progress can check out the <a href='https://projects.kde.org/projects/frameworks'>git repositories</a>, follow the discussions on the <a href='https://mail.kde.org/mailman/listinfo/kde-frameworks-devel'>KDE Frameworks Development mailing list</a> and contribute patches through <a href='https://git.reviewboard.kde.org/groups/kdeframeworks/'>review board</a>. Policies and the current state of the project and plans are available at the <a href='http://community.kde.org/Frameworks'>Frameworks wiki</a>. Real-time discussions take place on the <a href='irc://#kde-devel@freenode.net'>#kde-devel IRC channel on freenode.net</a>."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha.php:23
#: announcements/announce-frameworks5-alpha2.php:23
#: announcements/announce-frameworks5-beta1.php:34
#: announcements/announce-frameworks5-beta3.php:24
#: announcements/frameworks5TP/index.php:75
msgid "Discuss, Spread the Word and See What's Happening: Tag as &quot;KDE&quot;"
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha.php:25
#: announcements/announce-frameworks5-alpha2.php:25
#: announcements/announce-frameworks5-beta1.php:36
#: announcements/announce-frameworks5-beta3.php:26
#: announcements/frameworks5TP/index.php:77
#: announcements/plasma2tp/index.php:52
msgid "KDE encourages people to spread the word on the Social Web. Submit stories to news sites, use channels like delicious, digg, reddit, twitter, identi.ca. Upload screenshots to services like Facebook, Flickr, ipernity and Picasa, and post them to appropriate groups. Create screencasts and upload them to YouTube, Blip.tv, and Vimeo. Please tag posts and uploaded materials with &quot;KDE&quot;. This makes them easy to find, and gives the KDE Promo Team a way to analyze coverage for these releases of KDE software."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha.php:28
msgid "You can discuss this news story <a href='http://dot.kde.org/2014/02/14/kde-frameworks-5-alpha-out'>on the Dot</a>, KDE's news site."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha.php:34
msgid "Installing frameworks Alpha 1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha.php:38
#: announcements/announce-frameworks5-alpha2.php:38
#: announcements/announce-frameworks5-beta1.php:49
#: announcements/announce-frameworks5-beta3.php:39
msgid "A variety of distributions offers frequently updated packages of Frameworks 5. This includes Arch Linux, AOSC, Fedora, Kubuntu and openSUSE. See <a href='http://community.kde.org/Frameworks/Binary_Packages'>this wikipage</a> for an overview."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha.php:42
#: announcements/announce-frameworks5-alpha2.php:42
#: announcements/announce-frameworks5-beta1.php:53
#: announcements/announce-frameworks5-beta3.php:43
msgid "Compiling frameworks"
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha.php:46
#: announcements/announce-frameworks5-alpha2.php:46
#: announcements/announce-frameworks5-beta1.php:57
#: announcements/announce-frameworks5-beta3.php:47
msgid "The complete source code for frameworks %1 may be <a href='http://download.kde.org/unstable/frameworks/%1/'>freely downloaded</a>."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha2.php:4
msgid "KDE Ships Second Alpha of Frameworks 5"
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha2.php:16
msgid "March 3, 2014. Today KDE released the second alpha of Frameworks 5, part of a series of releases leading up to the final version planned for June 2014. This release includes progress since the <a href='announce-frameworks5-alpha.php'>previous alpha</a> in February."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha2.php:18
msgid "Efforts were directed towards getting frameworks to work on the MacOSX platform and <a href='http://blog.martin-graesslin.com/blog/2014/02/running-frameworks-powered-applications-on-wayland/'>Wayland on Linux</a>. Moreover, kprintutils is no more, kwallet-framework was renamed kwallet and some new frameworks have been added."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha2.php:28
msgid "You can discuss this news story <a href='http://dot.kde.org/2014/03/04/kde-frameworks-5-alpha-two-out'>on the Dot</a>, KDE's news site."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-alpha2.php:34
msgid "Installing frameworks Alpha 2 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-beta1.php:4
msgid "KDE Ships First Beta of Frameworks 5"
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-beta1.php:16
msgid "April 1, 2014. Today KDE makes available the first beta of Frameworks 5. This release is part of a series of releases leading up to the final version planned for June 2014 following the <a href='announce-frameworks5-alpha.php'>previous alpha</a> last month. This release marks the freeze of source incompatible changes and the introduction of the Frameworks 5 Porting Aids."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-beta1.php:17
msgid "Frameworks 5 Porting Aids"
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-beta1.php:18
msgid "To ease the porting of KDE Platform 4 based applications, the Frameworks team has brought the 'Porting Aids' group into existence. These Frameworks contain kdelibs4 modules and API's that are being deprecated in KF5 and are provided only to assist applications in porting to KF5. As such these Frameworks will only have a limited support period, currently planned to be three release cycles. Application developers are strongly encouraged to port away from these Frameworks during this support period to prevent dependency on obsolete and unsupported code. Once support is ended, some unofficial development may continue on some modules, but they will not be part of the officially supported Frameworks release."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-beta1.php:20
msgid ""
"Currently, the following Frameworks belong to this group:\n"
"<ul>\n"
"<li>khtml</li>"
"\n"
"<li>kjs</li>"
"\n"
"<li>kjsembed</li>"
"\n"
"<li>krunner</li>"
"\n"
"<li>kmediaplayer</li>"
"\n"
"<li>kdelibs4support*</li>"
"\n"
"</ul>"
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-beta1.php:29
msgid "* kdelibs4support contains deprecated API's from modules which no longer exist or deprecated classes from existing modules."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-beta1.php:39
msgid "You can discuss this news story <a href='http://dot.kde.org/2014/04/01/kde-ships-first-beta-frameworks-5'>on the Dot</a>, KDE's news site."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-beta1.php:45
msgid "Installing frameworks Beta 1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-beta3.php:4
msgid "KDE Ships Third Beta of Frameworks 5"
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-beta3.php:16
msgid "June 5, 2014. Today KDE makes available the third beta of Frameworks 5. This release is part of a series of releases leading up to the final version planned for July 2014."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-beta3.php:17
msgid "Frameworks 5 Beta 3"
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-beta3.php:18
msgid "This beta features multiple bug fixes, and the finishing touches required to ease the transition for developers to the newest iteration of the KDE Frameworks. This process has included contributions back to Qt5, the modularisation of the kdelibs, and general improvements to the components that developers can use to improve their applications and user experience. This pre-release improves co-installability with kdelibs4 and with future versions of KDE Frameworks (i.e. 6). This is also the first release with translations for Frameworks using the KDE's i18n translation system."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-beta3.php:29
msgid "You can discuss this news story <a href='http://dot.kde.org/2014/06/05/kde-releases-3rd-beta-frameworks-5'>on the Dot</a>, KDE's news site."
msgstr ""
#. +> trunk
#: announcements/announce-frameworks5-beta3.php:35
msgid "Installing frameworks Beta 3 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-i18n-bar.inc:139
msgid "Also available in:"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-2014.6-alpha1.php:4
msgid "KDE Ships First Alpha of Next Generation Plasma Workspace"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-2014.6-alpha1.php:15
#: announcements/announce-plasma-next-beta1.php:14
msgid "Plasma Next"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-2014.6-alpha1.php:17
msgid ""
"April 2, 2014. \n"
"KDE today releases the first Alpha version of the next-generation Plasma workspace. This kicks off the public testing phase for the next iteration of the popular Free software workspace, code-named 'Plasma Next' (referring to the 'next' Plasma release-more below). Plasma Next is built using QML and runs on top of a fully hardware-accelerated graphics stack using Qt 5, QtQuick 2 and an OpenGL(-ES) scenegraph. Plasma Next provides a core desktop experience that will be easy and familiar for current users of KDE workspaces or alternative Free Software or proprietary offerings. Plasma Next is planned to be released as 2014.06 on the 17th of June.\n"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-2014.6-alpha1.php:24
msgid "Installing Plasma Next Alpha 1 Binary Packages"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-2014.6-alpha1.php:28
msgid "A variety of distributions offer frequently updated packages of Plasma. This includes Kubuntu, Fedora and openSUSE. See <a href='http://community.kde.org/Plasma/Next/UnstablePackages'>this wikipage</a> for an overview."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-2014.6-alpha1.php:32
msgid "Compiling Plasma"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-2014.6-alpha1.php:36
msgid "The complete source code for Plasma Next Alpha 1 may be <a href='http://download.kde.org/unstable/plasma/%1/'>freely downloaded</a>. Planned future releases are listed on the <a href='http://techbase.kde.org/Schedules/Plasma/2014.6_Release_Schedule'>the Plasma release schedule.</a>"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-2014.6-alpha1.php:38
msgid ""
"It comes with three tars which do not co-install with\n"
"the equivalents using KDE libs 4. You will need to uninstall these\n"
"older versions or install into a separate prefix."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:4
msgid "KDE Ships First Beta of Next Generation Plasma Workspace"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:17
msgid ""
"May 14, 2014.\n"
"KDE today releases the <a\n"
"href='http://www.kde.org/announcements/announce-plasma-2014.6-beta1.php'>first\n"
"Beta version of the next-generation Plasma workspace</a>. The Plasma\n"
"team would like to ask the wider Free Software community to test this\n"
"release and give any feedback . Plasma Next is built using QML and\n"
"runs on top of a fully hardware-accelerated graphics stack using Qt 5,\n"
"QtQuick 2 and an OpenGL(-ES) scenegraph. Plasma Next provides a core\n"
"desktop experience that will be easy and familiar for current users of\n"
"KDE workspaces or alternative Free Software or proprietary\n"
"offerings. You can find more details on the upcoming Plasma Next\n"
"release in the <a\n"
"href='http://dot.kde.org/2014/04/02/kde-releases-alpha-version-next-gen-plasma-workspace'>alpha\n"
"release announcement</a>. Plasma Next is <a\n"
"href='http://techbase.kde.org/Schedules/Plasma/2014.6_Release_Schedule'>planned\n"
"to be released</a> in early July."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:34
msgid "<h2>Major changes</h2>"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:36
msgid "Kicker Menu in Plasma Next"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:39
msgid ""
"Since the alpha, a wide range of\n"
"changes has been made. Many are of course small yet important\n"
"stability, performance and bug fixes, but there have also been larger\n"
"changes. For example, the introduction of a new Application\n"
"Menu widget, which is a reimplementation of what originally debuted as\n"
"'Homerun Kicker' in the homerun package. See this recent <a\n"
"href='http://blogs.kde.org/2014/01/29/homerun-120'>blog about\n"
"Homerun</a>. Homerun has been proven to be very popular, with some\n"
"distributions picking it up as their default."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:50
msgid ""
"For the first time KDE is shipping its\n"
"own font. Oxygen Font is designed to be optimised for the\n"
"FreeType font rendering system and works well in all graphical user\n"
"interfaces, desktops and devices."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:57
#: announcements/plasma5.0-beta2/index.php:76
msgid "Ready for testing, not production"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:59
msgid "Clock and calendar in Plasma Next"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:61
msgid ""
"The workspace demonstrated in this pre-release is\n"
"Plasma Desktop. It represents an evolution of known desktop and laptop\n"
"paradigms. Plasma Next keeps existing workflows intact, while\n"
"providing incremental visual and interactive improvements. Many of\n"
"those can be observed in this technology preview, others are still\n"
"being worked on. Workspaces optimized for other devices will be made\n"
"available in future releases."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:69
msgid ""
"As an Beta release, this pre-release is not suitable\n"
"for production use. It is meant as a base for testing and gathering\n"
"feedback, so that the initial stable release of Plasma Next in July\n"
"will be a smooth ride for everybody involved and lay a stable\n"
"foundation for future versions. Plasma Next is intended for end users,\n"
"but will not provide feature parity with the latest 4.x release, which\n"
"will come in follow-up releases. The team is concentrating on the\n"
"core desktop features first, instead of trying to transplant every\n"
"single feature into the new workspaces. The feature set presented in\n"
"Plasma Next will suffice for most users, though some might miss a button\n"
"here and there. This is not because the Plasma team wants to remove\n"
"features, but simply that not everything has been done yet. Of course,\n"
"everybody is encouraged to help bringing Plasma back to its original\n"
"feature set and beyond."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:84
#: announcements/plasma5.0-beta2/index.php:95
msgid "Known issues"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:86
msgid ""
"<strong>Stability</strong> is not yet up to the level\n"
"where the developers want Plasma Next. With a substantial new toolkit\n"
"stack below come exciting new crashes and problems that need time to\n"
"be shaken out."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:91
msgid ""
"<strong>Performance</strong> of Plasma Next is heavily\n"
"dependent on specific hardware and software configurations and usage\n"
"patterns. While it has great potential, it takes time to wrangle this\n"
"out of it and the underlying stack is not entirely ready for this\n"
"either. In some scenarios, Plasma Next will display the buttery\n"
"smooth performance it is capable off - while at other times, it will\n"
"be hampered by various shortcomings. These can and will be addressed,\n"
"however, much is dependent on components like Qt, Mesa and hardware\n"
"drivers lower in the stack. Again, this will need time, as fixes made\n"
"in Qt now simply won't be released by the time the first Plasma Next\n"
"version becomes available."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:103
msgid ""
"<strong>Polish</strong> is a major benefit of QML2, as\n"
"it allows seamless usage of openGL, much more precise positioning and\n"
"many other abilities. At the same time, the immaturity of Qt Quick\n"
"Controls, the brand new successor to the 15+ year old Qt Widgets\n"
"technology, brings some rough edges yet to be smoothed out."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:109
msgid ""
"<strong>Design</strong> is not yet finalized. Much of\n"
"the work on theming has not made it in yet and the state of design in\n"
"this beta is not representative for the first Plasma Next\n"
"release. Below is a glimpse into the new design that the Visual Design\n"
"Group is working on and which will be released once it's\n"
"ready."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:116
msgid "Current draft of new design"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:118
#: announcements/plasma5.0-beta2/index.php:56
msgid "For developers"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:120
msgid ""
"Plasma Next builds on top of Qt 5. With this\n"
"transition, all QML-based UIs—which Plasma is built exclusively\n"
"with—will make use of a new scenegraph and scripting engine, resulting\n"
"in huge performance wins as well as architectural benefits, such as\n"
"being able to render using available graphics hardware."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:126
msgid ""
"Plasma Next is the first complex codebase to transition\n"
"to <a href='http://dot.kde.org/2013/09/25/frameworks-5'>KDE Frameworks\n"
"5</a>, which is a modular evolution of the KDE development platform\n"
"into leaner, less interdependent libraries."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:131
#: announcements/plasma5.0-beta2/index.php:38
msgid "For users"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:133
msgid ""
"Users testing this Plasma pre-release are greeted with\n"
"a more refined visual appearance. The new Breeze Plasma theme debuts\n"
"in this pre-release with a flatter, cleaner look. Less visual clutter\n"
"and improved contrast make Plasma Next a noticeable improvement over\n"
"the current stable Plasma workspaces. There has been some polish to\n"
"much of Plasma's default functionality, such as the system tray area,\n"
"the notifications, the settings for the compositor and window manager,\n"
"and many more. While it will feel familiar, users will notice a more\n"
"modern workspace."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:145
#: announcements/plasma-5.0-rc.php:24
#: announcements/plasma5.0-beta2/index.php:122
#: announcements/plasma5.0/index.php:143
msgid "Installing and providing feedback"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:147
#: announcements/plasma-5.0-rc.php:26
msgid ""
"The easiest way to try it out is the <a\n"
"href='http://files.kde.org/snapshots/neon5-latest.iso'>Neon5 ISO</a>,\n"
"a live OS image updated with the latest builds straight from\n"
"source."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:152
msgid ""
"Some distributions have created, or are in the process\n"
"of creating, packages; for an overview of Beta 1 packages, see <a\n"
"href='http://community.kde.org/Plasma/Next/UnstablePackages'>our\n"
"unstable packages wiki page</a>"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:157
msgid ""
"<a\n"
"href='http://download.kde.org/unstable/plasma/4.96.0/src/'>Source\n"
"download</a>. You can install Plasma Next directly from source. KDE's\n"
"community wiki has <a\n"
"href='http://community.kde.org/Frameworks/Building'>instructions</a>.\n"
"Note that Plasma Next does not co-install with Plasma 1, you will need\n"
"to uninstall older versions or install into a separate prefix."
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:166
#: announcements/plasma-5.0-rc.php:61
#: announcements/plasma5.0-beta2/index.php:143
msgid ""
"You can provide feedback either via the <a\n"
"href='irc://#plasma@freenode.net'>#Plasma IRC channel</a>, <a\n"
"href='https://mail.kde.org/mailman/listinfo/plasma-devel'>Plasma-devel\n"
"mailing list</a> or report issues via <a\n"
"href='https://bugs.kde.org/enter_bug.cgi?product=plasmashell&format=guided'>bugzilla</a>. Plasma\n"
"Next is also <a\n"
"href='http://forum.kde.org/viewforum.php?f=287'>discussed on the KDE\n"
"Forums</a>. Your feedback is greatly appreciated. If you like what the\n"
"team is doing, please let them know!"
msgstr ""
#. +> trunk
#: announcements/announce-plasma-next-beta1.php:182
#: announcements/plasma-5.0-rc.php:76 announcements/plasma-5.0.1.php:99
#: announcements/plasma-5.0.2.php:99 announcements/plasma-5.1.1.php:119
#: announcements/plasma-5.1.2.php:102 announcements/plasma-5.1.95.php:166
#: announcements/plasma-5.2.0.php:193 announcements/plasma-5.2.1.php:117
#: announcements/plasma-5.2.2.php:115 announcements/plasma-5.2.95.php:241
#: announcements/plasma-5.3.0.php:265 announcements/plasma-5.3.1.php:119
#: announcements/plasma-5.3.2.php:118 announcements/plasma-5.3.95.php:239
#: announcements/plasma-5.4.0.php:259 announcements/plasma-5.4.1.php:120
#: announcements/plasma-5.4.2.php:119 announcements/plasma-5.4.3.php:120
#: announcements/plasma-5.4.95.php:227 announcements/plasma-5.5.0.php:248
#: announcements/plasma-5.5.1.php:123 announcements/plasma-5.5.2.php:123
#: announcements/plasma-5.5.3.php:119 announcements/plasma-5.5.4.php:116
#: announcements/plasma-5.5.5.php:119 announcements/plasma-5.5.95.php:245
#: announcements/plasma-5.6.0.php:271 announcements/plasma-5.6.1.php:125
#: announcements/plasma-5.6.2.php:125 announcements/plasma-5.6.3.php:125
#: announcements/plasma-5.6.4.php:125 announcements/plasma-5.6.5.php:124
#: announcements/plasma-5.6.95.php:188 announcements/plasma-5.7.0.php:183
#: announcements/plasma-5.7.1.php:126 announcements/plasma-5.7.2.php:124
#: announcements/plasma-5.7.3.php:125 announcements/plasma-5.7.4.php:125
#: announcements/plasma-5.7.5.php:125 announcements/plasma-5.7.95.php:257
#: announcements/plasma-5.8.0.php:255 announcements/plasma-5.8.1.php:126
#: announcements/plasma-5.8.2.php:124 announcements/plasma-5.8.3.php:125
#: announcements/plasma-5.8.4.php:129 announcements/plasma-5.8.5.php:125
#: announcements/plasma-5.8.95.php:234 announcements/plasma-5.9.0.php:230
#: announcements/plasma-5.9.1.php:126
#: announcements/plasma5.0-beta2/index.php:159
#: announcements/plasma5.0/index.php:192
msgid "KDE is a <a href='http://www.gnu.org/philosophy/free-sw.html'>Free Software</a> community that exists and grows only because of the help of many volunteers that donate their time and effort. KDE is always looking for new volunteers and contributions, whether it is help with coding, bug fixing or reporting, writing documentation, translations, promotion, money, etc. All contributions are gratefully appreciated and eagerly accepted. Please read through the <a href='/community/donations/'>Supporting KDE page</a> for further information or become a KDE e.V. supporting member through our <a href='https://relate.kde.org/civicrm/contribute/transact?id=5'>Join the Game</a> initiative. </p>"
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:6
msgid "Frameworks 5 Technology Preview"
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:33
msgid "January 7, 2014. The KDE Community is proud to announce a Tech Preview of KDE Frameworks 5. Frameworks 5 is the result of almost three years of work to plan, modularize, review and port the set of libraries previously known as KDElibs or KDE Platform 4 into a set of Qt Addons, separate libraries with well-defined dependencies and abilities, ready for Qt 5. This gives the Qt ecosystem a powerful set of drop-in libraries providing additional functionality for a wide variety of tasks and platforms, based on over 15 years of KDE experience in building applications. Today, all the Frameworks are available in Tech Preview mode; a final release is planned for the first half of 2014. Some Tech Preview addons (notably KArchive and Threadweaver) are more mature than others at this time."
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:36
msgid "What is Frameworks 5?"
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:38
msgid "The KDE libraries are currently the common code base for (almost) all KDE applications. They provide high-level functionality such as toolbars and menus, spell checking and file access. Currently, 'kdelibs' is distributed as a single set of interconnected libraries. Through KDE Frameworks efforts, these libraries have been methodically reworked into a set of independent, cross platform libraries that will be readily available to all Qt developers."
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:40
msgid "The KDE Frameworks—designed as drop-in Qt Addons—will enrich Qt as a development environment with libraries providing functions that simplify, accelerate and reduce the cost of Qt development. Frameworks eliminate the need to reinvent key functionality."
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:45
msgid "The transition from Platform to Frameworks has been underway for almost three years and is being implemented by a team of about 20 (paid and volunteer) developers and actively supported by four companies. Frameworks 5 consists of 57 modules: 19 independent libraries (Qt Addons) not requiring any dependencies; 9 that require libraries which themselves are independent; and 29 with more significant dependency chains. Frameworks are developed following the <a href='http://community.kde.org/Frameworks/Policies'>Frameworks Policies</a>, in a vendor neutral, open process."
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:47
msgid ""
"\n"
"<a href='http://dot.kde.org/2013/09/25/frameworks-5'>This KDE News article</a> has more background on Frameworks 5."
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:50
msgid "<h2>Available today</h2>"
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:51
msgid "The tech preview made available today contains all 57 modules that are part of Frameworks 5. Of these, two have a maturity level that shows the direction of Frameworks: ThreadWeaver and KArchive. Developers are invited to take all of the modules for a spin and provide feedback (and patches) to help bring them to the same level of maturity."
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:54
msgid "KArchive offers support for many popular compression codecs in a self-contained, featureful and easy-to-use file archiving and extracting library. Just feed it files; there is no need to reinvent an archiving function in your Qt-based application! ThreadWeaver offers a high-level API to manage threads using job- and queue-based interfaces. It allows easy scheduling of thread execution by specifying dependencies between the threads and executing them while satisfying these dependencies, greatly simplifying the use of multiple threads. These are available for production use now."
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:57
msgid "There is a <a href='http://community.kde.org/Frameworks/List'>full list of the Frameworks</a>; tarballs with the current code can be <a href='http://download.kde.org/unstable/frameworks/4.95.0/'>downloaded</a>. <a href='http://community.kde.org/Frameworks/Binary_Packages'>Binaries</a> are available as well."
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:60
msgid "Overview of the KDE Frameworks (a work in progress!)"
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:62
msgid "The team is currently working on providing a detailed listing of all Frameworks and third party libraries at <a href='http://inqlude.org'>inqlude.org</a>, the curated archive of Qt libraries. Each entry includes a dependency tree view. Dependency diagrams can also be found <a href='http://agateau.com/tmp/kf5/'>here</a>."
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:65
msgid "<h2>Working towards a final release</h2>"
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:66
msgid "The team will do monthly releases with a beta planned for the first week of April and a final release in the beginning of June."
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:69
msgid "Plans for this period include tidying up the infrastructure, integration with QMake and pkg-config for non-CMake users, getting CMake contributions upstream, and a final round of API cleanups and reviews. Frameworks 5 will be open for API changes until the beta in April."
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:72
msgid "Those interested in following progress can check out the <a href='https://projects.kde.org/projects/frameworks'>git repositories</a>, follow the discussions on the <a href='https://mail.kde.org/mailman/listinfo/kde-frameworks-devel'>KDE Frameworks Development mailing list</a> and contribute patches through <a href='https://git.reviewboard.kde.org/groups/kdeframeworks/'>review board</a>. Policies and the current state of the project and plans are available at the <a href='http://community.kde.org/Frameworks'>Frameworks wiki</a>. Real-time discussions take place on the <a href='irc://#kde-devel@freenode.net'>#kde-devel IRC channel on freenode.net</a>."
msgstr ""
#. +> trunk
#: announcements/frameworks5TP/index.php:80
msgid "You can discuss this news story <a href='http://dot.kde.org/2014/01/07/frameworks-5-tech-preview'>on the Dot</a>, KDE's news site."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:4
msgid "First release of KDE Frameworks 5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:16
msgid ""
"\n"
"July 7th, 2014. The KDE Community is proud to announce KDE Frameworks 5.0. Frameworks 5 is the next generation of KDE libraries, modularized and optimized for easy integration in Qt applications. The Frameworks offer a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. There are over 50 different Frameworks as part of this release providing solutions including hardware integration, file format support, additional widgets, plotting functions, spell checking and more. Many of the Frameworks are cross platform and have minimal or no extra dependencies making them easy to build and add to any Qt application.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:21
msgid ""
"\n"
"The KDE Frameworks represent an effort to rework the powerful KDE Platform 4 libraries into a set of independent, cross platform modules that will be readily available to all Qt developers to simplify, accelerate and reduce the cost of Qt development. The individual Frameworks are cross-platform and well documented and tested and their usage will be familiar to Qt developers, following the style and standards set by the Qt Project. Frameworks are developed under the proven KDE governance model with a predictable release schedule, a clear and vendor neutral contributor process, open governance and flexible licensing (LGPL).\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:26
msgid ""
"\n"
"The Frameworks have a clear dependency structure, divided into Categories and Tiers. The Categories refer to runtime dependencies:\n"
"<ul>\n"
"<li><strong>Functional</strong> elements have no runtime dependencies.</li>"
"\n"
"<li><strong>Integration</strong> designates code that may require runtime dependencies for integration depending on what the OS or platform offers.</li>"
"\n"
"<li><strong>Solutions</strong> have mandatory runtime dependencies.</li>"
"\n"
"</ul>"
"\n"
"The <strong>Tiers</strong> refer to compile-time dependencies on other Frameworks. Tier 1 Frameworks have no dependencies within Frameworks and only need Qt and other relevant libraries. Tier 2 Frameworks can depend only on Tier 1. Tier 3 Frameworks can depend on other Tier 3 Frameworks as well as Tier 2 and Tier 1.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:37
msgid ""
"\n"
"The transition from Platform to Frameworks has been in progress for over 3 years, guided by top KDE technical contributors.\n"
"Learn more about Frameworks 5 <a href='%1'>in this article from last year</a>.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:42
msgid ""
"\n"
"<h2>Highlights</h2>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:47
msgid ""
"\n"
"There are over 50 Frameworks currently available. Browse the complete set <a href='%1'>in the online API documentation</a>. Below an impression of some of the functionality Frameworks offers to Qt application developers.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:52
msgid ""
"\n"
"<strong>KArchive</strong> offers support for many popular compression codecs in a self-contained, featureful and easy-to-use file archiving and extracting library. Just feed it files; there's no need to reinvent an archiving function in your Qt-based application!\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:58
msgid ""
"\n"
"<strong>ThreadWeaver</strong> offers a high-level API to manage threads using job- and queue-based interfaces. It allows easy scheduling of thread execution by specifying dependencies between the threads and executing them satisfying these dependencies, greatly simplifying the use of multiple threads.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:64
msgid ""
"\n"
"<strong>KConfig</strong> is a Framework to deal with storing and retrieving configuration settings. It features a group-oriented API. It works with INI files and XDG-compliant cascading directories. It generates code based on XML files.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:70
msgid ""
"\n"
"<strong>Solid</strong> offers hardware detection and can inform an application about storage devices and volumes, CPU, battery status, power management, network status and interfaces, and Bluetooth. For encrypted partitions, power and networking, running daemons are required.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:76
msgid ""
"\n"
"<strong>KI18n</strong> adds Gettext support to applications, making it easier to integrate the translation workflow of Qt applications in the general translation infrastructure of many projects.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:81
#: announcements/kde-frameworks-5.1.php:53
#: announcements/kde-frameworks-5.2.0.php:139
msgid ""
"\n"
"<h2>Getting started</h2>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:86
msgid ""
"\n"
"On Linux, using packages for your favorite distribution is the recommended way to get access to KDE Frameworks.\n"
"<ul>\n"
"<li><a href='%1'>Binary package distro install instructions</a>.<br />"
"</li>"
"\n"
"</ul>"
"\n"
"Building from source is possible using the basic <em>cmake .; make; make install</em> commands. For a single Tier 1 framework, this is often the easiest solution. People interested in contributing to frameworks or tracking progress in development of the entire set are encouraged to <a href='%2'>use kdesrc-build</a>.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:94
msgid ""
"\n"
"Frameworks 5.0 requires Qt 5.2. It represents the first in a series of planned monthly releases making improvements available to developers in a quick and predictable manner.\n"
"<ul>\n"
"<li><a href='%1'>KDE Frameworks 5.0 Source Info page with known bugs and security issues</a></li>"
"\n"
"</ul>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:101
msgid ""
"\n"
"The team is currently working on providing a detailed listing of all Frameworks and third party libraries at <a href='%1'>inqlude.org</a>, the curated archive of Qt libraries. A complete list with API documentation is on <a href='%2'>api.kde.org</a>.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:105
#: announcements/kde-frameworks-5.1.php:77
#: announcements/kde-frameworks-5.10.0.php:206
#: announcements/kde-frameworks-5.11.0.php:276
#: announcements/kde-frameworks-5.12.0.php:257
#: announcements/kde-frameworks-5.13.0.php:350
#: announcements/kde-frameworks-5.14.0.php:310
#: announcements/kde-frameworks-5.15.0.php:390
#: announcements/kde-frameworks-5.16.0.php:438
#: announcements/kde-frameworks-5.17.0.php:235
#: announcements/kde-frameworks-5.18.0.php:266
#: announcements/kde-frameworks-5.19.0.php:321
#: announcements/kde-frameworks-5.2.0.php:165
#: announcements/kde-frameworks-5.20.0.php:339
#: announcements/kde-frameworks-5.21.0.php:359
#: announcements/kde-frameworks-5.22.0.php:287
#: announcements/kde-frameworks-5.23.0.php:341
#: announcements/kde-frameworks-5.24.0.php:372
#: announcements/kde-frameworks-5.25.0.php:363
#: announcements/kde-frameworks-5.26.0.php:338
#: announcements/kde-frameworks-5.27.0.php:325
#: announcements/kde-frameworks-5.28.0.php:361
#: announcements/kde-frameworks-5.29.0.php:336
#: announcements/kde-frameworks-5.3.0.php:211
#: announcements/kde-frameworks-5.30.0.php:336
#: announcements/kde-frameworks-5.31.0.php:277
#: announcements/kde-frameworks-5.32.0.php:273
#: announcements/kde-frameworks-5.33.0.php:250
#: announcements/kde-frameworks-5.34.0.php:285
#: announcements/kde-frameworks-5.35.0.php:263
#: announcements/kde-frameworks-5.36.0.php:255
#: announcements/kde-frameworks-5.37.0.php:343
#: announcements/kde-frameworks-5.38.0.php:312
#: announcements/kde-frameworks-5.39.0.php:323
#: announcements/kde-frameworks-5.4.0.php:193
#: announcements/kde-frameworks-5.40.0.php:293
#: announcements/kde-frameworks-5.41.0.php:375
#: announcements/kde-frameworks-5.42.0.php:413
#: announcements/kde-frameworks-5.43.0.php:358
#: announcements/kde-frameworks-5.44.0.php:371
#: announcements/kde-frameworks-5.45.0.php:447
#: announcements/kde-frameworks-5.46.0.php:336
#: announcements/kde-frameworks-5.47.0.php:327
#: announcements/kde-frameworks-5.48.0.php:372
#: announcements/kde-frameworks-5.49.0.php:553
#: announcements/kde-frameworks-5.5.0.php:232
#: announcements/kde-frameworks-5.6.0.php:227
#: announcements/kde-frameworks-5.7.0.php:327
#: announcements/kde-frameworks-5.8.0.php:207
#: announcements/kde-frameworks-5.9.0.php:228
msgid ""
"\n"
"<h2>Contribute</h2>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:109
#: announcements/kde-frameworks-5.1.php:81
#: announcements/kde-frameworks-5.10.0.php:210
#: announcements/kde-frameworks-5.11.0.php:280
#: announcements/kde-frameworks-5.12.0.php:261
#: announcements/kde-frameworks-5.13.0.php:354
#: announcements/kde-frameworks-5.14.0.php:314
#: announcements/kde-frameworks-5.15.0.php:394
#: announcements/kde-frameworks-5.16.0.php:442
#: announcements/kde-frameworks-5.17.0.php:239
#: announcements/kde-frameworks-5.18.0.php:270
#: announcements/kde-frameworks-5.19.0.php:325
#: announcements/kde-frameworks-5.20.0.php:343
#: announcements/kde-frameworks-5.21.0.php:363
#: announcements/kde-frameworks-5.22.0.php:291
#: announcements/kde-frameworks-5.23.0.php:345
#: announcements/kde-frameworks-5.24.0.php:376
#: announcements/kde-frameworks-5.25.0.php:367
#: announcements/kde-frameworks-5.26.0.php:342
#: announcements/kde-frameworks-5.27.0.php:329
#: announcements/kde-frameworks-5.28.0.php:365
#: announcements/kde-frameworks-5.29.0.php:340
#: announcements/kde-frameworks-5.3.0.php:215
#: announcements/kde-frameworks-5.30.0.php:340
#: announcements/kde-frameworks-5.31.0.php:281
#: announcements/kde-frameworks-5.32.0.php:277
#: announcements/kde-frameworks-5.33.0.php:254
#: announcements/kde-frameworks-5.34.0.php:289
#: announcements/kde-frameworks-5.35.0.php:267
#: announcements/kde-frameworks-5.36.0.php:259
#: announcements/kde-frameworks-5.37.0.php:347
#: announcements/kde-frameworks-5.38.0.php:316
#: announcements/kde-frameworks-5.39.0.php:327
#: announcements/kde-frameworks-5.4.0.php:197
#: announcements/kde-frameworks-5.40.0.php:297
#: announcements/kde-frameworks-5.41.0.php:379
#: announcements/kde-frameworks-5.42.0.php:417
#: announcements/kde-frameworks-5.43.0.php:362
#: announcements/kde-frameworks-5.44.0.php:375
#: announcements/kde-frameworks-5.45.0.php:451
#: announcements/kde-frameworks-5.46.0.php:340
#: announcements/kde-frameworks-5.47.0.php:331
#: announcements/kde-frameworks-5.48.0.php:376
#: announcements/kde-frameworks-5.49.0.php:557
#: announcements/kde-frameworks-5.5.0.php:236
#: announcements/kde-frameworks-5.6.0.php:231
#: announcements/kde-frameworks-5.7.0.php:331
#: announcements/kde-frameworks-5.8.0.php:211
#: announcements/kde-frameworks-5.9.0.php:232
msgid ""
"\n"
"Those interested in following and contributing to the development of Frameworks can check out the <a href='%1'>git repositories</a>, follow the discussions on the <a href='%2'>KDE Frameworks Development mailing list</a> and contribute patches through <a href='%3'>review board</a>. Policies and the current state of the project and plans are available at the <a href='%4'>Frameworks wiki</a>. Real-time discussions take place on the <a href=%5>#kde-devel IRC channel on freenode.net</a>.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.0.php:114
#: announcements/kde-frameworks-5.1.php:87
#: announcements/kde-frameworks-5.10.0.php:216
#: announcements/kde-frameworks-5.11.0.php:286
#: announcements/kde-frameworks-5.12.0.php:267
#: announcements/kde-frameworks-5.13.0.php:360
#: announcements/kde-frameworks-5.14.0.php:320
#: announcements/kde-frameworks-5.15.0.php:400
#: announcements/kde-frameworks-5.16.0.php:448
#: announcements/kde-frameworks-5.17.0.php:245
#: announcements/kde-frameworks-5.18.0.php:276
#: announcements/kde-frameworks-5.19.0.php:331
#: announcements/kde-frameworks-5.2.0.php:175
#: announcements/kde-frameworks-5.20.0.php:349
#: announcements/kde-frameworks-5.21.0.php:369
#: announcements/kde-frameworks-5.22.0.php:297
#: announcements/kde-frameworks-5.23.0.php:351
#: announcements/kde-frameworks-5.24.0.php:382
#: announcements/kde-frameworks-5.25.0.php:373
#: announcements/kde-frameworks-5.26.0.php:348
#: announcements/kde-frameworks-5.27.0.php:335
#: announcements/kde-frameworks-5.28.0.php:371
#: announcements/kde-frameworks-5.29.0.php:346
#: announcements/kde-frameworks-5.3.0.php:221
#: announcements/kde-frameworks-5.30.0.php:346
#: announcements/kde-frameworks-5.31.0.php:287
#: announcements/kde-frameworks-5.32.0.php:283
#: announcements/kde-frameworks-5.33.0.php:260
#: announcements/kde-frameworks-5.34.0.php:295
#: announcements/kde-frameworks-5.35.0.php:273
#: announcements/kde-frameworks-5.36.0.php:265
#: announcements/kde-frameworks-5.37.0.php:353
#: announcements/kde-frameworks-5.38.0.php:322
#: announcements/kde-frameworks-5.39.0.php:333
#: announcements/kde-frameworks-5.4.0.php:203
#: announcements/kde-frameworks-5.40.0.php:303
#: announcements/kde-frameworks-5.41.0.php:385
#: announcements/kde-frameworks-5.42.0.php:423
#: announcements/kde-frameworks-5.43.0.php:368
#: announcements/kde-frameworks-5.44.0.php:381
#: announcements/kde-frameworks-5.45.0.php:457
#: announcements/kde-frameworks-5.46.0.php:346
#: announcements/kde-frameworks-5.47.0.php:337
#: announcements/kde-frameworks-5.48.0.php:382
#: announcements/kde-frameworks-5.49.0.php:563
#: announcements/kde-frameworks-5.5.0.php:242
#: announcements/kde-frameworks-5.6.0.php:237
#: announcements/kde-frameworks-5.7.0.php:337
#: announcements/kde-frameworks-5.8.0.php:217
#: announcements/kde-frameworks-5.9.0.php:238
msgid "You can discuss and share ideas on this release in the comments section of <a href='https://dot.kde.org/2014/07/07/kde-frameworks-5-makes-kde-software-more-accessible-all-qt-developers'>the dot article</a>."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.1.php:4
msgid "Second release of KDE Frameworks 5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.1.php:16
msgid ""
" \n"
"August 7th, 2014. KDE today announces the second release\n"
"of KDE Frameworks 5. In line with the planned release policy for KDE\n"
"Frameworks this release comes one month after the initial version and\n"
"has both bugfixes and new features.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.1.php:23
#: announcements/kde-frameworks-5.10.0.php:21
#: announcements/kde-frameworks-5.11.0.php:21
#: announcements/kde-frameworks-5.12.0.php:21
#: announcements/kde-frameworks-5.13.0.php:21
#: announcements/kde-frameworks-5.14.0.php:21
#: announcements/kde-frameworks-5.15.0.php:21
#: announcements/kde-frameworks-5.16.0.php:21
#: announcements/kde-frameworks-5.17.0.php:21
#: announcements/kde-frameworks-5.18.0.php:21
#: announcements/kde-frameworks-5.2.0.php:21
#: announcements/kde-frameworks-5.3.0.php:21
#: announcements/kde-frameworks-5.4.0.php:21
#: announcements/kde-frameworks-5.5.0.php:21
#: announcements/kde-frameworks-5.6.0.php:21
#: announcements/kde-frameworks-5.7.0.php:21
#: announcements/kde-frameworks-5.8.0.php:21
#: announcements/kde-frameworks-5.9.0.php:21
msgid ""
" \n"
"KDE Frameworks are 60 addon libraries to Qt which provide a wide\n"
"variety of commonly needed functionality in mature, peer reviewed and\n"
"well tested libraries with friendly licensing terms. For an\n"
"introduction see <a\n"
"href='http://kde.org/announcements/kde-frameworks-5.0.php'>the\n"
"Frameworks 5.0 release announcement</a>.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.1.php:32
#: announcements/kde-frameworks-5.10.0.php:34
#: announcements/kde-frameworks-5.11.0.php:34
#: announcements/kde-frameworks-5.12.0.php:34
#: announcements/kde-frameworks-5.13.0.php:34
#: announcements/kde-frameworks-5.14.0.php:34
#: announcements/kde-frameworks-5.15.0.php:34
#: announcements/kde-frameworks-5.16.0.php:34
#: announcements/kde-frameworks-5.17.0.php:34
#: announcements/kde-frameworks-5.18.0.php:34
#: announcements/kde-frameworks-5.19.0.php:34
#: announcements/kde-frameworks-5.2.0.php:30
#: announcements/kde-frameworks-5.20.0.php:34
#: announcements/kde-frameworks-5.21.0.php:34
#: announcements/kde-frameworks-5.22.0.php:34
#: announcements/kde-frameworks-5.23.0.php:34
#: announcements/kde-frameworks-5.24.0.php:34
#: announcements/kde-frameworks-5.25.0.php:34
#: announcements/kde-frameworks-5.26.0.php:34
#: announcements/kde-frameworks-5.27.0.php:34
#: announcements/kde-frameworks-5.28.0.php:34
#: announcements/kde-frameworks-5.29.0.php:34
#: announcements/kde-frameworks-5.3.0.php:34
#: announcements/kde-frameworks-5.30.0.php:34
#: announcements/kde-frameworks-5.31.0.php:34
#: announcements/kde-frameworks-5.32.0.php:34
#: announcements/kde-frameworks-5.33.0.php:34
#: announcements/kde-frameworks-5.34.0.php:34
#: announcements/kde-frameworks-5.35.0.php:34
#: announcements/kde-frameworks-5.36.0.php:34
#: announcements/kde-frameworks-5.37.0.php:34
#: announcements/kde-frameworks-5.38.0.php:34
#: announcements/kde-frameworks-5.39.0.php:34
#: announcements/kde-frameworks-5.4.0.php:34
#: announcements/kde-frameworks-5.40.0.php:34
#: announcements/kde-frameworks-5.41.0.php:34
#: announcements/kde-frameworks-5.42.0.php:34
#: announcements/kde-frameworks-5.43.0.php:34
#: announcements/kde-frameworks-5.44.0.php:34
#: announcements/kde-frameworks-5.45.0.php:34
#: announcements/kde-frameworks-5.46.0.php:34
#: announcements/kde-frameworks-5.47.0.php:34
#: announcements/kde-frameworks-5.48.0.php:34
#: announcements/kde-frameworks-5.49.0.php:34
#: announcements/kde-frameworks-5.6.0.php:34
#: announcements/kde-frameworks-5.7.0.php:34
#: announcements/kde-frameworks-5.8.0.php:34
#: announcements/kde-frameworks-5.9.0.php:34
msgid ""
"\n"
"<h2>New in this Version</h2>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.1.php:37
msgid ""
"\n"
"This release, versioned 5.1, comes with a number of bugfixes and new features including:\n"
"</p>"
"\n"
"\n"
"<ul>\n"
"<li>KTextEditor: Major refactorings and improvements of the vi-mode</li>"
"\n"
"<li>KAuth: Now based on PolkitQt5-1</li>"
"\n"
"<li>New migration agent for KWallet</li>"
"\n"
"<li>Windows compilation fixes</li>"
"\n"
"<li>Translation fixes</li>"
"\n"
"<li>New install dir for KXmlGui files and for AppStream metainfo</li>"
"\n"
"<li><a href='http://www.proli.net/2014/08/04/taking-advantage-of-opengl-from-plasma/'>Plasma Taking advantage of OpenGL</a></li>"
"\n"
"</ul>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.1.php:58
#: announcements/kde-frameworks-5.2.0.php:144
msgid ""
"\n"
"On Linux, using packages for your favorite distribution is the recommended way to get access to KDE Frameworks.\n"
"<ul>\n"
"<li><a href='%1'>Binary package distro install instructions</a>.<br />"
"</li>"
"\n"
"</ul>"
"\n"
"Building from source is possible using the basic <em>cmake .; make; make install</em> commands. For a single Tier 1 framework, this is often the easiest solution. People interested in contributing to frameworks or tracking progress in development of the entire set are encouraged to <a href='%2'>use kdesrc-build</a>.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.1.php:66
msgid ""
"\n"
"Frameworks 5.1 requires Qt 5.2. It is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner.\n"
"<ul>\n"
"<li><a href='%1'>KDE Frameworks 5.1 Source Info page with known bugs and security issues</a></li>"
"\n"
"</ul>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.1.php:73
#: announcements/kde-frameworks-5.10.0.php:202
#: announcements/kde-frameworks-5.11.0.php:272
#: announcements/kde-frameworks-5.12.0.php:253
#: announcements/kde-frameworks-5.13.0.php:346
#: announcements/kde-frameworks-5.14.0.php:306
#: announcements/kde-frameworks-5.15.0.php:386
#: announcements/kde-frameworks-5.16.0.php:434
#: announcements/kde-frameworks-5.17.0.php:231
#: announcements/kde-frameworks-5.18.0.php:262
#: announcements/kde-frameworks-5.19.0.php:317
#: announcements/kde-frameworks-5.2.0.php:161
#: announcements/kde-frameworks-5.20.0.php:335
#: announcements/kde-frameworks-5.21.0.php:355
#: announcements/kde-frameworks-5.22.0.php:283
#: announcements/kde-frameworks-5.23.0.php:337
#: announcements/kde-frameworks-5.24.0.php:368
#: announcements/kde-frameworks-5.25.0.php:359
#: announcements/kde-frameworks-5.26.0.php:334
#: announcements/kde-frameworks-5.27.0.php:321
#: announcements/kde-frameworks-5.28.0.php:357
#: announcements/kde-frameworks-5.29.0.php:332
#: announcements/kde-frameworks-5.3.0.php:207
#: announcements/kde-frameworks-5.30.0.php:332
#: announcements/kde-frameworks-5.31.0.php:273
#: announcements/kde-frameworks-5.32.0.php:269
#: announcements/kde-frameworks-5.33.0.php:246
#: announcements/kde-frameworks-5.34.0.php:281
#: announcements/kde-frameworks-5.35.0.php:259
#: announcements/kde-frameworks-5.36.0.php:251
#: announcements/kde-frameworks-5.37.0.php:339
#: announcements/kde-frameworks-5.38.0.php:308
#: announcements/kde-frameworks-5.39.0.php:319
#: announcements/kde-frameworks-5.4.0.php:189
#: announcements/kde-frameworks-5.40.0.php:289
#: announcements/kde-frameworks-5.41.0.php:371
#: announcements/kde-frameworks-5.42.0.php:409
#: announcements/kde-frameworks-5.43.0.php:354
#: announcements/kde-frameworks-5.44.0.php:367
#: announcements/kde-frameworks-5.45.0.php:443
#: announcements/kde-frameworks-5.46.0.php:332
#: announcements/kde-frameworks-5.47.0.php:323
#: announcements/kde-frameworks-5.48.0.php:368
#: announcements/kde-frameworks-5.49.0.php:549
#: announcements/kde-frameworks-5.5.0.php:228
#: announcements/kde-frameworks-5.6.0.php:223
#: announcements/kde-frameworks-5.7.0.php:323
#: announcements/kde-frameworks-5.8.0.php:203
#: announcements/kde-frameworks-5.9.0.php:224
msgid ""
"\n"
"A detailed listing of all Frameworks and other third party Qt libraries is at <a href='%1'>inqlude.org</a>, the curated archive of Qt libraries. A complete list with API documentation is on <a href='%2'>api.kde.org</a>.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:4
msgid "Release of KDE Frameworks 5.10.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:16
msgid ""
" \n"
"May 08, 2015. KDE today announces the release\n"
"of KDE Frameworks 5.10.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:30
#: announcements/kde-frameworks-5.11.0.php:30
#: announcements/kde-frameworks-5.12.0.php:30
#: announcements/kde-frameworks-5.13.0.php:30
#: announcements/kde-frameworks-5.14.0.php:30
#: announcements/kde-frameworks-5.15.0.php:30
#: announcements/kde-frameworks-5.16.0.php:30
#: announcements/kde-frameworks-5.17.0.php:30
#: announcements/kde-frameworks-5.18.0.php:30
#: announcements/kde-frameworks-5.19.0.php:30
#: announcements/kde-frameworks-5.20.0.php:30
#: announcements/kde-frameworks-5.21.0.php:30
#: announcements/kde-frameworks-5.22.0.php:30
#: announcements/kde-frameworks-5.23.0.php:30
#: announcements/kde-frameworks-5.24.0.php:30
#: announcements/kde-frameworks-5.25.0.php:30
#: announcements/kde-frameworks-5.26.0.php:30
#: announcements/kde-frameworks-5.27.0.php:30
#: announcements/kde-frameworks-5.28.0.php:30
#: announcements/kde-frameworks-5.29.0.php:30
#: announcements/kde-frameworks-5.3.0.php:30
#: announcements/kde-frameworks-5.30.0.php:30
#: announcements/kde-frameworks-5.31.0.php:30
#: announcements/kde-frameworks-5.32.0.php:30
#: announcements/kde-frameworks-5.33.0.php:30
#: announcements/kde-frameworks-5.34.0.php:30
#: announcements/kde-frameworks-5.35.0.php:30
#: announcements/kde-frameworks-5.36.0.php:30
#: announcements/kde-frameworks-5.37.0.php:30
#: announcements/kde-frameworks-5.38.0.php:30
#: announcements/kde-frameworks-5.39.0.php:30
#: announcements/kde-frameworks-5.4.0.php:30
#: announcements/kde-frameworks-5.40.0.php:30
#: announcements/kde-frameworks-5.41.0.php:30
#: announcements/kde-frameworks-5.42.0.php:30
#: announcements/kde-frameworks-5.43.0.php:30
#: announcements/kde-frameworks-5.44.0.php:30
#: announcements/kde-frameworks-5.45.0.php:30
#: announcements/kde-frameworks-5.46.0.php:30
#: announcements/kde-frameworks-5.47.0.php:30
#: announcements/kde-frameworks-5.48.0.php:30
#: announcements/kde-frameworks-5.49.0.php:30
#: announcements/kde-frameworks-5.5.0.php:30
#: announcements/kde-frameworks-5.6.0.php:30
#: announcements/kde-frameworks-5.7.0.php:30
#: announcements/kde-frameworks-5.8.0.php:30
#: announcements/kde-frameworks-5.9.0.php:30
msgid ""
"\n"
"This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:38
#: announcements/kde-frameworks-5.11.0.php:52
#: announcements/kde-frameworks-5.12.0.php:51
#: announcements/kde-frameworks-5.14.0.php:84
#: announcements/kde-frameworks-5.15.0.php:120
#: announcements/kde-frameworks-5.16.0.php:86
#: announcements/kde-frameworks-5.17.0.php:74
#: announcements/kde-frameworks-5.18.0.php:65
#: announcements/kde-frameworks-5.19.0.php:60
#: announcements/kde-frameworks-5.20.0.php:56
#: announcements/kde-frameworks-5.21.0.php:102
#: announcements/kde-frameworks-5.23.0.php:77
#: announcements/kde-frameworks-5.25.0.php:82
#: announcements/kde-frameworks-5.27.0.php:79
#: announcements/kde-frameworks-5.34.0.php:68
#: announcements/kde-frameworks-5.37.0.php:60
#: announcements/kde-frameworks-5.41.0.php:81
#: announcements/kde-frameworks-5.42.0.php:74
#: announcements/kde-frameworks-5.49.0.php:79
#: announcements/kde-frameworks-5.7.0.php:46
#: announcements/kde-frameworks-5.8.0.php:50
#: announcements/kde-frameworks-5.9.0.php:44
msgid "KActivities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:41
msgid "(no changelog provided)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:44
#: announcements/kde-frameworks-5.11.0.php:74
#: announcements/kde-frameworks-5.12.0.php:83
#: announcements/kde-frameworks-5.13.0.php:79
#: announcements/kde-frameworks-5.14.0.php:113
#: announcements/kde-frameworks-5.15.0.php:133
#: announcements/kde-frameworks-5.16.0.php:115
#: announcements/kde-frameworks-5.18.0.php:93
#: announcements/kde-frameworks-5.20.0.php:78
#: announcements/kde-frameworks-5.21.0.php:125
#: announcements/kde-frameworks-5.23.0.php:95
#: announcements/kde-frameworks-5.24.0.php:80
#: announcements/kde-frameworks-5.25.0.php:115
#: announcements/kde-frameworks-5.26.0.php:99
#: announcements/kde-frameworks-5.27.0.php:110
#: announcements/kde-frameworks-5.28.0.php:80
#: announcements/kde-frameworks-5.29.0.php:104
#: announcements/kde-frameworks-5.30.0.php:84
#: announcements/kde-frameworks-5.31.0.php:81
#: announcements/kde-frameworks-5.32.0.php:80
#: announcements/kde-frameworks-5.33.0.php:81
#: announcements/kde-frameworks-5.34.0.php:81
#: announcements/kde-frameworks-5.36.0.php:77
#: announcements/kde-frameworks-5.37.0.php:78
#: announcements/kde-frameworks-5.38.0.php:69
#: announcements/kde-frameworks-5.39.0.php:78
#: announcements/kde-frameworks-5.41.0.php:115
#: announcements/kde-frameworks-5.42.0.php:80
#: announcements/kde-frameworks-5.43.0.php:116
#: announcements/kde-frameworks-5.44.0.php:72
#: announcements/kde-frameworks-5.47.0.php:72
#: announcements/kde-frameworks-5.49.0.php:116
#: announcements/kde-frameworks-5.7.0.php:77
#: announcements/kde-frameworks-5.9.0.php:72
msgid "KConfig"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:47
msgid "Generate QML-proof classes using the kconfigcompiler"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:50
#: announcements/kde-frameworks-5.11.0.php:81
#: announcements/kde-frameworks-5.12.0.php:91
#: announcements/kde-frameworks-5.13.0.php:86
#: announcements/kde-frameworks-5.15.0.php:139
#: announcements/kde-frameworks-5.16.0.php:131
#: announcements/kde-frameworks-5.17.0.php:99
#: announcements/kde-frameworks-5.18.0.php:99
#: announcements/kde-frameworks-5.20.0.php:84
#: announcements/kde-frameworks-5.21.0.php:131
#: announcements/kde-frameworks-5.22.0.php:71
#: announcements/kde-frameworks-5.23.0.php:107
#: announcements/kde-frameworks-5.25.0.php:128
#: announcements/kde-frameworks-5.27.0.php:116
#: announcements/kde-frameworks-5.28.0.php:87
#: announcements/kde-frameworks-5.29.0.php:117
#: announcements/kde-frameworks-5.30.0.php:98
#: announcements/kde-frameworks-5.31.0.php:93
#: announcements/kde-frameworks-5.32.0.php:94
#: announcements/kde-frameworks-5.35.0.php:91
#: announcements/kde-frameworks-5.36.0.php:83
#: announcements/kde-frameworks-5.37.0.php:85
#: announcements/kde-frameworks-5.38.0.php:84
#: announcements/kde-frameworks-5.39.0.php:90
#: announcements/kde-frameworks-5.40.0.php:70
#: announcements/kde-frameworks-5.41.0.php:127
#: announcements/kde-frameworks-5.42.0.php:88
#: announcements/kde-frameworks-5.43.0.php:122
#: announcements/kde-frameworks-5.44.0.php:86
#: announcements/kde-frameworks-5.45.0.php:119
#: announcements/kde-frameworks-5.46.0.php:85
#: announcements/kde-frameworks-5.48.0.php:95
#: announcements/kde-frameworks-5.49.0.php:128
#: announcements/kde-frameworks-5.7.0.php:90
#: announcements/kde-frameworks-5.8.0.php:68
msgid "KCoreAddons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:53
msgid "New cmake macro kcoreaddons_add_plugin to create KPluginLoader-based plugins more easily."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:56
#: announcements/kde-frameworks-5.11.0.php:87
#: announcements/kde-frameworks-5.12.0.php:105
#: announcements/kde-frameworks-5.13.0.php:100
#: announcements/kde-frameworks-5.15.0.php:157
#: announcements/kde-frameworks-5.16.0.php:165
#: announcements/kde-frameworks-5.17.0.php:106
#: announcements/kde-frameworks-5.18.0.php:117
#: announcements/kde-frameworks-5.19.0.php:98
#: announcements/kde-frameworks-5.20.0.php:92
#: announcements/kde-frameworks-5.21.0.php:145
#: announcements/kde-frameworks-5.22.0.php:85
#: announcements/kde-frameworks-5.23.0.php:122
#: announcements/kde-frameworks-5.24.0.php:93
#: announcements/kde-frameworks-5.25.0.php:134
#: announcements/kde-frameworks-5.26.0.php:111
#: announcements/kde-frameworks-5.28.0.php:94
#: announcements/kde-frameworks-5.30.0.php:111
#: announcements/kde-frameworks-5.31.0.php:101
#: announcements/kde-frameworks-5.33.0.php:94
#: announcements/kde-frameworks-5.34.0.php:94
#: announcements/kde-frameworks-5.35.0.php:104
#: announcements/kde-frameworks-5.36.0.php:89
#: announcements/kde-frameworks-5.37.0.php:94
#: announcements/kde-frameworks-5.39.0.php:96
#: announcements/kde-frameworks-5.41.0.php:137
#: announcements/kde-frameworks-5.42.0.php:102
#: announcements/kde-frameworks-5.43.0.php:131
#: announcements/kde-frameworks-5.44.0.php:97
#: announcements/kde-frameworks-5.45.0.php:126
#: announcements/kde-frameworks-5.46.0.php:92
#: announcements/kde-frameworks-5.47.0.php:84
#: announcements/kde-frameworks-5.48.0.php:111
#: announcements/kde-frameworks-5.49.0.php:154
#: announcements/kde-frameworks-5.7.0.php:108
#: announcements/kde-frameworks-5.8.0.php:74
msgid "KDeclarative"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:59
msgid "Fix crash in texture cache."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:60
msgid "and other fixes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:63
#: announcements/kde-frameworks-5.11.0.php:114
#: announcements/kde-frameworks-5.12.0.php:137
#: announcements/kde-frameworks-5.14.0.php:150
#: announcements/kde-frameworks-5.16.0.php:201
#: announcements/kde-frameworks-5.19.0.php:127
#: announcements/kde-frameworks-5.21.0.php:171
#: announcements/kde-frameworks-5.24.0.php:133
#: announcements/kde-frameworks-5.25.0.php:146
#: announcements/kde-frameworks-5.30.0.php:123
#: announcements/kde-frameworks-5.34.0.php:119
#: announcements/kde-frameworks-5.38.0.php:105
#: announcements/kde-frameworks-5.39.0.php:109
#: announcements/kde-frameworks-5.40.0.php:90
#: announcements/kde-frameworks-5.41.0.php:176
#: announcements/kde-frameworks-5.43.0.php:166
#: announcements/kde-frameworks-5.45.0.php:154
#: announcements/kde-frameworks-5.47.0.php:108
#: announcements/kde-frameworks-5.48.0.php:153
#: announcements/kde-frameworks-5.49.0.php:187
#: announcements/kde-frameworks-5.7.0.php:123
#: announcements/kde-frameworks-5.8.0.php:91
msgid "KGlobalAccel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:66
msgid "Add new method globalShortcut which retrieves the shortcut as defined in global settings."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:69
#: announcements/kde-frameworks-5.13.0.php:155
#: announcements/kde-frameworks-5.26.0.php:142
#: announcements/kde-frameworks-5.28.0.php:118
#: announcements/kde-frameworks-5.37.0.php:128
msgid "KIdleTime"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:72
msgid "Prevent kidletime from crashing on platform wayland"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:75
#: announcements/kde-frameworks-5.11.0.php:126
#: announcements/kde-frameworks-5.13.0.php:161
#: announcements/kde-frameworks-5.14.0.php:175
#: announcements/kde-frameworks-5.15.0.php:223
#: announcements/kde-frameworks-5.16.0.php:235
#: announcements/kde-frameworks-5.17.0.php:132
#: announcements/kde-frameworks-5.18.0.php:158
#: announcements/kde-frameworks-5.19.0.php:165
#: announcements/kde-frameworks-5.20.0.php:153
#: announcements/kde-frameworks-5.21.0.php:189
#: announcements/kde-frameworks-5.22.0.php:139
#: announcements/kde-frameworks-5.23.0.php:176
#: announcements/kde-frameworks-5.24.0.php:174
#: announcements/kde-frameworks-5.25.0.php:179
#: announcements/kde-frameworks-5.26.0.php:148
#: announcements/kde-frameworks-5.27.0.php:157
#: announcements/kde-frameworks-5.28.0.php:130
#: announcements/kde-frameworks-5.29.0.php:174
#: announcements/kde-frameworks-5.30.0.php:153
#: announcements/kde-frameworks-5.31.0.php:128
#: announcements/kde-frameworks-5.32.0.php:126
#: announcements/kde-frameworks-5.33.0.php:119
#: announcements/kde-frameworks-5.34.0.php:138
#: announcements/kde-frameworks-5.35.0.php:142
#: announcements/kde-frameworks-5.36.0.php:122
#: announcements/kde-frameworks-5.37.0.php:140
#: announcements/kde-frameworks-5.38.0.php:117
#: announcements/kde-frameworks-5.39.0.php:131
#: announcements/kde-frameworks-5.40.0.php:102
#: announcements/kde-frameworks-5.41.0.php:184
#: announcements/kde-frameworks-5.42.0.php:168
#: announcements/kde-frameworks-5.43.0.php:190
#: announcements/kde-frameworks-5.44.0.php:123
#: announcements/kde-frameworks-5.45.0.php:197
#: announcements/kde-frameworks-5.46.0.php:143
#: announcements/kde-frameworks-5.47.0.php:132
#: announcements/kde-frameworks-5.48.0.php:182
#: announcements/kde-frameworks-5.49.0.php:231
#: announcements/kde-frameworks-5.7.0.php:146
#: announcements/kde-frameworks-5.8.0.php:109
#: announcements/kde-frameworks-5.9.0.php:92
msgid "KIO"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:78
msgid "Added KPropertiesDialog::KPropertiesDialog(urls) and KPropertiesDialog::showDialog(urls)."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:79
msgid "Asynchronous QIODevice-based data fetch for KIO::storedPut and KIO::AccessManager::put."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:80
msgid "Fix conditions with QFile::rename return value (bug 343329)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:81
msgid "Fixed KIO::suggestName to suggest better names (bug 341773)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:82
msgid "kioexec: Fixed path for writeable location for kurl (bug 343329)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:83
msgid "Store bookmarks only in user-places.xbel (bug 345174)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:84
msgid "Duplicate RecentDocuments entry if two different files have the same name"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:85
msgid "Better error message if a single file is too large for the trash (bug 332692)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:86
msgid "Fix KDirLister crash upon redirection when the slot calls openURL"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:89
#: announcements/kde-frameworks-5.11.0.php:138
#: announcements/kde-frameworks-5.16.0.php:264
#: announcements/kde-frameworks-5.17.0.php:148
#: announcements/kde-frameworks-5.20.0.php:192
#: announcements/kde-frameworks-5.21.0.php:209
#: announcements/kde-frameworks-5.23.0.php:191
#: announcements/kde-frameworks-5.24.0.php:200
#: announcements/kde-frameworks-5.26.0.php:163
#: announcements/kde-frameworks-5.27.0.php:177
#: announcements/kde-frameworks-5.28.0.php:163
#: announcements/kde-frameworks-5.29.0.php:186
#: announcements/kde-frameworks-5.30.0.php:185
#: announcements/kde-frameworks-5.31.0.php:144
#: announcements/kde-frameworks-5.34.0.php:151
#: announcements/kde-frameworks-5.35.0.php:154
#: announcements/kde-frameworks-5.36.0.php:134
#: announcements/kde-frameworks-5.37.0.php:150
#: announcements/kde-frameworks-5.39.0.php:172
#: announcements/kde-frameworks-5.40.0.php:135
#: announcements/kde-frameworks-5.41.0.php:219
#: announcements/kde-frameworks-5.42.0.php:219
#: announcements/kde-frameworks-5.44.0.php:183
#: announcements/kde-frameworks-5.45.0.php:245
#: announcements/kde-frameworks-5.46.0.php:199
#: announcements/kde-frameworks-5.48.0.php:226
#: announcements/kde-frameworks-5.49.0.php:306
#: announcements/kde-frameworks-5.7.0.php:168
msgid "KNewStuff"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:92
msgid "New set of classes, called KMoreTools and related. KMoreTools helps to add hints about external tools which are potentially not yet installed. Furthermore, it makes long menus shorter by providing a main and more section which is also user-configurable."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:95
#: announcements/kde-frameworks-5.7.0.php:174
#: announcements/kde-frameworks-5.8.0.php:118
#: announcements/kde-frameworks-5.9.0.php:115
msgid "KNotifications"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:98
msgid "Fix KNotifications when used with Ubuntu's NotifyOSD (bug 345973)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:99
msgid "Don't trigger notification updates when setting the same properties (bug 345973)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:100
msgid "Introduce LoopSound flag allowing notifications to play sound in a loop if they need it (bug 346148)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:101
msgid "Don't crash if notification doesn't have a widget"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:104
#: announcements/kde-frameworks-5.7.0.php:183
msgid "KPackage"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:107
msgid "Add a KPackage::findPackages function similar to KPluginLoader::findPlugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:110
#: announcements/kde-frameworks-5.11.0.php:162
#: announcements/kde-frameworks-5.12.0.php:163
#: announcements/kde-frameworks-5.13.0.php:189
#: announcements/kde-frameworks-5.18.0.php:191
#: announcements/kde-frameworks-5.20.0.php:204
#: announcements/kde-frameworks-5.21.0.php:230
#: announcements/kde-frameworks-5.22.0.php:167
#: announcements/kde-frameworks-5.27.0.php:197
#: announcements/kde-frameworks-5.35.0.php:168
#: announcements/kde-frameworks-5.45.0.php:265
#: announcements/kde-frameworks-5.46.0.php:214
#: announcements/kde-frameworks-5.49.0.php:335
#: announcements/kde-frameworks-5.9.0.php:122
msgid "KPeople"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:113
msgid "Use KPluginFactory for instantiating the plugins, instead of KService (kept for compatibility)."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:116
#: announcements/kde-frameworks-5.11.0.php:180
#: announcements/kde-frameworks-5.13.0.php:203
#: announcements/kde-frameworks-5.14.0.php:206
#: announcements/kde-frameworks-5.15.0.php:259
#: announcements/kde-frameworks-5.16.0.php:292
#: announcements/kde-frameworks-5.20.0.php:214
#: announcements/kde-frameworks-5.21.0.php:243
#: announcements/kde-frameworks-5.22.0.php:179
#: announcements/kde-frameworks-5.23.0.php:210
#: announcements/kde-frameworks-5.25.0.php:230
#: announcements/kde-frameworks-5.30.0.php:220
#: announcements/kde-frameworks-5.33.0.php:149
#: announcements/kde-frameworks-5.40.0.php:156
#: announcements/kde-frameworks-5.45.0.php:277
#: announcements/kde-frameworks-5.48.0.php:233
#: announcements/kde-frameworks-5.49.0.php:359
#: announcements/kde-frameworks-5.7.0.php:196
#: announcements/kde-frameworks-5.8.0.php:132
msgid "KService"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:119
msgid "Fix wrong splitting of entry path (bug 344614)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:122
#: announcements/kde-frameworks-5.7.0.php:222
msgid "KWallet"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:125
msgid "Migration agent now also check old wallet is empty before starting (bug 346498)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:128
#: announcements/kde-frameworks-5.11.0.php:206
#: announcements/kde-frameworks-5.13.0.php:270
#: announcements/kde-frameworks-5.14.0.php:226
#: announcements/kde-frameworks-5.15.0.php:309
#: announcements/kde-frameworks-5.16.0.php:368
#: announcements/kde-frameworks-5.17.0.php:169
#: announcements/kde-frameworks-5.19.0.php:230
#: announcements/kde-frameworks-5.21.0.php:273
#: announcements/kde-frameworks-5.22.0.php:210
#: announcements/kde-frameworks-5.23.0.php:265
#: announcements/kde-frameworks-5.24.0.php:289
#: announcements/kde-frameworks-5.25.0.php:256
#: announcements/kde-frameworks-5.26.0.php:237
#: announcements/kde-frameworks-5.28.0.php:254
#: announcements/kde-frameworks-5.29.0.php:251
#: announcements/kde-frameworks-5.30.0.php:239
#: announcements/kde-frameworks-5.31.0.php:177
#: announcements/kde-frameworks-5.32.0.php:172
#: announcements/kde-frameworks-5.33.0.php:170
#: announcements/kde-frameworks-5.34.0.php:191
#: announcements/kde-frameworks-5.35.0.php:194
#: announcements/kde-frameworks-5.36.0.php:156
#: announcements/kde-frameworks-5.37.0.php:213
#: announcements/kde-frameworks-5.38.0.php:220
#: announcements/kde-frameworks-5.39.0.php:211
#: announcements/kde-frameworks-5.40.0.php:188
#: announcements/kde-frameworks-5.41.0.php:259
#: announcements/kde-frameworks-5.42.0.php:286
#: announcements/kde-frameworks-5.43.0.php:272
#: announcements/kde-frameworks-5.45.0.php:301
#: announcements/kde-frameworks-5.47.0.php:221
#: announcements/kde-frameworks-5.48.0.php:263
#: announcements/kde-frameworks-5.49.0.php:413
#: announcements/kde-frameworks-5.7.0.php:231
#: announcements/kde-frameworks-5.8.0.php:145
#: announcements/kde-frameworks-5.9.0.php:142
msgid "KWidgetsAddons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:131
msgid "KDateTimeEdit: Fix so user input actually gets registered. Fix double margins."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:132
msgid "KFontRequester: fix selecting monospaced fonts only"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:135
#: announcements/kde-frameworks-5.13.0.php:281
#: announcements/kde-frameworks-5.15.0.php:315
#: announcements/kde-frameworks-5.18.0.php:209
#: announcements/kde-frameworks-5.19.0.php:238
#: announcements/kde-frameworks-5.20.0.php:242
#: announcements/kde-frameworks-5.22.0.php:217
#: announcements/kde-frameworks-5.23.0.php:271
#: announcements/kde-frameworks-5.25.0.php:266
#: announcements/kde-frameworks-5.28.0.php:274
#: announcements/kde-frameworks-5.29.0.php:260
#: announcements/kde-frameworks-5.31.0.php:189
#: announcements/kde-frameworks-5.35.0.php:200
#: announcements/kde-frameworks-5.37.0.php:221
#: announcements/kde-frameworks-5.38.0.php:230
#: announcements/kde-frameworks-5.40.0.php:196
#: announcements/kde-frameworks-5.41.0.php:267
#: announcements/kde-frameworks-5.45.0.php:313
#: announcements/kde-frameworks-5.49.0.php:420
#: announcements/kde-frameworks-5.7.0.php:238
#: announcements/kde-frameworks-5.8.0.php:151
#: announcements/kde-frameworks-5.9.0.php:148
msgid "KWindowSystem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:138
msgid "Don't depend on QX11Info in KXUtils::createPixmapFromHandle (bug 346496)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:139
msgid "new method NETWinInfo::xcbConnection() -&gt; xcb_connection_t*"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:142
#: announcements/kde-frameworks-5.9.0.php:155
msgid "KXmlGui"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:145
msgid "Fix shortcuts when secondary shortcut set (bug 345411)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:146
msgid "Update list of bugzilla products/components for bug reporting (bug 346559)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:147
msgid "Global shortcuts: allow configuring also the alternate shortcut"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:150
#: announcements/kde-frameworks-5.11.0.php:218
#: announcements/kde-frameworks-5.14.0.php:250
#: announcements/kde-frameworks-5.15.0.php:330
#: announcements/kde-frameworks-5.18.0.php:215
#: announcements/kde-frameworks-5.19.0.php:255
#: announcements/kde-frameworks-5.21.0.php:285
#: announcements/kde-frameworks-5.23.0.php:283
#: announcements/kde-frameworks-5.24.0.php:306
#: announcements/kde-frameworks-5.25.0.php:280
#: announcements/kde-frameworks-5.27.0.php:256
#: announcements/kde-frameworks-5.28.0.php:293
#: announcements/kde-frameworks-5.32.0.php:187
#: announcements/kde-frameworks-5.33.0.php:179
#: announcements/kde-frameworks-5.34.0.php:210
#: announcements/kde-frameworks-5.36.0.php:170
#: announcements/kde-frameworks-5.37.0.php:233
#: announcements/kde-frameworks-5.40.0.php:210
#: announcements/kde-frameworks-5.42.0.php:299
#: announcements/kde-frameworks-5.45.0.php:327
#: announcements/kde-frameworks-5.47.0.php:232
#: announcements/kde-frameworks-5.8.0.php:158
msgid "NetworkManagerQt"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:153
msgid "The installed headers are now organized like all other frameworks."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:156
#: announcements/kde-frameworks-5.9.0.php:168
msgid "Plasma framework"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:159
msgid "PlasmaComponents.Menu now supports sections"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:160
msgid "Use KPluginLoader instead of ksycoca for loading C++ dataengines"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:161
msgid "Consider visualParent rotation in popupPosition (bug 345787)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:164
#: announcements/kde-frameworks-5.11.0.php:239
#: announcements/kde-frameworks-5.12.0.php:223
#: announcements/kde-frameworks-5.13.0.php:314
#: announcements/kde-frameworks-5.15.0.php:351
#: announcements/kde-frameworks-5.20.0.php:301
#: announcements/kde-frameworks-5.22.0.php:247
#: announcements/kde-frameworks-5.24.0.php:337
#: announcements/kde-frameworks-5.25.0.php:328
#: announcements/kde-frameworks-5.26.0.php:288
#: announcements/kde-frameworks-5.29.0.php:288
#: announcements/kde-frameworks-5.30.0.php:287
#: announcements/kde-frameworks-5.31.0.php:229
#: announcements/kde-frameworks-5.37.0.php:258
#: announcements/kde-frameworks-5.40.0.php:240
#: announcements/kde-frameworks-5.41.0.php:324
#: announcements/kde-frameworks-5.42.0.php:342
#: announcements/kde-frameworks-5.43.0.php:308
#: announcements/kde-frameworks-5.44.0.php:315
#: announcements/kde-frameworks-5.45.0.php:389
#: announcements/kde-frameworks-5.46.0.php:285
#: announcements/kde-frameworks-5.49.0.php:482
msgid "Sonnet"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:167
msgid "Don't try to highlight if there is no spell checker found. This would lead to an infinite loop with rehighlighRequest timer firing constanty."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:170
#: announcements/kde-frameworks-5.7.0.php:289
#: announcements/kde-frameworks-5.9.0.php:193
msgid "Frameworkintegration"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:173
msgid ""
"Fix native file dialogs from widgets QFileDialog:\n"
"** File dialogs opened with exec() and without parent were opened, but any user-interaction was blocked in a way that no file could be selected nor the dialog closed.\n"
"** File dialogs opened with open() or show() with parent were not opened at all."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:178
#: announcements/kde-frameworks-5.11.0.php:248
#: announcements/kde-frameworks-5.12.0.php:229
#: announcements/kde-frameworks-5.13.0.php:322
#: announcements/kde-frameworks-5.14.0.php:282
#: announcements/kde-frameworks-5.15.0.php:362
#: announcements/kde-frameworks-5.16.0.php:410
#: announcements/kde-frameworks-5.17.0.php:207
#: announcements/kde-frameworks-5.18.0.php:238
#: announcements/kde-frameworks-5.19.0.php:293
#: announcements/kde-frameworks-5.20.0.php:311
#: announcements/kde-frameworks-5.21.0.php:331
#: announcements/kde-frameworks-5.22.0.php:259
#: announcements/kde-frameworks-5.23.0.php:313
#: announcements/kde-frameworks-5.24.0.php:344
#: announcements/kde-frameworks-5.25.0.php:335
#: announcements/kde-frameworks-5.26.0.php:310
#: announcements/kde-frameworks-5.27.0.php:297
#: announcements/kde-frameworks-5.28.0.php:333
#: announcements/kde-frameworks-5.29.0.php:308
#: announcements/kde-frameworks-5.3.0.php:185
#: announcements/kde-frameworks-5.30.0.php:308
#: announcements/kde-frameworks-5.31.0.php:249
#: announcements/kde-frameworks-5.32.0.php:245
#: announcements/kde-frameworks-5.33.0.php:222
#: announcements/kde-frameworks-5.34.0.php:257
#: announcements/kde-frameworks-5.35.0.php:235
#: announcements/kde-frameworks-5.36.0.php:227
#: announcements/kde-frameworks-5.37.0.php:315
#: announcements/kde-frameworks-5.38.0.php:284
#: announcements/kde-frameworks-5.39.0.php:295
#: announcements/kde-frameworks-5.4.0.php:161
#: announcements/kde-frameworks-5.40.0.php:265
#: announcements/kde-frameworks-5.41.0.php:347
#: announcements/kde-frameworks-5.42.0.php:385
#: announcements/kde-frameworks-5.43.0.php:330
#: announcements/kde-frameworks-5.44.0.php:343
#: announcements/kde-frameworks-5.45.0.php:419
#: announcements/kde-frameworks-5.46.0.php:308
#: announcements/kde-frameworks-5.47.0.php:299
#: announcements/kde-frameworks-5.48.0.php:344
#: announcements/kde-frameworks-5.49.0.php:525
#: announcements/kde-frameworks-5.5.0.php:200
#: announcements/kde-frameworks-5.6.0.php:199
#: announcements/kde-frameworks-5.7.0.php:299
#: announcements/kde-frameworks-5.8.0.php:179
#: announcements/kde-frameworks-5.9.0.php:200
msgid ""
"\n"
"<h2>Installing binary packages</h2>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:183
#: announcements/kde-frameworks-5.11.0.php:253
#: announcements/kde-frameworks-5.12.0.php:234
#: announcements/kde-frameworks-5.13.0.php:327
#: announcements/kde-frameworks-5.14.0.php:287
#: announcements/kde-frameworks-5.15.0.php:367
#: announcements/kde-frameworks-5.16.0.php:415
#: announcements/kde-frameworks-5.17.0.php:212
#: announcements/kde-frameworks-5.18.0.php:243
#: announcements/kde-frameworks-5.19.0.php:298
#: announcements/kde-frameworks-5.20.0.php:316
#: announcements/kde-frameworks-5.21.0.php:336
#: announcements/kde-frameworks-5.22.0.php:264
#: announcements/kde-frameworks-5.23.0.php:318
#: announcements/kde-frameworks-5.24.0.php:349
#: announcements/kde-frameworks-5.25.0.php:340
#: announcements/kde-frameworks-5.26.0.php:315
#: announcements/kde-frameworks-5.27.0.php:302
#: announcements/kde-frameworks-5.28.0.php:338
#: announcements/kde-frameworks-5.29.0.php:313
#: announcements/kde-frameworks-5.3.0.php:190
#: announcements/kde-frameworks-5.30.0.php:313
#: announcements/kde-frameworks-5.31.0.php:254
#: announcements/kde-frameworks-5.32.0.php:250
#: announcements/kde-frameworks-5.33.0.php:227
#: announcements/kde-frameworks-5.34.0.php:262
#: announcements/kde-frameworks-5.35.0.php:240
#: announcements/kde-frameworks-5.36.0.php:232
#: announcements/kde-frameworks-5.37.0.php:320
#: announcements/kde-frameworks-5.38.0.php:289
#: announcements/kde-frameworks-5.39.0.php:300
#: announcements/kde-frameworks-5.4.0.php:166
#: announcements/kde-frameworks-5.40.0.php:270
#: announcements/kde-frameworks-5.41.0.php:352
#: announcements/kde-frameworks-5.42.0.php:390
#: announcements/kde-frameworks-5.43.0.php:335
#: announcements/kde-frameworks-5.44.0.php:348
#: announcements/kde-frameworks-5.45.0.php:424
#: announcements/kde-frameworks-5.46.0.php:313
#: announcements/kde-frameworks-5.47.0.php:304
#: announcements/kde-frameworks-5.48.0.php:349
#: announcements/kde-frameworks-5.49.0.php:530
#: announcements/kde-frameworks-5.5.0.php:205
#: announcements/kde-frameworks-5.6.0.php:204
#: announcements/kde-frameworks-5.7.0.php:304
#: announcements/kde-frameworks-5.8.0.php:184
#: announcements/kde-frameworks-5.9.0.php:205
msgid ""
"\n"
"On Linux, using packages for your favorite distribution is the recommended way to get access to KDE Frameworks.\n"
"<a href='%1'>Binary package distro install instructions</a>.<br />"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:189
#: announcements/kde-frameworks-5.11.0.php:259
#: announcements/kde-frameworks-5.12.0.php:240
#: announcements/kde-frameworks-5.13.0.php:333
#: announcements/kde-frameworks-5.14.0.php:293
#: announcements/kde-frameworks-5.15.0.php:373
#: announcements/kde-frameworks-5.16.0.php:421
#: announcements/kde-frameworks-5.17.0.php:218
#: announcements/kde-frameworks-5.18.0.php:249
#: announcements/kde-frameworks-5.19.0.php:304
#: announcements/kde-frameworks-5.20.0.php:322
#: announcements/kde-frameworks-5.21.0.php:342
#: announcements/kde-frameworks-5.22.0.php:270
#: announcements/kde-frameworks-5.23.0.php:324
#: announcements/kde-frameworks-5.24.0.php:355
#: announcements/kde-frameworks-5.25.0.php:346
#: announcements/kde-frameworks-5.26.0.php:321
#: announcements/kde-frameworks-5.27.0.php:308
#: announcements/kde-frameworks-5.28.0.php:344
#: announcements/kde-frameworks-5.29.0.php:319
#: announcements/kde-frameworks-5.3.0.php:195
#: announcements/kde-frameworks-5.30.0.php:319
#: announcements/kde-frameworks-5.31.0.php:260
#: announcements/kde-frameworks-5.32.0.php:256
#: announcements/kde-frameworks-5.33.0.php:233
#: announcements/kde-frameworks-5.34.0.php:268
#: announcements/kde-frameworks-5.35.0.php:246
#: announcements/kde-frameworks-5.36.0.php:238
#: announcements/kde-frameworks-5.37.0.php:326
#: announcements/kde-frameworks-5.38.0.php:295
#: announcements/kde-frameworks-5.39.0.php:306
#: announcements/kde-frameworks-5.4.0.php:172
#: announcements/kde-frameworks-5.40.0.php:276
#: announcements/kde-frameworks-5.41.0.php:358
#: announcements/kde-frameworks-5.42.0.php:396
#: announcements/kde-frameworks-5.43.0.php:341
#: announcements/kde-frameworks-5.44.0.php:354
#: announcements/kde-frameworks-5.45.0.php:430
#: announcements/kde-frameworks-5.46.0.php:319
#: announcements/kde-frameworks-5.47.0.php:310
#: announcements/kde-frameworks-5.48.0.php:355
#: announcements/kde-frameworks-5.49.0.php:536
#: announcements/kde-frameworks-5.5.0.php:211
#: announcements/kde-frameworks-5.6.0.php:210
#: announcements/kde-frameworks-5.7.0.php:310
#: announcements/kde-frameworks-5.8.0.php:190
#: announcements/kde-frameworks-5.9.0.php:211
msgid ""
"\n"
"<h2>Compiling from sources</h2>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:193
#: announcements/kde-frameworks-5.11.0.php:263
#: announcements/kde-frameworks-5.12.0.php:244
#: announcements/kde-frameworks-5.13.0.php:337
#: announcements/kde-frameworks-5.14.0.php:297
#: announcements/kde-frameworks-5.15.0.php:377
#: announcements/kde-frameworks-5.16.0.php:425
#: announcements/kde-frameworks-5.17.0.php:222
#: announcements/kde-frameworks-5.18.0.php:253
#: announcements/kde-frameworks-5.19.0.php:308
#: announcements/kde-frameworks-5.20.0.php:326
#: announcements/kde-frameworks-5.21.0.php:346
#: announcements/kde-frameworks-5.22.0.php:274
#: announcements/kde-frameworks-5.23.0.php:328
#: announcements/kde-frameworks-5.24.0.php:359
#: announcements/kde-frameworks-5.25.0.php:350
#: announcements/kde-frameworks-5.26.0.php:325
#: announcements/kde-frameworks-5.27.0.php:312
#: announcements/kde-frameworks-5.28.0.php:348
#: announcements/kde-frameworks-5.29.0.php:323
#: announcements/kde-frameworks-5.30.0.php:323
#: announcements/kde-frameworks-5.31.0.php:264
#: announcements/kde-frameworks-5.32.0.php:260
#: announcements/kde-frameworks-5.33.0.php:237
#: announcements/kde-frameworks-5.34.0.php:272
#: announcements/kde-frameworks-5.35.0.php:250
#: announcements/kde-frameworks-5.36.0.php:242
#: announcements/kde-frameworks-5.37.0.php:330
#: announcements/kde-frameworks-5.38.0.php:299
#: announcements/kde-frameworks-5.39.0.php:310
#: announcements/kde-frameworks-5.40.0.php:280
#: announcements/kde-frameworks-5.41.0.php:362
#: announcements/kde-frameworks-5.42.0.php:400
#: announcements/kde-frameworks-5.43.0.php:345
#: announcements/kde-frameworks-5.44.0.php:358
#: announcements/kde-frameworks-5.45.0.php:434
#: announcements/kde-frameworks-5.46.0.php:323
#: announcements/kde-frameworks-5.47.0.php:314
#: announcements/kde-frameworks-5.48.0.php:359
#: announcements/kde-frameworks-5.49.0.php:540
#: announcements/kde-frameworks-5.7.0.php:314
#: announcements/kde-frameworks-5.8.0.php:194
#: announcements/kde-frameworks-5.9.0.php:215
msgid "The complete source code for KDE Frameworks %1 may be <a href='http://download.kde.org/stable/frameworks/%2/'>freely downloaded</a>. Instructions on compiling and installing KDE Frameworks %1 are available from the <a href='/info/kde-frameworks-%1.php'>KDE Frameworks %1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.10.0.php:196
#: announcements/kde-frameworks-5.11.0.php:266
#: announcements/kde-frameworks-5.12.0.php:247
#: announcements/kde-frameworks-5.13.0.php:340
#: announcements/kde-frameworks-5.14.0.php:300
#: announcements/kde-frameworks-5.15.0.php:380
#: announcements/kde-frameworks-5.16.0.php:428
#: announcements/kde-frameworks-5.17.0.php:225
#: announcements/kde-frameworks-5.18.0.php:256
#: announcements/kde-frameworks-5.19.0.php:311
#: announcements/kde-frameworks-5.20.0.php:329
#: announcements/kde-frameworks-5.21.0.php:349
#: announcements/kde-frameworks-5.22.0.php:277
#: announcements/kde-frameworks-5.23.0.php:331
#: announcements/kde-frameworks-5.24.0.php:362
#: announcements/kde-frameworks-5.25.0.php:353
#: announcements/kde-frameworks-5.26.0.php:328
#: announcements/kde-frameworks-5.27.0.php:315
#: announcements/kde-frameworks-5.28.0.php:351
#: announcements/kde-frameworks-5.29.0.php:326
#: announcements/kde-frameworks-5.3.0.php:199
#: announcements/kde-frameworks-5.30.0.php:326
#: announcements/kde-frameworks-5.31.0.php:267
#: announcements/kde-frameworks-5.32.0.php:263
#: announcements/kde-frameworks-5.33.0.php:240
#: announcements/kde-frameworks-5.34.0.php:275
#: announcements/kde-frameworks-5.35.0.php:253
#: announcements/kde-frameworks-5.36.0.php:245
#: announcements/kde-frameworks-5.37.0.php:333
#: announcements/kde-frameworks-5.38.0.php:302
#: announcements/kde-frameworks-5.39.0.php:313
#: announcements/kde-frameworks-5.4.0.php:183
#: announcements/kde-frameworks-5.40.0.php:283
#: announcements/kde-frameworks-5.41.0.php:365
#: announcements/kde-frameworks-5.42.0.php:403
#: announcements/kde-frameworks-5.43.0.php:348
#: announcements/kde-frameworks-5.44.0.php:361
#: announcements/kde-frameworks-5.45.0.php:437
#: announcements/kde-frameworks-5.46.0.php:326
#: announcements/kde-frameworks-5.47.0.php:317
#: announcements/kde-frameworks-5.48.0.php:362
#: announcements/kde-frameworks-5.49.0.php:543
#: announcements/kde-frameworks-5.5.0.php:222
#: announcements/kde-frameworks-5.6.0.php:217
#: announcements/kde-frameworks-5.7.0.php:317
#: announcements/kde-frameworks-5.8.0.php:197
#: announcements/kde-frameworks-5.9.0.php:218
msgid ""
"\n"
"Building from source is possible using the basic <em>cmake .; make; make install</em> commands. For a single Tier 1 framework, this is often the easiest solution. People interested in contributing to frameworks or tracking progress in development of the entire set are encouraged to <a href='%1'>use kdesrc-build</a>.\n"
"Frameworks %2 requires Qt %3.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:4
msgid "Release of KDE Frameworks 5.11.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:16
msgid ""
" \n"
"June 12, 2015. KDE today announces the release\n"
"of KDE Frameworks 5.11.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:38
#: announcements/kde-frameworks-5.12.0.php:38
#: announcements/kde-frameworks-5.14.0.php:68
#: announcements/kde-frameworks-5.15.0.php:102
#: announcements/kde-frameworks-5.16.0.php:70
#: announcements/kde-frameworks-5.17.0.php:56
#: announcements/kde-frameworks-5.18.0.php:56
#: announcements/kde-frameworks-5.19.0.php:51
#: announcements/kde-frameworks-5.21.0.php:88
#: announcements/kde-frameworks-5.22.0.php:57
#: announcements/kde-frameworks-5.24.0.php:60
#: announcements/kde-frameworks-5.25.0.php:73
#: announcements/kde-frameworks-5.26.0.php:77
#: announcements/kde-frameworks-5.27.0.php:73
#: announcements/kde-frameworks-5.28.0.php:51
#: announcements/kde-frameworks-5.29.0.php:63
#: announcements/kde-frameworks-5.30.0.php:50
#: announcements/kde-frameworks-5.31.0.php:54
#: announcements/kde-frameworks-5.32.0.php:55
#: announcements/kde-frameworks-5.33.0.php:51
#: announcements/kde-frameworks-5.34.0.php:54
#: announcements/kde-frameworks-5.35.0.php:57
#: announcements/kde-frameworks-5.36.0.php:54
#: announcements/kde-frameworks-5.37.0.php:49
#: announcements/kde-frameworks-5.38.0.php:47
#: announcements/kde-frameworks-5.39.0.php:53
#: announcements/kde-frameworks-5.41.0.php:57
#: announcements/kde-frameworks-5.42.0.php:67
#: announcements/kde-frameworks-5.43.0.php:86
#: announcements/kde-frameworks-5.44.0.php:58
#: announcements/kde-frameworks-5.45.0.php:74
#: announcements/kde-frameworks-5.46.0.php:69
#: announcements/kde-frameworks-5.47.0.php:53
#: announcements/kde-frameworks-5.48.0.php:71
#: announcements/kde-frameworks-5.49.0.php:63
msgid "Extra CMake Modules"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:41
msgid "New arguments for ecm_add_tests(). (bug 345797)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:44
#: announcements/kde-frameworks-5.13.0.php:53
#: announcements/kde-frameworks-5.14.0.php:78
#: announcements/kde-frameworks-5.15.0.php:114
#: announcements/kde-frameworks-5.16.0.php:78
#: announcements/kde-frameworks-5.17.0.php:68
#: announcements/kde-frameworks-5.20.0.php:49
#: announcements/kde-frameworks-5.21.0.php:95
#: announcements/kde-frameworks-5.22.0.php:65
#: announcements/kde-frameworks-5.23.0.php:71
#: announcements/kde-frameworks-5.29.0.php:72
#: announcements/kde-frameworks-5.30.0.php:61
#: announcements/kde-frameworks-5.31.0.php:63
#: announcements/kde-frameworks-5.38.0.php:54
#: announcements/kde-frameworks-5.39.0.php:59
#: announcements/kde-frameworks-5.41.0.php:69
#: announcements/kde-frameworks-5.45.0.php:86
#: announcements/kde-frameworks-5.49.0.php:73
msgid "Framework Integration"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:47
msgid "Use the correct initialDirectory for the KDirSelectDialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:48
msgid "Make sure the scheme is specified when overriding the start url value"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:49
msgid "Only accept existing directories in FileMode::Directory mode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:56
#: announcements/kde-frameworks-5.12.0.php:64
#: announcements/kde-frameworks-5.16.0.php:107
#: announcements/kde-frameworks-5.19.0.php:67
#: announcements/kde-frameworks-5.20.0.php:72
#: announcements/kde-frameworks-5.28.0.php:73
#: announcements/kde-frameworks-5.29.0.php:98
#: announcements/kde-frameworks-5.31.0.php:75
#: announcements/kde-frameworks-5.33.0.php:74
#: announcements/kde-frameworks-5.34.0.php:75
#: announcements/kde-frameworks-5.35.0.php:79
#: announcements/kde-frameworks-5.36.0.php:65
#: announcements/kde-frameworks-5.41.0.php:87
#: announcements/kde-frameworks-5.43.0.php:98
#: announcements/kde-frameworks-5.49.0.php:91
#: announcements/kde-frameworks-5.7.0.php:59
msgid "KAuth"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:59
msgid "Make KAUTH_HELPER_INSTALL_ABSOLUTE_DIR available to all KAuth users"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:62
#: announcements/kde-frameworks-5.12.0.php:77
#: announcements/kde-frameworks-5.15.0.php:127
#: announcements/kde-frameworks-5.18.0.php:87
#: announcements/kde-frameworks-5.21.0.php:110
#: announcements/kde-frameworks-5.26.0.php:93
#: announcements/kde-frameworks-5.27.0.php:104
#: announcements/kde-frameworks-5.35.0.php:85
#: announcements/kde-frameworks-5.49.0.php:104
#: announcements/kde-frameworks-5.7.0.php:71
msgid "KCodecs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:65
msgid "KEmailAddress: Add overload for extractEmailAddress and firstEmailAddress which returns an error message."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:68
#: announcements/kde-frameworks-5.13.0.php:72
#: announcements/kde-frameworks-5.14.0.php:107
#: announcements/kde-frameworks-5.19.0.php:80
#: announcements/kde-frameworks-5.21.0.php:118
#: announcements/kde-frameworks-5.41.0.php:107
#: announcements/kde-frameworks-5.43.0.php:110
#: announcements/kde-frameworks-5.46.0.php:78
#: announcements/kde-frameworks-5.48.0.php:88
#: announcements/kde-frameworks-5.49.0.php:110
msgid "KCompletion"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:71
msgid "Fix unwanted selection when editing the filename in the file dialog (bug 344525)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:77
msgid "Prevent crash if QWindow::screen() is null"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:78
msgid "Add KConfigGui::setSessionConfig() (bug 346768)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:84
msgid "New KPluginLoader::findPluginById() convenience API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:90
msgid "support creation of ConfigModule from KPluginMetdata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:91
msgid "fix pressAndhold events"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:94
#: announcements/kde-frameworks-5.12.0.php:116
#: announcements/kde-frameworks-5.13.0.php:111
#: announcements/kde-frameworks-5.14.0.php:122
#: announcements/kde-frameworks-5.15.0.php:172
#: announcements/kde-frameworks-5.16.0.php:182
#: announcements/kde-frameworks-5.17.0.php:120
#: announcements/kde-frameworks-5.18.0.php:130
#: announcements/kde-frameworks-5.19.0.php:115
#: announcements/kde-frameworks-5.20.0.php:104
#: announcements/kde-frameworks-5.21.0.php:152
#: announcements/kde-frameworks-5.22.0.php:91
#: announcements/kde-frameworks-5.23.0.php:129
#: announcements/kde-frameworks-5.24.0.php:105
#: announcements/kde-frameworks-5.26.0.php:121
#: announcements/kde-frameworks-5.27.0.php:132
#: announcements/kde-frameworks-5.28.0.php:100
#: announcements/kde-frameworks-5.31.0.php:108
#: announcements/kde-frameworks-5.32.0.php:101
#: announcements/kde-frameworks-5.35.0.php:111
#: announcements/kde-frameworks-5.36.0.php:97
#: announcements/kde-frameworks-5.37.0.php:100
#: announcements/kde-frameworks-5.40.0.php:77
#: announcements/kde-frameworks-5.42.0.php:115
#: announcements/kde-frameworks-5.43.0.php:145
#: announcements/kde-frameworks-5.48.0.php:123
#: announcements/kde-frameworks-5.49.0.php:163
msgid "KDELibs 4 Support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:97
msgid "Use QTemporaryFile instead of hardcoding a temporary file."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:100
#: announcements/kde-frameworks-5.12.0.php:131
#: announcements/kde-frameworks-5.13.0.php:118
#: announcements/kde-frameworks-5.14.0.php:129
#: announcements/kde-frameworks-5.16.0.php:195
#: announcements/kde-frameworks-5.20.0.php:110
#: announcements/kde-frameworks-5.22.0.php:98
#: announcements/kde-frameworks-5.23.0.php:136
#: announcements/kde-frameworks-5.24.0.php:118
#: announcements/kde-frameworks-5.26.0.php:127
#: announcements/kde-frameworks-5.27.0.php:139
#: announcements/kde-frameworks-5.28.0.php:106
#: announcements/kde-frameworks-5.30.0.php:117
#: announcements/kde-frameworks-5.32.0.php:107
#: announcements/kde-frameworks-5.33.0.php:101
#: announcements/kde-frameworks-5.34.0.php:101
#: announcements/kde-frameworks-5.38.0.php:98
#: announcements/kde-frameworks-5.41.0.php:152
#: announcements/kde-frameworks-5.42.0.php:122
#: announcements/kde-frameworks-5.45.0.php:138
#: announcements/kde-frameworks-5.47.0.php:91
#: announcements/kde-frameworks-5.49.0.php:169
#: announcements/kde-frameworks-5.8.0.php:83
msgid "KDocTools"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:103
msgid "Update translations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:104
msgid "Update customization/ru"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:105
msgid "Fix entities with wrong links"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:108
#: announcements/kde-frameworks-5.13.0.php:134
#: announcements/kde-frameworks-5.14.0.php:136
#: announcements/kde-frameworks-5.21.0.php:165
#: announcements/kde-frameworks-5.23.0.php:145
#: announcements/kde-frameworks-5.24.0.php:127
#: announcements/kde-frameworks-5.31.0.php:115
#: announcements/kde-frameworks-5.35.0.php:117
#: announcements/kde-frameworks-5.41.0.php:161
#: announcements/kde-frameworks-5.42.0.php:133
#: announcements/kde-frameworks-5.49.0.php:175
msgid "KEmoticons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:111
msgid "Cache the theme in the integration plugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:117
msgid "[runtime] Move platform specific code into plugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:120
#: announcements/kde-frameworks-5.12.0.php:144
#: announcements/kde-frameworks-5.13.0.php:148
#: announcements/kde-frameworks-5.14.0.php:162
#: announcements/kde-frameworks-5.16.0.php:215
#: announcements/kde-frameworks-5.20.0.php:140
#: announcements/kde-frameworks-5.22.0.php:131
#: announcements/kde-frameworks-5.23.0.php:161
#: announcements/kde-frameworks-5.24.0.php:161
#: announcements/kde-frameworks-5.25.0.php:163
#: announcements/kde-frameworks-5.28.0.php:112
#: announcements/kde-frameworks-5.29.0.php:162
#: announcements/kde-frameworks-5.30.0.php:141
#: announcements/kde-frameworks-5.31.0.php:122
#: announcements/kde-frameworks-5.34.0.php:132
#: announcements/kde-frameworks-5.36.0.php:115
#: announcements/kde-frameworks-5.39.0.php:115
#: announcements/kde-frameworks-5.44.0.php:117
#: announcements/kde-frameworks-5.45.0.php:184
#: announcements/kde-frameworks-5.47.0.php:120
#: announcements/kde-frameworks-5.48.0.php:175
#: announcements/kde-frameworks-5.49.0.php:225
#: announcements/kde-frameworks-5.8.0.php:97
#: announcements/kde-frameworks-5.9.0.php:85
msgid "KIconThemes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:123
msgid "Optimize KIconEngine::availableSizes()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:129
msgid "Do not try to complete users and assert when prepend is non-empty. (bug 346920)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:130
msgid "Use KPluginLoader::factory() when loading KIO::DndPopupMenuPlugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:131
msgid "Fix deadlock when using network proxies (bug 346214)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:132
msgid "Fixed KIO::suggestName to preserve file extensions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:133
msgid "Kick off kbuildsycoca4 when updating sycoca5."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:134
msgid "KFileWidget: Don't accept files in directory only mode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:135
msgid "KIO::AccessManager: Make it possible to treat sequential QIODevice asynchronously"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:141
msgid "Add new method fillMenuFromGroupingNames"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:142
msgid "KMoreTools: add many new groupings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:143
msgid "KMoreToolsMenuFactory: handling for \"git-clients-and-actions\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:144
msgid "createMenuFromGroupingNames: make url parameter optional"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:147
#: announcements/kde-frameworks-5.12.0.php:156
#: announcements/kde-frameworks-5.13.0.php:173
#: announcements/kde-frameworks-5.15.0.php:242
#: announcements/kde-frameworks-5.16.0.php:270
#: announcements/kde-frameworks-5.18.0.php:171
#: announcements/kde-frameworks-5.21.0.php:215
#: announcements/kde-frameworks-5.23.0.php:198
#: announcements/kde-frameworks-5.24.0.php:207
#: announcements/kde-frameworks-5.25.0.php:210
#: announcements/kde-frameworks-5.26.0.php:170
#: announcements/kde-frameworks-5.28.0.php:170
#: announcements/kde-frameworks-5.29.0.php:195
#: announcements/kde-frameworks-5.30.0.php:192
#: announcements/kde-frameworks-5.31.0.php:155
#: announcements/kde-frameworks-5.32.0.php:139
#: announcements/kde-frameworks-5.33.0.php:136
#: announcements/kde-frameworks-5.35.0.php:161
#: announcements/kde-frameworks-5.38.0.php:182
#: announcements/kde-frameworks-5.40.0.php:143
#: announcements/kde-frameworks-5.42.0.php:227
#: announcements/kde-frameworks-5.43.0.php:258
#: announcements/kde-frameworks-5.44.0.php:189
#: announcements/kde-frameworks-5.47.0.php:187
#: announcements/kde-frameworks-5.49.0.php:317
msgid "KNotification"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:150
msgid "Fix crash in NotifyByExecute when no widget has been set (bug 348510)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:151
msgid "Improve handling of notifications being closed (bug 342752)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:152
msgid "Replace QDesktopWidget usage with QScreen"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:153
msgid "Ensure KNotification can be used from a non-GUI thread"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:156
#: announcements/kde-frameworks-5.13.0.php:182
#: announcements/kde-frameworks-5.14.0.php:199
#: announcements/kde-frameworks-5.18.0.php:185
#: announcements/kde-frameworks-5.19.0.php:199
#: announcements/kde-frameworks-5.20.0.php:198
#: announcements/kde-frameworks-5.21.0.php:222
#: announcements/kde-frameworks-5.25.0.php:216
#: announcements/kde-frameworks-5.26.0.php:176
#: announcements/kde-frameworks-5.27.0.php:183
msgid "Package Framework"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:159
msgid "Guard the structure qpointer access (bug 347231)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:165
msgid "Use QTemporaryFile instead of hardcoding /tmp."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:168
#: announcements/kde-frameworks-5.27.0.php:203
#: announcements/kde-frameworks-5.28.0.php:188
#: announcements/kde-frameworks-5.29.0.php:212
#: announcements/kde-frameworks-5.49.0.php:347
#: announcements/kde-frameworks-5.9.0.php:129
msgid "KPty"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:171
msgid "Use tcgetattr &amp; tcsetattr if available"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:174
#: announcements/kde-frameworks-5.13.0.php:196
#: announcements/kde-frameworks-5.24.0.php:226
#: announcements/kde-frameworks-5.25.0.php:224
#: announcements/kde-frameworks-5.26.0.php:182
#: announcements/kde-frameworks-5.45.0.php:271
#: announcements/kde-frameworks-5.46.0.php:220
#: announcements/kde-frameworks-5.7.0.php:190
msgid "Kross"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:177
msgid "Fix loading of Kross modules \"forms\" and \"kdetranslation\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:183
msgid "When running as root preserve file ownership on existing cache files (bug 342438)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:184
msgid "Guard against being unable to open stream (bug 342438)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:185
msgid "Fix check for invalid permissions writing file (bug 342438)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:186
msgid "Fix querying ksycoca for x-scheme-handler/* pseudo-mimetypes. (bug 347353)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:189
#: announcements/kde-frameworks-5.12.0.php:177
#: announcements/kde-frameworks-5.13.0.php:210
#: announcements/kde-frameworks-5.14.0.php:214
#: announcements/kde-frameworks-5.15.0.php:288
#: announcements/kde-frameworks-5.16.0.php:302
#: announcements/kde-frameworks-5.17.0.php:155
#: announcements/kde-frameworks-5.18.0.php:197
#: announcements/kde-frameworks-5.19.0.php:211
#: announcements/kde-frameworks-5.20.0.php:222
#: announcements/kde-frameworks-5.21.0.php:251
#: announcements/kde-frameworks-5.22.0.php:185
#: announcements/kde-frameworks-5.23.0.php:218
#: announcements/kde-frameworks-5.24.0.php:241
#: announcements/kde-frameworks-5.25.0.php:237
#: announcements/kde-frameworks-5.26.0.php:188
#: announcements/kde-frameworks-5.27.0.php:210
#: announcements/kde-frameworks-5.28.0.php:203
#: announcements/kde-frameworks-5.29.0.php:219
#: announcements/kde-frameworks-5.30.0.php:226
#: announcements/kde-frameworks-5.31.0.php:171
#: announcements/kde-frameworks-5.32.0.php:153
#: announcements/kde-frameworks-5.33.0.php:155
#: announcements/kde-frameworks-5.34.0.php:175
#: announcements/kde-frameworks-5.36.0.php:148
#: announcements/kde-frameworks-5.37.0.php:172
#: announcements/kde-frameworks-5.38.0.php:201
#: announcements/kde-frameworks-5.39.0.php:193
#: announcements/kde-frameworks-5.40.0.php:163
#: announcements/kde-frameworks-5.41.0.php:236
#: announcements/kde-frameworks-5.42.0.php:254
#: announcements/kde-frameworks-5.43.0.php:264
#: announcements/kde-frameworks-5.44.0.php:213
#: announcements/kde-frameworks-5.45.0.php:283
#: announcements/kde-frameworks-5.46.0.php:232
#: announcements/kde-frameworks-5.47.0.php:206
#: announcements/kde-frameworks-5.48.0.php:239
#: announcements/kde-frameworks-5.49.0.php:367
#: announcements/kde-frameworks-5.7.0.php:204
#: announcements/kde-frameworks-5.8.0.php:138
#: announcements/kde-frameworks-5.9.0.php:135
msgid "KTextEditor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:192
msgid "Allow like in KDE 4.x times 3rdparty apps/plugins to install own highlighting XML files into katepart5/syntax"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:193
msgid "Add KTextEditor::Document::searchText()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:194
msgid "Bring back use of KEncodingFileDialog (bug 343255)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:197
#: announcements/kde-frameworks-5.12.0.php:186
#: announcements/kde-frameworks-5.13.0.php:252
#: announcements/kde-frameworks-5.16.0.php:353
#: announcements/kde-frameworks-5.29.0.php:226
#: announcements/kde-frameworks-5.40.0.php:174
#: announcements/kde-frameworks-5.49.0.php:380
msgid "KTextWidgets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:200
msgid "Add a method to clear decorator"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:201
msgid "Allow to use custom sonnet decorator"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:202
msgid "Implement \"find previous\" in KTextEdit."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:203
msgid "Re-add support for speech-to-text"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:209
msgid "KAssistantDialog: Re-add the Help button that was present in KDELibs4 version"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:212
#: announcements/kde-frameworks-5.12.0.php:199
#: announcements/kde-frameworks-5.13.0.php:290
#: announcements/kde-frameworks-5.14.0.php:232
#: announcements/kde-frameworks-5.15.0.php:324
#: announcements/kde-frameworks-5.16.0.php:376
#: announcements/kde-frameworks-5.17.0.php:176
#: announcements/kde-frameworks-5.19.0.php:247
#: announcements/kde-frameworks-5.20.0.php:248
#: announcements/kde-frameworks-5.21.0.php:279
#: announcements/kde-frameworks-5.23.0.php:277
#: announcements/kde-frameworks-5.24.0.php:298
#: announcements/kde-frameworks-5.25.0.php:273
#: announcements/kde-frameworks-5.26.0.php:245
#: announcements/kde-frameworks-5.28.0.php:281
#: announcements/kde-frameworks-5.30.0.php:248
#: announcements/kde-frameworks-5.31.0.php:195
#: announcements/kde-frameworks-5.32.0.php:181
#: announcements/kde-frameworks-5.34.0.php:199
#: announcements/kde-frameworks-5.35.0.php:206
#: announcements/kde-frameworks-5.36.0.php:162
#: announcements/kde-frameworks-5.37.0.php:227
#: announcements/kde-frameworks-5.38.0.php:236
#: announcements/kde-frameworks-5.39.0.php:222
#: announcements/kde-frameworks-5.40.0.php:204
#: announcements/kde-frameworks-5.41.0.php:273
#: announcements/kde-frameworks-5.42.0.php:292
#: announcements/kde-frameworks-5.44.0.php:227
#: announcements/kde-frameworks-5.49.0.php:426
msgid "KXMLGUI"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:215
msgid "Add session management for KMainWindow (bug 346768)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:221
msgid "Drop WiMAX support for NM 1.2.0+"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:224
#: announcements/kde-frameworks-5.12.0.php:205
#: announcements/kde-frameworks-5.13.0.php:296
#: announcements/kde-frameworks-5.14.0.php:256
#: announcements/kde-frameworks-5.15.0.php:336
#: announcements/kde-frameworks-5.16.0.php:386
#: announcements/kde-frameworks-5.17.0.php:182
#: announcements/kde-frameworks-5.18.0.php:221
#: announcements/kde-frameworks-5.19.0.php:270
#: announcements/kde-frameworks-5.20.0.php:265
#: announcements/kde-frameworks-5.21.0.php:302
#: announcements/kde-frameworks-5.22.0.php:223
#: announcements/kde-frameworks-5.23.0.php:296
#: announcements/kde-frameworks-5.24.0.php:313
#: announcements/kde-frameworks-5.25.0.php:292
#: announcements/kde-frameworks-5.26.0.php:252
#: announcements/kde-frameworks-5.27.0.php:272
#: announcements/kde-frameworks-5.28.0.php:300
#: announcements/kde-frameworks-5.29.0.php:272
#: announcements/kde-frameworks-5.30.0.php:262
#: announcements/kde-frameworks-5.31.0.php:202
#: announcements/kde-frameworks-5.32.0.php:194
#: announcements/kde-frameworks-5.33.0.php:188
#: announcements/kde-frameworks-5.34.0.php:224
#: announcements/kde-frameworks-5.35.0.php:213
#: announcements/kde-frameworks-5.36.0.php:184
#: announcements/kde-frameworks-5.37.0.php:240
#: announcements/kde-frameworks-5.38.0.php:245
#: announcements/kde-frameworks-5.39.0.php:228
#: announcements/kde-frameworks-5.40.0.php:217
#: announcements/kde-frameworks-5.41.0.php:279
#: announcements/kde-frameworks-5.42.0.php:305
#: announcements/kde-frameworks-5.43.0.php:279
#: announcements/kde-frameworks-5.44.0.php:251
#: announcements/kde-frameworks-5.45.0.php:336
#: announcements/kde-frameworks-5.46.0.php:241
#: announcements/kde-frameworks-5.47.0.php:239
#: announcements/kde-frameworks-5.48.0.php:285
#: announcements/kde-frameworks-5.49.0.php:439
msgid "Plasma Framework"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:227
msgid "Calendar components can now display week numbers (bug 338195)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:228
msgid "Use QtRendering for fonts in password fields"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:229
msgid "Fix AssociatedApplicationManager lookup when a mimetype has (bug 340326)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:230
msgid "Fix panel background coloring (bug 347143)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:231
msgid "Get rid of \"Could not load applet\" message"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:232
msgid "Capability to load QML kcms in plasmoid config windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:233
msgid "Don't use the DataEngineStructure for Applets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:234
msgid "Port libplasma away from sycoca as much as possible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:235
msgid "[plasmacomponents] Make SectionScroller follow the ListView.section.criteria"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:236
msgid "Scroll bars no longer automatically hide when a touch screen is present (bug 347254)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:242
msgid "Use one central cache for the SpellerPlugins."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:243
msgid "Reduce temporary allocations."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:244
msgid "Optimize: Do not wipe dict cache when copying speller objects."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.11.0.php:245
msgid "Optimise away save() calls by calling it once at the end if needed."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:4
msgid "Release of KDE Frameworks 5.12.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:16
msgid ""
" \n"
"July 10, 2015. KDE today announces the release\n"
"of KDE Frameworks 5.12.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:41
msgid "Improve error reporting of query_qmake macro"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:44
#: announcements/kde-frameworks-5.14.0.php:61
#: announcements/kde-frameworks-5.15.0.php:92
#: announcements/kde-frameworks-5.16.0.php:62
#: announcements/kde-frameworks-5.21.0.php:58
#: announcements/kde-frameworks-5.26.0.php:44
#: announcements/kde-frameworks-5.27.0.php:55
#: announcements/kde-frameworks-5.33.0.php:45
#: announcements/kde-frameworks-5.35.0.php:44
#: announcements/kde-frameworks-5.41.0.php:44
#: announcements/kde-frameworks-5.48.0.php:56
msgid "BluezQt"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:47
msgid "Remove all devices from adapter before removing the adapter (bug 349363)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:48
msgid "Update links in README.md"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:54
msgid "Adding the option not to track the user when in specific activities (similar to the 'private browsing' mode in a web browser)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:57
#: announcements/kde-frameworks-5.16.0.php:100
#: announcements/kde-frameworks-5.17.0.php:93
#: announcements/kde-frameworks-5.24.0.php:67
#: announcements/kde-frameworks-5.25.0.php:102
#: announcements/kde-frameworks-5.27.0.php:93
#: announcements/kde-frameworks-5.29.0.php:92
#: announcements/kde-frameworks-5.31.0.php:69
#: announcements/kde-frameworks-5.32.0.php:68
#: announcements/kde-frameworks-5.37.0.php:72
#: announcements/kde-frameworks-5.40.0.php:51
#: announcements/kde-frameworks-5.45.0.php:104
#: announcements/kde-frameworks-5.47.0.php:60
#: announcements/kde-frameworks-5.49.0.php:85
#: announcements/kde-frameworks-5.7.0.php:53
#: announcements/kde-frameworks-5.8.0.php:56
#: announcements/kde-frameworks-5.9.0.php:52
msgid "KArchive"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:60
msgid "Preserve executable permissions from files in copyTo()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:61
msgid "Clarify ~KArchive by removing dead code."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:67
msgid "Make it possible to use kauth-policy-gen from different sources"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:70
#: announcements/kde-frameworks-5.13.0.php:66
#: announcements/kde-frameworks-5.18.0.php:75
#: announcements/kde-frameworks-5.24.0.php:74
#: announcements/kde-frameworks-5.25.0.php:109
#: announcements/kde-frameworks-5.36.0.php:71
#: announcements/kde-frameworks-5.41.0.php:94
#: announcements/kde-frameworks-5.49.0.php:98
#: announcements/kde-frameworks-5.9.0.php:59
msgid "KBookmarks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:73
msgid "Don't add a bookmark with url is empty and text is empty"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:74
msgid "Encode KBookmark URL to fix compatibility with KDE4 applications"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:80
msgid "Remove x-euc-tw prober"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:86
msgid "Install kconfig_compiler into libexec"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:87
msgid "New code generation option TranslationDomain=, for use with TranslationSystem=kde; normally needed in libraries."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:88
msgid "Make it possible to use kconfig_compiler from different sources"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:94
msgid "KDirWatch: Only establish a connection to FAM if requested"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:95
msgid "Allow filtering plugins and applications by formfactor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:96
msgid "Make it possible to use desktoptojson from different sources"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:99
#: announcements/kde-frameworks-5.13.0.php:94
#: announcements/kde-frameworks-5.18.0.php:111
#: announcements/kde-frameworks-5.21.0.php:139
#: announcements/kde-frameworks-5.22.0.php:79
#: announcements/kde-frameworks-5.30.0.php:105
#: announcements/kde-frameworks-5.33.0.php:88
#: announcements/kde-frameworks-5.35.0.php:98
#: announcements/kde-frameworks-5.42.0.php:95
#: announcements/kde-frameworks-5.49.0.php:147
#: announcements/kde-frameworks-5.7.0.php:102
msgid "KDBusAddons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:102
msgid "Clarify exit value for Unique instances"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:108
msgid "Add QQC clone of KColorButton"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:109
msgid "Assign a QmlObject for each kdeclarative instance when possible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:110
msgid "Make Qt.quit() from QML code work"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:111
msgid "Merge branch 'mart/singleQmlEngineExperiment'"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:112
msgid "Implement sizeHint based on implicitWidth/height"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:113
msgid "Subclass of QmlObject with static engine"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:119
msgid "Fix KMimeType::Ptr::isNull implementation."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:120
msgid "Reenable support for KDateTime streaming to kDebug/qDebug, for more SC"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:121
msgid "Load correct translation catalog for kdebugdialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:122
msgid "Don't skip documenting deprecated methods, so that people can read the porting hints"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:125
#: announcements/kde-frameworks-5.15.0.php:187
#: announcements/kde-frameworks-5.18.0.php:138
#: announcements/kde-frameworks-5.21.0.php:159
#: announcements/kde-frameworks-5.29.0.php:137
#: announcements/kde-frameworks-5.43.0.php:159
msgid "KDESU"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:128
msgid "Fix CMakeLists.txt to pass KDESU_USE_SUDO_DEFAULT to the compilation so it is used by suprocess.cpp"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:134
msgid "Update K5 docbook templates"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:140
msgid "private runtime API gets installed to allow KWin to provide plugin for Wayland."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:141
msgid "Fallback for componentFriendlyForAction name resolving"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:147
msgid "Don't try to paint the icon if the size is invalid"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:150
#: announcements/kde-frameworks-5.13.0.php:167
#: announcements/kde-frameworks-5.14.0.php:190
#: announcements/kde-frameworks-5.17.0.php:141
#: announcements/kde-frameworks-5.19.0.php:187
#: announcements/kde-frameworks-5.20.0.php:173
#: announcements/kde-frameworks-5.21.0.php:199
#: announcements/kde-frameworks-5.22.0.php:154
#: announcements/kde-frameworks-5.24.0.php:188
#: announcements/kde-frameworks-5.25.0.php:201
#: announcements/kde-frameworks-5.28.0.php:151
#: announcements/kde-frameworks-5.30.0.php:170
#: announcements/kde-frameworks-5.33.0.php:130
#: announcements/kde-frameworks-5.43.0.php:232
#: announcements/kde-frameworks-5.47.0.php:181
#: announcements/kde-frameworks-5.7.0.php:162
#: announcements/kde-frameworks-5.9.0.php:100
msgid "KItemModels"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:153
msgid "New proxy model: KRearrangeColumnsProxyModel. It supports reordering and hiding columns from the source model."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:159
msgid "Fix pixmap types in org.kde.StatusNotifierItem.xml"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:160
msgid "[ksni] Add method to retrieve action by its name (bug 349513)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:166
msgid "Implement PersonsModel filtering facilities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:169
#: announcements/kde-frameworks-5.49.0.php:341
msgid "KPlotting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:172
msgid "KPlotWidget: add setAutoDeletePlotObjects, fix memory leak in replacePlotObject"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:173
msgid "Fix missing tickmarks when x0 &gt; 0."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:174
msgid "KPlotWidget: no need to setMinimumSize or resize."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:180
msgid "debianchangelog.xml: add Debian/Stretch, Debian/Buster, Ubuntu-Wily"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:181
msgid "Fix for UTF-16 surrogate pair backspace/delete behavior."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:182
msgid "Let QScrollBar handle the WheelEvents (bug 340936)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:183
msgid "Apply patch from KWrite devel top update pure basic HL, \"Alexander Clay\" &lt;tuireann@EpicBasic.org&gt;"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:189
msgid "Fix enable/disable ok button"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:192
#: announcements/kde-frameworks-5.13.0.php:258
#: announcements/kde-frameworks-5.15.0.php:303
#: announcements/kde-frameworks-5.16.0.php:360
#: announcements/kde-frameworks-5.17.0.php:163
#: announcements/kde-frameworks-5.18.0.php:203
#: announcements/kde-frameworks-5.19.0.php:224
#: announcements/kde-frameworks-5.20.0.php:233
#: announcements/kde-frameworks-5.22.0.php:204
#: announcements/kde-frameworks-5.23.0.php:239
#: announcements/kde-frameworks-5.26.0.php:224
#: announcements/kde-frameworks-5.27.0.php:233
#: announcements/kde-frameworks-5.28.0.php:224
#: announcements/kde-frameworks-5.30.0.php:232
#: announcements/kde-frameworks-5.35.0.php:176
#: announcements/kde-frameworks-5.37.0.php:194
#: announcements/kde-frameworks-5.42.0.php:265
#: announcements/kde-frameworks-5.49.0.php:395
msgid "KWallet Framework"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:195
msgid "Imported and improved the kwallet-query command-line tool."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:196
msgid "Support to overwrite maps entries."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:202
msgid "Don't show \"KDE Frameworks version\" in the About KDE dialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:208
msgid "Make the dark theme completely dark, also the complementary group"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:209
msgid "Cache naturalsize separately by scalefactor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:210
msgid "ContainmentView: Do not crash on an invalid corona metadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:211
msgid "AppletQuickItem: Do not access KPluginInfo if not valid"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:212
msgid "Fix occasional empty applet config pages (bug 349250)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:213
msgid "Improve hidpi support in the Calendar grid component"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:214
msgid "Verify KService has valid plugin info before using it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:215
msgid "[calendar] Ensure the grid is repainted on theme changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:216
msgid "[calendar] Always start counting weeks from Monday (bug 349044)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:217
msgid "[calendar] Repaint the grid when show week numbers setting changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:218
msgid "An opaque theme is now used when only the blur effect is available (bug 348154)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:219
msgid "Whitelist applets/versions for separate engine"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:220
msgid "Introduce a new class ContainmentView"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.12.0.php:226
msgid "Allow to use highlight spellchecking in a QPainTextEdit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:4
msgid "Release of KDE Frameworks 5.13.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:16
msgid ""
" \n"
"August 12, 2015. KDE today announces the release\n"
"of KDE Frameworks 5.13.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:38
msgid "New frameworks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:41
msgid "KFileMetadata: file metadata and extraction library"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:42
msgid "Baloo: file indexing and searching framework"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:45
msgid "Changes affecting all frameworks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:48
msgid "The Qt version requirement has been bumped from 5.2 to 5.3"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:49
msgid "Debug output has been ported to categorized output, for less noise by default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:50
msgid "Docbook documentation has been reviewed and updated"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:56
msgid "Fix crash in directories-only file dialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:57
msgid "Don't rely on options()-&gt;initialDirectory() for Qt &lt; 5.4"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:60
#: announcements/kde-frameworks-5.14.0.php:100
#: announcements/kde-frameworks-5.17.0.php:87
#: announcements/kde-frameworks-5.23.0.php:83
#: announcements/kde-frameworks-5.25.0.php:95
#: announcements/kde-frameworks-5.26.0.php:86
#: announcements/kde-frameworks-5.27.0.php:85
#: announcements/kde-frameworks-5.28.0.php:65
#: announcements/kde-frameworks-5.29.0.php:85
#: announcements/kde-frameworks-5.30.0.php:77
#: announcements/kde-frameworks-5.33.0.php:68
#: announcements/kde-frameworks-5.35.0.php:73
#: announcements/kde-frameworks-5.37.0.php:66
#: announcements/kde-frameworks-5.44.0.php:66
#: announcements/kde-frameworks-5.45.0.php:98
msgid "KDE Doxygen Tools"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:63
msgid "Add man pages for kapidox scripts and update maintainer info in setup.py"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:69
msgid "KBookmarkManager: use KDirWatch instead of QFileSystemWatcher to detect user-places.xbel being created."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:75
msgid "HiDPI fixes for KLineEdit/KComboBox"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:76
msgid "KLineEdit: Don't let the user delete text when the lineedit is readonly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:82
msgid "Don't recommend to use deprecated API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:83
msgid "Don't generate deprecated code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:89
msgid "Add Kdelibs4Migration::kdeHome() for cases not covered by resources"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:90
msgid "Fix tr() warning"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:91
msgid "Fix KCoreAddons build on Clang+ARM"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:97
msgid "KDBusService: document how to raise the active window, in Activate()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:103
msgid "Fix deprecated KRun::run call"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:104
msgid "Same behavior of MouseArea to map coords of filtered child events"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:105
msgid "Detect initial face icon being created"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:106
msgid "Don't refresh the entire window when we render the plotter (bug 348385)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:107
msgid "add the userPaths context property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:108
msgid "Don't choke on empty QIconItem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:114
msgid "kconfig_compiler_kf5 moved to libexec, use kreadconfig5 instead for the findExe test"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:115
msgid "Document the (suboptimal) replacements for KApplication::disableSessionManagement"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:121
msgid "change sentence about reporting bugs, ack'ed by dfaure"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:122
msgid "adapt german user.entities to en/user.entities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:123
msgid "Update general.entities: change markup for frameworks + plasma from application to productname"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:124
msgid "Update en/user.entities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:125
msgid "Update book and man page templates"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:126
msgid "Use CMAKE_MODULE_PATH in cmake_install.cmake"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:127
msgid "BUG: 350799 (bug 350799)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:128
msgid "Update general.entities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:129
msgid "Search for required perl modules."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:130
msgid "Namespace a helper macro in the installed macros file."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:131
msgid "Adapted key name tranlations to standard tranlations provided by Termcat"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:137
msgid "Install Breeze theme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:138
msgid "Kemoticons: make Breeze emotions standard instead of Glass"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:139
msgid "Breeze emoticon pack made by Uri Herrera"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:142
#: announcements/kde-frameworks-5.15.0.php:205
#: announcements/kde-frameworks-5.16.0.php:209
#: announcements/kde-frameworks-5.18.0.php:144
#: announcements/kde-frameworks-5.19.0.php:139
#: announcements/kde-frameworks-5.20.0.php:122
#: announcements/kde-frameworks-5.22.0.php:114
#: announcements/kde-frameworks-5.23.0.php:152
#: announcements/kde-frameworks-5.24.0.php:139
#: announcements/kde-frameworks-5.25.0.php:154
#: announcements/kde-frameworks-5.29.0.php:149
#: announcements/kde-frameworks-5.30.0.php:135
#: announcements/kde-frameworks-5.33.0.php:113
#: announcements/kde-frameworks-5.35.0.php:129
#: announcements/kde-frameworks-5.37.0.php:115
#: announcements/kde-frameworks-5.42.0.php:148
#: announcements/kde-frameworks-5.45.0.php:169
msgid "KHTML"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:145
msgid "Let KHtml be useable w/o searching for private deps"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:151
msgid "Remove temporary string allocations."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:152
msgid "Remove Theme tree debug entry"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:158
msgid "Private headers for platform plugins get installed."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:164
msgid "Kill unneeded QUrl wrappers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:170
msgid "New proxy: KExtraColumnsProxyModel, allows to add columns to an existing model."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:176
msgid "Fix the starting Y position for fallback popups"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:177
msgid "Reduce dependencies and move to Tier 2"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:178
msgid "catch unknown notification entries (nullptr deref) (bug 348414)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:179
msgid "Remove pretty much useless warning message"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:185
msgid "make the subtitles, subtitles ;)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:186
msgid "kpackagetool: Fix output of non-latin text to stdout"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:192
msgid "Add AllPhoneNumbersProperty"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:193
msgid "PersonsSortFilterProxyModel now available for usage in QML"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:199
msgid "krosscore: Install CamelCase header \"KrossConfig\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:200
msgid "Fix Python2 tests to run with PyQt5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:206
msgid "Fix kbuildsycoca --global"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:207
msgid "KToolInvocation::invokeMailer: fix attachment when we have multi attachement"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:213
msgid "guard default log level for Qt &lt; 5.4.0, fix log cat name"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:214
msgid "add hl for Xonotic (bug 342265)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:215
msgid "add Groovy HL (bug 329320)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:216
msgid "update J highlighting (bug 346386)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:217
msgid "Make compile with MSVC2015"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:218
msgid "less iconloader use, fix more pixelated icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:219
msgid "enable/disable find all button on pattern changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:220
msgid "Improved search &amp; replace bar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:221
msgid "remove useless ruler from powermode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:222
msgid "more slim search bar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:223
msgid "vi: Fix misreading of markType01 flag"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:224
msgid "Use correct qualification to call base method."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:225
msgid "Remove checks, QMetaObject::invokeMethod guards itself against that already."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:226
msgid "fix HiDPI issues with color pickers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:227
msgid "Cleanup coe: QMetaObject::invokeMethod is nullptr safe."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:228
msgid "more comments"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:229
msgid "change the way the interfaces are null safe"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:230
msgid "only output warnings and above per default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:231
msgid "remove todos from the past"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:232
msgid "Use QVarLengthArray to save the temporary QVector iteration."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:233
msgid "Move the hack to indent group labels to construction time."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:234
msgid "Fixup some serious issues with the KateCompletionModel in tree mode."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:235
msgid "Fix broken model design, which relied on Qt 4 behavior."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:236
msgid "obey umask rules when saving new file (bug 343158)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:237
msgid "add meson HL"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:238
msgid "As Varnish 4.x introduces various syntax changes compared to Varnish 3.x, I wrote additional, separate syntax highlighting files for Varnish 4 (varnish4.xml, varnishtest4.xml)."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:239
msgid "fix HiDPI issues"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:240
msgid "vimode: don't crash if the &lt;c-e&gt; command gets executed in the end of a document. (bug 350299)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:241
msgid "Support QML multi-line strings."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:242
msgid "fix syntax of oors.xml"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:243
msgid "add CartoCSS hl by Lukas Sommer (bug 340756)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:244
msgid "fix floating point HL, use the inbuilt Float like in C (bug 348843)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:245
msgid "split directions did got reversed (bug 348845)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:246
msgid "Bug 348317 - [PATCH] Katepart syntax highlighting should recognize \\u0123 style escapes for JavaScript (bug 348317)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:247
msgid "add *.cljs (bug 349844)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:248
msgid "Update the GLSL highlighting file."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:249
msgid "fixed default colors to be more distinguishable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:255
msgid "Delete old highlighter"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:261
msgid "Fix Windows build"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:262
msgid "Print a warning with error code when opening the wallet by PAM fails"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:263
msgid "Return the backend error code rather than -1 when opening a wallet failed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:264
msgid "Make the backend's \"unknown cipher\" a negative return code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:265
msgid "Watch for PAM_KWALLET5_LOGIN for KWallet5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:266
msgid "Fix crash when MigrationAgent::isEmptyOldWallet() check fails"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:267
msgid "KWallet can now be unlocked by PAM using kwallet-pam module"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:273
msgid "New API taking QIcon parameters to set the icons in the tab bar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:274
msgid "KCharSelect: Fix unicode category and use boundingRect for width calculation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:275
msgid "KCharSelect: fix cell width to fit contents"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:276
msgid "KMultiTabBar margins now are ok on HiDPI screens"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:277
msgid "KRuler: deprecate unimplemented KRuler::setFrameStyle(), clean up comments"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:278
msgid "KEditListWidget: remove margin, so it aligns better with other widgets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:284
msgid "Harden NETWM data reading (bug 350173)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:285
msgid "guard for older Qt versions like in kio-http"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:286
msgid "Private headers for platform plugins are installed."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:287
msgid "Platform specific parts loaded as plugins."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:293
msgid "Fix method behavior KShortcutsEditorPrivate::importConfiguration"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:299
msgid "Using a pinch gesture one can now switch between the different zoom levels of the calenda"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:300
msgid "comment about code duplication in icondialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:301
msgid "Slider groove color was hardcoded, modified to use color scheme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:302
msgid "Use QBENCHMARK instead of a hard requirement on the machine's performance"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:303
msgid "Calendar navigation has been significantly improved, providing a year and decade overview"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:304
msgid "PlasmaCore.Dialog now has an 'opacity' property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:305
msgid "Make some space for the radio button"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:306
msgid "Don't show the circular background if there's a menu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:307
msgid "Add X-Plasma-NotificationAreaCategory definition"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:308
msgid "Set notifications and osd to show on all desktops"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:309
msgid "Print useful warning when we can not get valid KPluginInfo"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:310
msgid "Fix potential endless recursion in PlatformStatus::findLookAndFeelPackage()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:311
msgid "Rename software-updates.svgz to software.svgz"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:317
msgid "Add in CMake bits to enable building of Voikko plugin."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:318
msgid "Implement Sonnet::Client factory for Voikko spell chekers."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.13.0.php:319
msgid "Implement Voikko based spell checker (Sonnet::SpellerPlugin)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:4
msgid "Release of KDE Frameworks 5.14.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:16
msgid ""
" \n"
"September 12, 2015. KDE today announces the release\n"
"of KDE Frameworks 5.14.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:38
msgid "In many frameworks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:41
msgid "Rename private classes to avoid exporting them accidentally"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:44
#: announcements/kde-frameworks-5.15.0.php:38
#: announcements/kde-frameworks-5.16.0.php:38
#: announcements/kde-frameworks-5.17.0.php:38
#: announcements/kde-frameworks-5.18.0.php:38
#: announcements/kde-frameworks-5.21.0.php:50
#: announcements/kde-frameworks-5.22.0.php:44
#: announcements/kde-frameworks-5.23.0.php:46
#: announcements/kde-frameworks-5.24.0.php:45
#: announcements/kde-frameworks-5.27.0.php:41
#: announcements/kde-frameworks-5.29.0.php:46
#: announcements/kde-frameworks-5.32.0.php:38
#: announcements/kde-frameworks-5.33.0.php:38
#: announcements/kde-frameworks-5.34.0.php:38
#: announcements/kde-frameworks-5.36.0.php:42
#: announcements/kde-frameworks-5.38.0.php:41
#: announcements/kde-frameworks-5.39.0.php:38
#: announcements/kde-frameworks-5.40.0.php:38
#: announcements/kde-frameworks-5.41.0.php:38
#: announcements/kde-frameworks-5.42.0.php:45
#: announcements/kde-frameworks-5.43.0.php:53
#: announcements/kde-frameworks-5.44.0.php:38
#: announcements/kde-frameworks-5.45.0.php:44
#: announcements/kde-frameworks-5.46.0.php:38
#: announcements/kde-frameworks-5.47.0.php:38
#: announcements/kde-frameworks-5.48.0.php:46
#: announcements/kde-frameworks-5.49.0.php:45
msgid "Baloo"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:47
#: announcements/kde-frameworks-5.15.0.php:78
msgid "Add org.kde.baloo interface to root object for backward compatibility"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:48
msgid "Install a fake org.kde.baloo.file.indexer.xml to fix compilation of plasma-desktop 5.4"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:49
msgid "Re-organize D-Bus interfaces"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:50
msgid "Use json metadata in kded plugin and fix plugin name"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:51
msgid "Create one Database instance per process (bug 350247)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:52
msgid "Prevent baloo_file_extractor being killed while committing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:53
msgid "Generate xml interface file using qt5_generate_dbus_interface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:54
msgid "Baloo monitor fixes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:55
msgid "Move file url export to main thread"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:56
msgid "Make sure cascaded configs are taken into account"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:57
msgid "Do not install namelink for private library"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:58
msgid "Install translations, spotted by Hrvoje Senjan."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:64
msgid "Don't forward deviceChanged signal after device was removed (bug 351051)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:65
msgid "Respect -DBUILD_TESTING=OFF"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:71
msgid "Add macro to generate logging category declarations for Qt5."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:72
msgid "ecm_generate_headers: Add COMMON_HEADER option and multiple header functionality"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:73
msgid "Add -pedantic for KF5 code (when using gcc or clang)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:74
msgid "KDEFrameworkCompilerSettings: only enable strict iterators in debug mode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:75
msgid "Also set the default visibility for C code to hidden."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:81
msgid "Also propagate window titles for folder-only file dialogs."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:87
msgid "Only spawn one action loader (thread) when the actions of the FileItemLinkingPlugin are not initialized (bug 351585)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:88
msgid "Fixing the build problems introduced by renaming the Private classes (11030ffc0)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:89
msgid "Add missing boost include path to build on OS X"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:90
msgid "Setting the shortcuts moved to activity settings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:91
msgid "Setting the private activity mode works"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:92
msgid "Refactor of the settings UI"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:93
msgid "Basic activity methods are functional"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:94
msgid "UI for the activity configuration and deletion pop-ups"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:95
msgid "Basic UI for the activities creation/deletion/configuration section in KCM"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:96
msgid "Increased the chunk size for loading the results"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:97
msgid "Added missing include for std::set"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:103
msgid "Windows fix: remove existing files before we replace them with os.rename."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:104
msgid "Use native paths when calling python to fix Windows builds"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:110
msgid "Fix bad behavior / running OOM on Windows (bug 345860)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:116
msgid "Optimize readEntryGui"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:117
msgid "Avoid QString::fromLatin1() in generated code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:118
msgid "Minimize calls to expensive QStandardPaths::locateAll()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:119
msgid "Finish the port to QCommandLineParser (it has addPositionalArgument now)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:125
msgid "Port solid-networkstatus kded plugin to json metadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:126
msgid "KPixmapCache: create dir if it doesn't exist"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:132
msgid "Sync Catalan user.entities with English (en) version."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:133
msgid "Add entities for sebas and plasma-pa"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:139
msgid "Performance: cache a KEmoticons instance here, not a KEmoticonsTheme."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:142
#: announcements/kde-frameworks-5.15.0.php:193
#: announcements/kde-frameworks-5.17.0.php:126
#: announcements/kde-frameworks-5.19.0.php:121
#: announcements/kde-frameworks-5.20.0.php:116
#: announcements/kde-frameworks-5.22.0.php:104
#: announcements/kde-frameworks-5.25.0.php:140
#: announcements/kde-frameworks-5.26.0.php:135
#: announcements/kde-frameworks-5.27.0.php:150
#: announcements/kde-frameworks-5.29.0.php:143
#: announcements/kde-frameworks-5.32.0.php:118
#: announcements/kde-frameworks-5.33.0.php:107
#: announcements/kde-frameworks-5.34.0.php:112
#: announcements/kde-frameworks-5.35.0.php:123
#: announcements/kde-frameworks-5.36.0.php:103
#: announcements/kde-frameworks-5.39.0.php:103
#: announcements/kde-frameworks-5.40.0.php:84
#: announcements/kde-frameworks-5.41.0.php:168
#: announcements/kde-frameworks-5.42.0.php:139
#: announcements/kde-frameworks-5.45.0.php:148
#: announcements/kde-frameworks-5.46.0.php:110
#: announcements/kde-frameworks-5.47.0.php:100
#: announcements/kde-frameworks-5.48.0.php:138
#: announcements/kde-frameworks-5.49.0.php:181
msgid "KFileMetaData"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:145
msgid "PlainTextExtractor: enable O_NOATIME branch on GNU libc platforms"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:146
msgid "PlainTextExtractor: make the Linux branch work also without O_NOATIME"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:147
msgid "PlainTextExtractor: fix error check on open(O_NOATIME) failure"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:153
msgid "Only start kglobalaccel5 if needed."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:156
#: announcements/kde-frameworks-5.15.0.php:217
#: announcements/kde-frameworks-5.18.0.php:150
#: announcements/kde-frameworks-5.19.0.php:145
#: announcements/kde-frameworks-5.20.0.php:130
#: announcements/kde-frameworks-5.21.0.php:177
#: announcements/kde-frameworks-5.22.0.php:125
#: announcements/kde-frameworks-5.24.0.php:154
#: announcements/kde-frameworks-5.29.0.php:156
#: announcements/kde-frameworks-5.34.0.php:125
#: announcements/kde-frameworks-5.35.0.php:136
#: announcements/kde-frameworks-5.36.0.php:109
#: announcements/kde-frameworks-5.37.0.php:121
#: announcements/kde-frameworks-5.42.0.php:154
#: announcements/kde-frameworks-5.43.0.php:178
#: announcements/kde-frameworks-5.44.0.php:111
#: announcements/kde-frameworks-5.45.0.php:175
#: announcements/kde-frameworks-5.46.0.php:129
#: announcements/kde-frameworks-5.48.0.php:168
#: announcements/kde-frameworks-5.49.0.php:210
#: announcements/kde-frameworks-5.7.0.php:132
#: announcements/kde-frameworks-5.9.0.php:79
msgid "KI18n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:159
msgid "Gracefully handle no newline at end of pmap file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:165
msgid "KIconLoader: fix reconfigure() forgetting about inherited themes and app dirs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:166
msgid "Adhere better to the icon loading spec"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:169
#: announcements/kde-frameworks-5.16.0.php:222
#: announcements/kde-frameworks-5.19.0.php:151
#: announcements/kde-frameworks-5.28.0.php:124
#: announcements/kde-frameworks-5.46.0.php:137
#: announcements/kde-frameworks-5.47.0.php:126
#: announcements/kde-frameworks-5.8.0.php:103
msgid "KImageFormats"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:172
msgid "eps: fix includes related to Qt Caterogized Logging"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:178
msgid "Use Q_OS_WIN instead of Q_OS_WINDOWS"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:179
msgid "Make KDE_FORK_SLAVES work under Windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:180
msgid "Disable installation of desktop file for ProxyScout kded module"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:181
msgid "Provide deterministic sort order for KDirSortFilterProxyModelPrivate::compare"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:182
msgid "Show custom folder icons again (bug 350612)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:183
msgid "Move kpasswdserver from kded to kiod"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:184
msgid "Fix porting bugs in kpasswdserver"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:185
msgid "Remove legacy code for talking very very old versions of kpasswdserver."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:186
msgid "KDirListerTest: use QTRY_COMPARE on both statements, to fix race showed by CI"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:187
msgid "KFilePlacesModel: implement old TODO about using trashrc instead of a full-blown KDirLister."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:193
msgid "New proxymodel: KConcatenateRowsProxyModel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:194
msgid "KConcatenateRowsProxyModelPrivate: fix handling of layoutChanged."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:195
msgid "More checking on the selection after sorting."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:196
msgid "KExtraColumnsProxyModel: fix bug in sibling() which broke e.g. selections"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:202
msgid "kpackagetool can uninstall a package from a package file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:203
msgid "kpackagetool is now smarter about finding the right servicetype"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:209
msgid "KSycoca: check timestamps and run kbuildsycoca if needed. No kded dependency anymore."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:210
msgid "Don't close ksycoca right after opening it."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:211
msgid "KPluginInfo now correctly handles FormFactor metadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:217
msgid "Merge allocation of TextLineData and ref count block."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:218
msgid "Change default keyboard shortcut for \"go to previous editing line\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:219
msgid "Syntax highlighting Haskell comment fixes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:220
msgid "Speed up code-completion pop-up appearance"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:221
msgid "minimap: Attempt to improve the look and feel (bug 309553)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:222
msgid "nested comments in Haskell syntax highlighting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:223
msgid "Fix problem with wrong unindent for python (bug 351190)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:229
msgid "KPasswordDialog: let the user change the password visibility (bug 224686)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:235
msgid "Fix KSwitchLanguageDialog not showing most languages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:238
#: announcements/kde-frameworks-5.27.0.php:250
#: announcements/kde-frameworks-5.49.0.php:433
#: announcements/kde-frameworks-5.9.0.php:162
msgid "KXmlRpcClient"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:241
msgid "Avoid QLatin1String wherever it allocates heap memory"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:244
#: announcements/kde-frameworks-5.28.0.php:287
#: announcements/kde-frameworks-5.45.0.php:321
#: announcements/kde-frameworks-5.48.0.php:272
msgid "ModemManagerQt"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:247
msgid "Fix metatype conflict with the latest nm-qt change"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:253
msgid "Added new properties from the latest NM snapshot/releases"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:259
msgid "reparent to flickable if possible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:260
msgid "fix package listing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:261
msgid "plasma: Fix applet actions might be nullptr (bug 351777)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:262
msgid "The onClicked signal of PlasmaComponents.ModelContextMenu now works properly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:263
msgid "PlasmaComponents ModelContextMenu can now create Menu sections"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:264
msgid "Port platformstatus kded plugin to json metadata..."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:265
msgid "Handle an invalid metadata in PluginLoader"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:266
msgid "Let the RowLayout figure out the size of the label"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:267
msgid "always show the edit menu when the cursor is visible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:268
msgid "Fix loop on ButtonStyle"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:269
msgid "Don't change the flat-iness of a button on pressed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:270
msgid "on touchscreen and mobile scrollbars are transient"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:271
msgid "adjust flick velocity&amp;deceleration to dpi"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:272
msgid "custom cursor delegate only if mobile"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:273
msgid "touch friendly text cursor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:274
msgid "fix parenting and popping up policy"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:275
msgid "declare __editMenu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:276
msgid "add missing cursot handles delegates"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:277
msgid "rewrite the EditMenu implementation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:278
msgid "use the mobile menu only conditionally"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.14.0.php:279
msgid "reparent the menu to root"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:4
msgid "Release of KDE Frameworks 5.15.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:16
msgid ""
" \n"
"October 10, 2015. KDE today announces the release\n"
"of KDE Frameworks 5.15.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:41
msgid "Fix limit/offset handling in SearchStore::exec"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:42
msgid "Recreate the baloo index"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:43
msgid "balooctl config: add options to set/view onlyBasicIndexing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:44
msgid "Port balooctl check to work with new architecture (bug 353011)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:45
msgid "FileContentIndexer: fix emitting filePath twice"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:46
msgid "UnindexedFileIterator: mtime is quint32 not quint64"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:47
msgid "Transaction: fix another Dbi typo"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:48
msgid "Transaction: Fix documentMTime() and documentCTime() using wrong Dbis."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:49
msgid "Transaction::checkPostingDbInTermsDb: Optimize code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:50
msgid "Fix dbus warnings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:51
msgid "Balooctl: Add checkDb command"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:52
msgid "balooctl config: Add \"exclude filter\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:53
msgid "KF5Baloo: Make sure D-Bus interfaces are generated before they are used. (bug 353308)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:54
msgid "Avoid using QByteArray::fromRawData"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:55
msgid "Remove baloo-monitor from baloo"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:56
msgid "TagListJob: Emit error when failed to open database"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:57
msgid "Do not ignore subterms if not found"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:58
msgid "Cleaner code for failing Baloo::File::load() on DB open fail."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:59
msgid "Make balooctl use IndexerConfig instead of manipulating baloofilerc directly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:60
msgid "Improve i18n for balooshow"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:61
msgid "Make balooshow fail gracefully if database cannot be opened."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:62
msgid "Fail Baloo::File::load() if the Database is not open. (bug 353049)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:63
msgid "IndexerConfig: add refresh() method"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:64
msgid "inotify: Do not simulate a closedWrite event after move without cookie"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:65
msgid ""
"ExtractorProcess: Remove the extra \n"
" at the end of the filePath"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:66
msgid "baloo_file_extractor: call QProcess::close before destroying the QProcess"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:67
msgid "baloomonitorplugin/balooctl: i18nize indexer state."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:68
msgid "BalooCtl: Add a 'config' option"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:69
msgid "Make baloosearch more presentable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:70
msgid "Remove empty EventMonitor files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:71
msgid "BalooShow: Show more information when the ids do not match"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:72
msgid "BalooShow: When called with an id check if the id is correct"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:73
msgid "Add a FileInfo class"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:74
msgid "Add error checking in various bits so that Baloo doesn't crash when disabled. (bug 352454)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:75
msgid "Fix Baloo not respecting \"basic indexing only\" config option"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:76
msgid "Monitor: Fetch remaining time on startup"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:77
msgid "Use actual method calls in MainAdaptor instead of QMetaObject::invokeMethod"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:79
msgid "Fix date string displayed in address bar due to porting to QDate"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:80
msgid "Add delay after each file instead of each batch"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:81
msgid "Remove Qt::Widgets dependency from baloo_file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:82
msgid "Remove unused code from baloo_file_extractor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:83
msgid "Add baloo monitor or experimental qml plugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:84
msgid "Make \"querying for remaining time\" thread safe"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:85
msgid "kioslaves: Add missing override for virtual functions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:86
msgid "Extractor: Set the applicationData after constructing the app"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:87
msgid "Query: Implement support for 'offset'"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:88
msgid "Balooctl: Add --version and --help (bug 351645)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:89
msgid "Remove KAuth support to increase max inotify watches if count too low (bug 351602)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:95
msgid "Fix fakebluez crash in obexmanagertest with ASAN"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:96
msgid "Forward declare all exported classes in types.h"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:97
msgid "ObexTransfer: Set error when transfer session is removed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:98
msgid "Utils: Hold pointers to managers instances"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:99
msgid "ObexTransfer: Set error when org.bluez.obex crashes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:105
msgid "Update GTK icon cache when installing icons."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:106
msgid "Remove workaround to delay execution on Android"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:107
msgid "ECMEnableSanitizers: The undefined sanitizer is supported by gcc 4.9"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:108
msgid "Disable X11,XCB etc. detection on OS X"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:109
msgid "Look for the files in the installed prefix rather the prefix path"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:110
msgid "Use Qt5 to specify what's Qt5 installation prefix"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:111
msgid "Add definition ANDROID as needed in qsystemdetection.h."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:117
msgid "Fix random file dialog not showing up problem. (bug 350758)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:123
msgid "Using a custom matching function instead of sqlite's glob. (bug 352574)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:124
msgid "Fixed problem with adding a new resource to the model"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:130
msgid "Fix crash in UnicodeGroupProber::HandleData with short strings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:136
msgid "Mark kconfig-compiler as non-gui tool"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:142
msgid "KShell::splitArgs: only ASCII space is a separator, not unicode space U+3000 (bug 345140)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:143
msgid "KDirWatch: fix crash when a global static destructor uses KDirWatch::self() (bug 353080)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:144
msgid "Fix crash when KDirWatch is used in Q_GLOBAL_STATIC."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:145
msgid "KDirWatch: fix thread safety"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:146
msgid "Clarify how to set KAboutData constructor arguments."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:149
#: announcements/kde-frameworks-5.16.0.php:159
#: announcements/kde-frameworks-5.19.0.php:92
#: announcements/kde-frameworks-5.23.0.php:116
#: announcements/kde-frameworks-5.27.0.php:125
#: announcements/kde-frameworks-5.29.0.php:124
#: announcements/kde-frameworks-5.48.0.php:103
#: announcements/kde-frameworks-5.49.0.php:141
msgid "KCrash"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:152
msgid "KCrash: pass cwd to kdeinit when auto-restarting the app via kdeinit. (bug 337760)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:153
msgid "Add KCrash::initialize() so that apps and the platform plugin can explicitly enable KCrash."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:154
msgid "Disable ASAN if enabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:160
msgid "Small improvements in ColumnProxyModel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:161
msgid "Make it possible for applications to know path to homeDir"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:162
msgid "move EventForge from the desktop containment"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:163
msgid "Provide enabled property for QIconItem."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:166
#: announcements/kde-frameworks-5.16.0.php:176
#: announcements/kde-frameworks-5.17.0.php:114
#: announcements/kde-frameworks-5.18.0.php:124
#: announcements/kde-frameworks-5.19.0.php:108
#: announcements/kde-frameworks-5.20.0.php:98
#: announcements/kde-frameworks-5.24.0.php:99
#: announcements/kde-frameworks-5.38.0.php:92
#: announcements/kde-frameworks-5.41.0.php:146
#: announcements/kde-frameworks-5.42.0.php:108
#: announcements/kde-frameworks-5.43.0.php:139
#: announcements/kde-frameworks-5.45.0.php:132
#: announcements/kde-frameworks-5.46.0.php:104
#: announcements/kde-frameworks-5.48.0.php:117
msgid "KDED"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:169
msgid "kded: simplify logic around sycoca; just call ensureCacheValid."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:175
msgid "Call newInstance from the child on first invocation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:176
msgid "Use kdewin defines."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:177
#: announcements/kde-frameworks-5.15.0.php:232
#: announcements/kde-frameworks-5.15.0.php:247
msgid "Don't try to find X11 on WIN32"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:178
msgid "cmake: Fix taglib version check in FindTaglib.cmake."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:181
#: announcements/kde-frameworks-5.16.0.php:189
#: announcements/kde-frameworks-5.24.0.php:112
#: announcements/kde-frameworks-5.29.0.php:131
#: announcements/kde-frameworks-5.37.0.php:109
#: announcements/kde-frameworks-5.43.0.php:153
msgid "KDesignerPlugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:184
msgid "Qt moc can't handle macros (QT_VERSION_CHECK)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:190
msgid "kWarning -&gt; qWarning"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:196
msgid "implement windows usermetadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:199
#: announcements/kde-frameworks-5.19.0.php:133
#: announcements/kde-frameworks-5.30.0.php:129
#: announcements/kde-frameworks-5.43.0.php:172
#: announcements/kde-frameworks-5.49.0.php:193
msgid "KDE GUI Addons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:202
msgid "Not looking for X11/XCB makes sense also for WIN32"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:208
msgid "Replace std::auto_ptr with std::unique_ptr"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:209
msgid "khtml-filter: Discard rules containing special adblock features that we do not handle yet."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:210
msgid "khtml-filter: Code reorder, no functional changes."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:211
msgid "khtml-filter: Ignore regexp with options as we do not support them."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:212
msgid "khtml-filter: Fix detection of adblock options delimiter."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:213
msgid "khtml-filter: Clean up from trailing white spaces."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:214
msgid "khtml-filter: Do not discard lines starting with '&amp;' as it is not a special adblock char."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:220
msgid "remove strict iterators for msvc to make ki18n build"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:226
msgid "KFileWidget: parent argument should default to 0 like in all widgets."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:227
msgid "Make sure the size of the byte array we just dumped into the struct is big enough before calculating the targetInfo, otherwise we're accessing memory that doesn't belong to us"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:228
msgid "Fix Qurl usage when calling QFileDialog::getExistingDirectory()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:229
msgid "Refresh Solid's device list before querying in kio_trash"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:230
msgid "Allow trash: in addition to trash:/ as url for listDir (calls listRoot) (bug 353181)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:231
msgid "KProtocolManager: fix deadlock when using EnvVarProxy. (bug 350890)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:233
msgid "KBuildSycocaProgressDialog: use Qt's builtin busy indicator. (bug 158672)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:234
msgid "KBuildSycocaProgressDialog: run kbuildsycoca5 with QProcess."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:235
msgid "KPropertiesDialog: fix for ~/.local being a symlink, compare canonical paths"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:236
msgid "Add support for network shares in kio_trash (bug 177023)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:237
msgid "Connect to the signals of QDialogButtonBox, not QDialog (bug 352770)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:238
msgid "Cookies KCM: update DBus names for kded5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:239
msgid "Use JSON files directly instead of kcoreaddons_desktop_to_json()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:245
msgid "Don't send notification update signal twice"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:246
msgid "Reparse notification config only when it changed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:250
#: announcements/kde-frameworks-5.18.0.php:179
#: announcements/kde-frameworks-5.23.0.php:204
#: announcements/kde-frameworks-5.24.0.php:213
#: announcements/kde-frameworks-5.8.0.php:126
msgid "KNotifyConfig"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:253
msgid "Change method for loading defaults"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:254
msgid "Send the appname whose config was updated along with the DBus signal"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:255
msgid "Add method to revert kconfigwidget to defaults"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:256
msgid "Don't sync the config n times when saving"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:262
#: announcements/kde-frameworks-5.16.0.php:298
msgid "Use largest timestamp in subdirectory as resource directory timestamp."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:263
msgid "KSycoca: store mtime for every source dir, to detect changes. (bug 353036)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:264
msgid "KServiceTypeProfile: remove unnecessary factory creation. (bug 353360)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:265
msgid "Simplify and speed up KServiceTest::initTestCase."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:266
msgid "make install name of applications.menu file a cached cmake variable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:267
msgid "KSycoca: ensureCacheValid() should create the db if it doesn't exist"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:268
msgid "KSycoca: make global database work after the recent timestamp check code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:269
msgid "KSycoca: change DB filename to include language and sha1 of the dirs it's built from."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:270
msgid "KSycoca: make ensureCacheValid() part of the public API."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:271
msgid "KSycoca: add a q pointer to remove more singleton usage"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:272
msgid "KSycoca: remove all self() methods for factories, store them in KSycoca instead."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:273
msgid "KBuildSycoca: remove writing of the ksycoca5stamp file."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:274
msgid "KBuildSycoca: use qCWarning rather than fprintf(stderr, ...) or qWarning"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:275
msgid "KSycoca: rebuild ksycoca in process rather than executing kbuildsycoca5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:276
msgid "KSycoca: move all of the kbuildsycoca code into the lib, except for main()."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:277
msgid "KSycoca optimization: only watch the file if the app connects to databaseChanged()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:278
msgid "Fix memory leaks in the KBuildSycoca class"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:279
msgid "KSycoca: replace DBus notification with file watching using KDirWatch."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:280
msgid "kbuildsycoca: deprecate option --nosignal."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:281
msgid "KBuildSycoca: replace dbus-based locking with a lock file."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:282
msgid "Do not crash when encountering invalid plugin info."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:283
msgid "Rename headers to _p.h in preparation for move to kservice library."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:284
msgid "Move checkGlobalHeader() within KBuildSycoca::recreate()."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:285
msgid "Remove code for --checkstamps and --nocheckfiles."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:291
msgid "validate more regexp"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:292
msgid "fix regexps in HL files (bug 352662)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:293
msgid "sync ocaml HL with state of https://code.google.com/p/vincent-hugot-projects/ before google code is down, some small bugfixes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:294
msgid "add word-break (bug 352258)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:295
msgid "validate line before calling folding stuff (bug 339894)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:296
msgid "Fix Kate word count issues by listening to DocumentPrivate instead of Document (bug 353258)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:297
msgid "Update Kconfig syntax highlighting: add new operators from Linux 4.2"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:298
msgid "sync w/ KDE/4.14 kate branch"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:299
msgid "minimap: Fix scrollbar handle not being drawn with scrollmarks off. (bug 352641)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:300
msgid "syntax: Add git-user option for kdesrc-buildrc"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:306
msgid "No longer automatically close on last use"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:312
msgid "Fix warning C4138 (MSVC): '*/' found outside of comment"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:318
msgid "Perform deep copy of QByteArray get_stringlist_reply"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:319
msgid "Allow interacting with multiple X servers in the NETWM classes."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:320
msgid "[xcb] Consider mods in KKeyServer as initialized on platform != x11"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:321
msgid "Change KKeyserver (x11) to categorized logging"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:327
msgid "Make it possible to import/export shortcut schemes symmetrically"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:333
msgid "Fix introspections, LastSeen should be in AccessPoint and not in ActiveConnection"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:339
msgid "Make tooltip dialog hidden on the cursor entering the inactive ToolTipArea"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:340
msgid "if the desktop file has Icon=/foo.svgz use that file from package"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:341
msgid "add a \"screenshot\" file type in packages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:342
msgid "consider devicepixelration in standalone scrollbar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:343
msgid "no hover effect on touchscreen+mobile"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:344
msgid "Use lineedit svg margins in sizeHint calculation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:345
msgid "Don't fade animate icon in plasma tooltips"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:346
msgid "Fix eliding button text"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:347
msgid "Context menus of applets within a panel no longer overlap the applet"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:348
msgid "Simplify getting associated apps list in AssociatedApplicationManager"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:354
msgid "Fix hunspell plugin ID for proper loading"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:355
msgid "support static compilation on windows, add windows libreoffice hunspell dict path"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:356
msgid "Do not assume UTF-8 encoded Hunspell dictionaries. (bug 353133)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:357
msgid "fix Highlighter::setCurrentLanguage() for the case when previous language was invalid (bug 349151)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:358
msgid "support /usr/share/hunspell as dict location"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.15.0.php:359
msgid "NSSpellChecker-based plugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:4
msgid "Release of KDE Frameworks 5.16.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:16
msgid ""
" \n"
"November 13, 2015. KDE today announces the release\n"
"of KDE Frameworks 5.16.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:41
msgid "Monitor lib: Use Kformat::spelloutDuration to localize time string"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:42
#: announcements/kde-frameworks-5.16.0.php:363
msgid "Use KDE_INSTALL_DBUSINTERFACEDIR to install dbus interfaces"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:43
msgid "UnindexedFileIndexer: Handle files that have been moved when baloo_file was not running"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:44
msgid "Remove Transaction::renameFilePath and add DocumentOperation for it."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:45
msgid "Make constructors with a single parameter explicit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:46
msgid "UnindexedFileIndexer: only index required parts of file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:47
msgid "Transaction: add method to return timeInfo struct"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:48
msgid "Added exclude mimetypes to balooctl's config"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:49
msgid "Databases: Use QByteArray::fromRawData when passing data to a codec"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:50
msgid "Balooctl: Move 'status' command to its own class"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:51
msgid "Balooctl: Show help menu if the command is not recognized"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:52
msgid "Balooshow: Allow us to lookup files by their inode + devId"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:53
msgid "Balooctl monitor: stop if baloo dies"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:54
msgid "MonitorCommand: Use both the started and finished signals"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:55
msgid "Balooctl monitor: Move to a proper command class"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:56
msgid "Add dbus notification for when we start/finish indexing a file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:57
msgid "FileIndexScheduler: Forcibly kill threads on exit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:58
msgid "WriteTransaction commit: Avoid fetching the positionList unless required"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:59
msgid "WriteTransaction: Extra asserts in replaceDocument"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:65
msgid "isBluetoothOperational now also depends on unblocked rfkill"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:66
msgid "Fix determining global state of rfkill switch"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:67
msgid "QML API: Mark properties without notify signal as constants"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:73
msgid "Warn instead of error if ecm_install_icons finds no icons. (bug 354610)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:74
msgid "make it possible to build KDE Frameworks 5 with a plain qt 5.5.x installed from the normal qt.io installer on mac os"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:75
msgid "Do not unset cache variables in KDEInstallDirs. (bug 342717)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:81
msgid "Set default value for WheelScrollLines"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:82
msgid "Fix WheelScrollLines settings with Qt &gt;= 5.5 (bug 291144)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:83
msgid "Switch to Noto font for Plasma 5.5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:89
msgid "Fixing the build against Qt 5.3"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:90
msgid "Moved the boost.optional include to the place that uses it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:91
msgid "Replacing the boost.optional usage in continuations with a slimmer optional_view structure"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:92
msgid "Added support for a custom ordering of linked results"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:93
msgid "Allow QML to invoke activities KCM"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:94
msgid "Adding the support for activity deletion to activities KCM"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:95
msgid "New activity configuration UI"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:96
msgid "New configuration UI that supports adding description and wallpaper"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:97
msgid "Settings UI is now properly modularized"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:103
msgid "Fix KArchive for behavior change in Qt 5.6"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:104
msgid "Fix memleaks, lower memory usage"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:110
msgid "Handle proxying qInfo messages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:111
msgid "Wait for async call starting helper to finish before checking the reply (bug 345234)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:112
msgid "Fix variable name, otherwise there's no way the include can work"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:118
msgid "Fix usage of ecm_create_qm_loader."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:119
msgid "Fix include variable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:120
msgid "Use KDE_INSTALL_FULL_ variant, so there is no ambiguity"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:121
msgid "Allow KConfig to use resources as fallback config files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:124
#: announcements/kde-frameworks-5.19.0.php:86
#: announcements/kde-frameworks-5.23.0.php:101
#: announcements/kde-frameworks-5.24.0.php:87
#: announcements/kde-frameworks-5.25.0.php:121
#: announcements/kde-frameworks-5.26.0.php:105
#: announcements/kde-frameworks-5.29.0.php:111
#: announcements/kde-frameworks-5.30.0.php:91
#: announcements/kde-frameworks-5.31.0.php:87
#: announcements/kde-frameworks-5.32.0.php:86
#: announcements/kde-frameworks-5.34.0.php:87
#: announcements/kde-frameworks-5.38.0.php:76
#: announcements/kde-frameworks-5.39.0.php:84
#: announcements/kde-frameworks-5.40.0.php:64
#: announcements/kde-frameworks-5.41.0.php:121
#: announcements/kde-frameworks-5.44.0.php:79
#: announcements/kde-frameworks-5.47.0.php:78
#: announcements/kde-frameworks-5.49.0.php:122
#: announcements/kde-frameworks-5.7.0.php:84
msgid "KConfigWidgets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:127
msgid "Make KConfigWidgets self contained, bundle the one global file in a resource"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:128
#: announcements/kde-frameworks-5.16.0.php:179
#: announcements/kde-frameworks-5.16.0.php:232
#: announcements/kde-frameworks-5.16.0.php:296
msgid "Make doctools optional"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:134
msgid "KAboutData: apidoc \"is is\" -&gt; \"is\" addCredit(): ocsUserName -&gt; ocsUsername"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:135
msgid "KJob::kill(Quiet) should also exit the event loop"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:136
msgid "Add support for desktop file name to KAboutData"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:137
msgid "Use correct escaping character"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:138
msgid "Reduce some allocations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:139
msgid "Make KAboutData::translators/setTranslators simple"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:140
msgid "Fix setTranslator example code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:141
msgid "desktopparser: skip the Encoding= key"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:142
msgid "desktopfileparser: Address review comments"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:143
msgid "Allow setting service types in kcoreaddons_desktop_to_json()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:144
msgid "desktopparser: Fix parsing of double and bool values"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:145
msgid "Add KPluginMetaData::fromDesktopFile()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:146
msgid "desktopparser: Allow passing relative paths to service type files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:147
msgid "desktopparser: Use more categorized logging"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:148
msgid "QCommandLineParser uses -v for --version so just use --verbose"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:149
msgid "Remove lots of duplicated code for desktop{tojson,fileparser}.cpp"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:150
msgid "Parse ServiceType files when reading .desktop files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:151
msgid "Make SharedMimeInfo an optional requirement"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:152
msgid "Remove call to QString::squeeze()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:153
msgid "desktopparser: avoid unnecessary utf8 decoding"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:154
msgid "desktopparser: Don't add another entry if entry ends in a separator"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:155
msgid "KPluginMetaData: Warn when a list entry is not a JSON list"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:156
msgid "Add mimeTypes() to KPluginMetaData"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:162
msgid "Improve search for drkonqui and keep it silent per default if not found"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:168
msgid "ConfigPropertyMap can now be queried for immutable config options using the isImmutable(key) method"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:169
msgid "Unbox QJSValue in config property map"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:170
msgid "EventGenerator: Add support for sending wheel events"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:171
msgid "fix lost QuickViewSharedEngine initialSize on initializing."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:172
msgid "fix critical regression for QuickViewSharedEngine by commit 3792923639b1c480fd622f7d4d31f6f888c925b9"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:173
msgid "make pre-specified view size precede initial object size in QuickViewSharedEngine"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:185
msgid "Don't try to store a QDateTime in mmap'ed memory"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:186
msgid "Sync and adopt uriencode.cmake from kdoctools."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:192
msgid "Add KCollapsibleGroupBox"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:198
msgid "update pt_BR entities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:204
msgid "Do not XOR Shift for KP_Enter (bug 128982)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:205
msgid "Grab all keys for a symbol (bug 351198)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:206
msgid "Do not fetch keysyms twice for every keypress"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:212
msgid "Fix printing from KHTMLPart by correctly setting printSetting parent"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:218
msgid "kiconthemes now support themes embedded in qt resources inside the :/icons prefix like Qt does itself for QIcon::fromTheme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:219
#: announcements/kde-frameworks-5.16.0.php:383
msgid "Add missing required dependencies"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:225
msgid "Recognize image/vnd.adobe.photoshop instead of image/x-psd"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:226
msgid "Partially revert d7f457a to prevent crash on application exit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:229
#: announcements/kde-frameworks-5.19.0.php:157
#: announcements/kde-frameworks-5.20.0.php:146
#: announcements/kde-frameworks-5.21.0.php:183
#: announcements/kde-frameworks-5.23.0.php:169
#: announcements/kde-frameworks-5.24.0.php:168
#: announcements/kde-frameworks-5.25.0.php:173
#: announcements/kde-frameworks-5.29.0.php:168
#: announcements/kde-frameworks-5.30.0.php:147
#: announcements/kde-frameworks-5.37.0.php:134
#: announcements/kde-frameworks-5.38.0.php:111
#: announcements/kde-frameworks-5.39.0.php:125
#: announcements/kde-frameworks-5.40.0.php:96
#: announcements/kde-frameworks-5.42.0.php:162
#: announcements/kde-frameworks-5.43.0.php:184
#: announcements/kde-frameworks-5.45.0.php:191
#: announcements/kde-frameworks-5.7.0.php:139
msgid "KInit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:238
msgid "Save proxy url with correct scheme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:239
msgid "Ship the \"new file templates\" in the kiofilewidgets library using a .qrc (bug 353642)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:240
msgid "Properly handle middle click in navigatormenu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:241
msgid "Make kio_http_cache_cleaner deployable in application installer/bundles"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:242
msgid "KOpenWithDialog: Fix creating desktop file with empty mimetype"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:243
msgid "Read protocol info from plugin metadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:244
msgid "Allow local kioslave deployment"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:245
msgid "Add a .protocol to JSON converted"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:246
msgid "Fix double-emit of result and missing warning when listing hits an inaccessible folder (bug 333436)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:247
msgid "Preserve relative link targets when copying symlinks. (bug 352927)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:248
msgid "Using suitable icons for default folders in the user home (bug 352498)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:249
msgid "Add an interface which allow plugin to show custom overlay icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:250
msgid "Make KNotifications dep in KIO (kpac) optional"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:251
msgid "Make doctools + wallet optional"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:252
msgid "Avoid kio crashes if no dbus server is running"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:253
msgid "Add KUriFilterSearchProviderActions, to show a list of actions for searching some text using web shortcuts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:254
msgid "Move the entries for the \"Create New\" menu from kde-baseapps/lib/konq to kio (bug 349654)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:255
msgid "Move konqpopupmenuplugin.desktop from kde-baseapps to kio (bug 350769)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:258
#: announcements/kde-frameworks-5.20.0.php:186
#: announcements/kde-frameworks-5.24.0.php:194
#: announcements/kde-frameworks-5.28.0.php:157
#: announcements/kde-frameworks-5.43.0.php:245
#: announcements/kde-frameworks-5.49.0.php:294
msgid "KJS"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:261
msgid "Use \"_timezone\" global variable for MSVC instead of \"timezone\". Fixes build with MSVC 2015."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:267
msgid "Fix 'KDE Partition Manager' desktop file and homepage URL"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:273
msgid "Now that kparts no longer needs knotifications, only things that really want notifications require on this framework"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:274
msgid "Add description + purpose for speech + phonon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:275
msgid "Make phonon dependency optional, purely internal change, like it is done for speech."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:278
#: announcements/kde-frameworks-5.19.0.php:205
#: announcements/kde-frameworks-5.22.0.php:161
#: announcements/kde-frameworks-5.24.0.php:219
#: announcements/kde-frameworks-5.27.0.php:191
#: announcements/kde-frameworks-5.30.0.php:214
#: announcements/kde-frameworks-5.33.0.php:143
#: announcements/kde-frameworks-5.37.0.php:164
#: announcements/kde-frameworks-5.39.0.php:187
#: announcements/kde-frameworks-5.44.0.php:201
#: announcements/kde-frameworks-5.49.0.php:329
msgid "KParts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:281
msgid "Use deleteLater in Part::slotWidgetDestroyed()."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:282
msgid "Remove KNotifications dep from KParts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:283
msgid "Use function to query ui_standards.rc location instead of hardcoding it, allows resource fallback to work"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:286
#: announcements/kde-frameworks-5.21.0.php:237
#: announcements/kde-frameworks-5.22.0.php:173
#: announcements/kde-frameworks-5.24.0.php:235
#: announcements/kde-frameworks-5.28.0.php:197
#: announcements/kde-frameworks-5.34.0.php:169
#: announcements/kde-frameworks-5.38.0.php:194
#: announcements/kde-frameworks-5.42.0.php:248
#: announcements/kde-frameworks-5.44.0.php:207
#: announcements/kde-frameworks-5.46.0.php:226
#: announcements/kde-frameworks-5.47.0.php:200
#: announcements/kde-frameworks-5.49.0.php:353
#: announcements/plasma-5.3.95.php:100 announcements/plasma-5.3.95.php:102
#: announcements/plasma-5.4.0.php:100 announcements/plasma-5.4.0.php:102
#: announcements/plasma-5.5.95.php:114 announcements/plasma-5.6.0.php:134
msgid "KRunner"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:289
msgid "RunnerManager: Simplify plugin loading code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:295
msgid "KBuildSycoca: always save, even if no change in .desktop file was noticed. (bug 353203)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:297
msgid "kbuildsycoca: parse all the mimeapps.list files mentioned in the new spec."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:299
msgid "Keep MIME types separate when converting KPluginInfo to KPluginMetaData"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:305
msgid "highlighting: gnuplot: add .plt extension"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:306
msgid "fix validation hint, thanks to \"Thomas Jarosch\" &lt;thomas.jarosch@intra2net.com&gt;, add hint about the compile time validation, too"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:307
msgid "Don't crash when command is not available."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:308
msgid "Fix bug #307107"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:309
msgid "Haskell highlighting variables starting with _"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:310
msgid "simplify git2 init, given we require recent enough version (bug 353947)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:311
msgid "bundle default configs in resource"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:312
msgid "syntax highlighting (d-g): use default styles instead of hard-coded colors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:313
msgid "better scripts search, first user local stuff, then the stuff in our resources, then all other stuff, that way the user can overwrite our shipped scripts with local ones"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:314
msgid "package all js stuff in resources, too, only 3 config files missing and ktexteditor could be just used as a library without any bundled files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:315
msgid "next try: put all bundled xml syntax files into a resource"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:316
msgid "add input mode switch shortcut (bug 347769)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:317
msgid "bundle xml files in resource"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:318
msgid "syntax highlighting (a-c): migrate to new default styles, remove hard-coded colors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:319
msgid "syntax highlighting: remove hard-coded colors and use default styles instead"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:320
msgid "syntax highlighting: use new default styles (removes hard-coded colors)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:321
msgid "Better \"Import\" default style"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:322
msgid "Introduce \"Save As with Encoding\" to save a file with different encoding, using the nice grouped encoding menu we have and replacing all save dialogs with the correct ones of the operating system without loosing this important feature."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:323
msgid "bundle ui file into lib, using my extension to xmlgui"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:324
msgid "Printing again honors the selected font &amp; color schema (bug 344976)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:325
msgid "Use breeze colors for saved and modified lines"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:326
msgid "Improved icon border default colors of scheme \"Normal\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:327
msgid "autobrace: only insert brace when next letter is empty or not alphanumeric"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:328
msgid "autobrace: if removing start parenthesis with backspace, remove end as well"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:329
msgid "autobrace: only establish connection once"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:330
msgid "Autobrace: eat closing parentheses under some conditions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:331
msgid "Fix shortcutoverride not being forwarded to the mainwindow"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:332
msgid "Bug 342659 - Default \"bracket highlighting\" color is hard to see (Normal schema fixed) (bug 342659)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:333
msgid "Add proper default colors for \"Current Line Number\" color"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:334
msgid "bracket matching &amp; auto-brackets: share code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:335
msgid "bracket matching: guard against negative maxLines"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:336
msgid "bracket matching: just because the new range matches the old doesn't mean no update is required"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:337
msgid "Add the width of half a space to allow painting the cursor at EOL"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:338
msgid "fix some HiDPI issues in the icon border"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:339
msgid "fix bug #310712: remove trailing spaces also on line with cursor (bug 310712)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:340
msgid "only display \"mark set\" message when vi input mode is active"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:341
msgid "remove &amp; from button text (bug 345937)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:342
msgid "fix update of current line number color (bug 340363)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:343
msgid "implement brackets insert on writing a bracket over a selection (bug 350317)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:344
msgid "auto brackets (bug 350317)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:345
msgid "fix alert HL (bug 344442)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:346
msgid "no column scrolling with dyn word wrap on"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:347
msgid "remember if highlighting was set by user over sessions to not loose it on save after restore (bug 332605)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:348
msgid "fix folding for tex (bug 328348)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:349
msgid "fixed bug #327842: End of C-style comment is misdetected (bug 327842)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:350
msgid "save/restore dyn word wrap on session save/restore (bug 284250)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:356
msgid "Add a new submenu to KTextEdit to switch between spell-checking languages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:357
msgid "Fix loading Sonnet default settings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:364
msgid "Fixed KWallet configuration file warnings on login (bug 351805)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:365
msgid "Prefix the kwallet-pam output properly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:371
msgid "Add collapsible container widget, KCollapsibleGroupBox"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:372
msgid "KNewPasswordWidget: missing color initialization"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:373
msgid "Introduce KNewPasswordWidget"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:379
msgid "kmainwindow: Pre-fill translator information when available. (bug 345320)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:380
msgid "Allow to bind the contextmenu key (lower right) to shortcuts (bug 165542)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:381
msgid "Add function to query standards xml file location"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:382
msgid "Allow kxmlgui framework to be used without any installed files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:389
msgid "Fix TabBar items being cramped together on initial creation, which can be observed in eg. Kickoff after Plasma start"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:390
msgid "Fix dropping files onto the desktop/panel not offering a selection of actions to take"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:391
msgid "Take QApplication::wheelScrollLines into account from ScrollView"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:392
msgid "Use BypassWindowManagerHint only on platform X11"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:393
msgid "delete old panel background"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:394
msgid "more readable spinner at small sizes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:395
msgid "colored view-history"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:396
msgid "calendar: Make the entire header area clickable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:397
msgid "calendar: Don't use current day number in goToMonth"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:398
msgid "calendar: Fix updating decade overview"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:399
msgid "Theme breeze icons when loaded trough IconItem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:400
msgid "Fix Button minimumWidth property (bug 353584)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:401
msgid "Introduce appletCreated signal"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:402
msgid "Plasma Breeze Icon: Touchpad add svg id elements"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:403
msgid "Plasma Breeze Icon: change Touchpad to 22x22px size"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:404
msgid "Breeze Icon: add widget icon to notes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:405
msgid "A script to replace hardcoded colors with stylesheets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:406
msgid "Apply SkipTaskbar on ExposeEvent"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.16.0.php:407
msgid "Don't set SkipTaskbar on every event"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:4
msgid "Release of KDE Frameworks 5.17.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:16
msgid ""
" \n"
"December 12, 2015. KDE today announces the release\n"
"of KDE Frameworks 5.17.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:41
msgid "Fix date filter used by timeline://"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:42
msgid "BalooCtl: Return after commands"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:43
msgid "Clean up and armour Baloo::Database::open(), handle more crash conditions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:44
msgid "Add check in Database::open(OpenDatabase) to fail if db doesn't exist"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:47
#: announcements/kde-frameworks-5.18.0.php:48
#: announcements/kde-frameworks-5.19.0.php:44
#: announcements/kde-frameworks-5.20.0.php:38
#: announcements/kde-frameworks-5.21.0.php:64
#: announcements/kde-frameworks-5.22.0.php:50
#: announcements/kde-frameworks-5.23.0.php:52
#: announcements/kde-frameworks-5.24.0.php:52
#: announcements/kde-frameworks-5.25.0.php:50
#: announcements/kde-frameworks-5.26.0.php:50
#: announcements/kde-frameworks-5.27.0.php:61
#: announcements/kde-frameworks-5.28.0.php:44
#: announcements/kde-frameworks-5.29.0.php:52
#: announcements/kde-frameworks-5.30.0.php:38
#: announcements/kde-frameworks-5.31.0.php:48
#: announcements/kde-frameworks-5.32.0.php:44
#: announcements/kde-frameworks-5.34.0.php:44
#: announcements/kde-frameworks-5.35.0.php:51
#: announcements/kde-frameworks-5.36.0.php:48
#: announcements/kde-frameworks-5.37.0.php:40
#: announcements/kde-frameworks-5.39.0.php:47
#: announcements/kde-frameworks-5.40.0.php:45
#: announcements/kde-frameworks-5.41.0.php:50
#: announcements/kde-frameworks-5.42.0.php:54
#: announcements/kde-frameworks-5.43.0.php:62
#: announcements/kde-frameworks-5.44.0.php:48
#: announcements/kde-frameworks-5.45.0.php:60
#: announcements/kde-frameworks-5.46.0.php:59
#: announcements/kde-frameworks-5.47.0.php:47
#: announcements/kde-frameworks-5.48.0.php:63
#: announcements/kde-frameworks-5.49.0.php:57
#: announcements/plasma-5.4.95.php:42 announcements/plasma-5.4.95.php:44
#: announcements/plasma-5.5.0.php:49 announcements/plasma-5.5.0.php:51
msgid "Breeze Icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:50
msgid "Many icons added or improved"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:51
msgid "use stylesheets in breeze icons (bug 126166)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:52
msgid "BUG: 355902 fix and changed system-lock-screen (bug 355902 fix and changed system-lock-screen)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:53
msgid "Add 24px dialog-information for GTK apps (bug 355204)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:59
msgid "Don't warn when SVG(Z) icons are provided with multiple sizes/level of detail"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:60
msgid "Make sure we load translations on the main thread. (bug 346188)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:61
msgid "Overhaul the ECM build system."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:62
msgid "Make it possible to enable Clazy on any KDE project"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:63
msgid "Do not find XCB's XINPUT library by default."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:64
msgid "Clean export dir before generating an APK again"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:65
msgid "Use quickgit for Git repository URL."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:71
msgid "Add plasmoid installation failed to plasma_workspace.notifyrc"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:77
msgid "Fixed a lock on the first start of the daemon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:78
msgid "Moving QAction creation to the main thread. (bug 351485)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:79
msgid "Sometimes clang-format makes a bad decision (bug 355495)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:80
msgid "Killing potential synchronization issues"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:81
msgid "Use org.qtproject instead of com.trolltech"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:82
msgid "Removing the usage of libkactivities from the plugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:83
msgid "KAStats config removed from the API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:84
msgid "Added linking and unlinking to ResultModel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:90
msgid "Make kgenframeworksapidox more robust."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:96
msgid "Fix KCompressionDevice::seek(), called when creating a KTar on top of a KCompressionDevice."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:102
msgid "KAboutData: Allow https:// and other URL schemas in homepage. (bug 355508)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:103
msgid "Repair MimeType property when using kcoreaddons_desktop_to_json()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:109
msgid "Port KDeclarative to use KI18n directly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:110
msgid "DragArea delegateImage can now be a string from which an icon is automatically created"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:111
msgid "Add new CalendarEvents library"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:117
msgid "Unset SESSION_MANAGER envvar instead of setting it empty"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:123
msgid "Fix some i18n calls."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:129
msgid "Mark m4a as readable by taglib"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:135
msgid "Cookie dialogue: make it work as intended"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:136
msgid "Fix filename suggestion changing to something random when changing save-as mimetype."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:137
msgid "Register DBus name for kioexec (bug 353037)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:138
msgid "Update KProtocolManager after configuration change."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:144
msgid "Fix KSelectionProxyModel usage in QTableView (bug 352369)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:145
msgid "Fix resetting or changing the source model of a KRecursiveFilterProxyModel."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:151
msgid "registerServicesByGroupingNames can define default more items"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:152
msgid "Make KMoreToolsMenuFactory::createMenuFromGroupingNames lazy"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:158
msgid "Add syntax highlighting for TaskJuggler and PL/I"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:159
msgid "Make it possible to disable keyword-completion via the config interface."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:160
msgid "Resize the tree when the completion model got reset."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:166
msgid "Correctly handle the case where the user deactivated us"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:172
msgid "Fix a small artifact of KRatingWidget on hi-dpi."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:173
msgid "Refactor and fix the feature introduced in bug 171343 (bug 171343)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:179
msgid "Don't call QCoreApplication::setQuitLockEnabled(true) on init."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:185
msgid "Add basic plasmoid as example for developerguide"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:186
msgid "Add a couple of plasmoid templates for kapptemplate/kdevelop"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:187
msgid "[calendar] Delay the model reset until the view is ready (bug 355943)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:188
msgid "Don't reposition while hiding. (bug 354352)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:189
msgid "[IconItem] Don't crash on null KIconLoader theme (bug 355577)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:190
msgid "Dropping image files onto a panel will no longer offer to set them as wallpaper for the panel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:191
msgid "Dropping a .plasmoid file onto a panel or the desktop will install and add it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:192
msgid "remove the now unused platformstatus kded module (bug 348840)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:193
msgid "allow paste on password fields"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:194
msgid "fix positioning of edit menu, add a button to select"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:195
msgid "[calendar] Use ui language for getting the month name (bug 353715)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:196
msgid "[calendar] Sort the events by their type too"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:197
msgid "[calendar] Move the plugin library to KDeclarative"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:198
msgid "[calendar] qmlRegisterUncreatableType needs a bit more arguments"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:199
msgid "Allow adding config categories dynamically"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:200
msgid "[calendar] Move the plugins handling to a separate class"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:201
msgid "Allow plugins to supply event data to Calendar applet (bug 349676)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:202
msgid "check for slot existence before connecting or disconnecting (bug 354751)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:203
msgid "[plasmaquick] Don't link OpenGL explicitly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.17.0.php:204
msgid "[plasmaquick] Drop XCB::COMPOSITE and DAMAGE dependency"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:4
msgid "Release of KDE Frameworks 5.18.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:16
msgid ""
" \n"
"January 09, 2016. KDE today announces the release\n"
"of KDE Frameworks 5.18.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:41
msgid "Fix several issue of mtime related search"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:42
msgid "PostingDB Iter: Do not assert on MDB_NOTFOUND"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:43
msgid "Balooctl status: Avoid showing 'Content indexing' about folders"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:44
msgid "StatusCommand: Show the correct status for folders"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:45
msgid "SearchStore: Gracefully handle empty term values (bug 356176)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:51
msgid "icon updates and additions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:52
msgid "22px size status icons for 32px too as you need it in the system tray"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:53
msgid "Changed Fixed to Scalable value to 32px folders in Breeze Dark"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:59
msgid "Make the KAppTemplate CMake module global"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:60
msgid "Silence CMP0063 warnings with KDECompilerSettings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:61
msgid "ECMQtDeclareLoggingCategory: Include &lt;QDebug&gt; with the generated file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:62
msgid "Fix CMP0054 warnings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:68
msgid "Streamlined the QML loading for KCM (bug 356832)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:69
msgid "Work-around for the Qt SQL bug that does not clean up connections properly (bug 348194)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:70
msgid "Merged a plugin that executes applications on activity state change"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:71
msgid "Port from KService to KPluginLoader"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:72
msgid "Port plugins to use kcoreaddons_desktop_to_json()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:78
msgid "Fully initialize DynMenuInfo in return value"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:81
#: announcements/kde-frameworks-5.19.0.php:74
#: announcements/kde-frameworks-5.23.0.php:89
#: announcements/kde-frameworks-5.32.0.php:74
#: announcements/kde-frameworks-5.39.0.php:72
#: announcements/kde-frameworks-5.40.0.php:57
#: announcements/kde-frameworks-5.41.0.php:101
#: announcements/kde-frameworks-5.43.0.php:104
#: announcements/kde-frameworks-5.45.0.php:111
#: announcements/kde-frameworks-5.47.0.php:66
#: announcements/kde-frameworks-5.7.0.php:65
#: announcements/kde-frameworks-5.8.0.php:62
#: announcements/kde-frameworks-5.9.0.php:65
msgid "KCMUtils"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:84
msgid "KPluginSelector::addPlugins: fix assert if 'config' parameter is default (bug 352471)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:90
msgid "Avoid deliberately overflowing a full buffer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:96
msgid "Ensure group is unescaped properly in kconf_update"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:102
msgid "Add KAboutData::fromPluginMetaData(const KPluginMetaData &amp;plugin)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:103
msgid "Add KPluginMetaData::copyrightText(), extraInformation() and otherContributors()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:104
msgid "Add KPluginMetaData::translators() and KAboutPerson::fromJson()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:105
msgid "Fix use-after-free in desktop file parser"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:106
msgid "Make KPluginMetaData constructible from a json path"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:107
msgid "desktoptojson: make missing service type file an error for the binary"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:108
msgid "make calling kcoreaddons_add_plugin without SOURCES an error"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:114
msgid "Adapt to Qt 5.6's dbus-in-secondary-thread"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:120
msgid "[DragArea] Add dragActive property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:121
msgid "[KQuickControlsAddons MimeDatabase] Expose QMimeType comment"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:127
msgid "kded: adapt to Qt 5.6's threaded dbus: messageFilter must trigger module loading in the main thread"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:133
#: announcements/kde-frameworks-5.19.0.php:118
msgid "kdelibs4support requires kded (for kdedmodule.desktop)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:134
msgid "Fix CMP0064 warning by setting policy CMP0054 to NEW"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:135
msgid "Don't export symbols that also exist in KWidgetsAddons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:141
msgid "Don't leak fd when creating socket"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:147
msgid "Windows: remove kdewin dependency"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:153
msgid "Document the first argument rule for plurals in QML"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:154
msgid "Reduce unwanted type changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:155
msgid "Make it possible to use doubles as index for i18np*() calls in QML"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:161
msgid "Fix kiod for Qt 5.6's threaded dbus: messageFilter must wait until the module is loaded before returning"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:162
msgid "Change the error code when pasting/moving into a subdirectory"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:163
msgid "Fix emptyTrash blocked issue"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:164
msgid "Fix wrong button in KUrlNavigator for remote URLs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:165
msgid "KUrlComboBox: fix returning an absolute path from urls()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:166
msgid "kiod: disable session management"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:167
msgid "Add autocompletion for '.' input which offers all hidden files/folders* (bug 354981)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:168
msgid "ktelnetservice: fix off by one in argc check, patch by Steven Bromley"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:174
msgid "[Notify By Popup] Send along event ID"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:175
msgid "Set default non-empty reason for screen saver inhibition; (bug 334525)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:176
msgid "Add a hint to skip notifications grouping (bug 356653)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:182
msgid "[KNotifyConfigWidget] Allow selecting a specific event"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:188
msgid "Make it possible to provide the metadata in json"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:194
msgid "Fix possible double deletion in DeclarativePersonData"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:200
msgid "Syntax h/l for pli: builtin functions added, expandable regions added"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:206
msgid "kwalletd: Fix FILE* leak"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:212
msgid "Add xcb variant for static KStartupInfo::sendFoo methods"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:218
msgid "make it work with older NM versions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:224
msgid "[ToolButtonStyle] Always indicate activeFocus"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:225
msgid "Use the SkipGrouping flag for the \"widget deleted\" notification (bug 356653)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:226
msgid "Deal properly with symlinks in path to packages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:227
msgid "Add HiddenStatus for plasmoid self-hiding"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:228
msgid "Stop redirecting windows when item is disabled or hidden. (bug 356938)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:229
msgid "Don't emit statusChanged if it hasn't changed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:230
msgid "Fix element ids for east orientation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:231
msgid "Containment: Don't emit appletCreated with null applet (bug 356428)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:232
msgid "[Containment Interface] Fix erratic high precision scrolling"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:233
msgid "Read KPluginMetada's property X-Plasma-ComponentTypes as a stringlist"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:234
msgid "[Window Thumbnails] Don't crash if Composite is disabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.18.0.php:235
msgid "Let containments override CompactApplet.qml"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:4
msgid "Release of KDE Frameworks 5.19.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:16
msgid ""
" \n"
"February 13, 2016. KDE today announces the release\n"
"of KDE Frameworks 5.19.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:21
#: announcements/kde-frameworks-5.20.0.php:21
#: announcements/kde-frameworks-5.21.0.php:21
#: announcements/kde-frameworks-5.22.0.php:21
#: announcements/kde-frameworks-5.23.0.php:21
#: announcements/kde-frameworks-5.24.0.php:21
#: announcements/kde-frameworks-5.25.0.php:21
#: announcements/kde-frameworks-5.26.0.php:21
#: announcements/kde-frameworks-5.27.0.php:21
#: announcements/kde-frameworks-5.28.0.php:21
#: announcements/kde-frameworks-5.29.0.php:21
#: announcements/kde-frameworks-5.30.0.php:21
#: announcements/kde-frameworks-5.31.0.php:21
#: announcements/kde-frameworks-5.32.0.php:21
#: announcements/kde-frameworks-5.33.0.php:21
#: announcements/kde-frameworks-5.34.0.php:21
#: announcements/kde-frameworks-5.35.0.php:21
#: announcements/kde-frameworks-5.36.0.php:21
#: announcements/kde-frameworks-5.37.0.php:21
#: announcements/kde-frameworks-5.38.0.php:21
#: announcements/kde-frameworks-5.39.0.php:21
#: announcements/kde-frameworks-5.40.0.php:21
#: announcements/kde-frameworks-5.41.0.php:21
#: announcements/kde-frameworks-5.42.0.php:21
#: announcements/kde-frameworks-5.43.0.php:21
#: announcements/kde-frameworks-5.44.0.php:21
#: announcements/kde-frameworks-5.45.0.php:21
#: announcements/kde-frameworks-5.46.0.php:21
#: announcements/kde-frameworks-5.47.0.php:21
#: announcements/kde-frameworks-5.48.0.php:21
#: announcements/kde-frameworks-5.49.0.php:21
msgid ""
" \n"
"KDE Frameworks are 70 addon libraries to Qt which provide a wide\n"
"variety of commonly needed functionality in mature, peer reviewed and\n"
"well tested libraries with friendly licensing terms. For an\n"
"introduction see <a\n"
"href='http://kde.org/announcements/kde-frameworks-5.0.php'>the\n"
"Frameworks 5.0 release announcement</a>.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:38
#: announcements/kde-frameworks-5.21.0.php:44
#: announcements/kde-frameworks-5.22.0.php:38
#: announcements/kde-frameworks-5.23.0.php:38
#: announcements/kde-frameworks-5.25.0.php:44
#: announcements/kde-frameworks-5.26.0.php:38
#: announcements/kde-frameworks-5.31.0.php:42
#: announcements/kde-frameworks-5.35.0.php:38
#: announcements/kde-frameworks-5.45.0.php:38
#: announcements/kde-frameworks-5.48.0.php:38
#: announcements/kde-frameworks-5.49.0.php:38
msgid "Attica"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:41
msgid "Simplify attica plugin look-up and initialization"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:47
#: announcements/kde-frameworks-5.20.0.php:41
msgid "Many new icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:48
msgid "Add missing mimetype icons from oxygen icon set"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:54
msgid "ECMAddAppIcon: Use absolute path when operating on icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:55
msgid "Make sure the prefix is looked-up on Android"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:56
msgid "Add a FindPoppler module"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:57
msgid "Use PATH_SUFFIXES in ecm_find_package_handle_library_components()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:63
msgid "Don't call exec() from QML (bug 357435)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:64
msgid "KActivitiesStats library is now in a separate repository"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:70
msgid "Also perform preAuthAction for Backends with AuthorizeFromHelperCapability"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:71
msgid "Fix DBus service name of polkit agent"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:77
msgid "Fix High-DPI issue in KCMUtils"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:83
msgid "KLineEdit::setUrlDropsEnabled method can not be marked as deprecated"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:89
msgid "add a \"Complementary\" color scheme to kcolorscheme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:95
msgid "Update docs for KCrash::initialize. Application developers are encourage to call it explicitly."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:101
msgid "Clean up dependencies for KDeclarative/QuickAddons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:102
msgid "[KWindowSystemProxy] Add setter for showingDesktop"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:103
msgid "DropArea: Fix correctly ignoring dragEnter event with preventStealing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:104
msgid "DragArea: Implement grabbing delegate item"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:105
msgid "DragDropEvent: Add ignore() function"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:111
msgid "Revert BlockingQueuedConnection hack, Qt 5.6 will contain a better fix"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:112
msgid "Make kded register under aliases specified by the kded modules"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:124
msgid "Allow querying for a file's origin URL"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:130
msgid "Prevent crash in case dbus is not available"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:136
msgid "Fix listing of available palettes in color dialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:142
msgid "Fix detection of icon link type (aka \"favicon\")"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:148
msgid "Reduce use of gettext API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:154
msgid "Add kra and ora imageio plugins (read-only)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:160
msgid "Ignore viewport on current desktop on init startup information"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:161
msgid "Port klauncher to xcb"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:162
msgid "Use an xcb for interaction with KStartupInfo"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:168
msgid "New class FavIconRequestJob in new lib KIOGui, for favicons retrieval"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:169
msgid "Fix KDirListerCache crash with two listers for an empty dir in the cache (bug 278431)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:170
msgid "Make Windows implementation of KIO::stat for file:/ protocol error out if the file doesn't exist"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:171
msgid "Don't assume that files in read-only dir can't be deleted on Windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:172
msgid "Fix .pri file for KIOWidgets: it depends on KIOCore, not on itself"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:173
msgid "Repair kcookiejar autoload, the values got swapped in 6db255388532a4"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:174
msgid "Make kcookiejar accessible under the dbus service name org.kde.kcookiejar5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:175
msgid "kssld: install DBus service file for org.kde.kssld5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:176
msgid "Provide a DBus service file for org.kde.kpasswdserver"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:177
msgid "[kio_ftp] fix display of file/directory modification time/date (bug 354597)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:178
msgid "[kio_help] fix garbage sent when serving static files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:179
msgid "[kio_http] Try NTLMv2 authentication if the server denies NTLMv1"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:180
msgid "[kio_http] fix porting bugs which broke caching"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:181
msgid "[kio_http] Fix NTLMv2 stage 3 response creation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:182
msgid "[kio_http] fix waiting until the cache cleaner listens to the socket"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:183
msgid "kio_http_cache_cleaner: don't exit on startup if cache dir doesn't exist yet"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:184
msgid "Change DBus name of kio_http_cache_cleaner so it doesn't exit if the kde4 one is running"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:190
msgid "KRecursiveFilterProxyModel::match: Fix crash"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:193
#: announcements/kde-frameworks-5.23.0.php:185
#: announcements/kde-frameworks-5.30.0.php:179
#: announcements/kde-frameworks-5.38.0.php:176
#: announcements/kde-frameworks-5.42.0.php:213
#: announcements/kde-frameworks-5.43.0.php:239
#: announcements/kde-frameworks-5.49.0.php:288
#: announcements/kde-frameworks-5.9.0.php:109
msgid "KJobWidgets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:196
msgid "Fix crash in KJob dialogs (bug 346215)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:202
msgid "Avoid finding the same package multiple times from different paths"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:208
msgid "PartManager: stop tracking a widget even if it is no longer top level (bug 355711)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:214
msgid "Better behaviour for \"insert braces around\" autobrace feature"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:215
msgid "Change option key to enforce new default, Newline at End of File = true"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:216
msgid "Remove some suspicious setUpdatesEnabled calls (bug 353088)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:217
msgid "Delay emitting of verticalScrollPositionChanged until all stuff is consistent for folding (bug 342512)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:218
msgid "Patch updating tag substitution (bug 330634)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:219
msgid "Only update the palette once for the change event belonging to qApp (bug 358526)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:220
msgid "Append newlines at EOF by default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:221
msgid "Add NSIS syntax highlighting file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:227
msgid "Duplicate the file descriptor while opening the file to read the env"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:233
msgid "Fix buddy widgets working with KFontRequester"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:234
msgid "KNewPasswordDialog: use KMessageWidget"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:235
msgid "Prevent crash-on-exit in KSelectAction::~KSelectAction"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:241
msgid "Change licence header from \"Library GPL 2 or later\" to \"Lesser GPL 2.1 or later\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:242
msgid "Fix crash if KWindowSystem::mapViewport is called without a QCoreApplication"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:243
msgid "Cache QX11Info::appRootWindow in eventFilter (bug 356479)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:244
msgid "Get rid of QApplication dependency (bug 354811)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:250
msgid "Add option to disable KGlobalAccel at compilation time"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:251
msgid "Repair path to app shortcut scheme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:252
msgid "Fix listing of shortcut files (wrong QDir usage)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:258
msgid "Re-check connection state and other properties to be sure they are actual (version 2) (bug 352326)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:261
#: announcements/kde-frameworks-5.21.0.php:293
#: announcements/kde-frameworks-5.23.0.php:289
#: announcements/kde-frameworks-5.25.0.php:286
#: announcements/kde-frameworks-5.27.0.php:264
#: announcements/kde-frameworks-5.29.0.php:266
#: announcements/kde-frameworks-5.30.0.php:256
#: announcements/kde-frameworks-5.34.0.php:217
#: announcements/kde-frameworks-5.44.0.php:236
#: announcements/kde-frameworks-5.48.0.php:279
msgid "Oxygen Icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:264
msgid "Remove broken linked files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:265
msgid "Add app icons from the kde applications"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:266
msgid "Add breeze places icons into oxygen"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:267
msgid "Sync oxygen mimetype icons with breeze mimetype icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:273
msgid "Add a property separatorVisible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:274
msgid "More explicit removal from m_appletInterfaces (bug 358551)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:275
msgid "Use complementaryColorScheme from KColorScheme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:276
msgid "AppletQuickItem: Don't try to set initial size bigger than parent size (bug 358200)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:277
msgid "IconItem: Add usesPlasmaTheme property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:278
msgid "Don't load toolbox on types not desktop or panel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:279
msgid "IconItem: Try to load QIcon::fromTheme icons as svg (bug 353358)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:280
msgid "Ignore check if just one part of size is zero in compactRepresentationCheck (bug 358039)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:281
msgid "[Units] Return at least 1ms for durations (bug 357532)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:282
msgid "Add clearActions() to remove every applet interface action"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:283
msgid "[plasmaquick/dialog] Don't use KWindowEffects for Notification window type"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:284
msgid "Deprecate Applet::loadPlasmoid()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:285
msgid "[PlasmaCore DataModel] Don't reset model when a source is removed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:286
msgid "Fix margin hints in opague panel background SVG"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:287
msgid "IconItem: Add animated property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:288
msgid "[Unity] Scale Desktop icon size"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:289
msgid "the button is compose-over-borders"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.19.0.php:290
msgid "paintedWidth/paintedheight for IconItem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.2.0.php:4
msgid "Release of KDE Frameworks 5.2.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.2.0.php:16
msgid ""
" \n"
"September 12, 2014. KDE today announces the release\n"
"of KDE Frameworks 5.2.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.2.0.php:34
msgid ""
"\n"
"<h3>KActivities</h3>"
"\n"
"\n"
"<ul>\n"
"<li>reimplementation of the file item plugin for linking files to activities</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KArchive</h3>"
"\n"
"\n"
"<ul>\n"
"<li>fix handling of uncompressed files</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KConfigWidgets</h3>"
"\n"
"\n"
"<ul>\n"
"<li>fix missing default shortcuts for standard actions, leading \n"
"to many runtime warnings</li>"
"\n"
"<li>better support for QGroupBox in KConfigDialogManager</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KCoreAddons</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Mark KAboutData::setProgramIconName() as deprecated, it did not \n"
"do anything. Use QApplication::setWindowIcon(QIcon::fromTheme(\"...\")) instead.</li>"
"\n"
"<li>new classes Kdelibs4ConfigMigrator and KPluginMetaData</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KDeclarative</h3>"
"\n"
"\n"
"<ul>\n"
"<li>added org.kde.kio component.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KImageFormats</h3>"
"\n"
"\n"
"<ul>\n"
"<li>disable the DDS and JPEG-2000 plugins when Qt version is 5.3 \n"
"or later</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KIO</h3>"
"\n"
"\n"
"<ul>\n"
"<li>now follows the mime-apps spec, for better interoperability\n"
"with gio when it comes to the user's preferred and default apps.</li>"
"\n"
"<li>new classes EmptyTrashJob and RestoreJob.</li>"
"\n"
"<li>new functions isClipboardDataCut and setClipboardDataCut.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KNewStuff</h3>"
"\n"
"\n"
"<ul>\n"
"<li>installing \"stuff\" works again (porting bug)</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KWidgetsAddons</h3>"
"\n"
"\n"
"<ul>\n"
"<li>new class KColumnResizer (makes it easy to vertically align widgets across groups)</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KWindowSystem</h3>"
"\n"
"\n"
"<ul>\n"
"<li>New method KWindowSystem::setOnActivities</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KXmlGui</h3>"
"\n"
"\n"
"<ul>\n"
"<li>KActionCollection::setDefaultShortcuts now makes the shortcut\n"
"active too, to simplify application code.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Threadweaver</h3>"
"\n"
"\n"
"<ul>\n"
"<li>The maximum worker count will now decrease if a lower value is set\n"
"after workers have been created. Previously, workers would remain active\n"
"once they have been created.</li>"
"\n"
"<li>Examples from the previous ThreadWeaverDemos Github repository are\n"
"being merged into the KF5 ThreadWeaver repo.</li>"
"\n"
"<li>The maximum worker count can now be set to zero (the previous minimum\n"
"was 1). Doing so will effectively halt processing in the queue.</li>"
"\n"
"<li>Documentation of various aspects of ThreadWeaver use is becoming part\n"
"of the KDE Frameworks Cookbook. Parts of it is located in the examples/\n"
"directory.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Buildsystem changes</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Support for relative libexec dir.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Frameworkintegration</h3>"
"\n"
"\n"
"<ul>\n"
"<li>the file dialog now remembers its size correctly, and works better with remote URLs.</li>"
"\n"
"</ul>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.2.0.php:153
msgid ""
"\n"
"Frameworks 5.2.0 requires Qt 5.2. It is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner.\n"
"<ul>\n"
"<li><a href='%1'>KDE Frameworks 5.2.0 Source Info page with known bugs and security issues</a></li>"
"\n"
"</ul>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.2.0.php:169
msgid ""
"\n"
"Those interested in following and contributing to the development of Frameworks can check out the <a href='%1'>git repositories</a>, follow the discussions on the <a href='%2'>KDE Frameworks Development mailing list</a> and contribute patches through <a href='%3'>review board</a>. Policies and the current state of the project and plans are available at the <a href='%4'>Frameworks wiki</a>. Real-time discussions take place on the <a href='%5'>#kde-devel IRC channel on freenode.net</a>.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:4
msgid "Release of KDE Frameworks 5.20.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:16
msgid ""
" \n"
"March 13, 2016. KDE today announces the release\n"
"of KDE Frameworks 5.20.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:42
msgid "Add virtualbox mimetype icons and some other missing mimetypes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:43
msgid "Add synaptic and octopi icon support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:44
msgid "Fix cut icon (bug 354061)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:45
msgid "Fix name of audio-headphones.svg (+=d)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:46
msgid "Rating icons with smaller margin (1px)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:52
msgid "Remove possible file-name in KDEPlatformFileDialog::setDirectory()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:53
msgid "Don't filter by name if we have mime types"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:59
msgid "Remove dependency on Qt5::Widgets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:60
msgid "Remove dependency on KDBusAddons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:61
msgid "Remove dependency on KI18n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:62
msgid "Remove unused includes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:63
msgid "Shell scripts output improved"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:64
msgid "Added the data model (ActivitiesModel) showing the activities to the library"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:65
msgid "Build only the library by default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:66
msgid "Remove the service and workspace components from the build"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:67
msgid "Move the library into src/lib from src/lib/core"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:68
msgid "Fix CMake warning"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:69
msgid "Fix crash in activities context menu (bug 351485)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:75
msgid "Fix kded5 dead lock when a program using kauth exits"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:81
msgid "KConfigIniBackend: Fix expensive detach in lookup"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:87
msgid "Fix Kdelibs4 config migration for Windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:88
msgid "Add API to get Frameworks runtime version info"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:89
msgid "KRandom: Don't use up 16K of /dev/urandom to seed rand() (bug 359485)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:95
msgid "Don't call null object pointer (bug 347962)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:101
msgid "Make it possible to compile with -DQT_NO_CAST_FROM_ASCII"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:107
msgid "Fix session management for KApplication based applications (bug 354724)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:113
msgid "Use unicode characters for callouts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:119
msgid "KFileMetadata can now query and store information about the original email a saved file may have been an attachment of"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:125
msgid "Fix cursor updating in view"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:126
#: announcements/kde-frameworks-5.20.0.php:189
msgid "Limit string memory use"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:127
msgid "KHTML java applet viewer: repair broken DBus call to kpasswdserver"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:133
msgid "Use portable import macro for nl_msg_cat_cntr"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:134
msgid "Skip looking up . and .. to find the translations for an application"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:135
msgid "Restrict _nl_msg_cat_cntr use to GNU gettext implementations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:136
msgid "Add KLocalizedString::languages()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:137
msgid "Place Gettext calls only if catalog has been located"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:143
msgid "Make sure variable is being initialized"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:149
msgid "kdeinit: Prefer loading libraries from RUNPATH"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:150
msgid "Implement \"Qt5 TODO: use QUrl::fromStringList\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:156
msgid "Fix KIO app-slave connection breaking if appName contains a '/' (bug 357499)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:157
msgid "Try multiple authentication methods in case of failures"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:158
msgid "help: fix mimeType() on get()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:159
msgid "KOpenWithDialog: show mimetype name and comment in \"Remember\" checkbox text (bug 110146)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:160
msgid "A series of changes to avoid a directory relist after a file rename in more cases (bug 359596)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:161
msgid "http: rename m_iError to m_kioError"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:162
msgid "kio_http: read and discard body after a 404 with errorPage=false"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:163
msgid "kio_http: fix mimetype determination when URL ends with '/'"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:164
msgid "FavIconRequestJob: add accessor hostUrl() so that konqueror can find out what the job was for, in the slot"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:165
msgid "FavIconRequestJob: fix job hanging when aborting due to favicon too big"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:166
msgid "FavIconRequestJob: fix errorString(), it only had the URL"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:167
msgid "KIO::RenameDialog: restore preview support, add date and size labels (bug 356278)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:168
msgid "KIO::RenameDialog: refactor duplicated code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:169
msgid "Fix wrong path-to-QUrl conversions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:170
msgid "Use kf5.kio in the category name to match other categories"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:176
msgid "KLinkItemSelectionModel: Add new default constructor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:177
msgid "KLinkItemSelectionModel: Make the linked selection model settable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:178
msgid "KLinkItemSelectionModel: Handle changes to the selectionModel model"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:179
msgid "KLinkItemSelectionModel: Don't store model locally"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:180
msgid "KSelectionProxyModel: Fix iteration bug"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:181
msgid "Reset KSelectionProxyModel state when needed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:182
msgid "Add a property indicating whether the models form a connected chain"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:183
msgid "KModelIndexProxyMapper: Simplify logic of connected check"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:195
msgid "Show a warning if there's an error in the Engine"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:201
msgid "Let KDocTools stay optional on KPackage"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:207
msgid "Fix deprecated API usage"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:208
msgid "Add actionType to the declarative plugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:209
msgid "Reverse the filtering logic in PersonsSortFilterProxyModel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:210
msgid "Make the QML example slightly more usable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:211
msgid "Add actionType to the PersonActionsModel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:217
msgid "Simplify code, reduce pointer dereferences, container-related improvements"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:218
msgid "Add kmimeassociations_dumper test program, inspired by bug 359850"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:219
msgid "Fix chromium/wine apps not loading on some distributions (bug 213972)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:225
msgid "Fix highlighting of all occurences in ReadOnlyPart"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:226
msgid "Don't iterate over a QString as if it was a QStringList"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:227
msgid "Properly initialize static QMaps"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:228
msgid "Prefer toDisplayString(QUrl::PreferLocalFile)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:229
msgid "Support surrogate character sending from input method"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:230
msgid "Do not crash on shutdown when text animation is still running"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:236
msgid "Make sure KDocTools is looked-up"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:237
msgid "Don't pass a negative number to dbus, it asserts in libdbus"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:238
msgid "Clean cmake files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:239
msgid "KWallet::openWallet(Synchronous): don't time out after 25 seconds"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:245
msgid "support _NET_WM_BYPASS_COMPOSITOR (bug 349910)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:251
msgid "Use non-native Language name as fallback"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:252
msgid "Fix session management broken since KF5 / Qt5 (bug 354724)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:253
msgid "Shortcut schemes: support globally installed schemes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:254
msgid "Use Qt's qHash(QKeySequence) when building against Qt 5.6+"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:255
msgid "Shortcut schemes: fix bug where two KXMLGUIClients with the same name overwrite each other's scheme file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:256
msgid "kxmlguiwindowtest: add shortcuts dialog, for testing the shortcut schemes editor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:257
msgid "Shortcut schemes: improve usability by changing texts in GUI"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:258
msgid "Shortcut schemes: improve scheme list combo (automatic size, don't clear on unknown scheme)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:259
msgid "Shortcut schemes: don't prepend the guiclient name to the filename"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:260
msgid "Shortcut schemes: create dir before trying to save a new shortcut scheme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:261
msgid "Shortcut schemes: restore layout margin, it looks very cramped otherwise"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:262
msgid "Fix memory leak in KXmlGui startup hook"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:268
msgid "IconItem: Don't overwrite source when using QIcon::name()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:269
msgid "ContainmentInterface: Fix use of QRect right() and bottom()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:270
msgid "Remove effectively duplicate code path for handling QPixmaps"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:271
msgid "Add API docs for IconItem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:272
msgid "Fix stylesheet (bug 359345)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:273
msgid "Don't wipe window mask on every geometry change when compositing is active and no mask has been set"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:274
msgid "Applet: Don't crash on remove panel (bug 345723)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:275
msgid "Theme: Discard pixmap cache when changing theme (bug 359924)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:276
msgid "IconItemTest: Skip when grabToImage fails"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:277
msgid "IconItem: Fix changing color of svg icons loaded from icon theme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:278
msgid "Fix svg iconPath resolving in IconItem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:279
msgid "If path is passed, pick the tail (bug 359902)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:280
msgid "Add properties configurationRequired and reason"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:281
msgid "Move contextualActionsAboutToShow to Applet"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:282
msgid "ScrollViewStyle: Do not use margins of the flickable item"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:283
msgid "DataContainer: Fix slot checks before connect/disconnect"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:284
msgid "ToolTip: Prevent multiple geometry changes while changing contents"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:285
msgid "SvgItem: Don't use Plasma::Theme from rendering thread"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:286
msgid "AppletQuickItem: Fix finding own attached layout (bug 358849)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:287
msgid "Smaller expander for the taskbar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:288
msgid "ToolTip: Stop show timer if hideTooltip is called (bug 358894)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:289
msgid "Disable animation of icons in plasma tooltips"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:290
msgid "Drop animations from tooltips"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:291
msgid "Default theme follows color scheme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:292
msgid "Fix IconItem not loading non-theme icons with name (bug 359388)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:293
msgid "Prefer other containments than desktop in containmentAt()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:294
msgid "WindowThumbnail: Discard glx pixmap in stopRedirecting() (bug 357895)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:295
msgid "Remove the legacy applets filter"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:296
msgid "ToolButtonStyle: Don't rely on an outside ID"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:297
msgid "Don't assume we find a corona (bug 359026)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:298
msgid "Calendar: Add proper back/forward buttons and a \"Today\" button (bugs 336124, 348362, 358536)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:304
msgid "Don't disable language detection just because a language is set"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:305
msgid "Disable automatic disabling of automatic spelling by default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:306
msgid "Fix TextBreaks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:307
msgid "Fix Hunspell dictionary search paths missing '/' (bug 359866)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.20.0.php:308
msgid "Add &lt;app dir&gt;/../share/hunspell to dictionary search path"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:4
msgid "Release of KDE Frameworks 5.21.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:16
msgid ""
" \n"
"April 09, 2016. KDE today announces the release\n"
"of KDE Frameworks 5.21.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:38
msgid "New framework: KActivitiesStats, a library for accessing the usage statistics data collected by the KDE activity manager."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:40
msgid "All frameworks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:42
msgid "Qt &gt;= 5.4 is now required, i.e. Qt 5.3 is no longer supported."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:47
msgid "Add const variant to getter method"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:53
msgid "Centralize batch size in config"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:54
msgid "Remove code blocking indexing of text/plain files without .txt extension (bug 358098)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:55
msgid "Check both, filename and filecontent to determine mimetype (bug 353512)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:61
msgid "ObexManager: Split error messages for missing objects"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:67
msgid "add breeze lokalize icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:68
msgid "sync app icons between breeze and breeze dark"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:69
msgid "update theme icons and remove application-system icon fix kicker groups"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:70
msgid "add xpi support for firefox addons (bug 359913)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:71
msgid "update okular icon with the right one"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:72
msgid "add ktnef app icon support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:73
msgid "add kmenueditor, kmouse and knotes icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:74
msgid "change audio volume muted icon to use - for mute instead of only red color (bug 360953)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:75
msgid "add djvu mimetype support (bug 360136)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:76
msgid "add link instead of double entry"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:77
msgid "add ms-shortcut icon for gnucash (bug 360776)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:78
msgid "change wallpaper background to generic one"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:79
msgid "update icons to use an generic wallpaper"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:80
msgid "add the icon for konqueror (bug 360304)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:81
msgid "add process-working icon for progress animation in KDE (bug 360304)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:82
msgid "add software install icon and update update icon with the right color"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:83
msgid "add add and remove emblem icons for dolphin select, add mount icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:84
msgid "Remove stylesheet from analogclock and kickerdash applet icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:85
msgid "sync breeze and breeze dark (bug 360294)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:91
msgid "Fix _ecm_update_iconcache to only update the install location"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:92
msgid "Revert \"ECMQtDeclareLoggingCategory: Include &lt;QDebug&gt; with the generated file\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:98
msgid "Fallback to QCommonStyle implementation of standardIcon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:99
msgid "Set a default menu close timeout"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:105
msgid "Removed compiler checks now that all frameworks require c++11"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:106
msgid "Removed QML ResourceModel as it is superseeded by KAStats::ResultModel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:107
msgid "Inserting into empty QFlatSet returned an invalid iterator"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:113
msgid "Simplify code (qCount -&gt; std::count, homegrown isprint -&gt; QChar::isPrint)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:114
msgid "encoding detection: fix crash in wrong usage of isprint (bug 357341)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:115
msgid "Fix crash due to uninitialized variable (bug 357341)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:121
msgid "KCompletionBox: force frameless window and don't set focus"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:122
msgid "KCompletionBox should *not* be a tooltip"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:128
msgid "Add support for get QStandardPaths locations inside desktop files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:134
msgid "Fix kcoreaddons_desktop_to_json() on windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:135
msgid "src/lib/CMakeLists.txt - fix linking to a Threads library"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:136
msgid "Add stubs to allow compilation on Android"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:142
msgid "Avoid introspecting a DBus interface when we don't use it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:148
msgid "uniform use of std::numeric_limits"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:149
msgid "[DeclarativeDragArea] Don't override \"text\" of mime data"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:155
msgid "Fix obsolete link in kdebugdialog5 docbook"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:156
msgid "Don't leak Qt5::Network as required lib for the rest of the ConfigureChecks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:162
msgid "Set feature macros to enable building on musl libc"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:168
msgid "KEmoticons: fix crash when loadProvider fails for some reason"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:174
msgid "Make kglobalaccel5 properly killable, fixing super slow shutdown"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:180
msgid "Use qt system locale langs as fallback on non UNIX"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:186
msgid "Clean up and refactor the xcb port of klauncher"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:192
msgid "FavIconsCache: sync after write, so other apps see it, and to avoid crash on destruction"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:193
msgid "Fix many threading issues in KUrlCompletion"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:194
msgid "Fix crash in rename dialog (bug 360488)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:195
msgid "KOpenWithDialog: improve window title and description text (bug 359233)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:196
msgid "Allow for better cross-platform deployment of io slaves by bundling protocol info in plugin meta data"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:202
msgid "KSelectionProxyModel: Simplify row removal handling, simplify deselection logic"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:203
msgid "KSelectionProxyModel: Recreate mapping on removal only if needed (bug 352369)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:204
msgid "KSelectionProxyModel: Only clear firstChild mappings for top-level"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:205
msgid "KSelectionProxyModel: Ensure proper signalling when removing last selected"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:206
msgid "Make DynamicTreeModel searchable by display role"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:212
msgid "Do not crash if .desktop files are missing or broken"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:218
msgid "Handle left-button clicking on legacy systray icons (bug 358589)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:219
msgid "Only use X11BypassWindowManagerHint flag on platform X11"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:225
msgid "After installing a package, load it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:226
msgid "if the package exists and up to date don't fail"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:227
msgid "Add Package::cryptographicHash(QCryptographicHash::Algorithm)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:233
msgid "Set the contact uri as person uri in PersonData when no person exists"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:234
msgid "Set a name for the database connection"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:240
msgid "Import runner template from KAppTemplate"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:246
msgid "Fix new kbuildsycoca warning, when a mimetype inherits from an alias"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:247
msgid "Fix handling of x-scheme-handler/* in mimeapps.list"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:248
msgid "Fix handling of x-scheme-handler/* in mimeapps.list parsing (bug 358159)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:254
msgid "Revert \"Open/Save config page: Use term \"Folder\" instead of \"Directory\"\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:255
msgid "enforce UTF-8"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:256
msgid "Open/Save config page: Use term \"Folder\" instead of \"Directory\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:257
msgid "kateschemaconfig.cpp: use correct filters with open/save dialogs (bug 343327)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:258
msgid "c.xml: use default style for control flow keywords"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:259
msgid "isocpp.xml: use default style \"dsControlFlow\" for control flow keywords"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:260
msgid "c/isocpp: add more C standard types"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:261
msgid "KateRenderer::lineHeight() returns an int"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:262
msgid "printing: use font size from selected printing schema (bug 356110)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:263
msgid "cmake.xml speedup: Use WordDetect instead of RegExpr"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:264
msgid "Change tab width to 4 instead of 8"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:265
msgid "Fix changing the current line number color"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:266
msgid "Fix selecting completion item with the mouse (bug 307052)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:267
msgid "Add syntax highlighting for gcode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:268
msgid "Fix the MiniMap selection background painting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:269
msgid "Fix encoding for gap.xml (use UTF-8)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:270
msgid "Fix nested comment blocks (bug 358692)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:276
msgid "Take content margins into account when calculating size hints"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:282
msgid "Fix editing toolbars loses plugged actions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:288
msgid "ConnectionSettings: Initialize gateway ping timeout"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:289
msgid "New TunSetting and Tun connection type"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:290
msgid "Create devices for all known types"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:296
msgid "Install index.theme to same directory it always was in"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:297
msgid "Install into oxygen/base/ so icons move from apps don't clash with version installed by those apps"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:298
msgid "Replicate symlinks from breeze-icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:299
msgid "Add new emblem-added and emblem-remove icons for sync with breeze"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:305
msgid "[calendar] Fix calendar applet not clearing selection when hiding (bug 360683)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:306
msgid "update audio icon to use stylesheet"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:307
msgid "update audio mute icon (bug 360953)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:308
msgid "Fixing the force-creation of applets when plasma is immutable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:309
msgid "[Fading Node] Don't mix opacity separately (bug 355894)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:310
msgid "[Svg] Don't reparse configuration in response to Theme::applicationPaletteChanged"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:311
msgid "Dialog: Set SkipTaskbar/Pager states before showing window (bug 332024)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:312
msgid "Reintroduce busy property in Applet"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:313
msgid "Make sure PlasmaQuick export file is properly found"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:314
msgid "Don't import an nonexistent layout"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:315
msgid "Make it possible for an applet to offer a test object"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:316
msgid "Replace QMenu::exec with QMenu::popup"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:317
msgid "FrameSvg: Fix dangling pointers in sharedFrames when theme changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:318
msgid "IconItem: Schedule pixmap update when window changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:319
msgid "IconItem: Animate active and enabled change even with animations disabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:320
msgid "DaysModel: Make update a slot"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:321
msgid "[Icon Item] Don't animate from previous pixmap when it has been invisible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:322
msgid "[Icon Item] Don't call loadPixmap in setColorGroup"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:323
msgid "[Applet] Don't overwrite \"Persistent\" flag of Undo notification"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:324
msgid "Allowing to override plasma mutability setting on containment creation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:325
msgid "Add icon/titleChanged"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:326
msgid "Remove QtScript dependency"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:327
msgid "Header of plasmaquick_export.h is in plasmaquick folder"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.21.0.php:328
msgid "Install some plasmaquick headers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:4
msgid "Release of KDE Frameworks 5.22.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:16
msgid ""
" \n"
"May 15, 2016. KDE today announces the release\n"
"of KDE Frameworks 5.22.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:41
msgid "Properly check if a URL is a local file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:47
msgid "Compilation fixes for Windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:53
msgid "Many new action and application icons."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:54
msgid "Specify offered extensions as per change in kiconthemes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:60
msgid "Android deployment: support projects without things in share or lib/qml (bug 362578)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:61
msgid "Enables KDE_INSTALL_USE_QT_SYS_PATHS if CMAKE_INSTALL_PREFIX Qt5 prefix"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:62
msgid "ecm_qt_declare_logging_category: improve error message when using without including"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:68
msgid "Remove platformtheme plugin as it's in plasma-integration"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:74
msgid "Provide a way to disable inotify use in KDirWatch"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:75
msgid "Fix KAboutData::applicationData() to init from current Q*Application metadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:76
msgid "Make clear that KRandom is not recommended for cryptography purposes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:82
msgid "KDBusService: turn '-' into '_' in object paths"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:88
msgid "Don't crash if we have no openGL context"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:94
msgid "Provide a fallback MAXPATHLEN if not defined"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:95
msgid "Fix KDateTime::isValid() for ClockTime values (bug 336738)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:101
msgid "Added entity applications"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:107
msgid "Merge branch 'externalextractors'"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:108
msgid "Fixed external plugins and tests"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:109
msgid "Added support for external writer plugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:110
msgid "Added writer plugin support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:111
msgid "Add external extractor plugin support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:117
msgid "Implement toString for Uint8ArrayConstructor and friends"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:118
msgid "Merge in several Coverity-related fixes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:119
msgid "Correctly use QCache::insert"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:120
msgid "Fix some memory leaks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:121
msgid "Sanity check CSS web font parsing, avoid potential mem leak"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:122
msgid "dom: Add tag priorities for 'comment' tag"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:128
msgid "libgettext: Fix potential use-after-free using non-g++ compilers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:134
msgid "Use appropriate container for internal pointer array"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:135
msgid "Add opportunity to reduce unneeded disk accesses, introduces KDE-Extensions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:136
msgid "Save some disk accesses"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:142
msgid "kurlnavigatortoolbutton.cpp - use buttonWidth in paintEvent()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:143
msgid "New file menu: filter out duplicates (e.g. between .qrc and system files) (bug 355390)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:144
msgid "Fix error message on startup of the cookies KCM"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:145
msgid "Remove kmailservice5, it can only do harm at this point (bug 354151)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:146
msgid "Fix KFileItem::refresh() for symlinks. The wrong size, filetype and permissions were being set"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:147
msgid "Fix regression in KFileItem: refresh() would lose the file type, so a dir became a file (bug 353195)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:148
msgid "Set text on QCheckbox widget rather than using a separate label (bug 245580)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:149
msgid "Don't enable acl permissions widget if we don't own the file (bug 245580)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:150
msgid "Fix double-slash in KUriFilter results when a name filter is set"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:151
msgid "KUrlRequester: add signal textEdited (forwarded from QLineEdit)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:157
msgid "Fix template syntax for test case generation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:158
msgid "Fix linking with Qt 5.4 (wrongly placed #endif)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:164
msgid "Fix the layout of the BrowserOpenOrSaveQuestion dialogue"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:170
msgid "Add a check for PersonData being valid"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:176
msgid "Fix metainfo.yaml: KRunner is neither a porting aid nor deprecated"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:182
msgid "Remove too-strict maximum string length in KSycoca database"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:188
msgid "Use proper char syntax '\"' instead of '\\\"'"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:189
msgid "doxygen.xml: Use default style dsAnnotation for \"Custom Tags\" as well (less hard-coded colors)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:190
msgid "Add option to show the counter of words"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:191
msgid "Improved foreground color contrast for search &amp; replace highlightings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:192
msgid "Fix crash when closing Kate through dbus while the print dialog is open (bug #356813) (bug 356813)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:193
msgid "Cursor::isValid(): add note about isValidTextPosition()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:194
msgid "Add API {Cursor, Range}::{toString, static fromString}"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:197
#: announcements/kde-frameworks-5.23.0.php:233
#: announcements/kde-frameworks-5.26.0.php:218
#: announcements/kde-frameworks-5.28.0.php:218
#: announcements/kde-frameworks-5.37.0.php:188
#: announcements/kde-frameworks-5.41.0.php:243
#: announcements/kde-frameworks-5.49.0.php:389
#: announcements/kde-frameworks-5.7.0.php:216
msgid "KUnitConversion"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:200
msgid "Inform the client if we don't know the conversion rate"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:201
msgid "Add ILS (Israeli New Shekel) currency (bug 336016)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:207
msgid "disable seession restore for kwalletd5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:213
msgid "KNewPasswordWidget: Remove size hint on spacer, which was leading to some always empty space in the layout"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:214
msgid "KNewPasswordWidget: fix QPalette when widget is disabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:220
msgid "Fix generation of path to xcb plugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:226
msgid "[QuickTheme] Fix properties"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:227
msgid "highlight/highlightedText from proper color group"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:228
msgid "ConfigModel: Don't try to resolve empty source path from package"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:229
msgid "[calendar] Only show the events mark on days grid, not month or year"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:230
msgid "declarativeimports/core/windowthumbnail.h - fix -Wreorder warning"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:231
msgid "reload icon theme properly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:232
msgid "Always write the theme name to plasmarc, also if the default theme is chosen"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:233
msgid "[calendar] Add a mark to days containing an event"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:234
msgid "add Positive, Neutral, Negative text colors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:235
msgid "ScrollArea: Fix warning when contentItem is not Flickable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:236
msgid "Add a prop and method for aligning the menu against a corner of its visual parent"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:237
msgid "Allow setting minimum width on Menu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:238
msgid "Maintain order in stored item list"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:239
msgid "Extend API to allow (re)positioning menu items during procedural insert"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:240
msgid "bind highlightedText color in Plasma::Theme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:241
msgid "Fix unsetting associated application/urls for Plasma::Applets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:242
msgid "Don't expose symbols of private class DataEngineManager"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:243
msgid "add an \"event\" element in the calendar svg"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:244
msgid "SortFilterModel: Invalidate filter when changing filter callback"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:250
msgid "Install parsetrigrams tool for cross compiling"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:251
msgid "hunspell: Load/Store a personal dictionary"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:252
msgid "Support hunspell 1.4"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:253
msgid "configwidget: notify about changed config when ignored words updated"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:254
msgid "settings: don't immediately save the config when updating ignore list"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:255
msgid "configwidget: fix saving when ignore words updated"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.22.0.php:256
msgid "Fix failed to save ignore word issue (bug 355973)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:4
msgid "Release of KDE Frameworks 5.23.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:16
msgid ""
" \n"
"June 13, 2016. KDE today announces the release\n"
"of KDE Frameworks 5.23.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:41
msgid "Make it actually possible to tell providers from the url we were given"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:42
msgid "Provide QDebug helpers for some Attica classes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:43
msgid "Fix redirection of absolute Urls (bug 354748)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:49
msgid "Fix using spaces in the tags kioslave (bug 349118)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:55
msgid "Add a CMake option to build binary Qt resource out of icons dir"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:56
msgid "Many new and updated icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:57
msgid "update disconnect network icon for bigger diference to conntected (bug 353369)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:58
msgid "update mount and unmount icon (bug 358925)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:59
msgid "add some avatars from plasma-desktop/kcms/useraccount/pics/sources"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:60
msgid "remove chromium icon cause the default chromium icon fit's well (bug 363595)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:61
msgid "make the konsole icons lighter (bug 355697)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:62
msgid "add mail icons for thunderbird (bug 357334)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:63
msgid "add public key icon (bug 361366)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:64
msgid "remove process-working-kde cause the konqueror icons should be used (bug 360304)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:65
msgid "update krusader icons according to (bug 359863)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:66
msgid "rename the mic icons according D1291 (bug D1291)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:67
msgid "add some script mimetype icons (bug 363040)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:68
msgid "add virtual keyboard and touchpad on/off functionality for OSD"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:74
msgid "Remove unused dependencies and translation handling"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:80
msgid "Adding runningActivities property to the Consumer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:86
msgid "Major rework of the API docs generation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:92
msgid "Use QQuickWidget for QML KCMs (bug 359124)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:98
msgid "Avoid skipping KAuthorized check"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:104
msgid "Allow using new style connect syntax with KStandardAction::create()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:110
msgid "Print the failing plugin when notifying a cast warning"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:111
msgid "[kshareddatacache] Fix invalid use of &amp; to avoid unaligned reads"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:112
msgid "Kdelibs4ConfigMigrator: skip reparsing if nothing was migrated"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:113
msgid "krandom: Add testcase to catch bug 362161 (failure to auto-seed)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:119
msgid "Check size of unix domain socket path before copying to it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:125
msgid "Support selected state"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:126
msgid "KCMShell import can now be used to query for whether opening a KCM is actually allowed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:132
msgid "Warn about KDateTimeParser::parseDateUnicode not being implemented"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:133
msgid "K4TimeZoneWidget: correct path for flag images"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:139
msgid "Add commonly used entities for keys to en/user.entities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:140
msgid "Update man-docbook template"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:141
msgid "Update book template + man template + add arcticle template"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:142
msgid "Call kdoctools_create_handbook only for index.docbook (bug 357428)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:148
msgid "Add emojis support to KEmoticon + Emoji One icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:149
msgid "Add support for custom emoticon sizes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:155
msgid "Fix potential memory leak reported by Coverity and simplify the code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:156
msgid "The number of layers is determined by the number of comma-separated values in the ‘background-image’ property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:157
msgid "Fix parsing background-position in shorthand declaration"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:158
msgid "Do not create new fontFace if there is no valid source"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:164
msgid "Don't make KIconThemes depend on Oxygen (bug 360664)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:165
msgid "Selected state concept for icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:166
msgid "Use system colors for monochrome icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:172
msgid "Fix race in which the file containing the X11 cookie has the wrong permissions for a small while"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:173
msgid "Fix permissions of /tmp/xauth-xxx-_y"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:179
msgid "Give clearer error message when KRun(URL) is given a URL without scheme (bug 363337)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:180
msgid "Add KProtocolInfo::archiveMimetypes()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:181
msgid "use selected icon mode in file open dialog sidebar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:182
msgid "kshorturifilter: fix regression with mailto: not prepended when no mailer is installed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:188
msgid "Set correct \"dialog\" flag for Progress Widget dialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:194
msgid "Don't initialize KNS3::DownloadManager with the wrong categories"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:195
msgid "Extend KNS3::Entry public API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:201
#: announcements/kde-frameworks-5.23.0.php:207
msgid "use QUrl::fromUserInput to construct sound url (bug 337276)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:213
msgid "Fix associated applications for mimetypes with uppercase characters"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:214
msgid "Lowercase the lookup key for mimetypes, to make it case insensitive"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:215
msgid "Fix ksycoca notifications when the DB doesn't exist yet"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:221
msgid "Fix default encoding to UTF-8 (bug 362604)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:222
msgid "Fix color configurability of default style \"Error\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:223
msgid "Search &amp; Replace: Fix replace background color (regression introduced in v5.22) (bug 363441)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:224
msgid "New color scheme \"Breeze Dark\", see https://kate-editor.org/?post=3745"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:225
msgid "KateUndoManager::setUndoRedoCursorOfLastGroup(): pass Cursor as const reference"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:226
msgid "sql-postgresql.xml improve syntax highlighting by ignoring multiline function bodies"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:227
msgid "Add syntax highlighting for Elixir and Kotlin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:228
msgid "VHDL syntax highlighting in ktexteditor: add support for functions inside architecture statements"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:229
msgid "vimode: Don't crash when given a range for a nonexistent command (bug 360418)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:230
msgid "Properly remove composed characters when using Indic locales"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:236
msgid "Fix downloading currency exchange rates (bug 345750)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:242
msgid "KWalletd migration: fix error handling, stops the migration from happening on every single boot."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:245
#: announcements/kde-frameworks-5.24.0.php:273
#: announcements/kde-frameworks-5.25.0.php:244
#: announcements/kde-frameworks-5.26.0.php:231
#: announcements/kde-frameworks-5.27.0.php:241
#: announcements/kde-frameworks-5.28.0.php:231
#: announcements/kde-frameworks-5.29.0.php:232
#: announcements/kde-frameworks-5.33.0.php:164
#: announcements/kde-frameworks-5.34.0.php:185
#: announcements/kde-frameworks-5.35.0.php:185
#: announcements/kde-frameworks-5.37.0.php:200
#: announcements/kde-frameworks-5.38.0.php:211
#: announcements/kde-frameworks-5.39.0.php:203
#: announcements/kde-frameworks-5.40.0.php:180
#: announcements/kde-frameworks-5.41.0.php:250
#: announcements/kde-frameworks-5.42.0.php:271
#: announcements/kde-frameworks-5.44.0.php:219
#: announcements/kde-frameworks-5.45.0.php:294
#: announcements/kde-frameworks-5.47.0.php:213
#: announcements/kde-frameworks-5.48.0.php:250
#: announcements/kde-frameworks-5.49.0.php:401
msgid "KWayland"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:248
msgid "[client] Don't check resource version for PlasmaWindow"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:249
msgid "Introduce an initial state event into Plasma Window protocol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:250
msgid "[server] Trigger error if a transient request tries to parent to itself"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:251
msgid "[server] Properly handle the case that a PlasmaWindow is unmapped before client bound it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:252
msgid "[server] Properly handle destructor in SlideInterface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:253
msgid "Add support for touch events in fakeinput protocol and interface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:254
msgid "[server] Standardize the destructor request handling for Resources"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:255
msgid "Implement wl_text_input and zwp_text_input_v2 interfaces"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:256
msgid "[server] Prevent double delete of callback resources in SurfaceInterface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:257
msgid "[server] Add resource nullptr check to ShellSurfaceInterface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:258
msgid "[server] Compare ClientConnection instead of wl_client in SeatInterface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:259
msgid "[server] Improve the handling when clients disconnect"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:260
msgid "server/plasmawindowmanagement_interface.cpp - fix -Wreorder warning"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:261
msgid "[client] Add context pointer to connects in PlasmaWindowModel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:262
msgid "Many fixes related to destruction"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:268
msgid "Use selected icon effect for current KPageView page"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:274
msgid "[platform xcb] Respect request icon size (bug 362324)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:280
msgid "Right-clicking the menu bar of an application will now longer allow bypassing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:286
msgid "Revert \"drop WiMAX support for NM 1.2.0+\" as it breaks ABI"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:292
msgid "Sync weather icons with breeze"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:293
msgid "Add update icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:299
msgid "Add cantata system tray support (bug 363784)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:300
msgid "Selected state for Plasma::Svg and IconItem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:301
msgid "DaysModel: reset m_agendaNeedsUpdate when plugin sends new events"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:302
msgid "Update audio and network icon to get a better contrast (bug 356082)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:303
msgid "Deprecate downloadPath(const QString &amp;file) in favor of downloadPath()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:304
msgid "[icon thumbnail] Request for preferred icon size (bug 362324)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:305
msgid "Plasmoids can now tell whether widgets are locked by the user or sysadmin restrictions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:306
msgid "[ContainmentInterface] Don't try to popup empty QMenu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:307
msgid "Use SAX for Plasma::Svg stylesheet replacement"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:308
msgid "[DialogShadows] Cache access to QX11Info::display()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:309
msgid "restore air plasma theme icons from KDE4"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.23.0.php:310
msgid "Reload selected color scheme on colors changed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:4
msgid "Release of KDE Frameworks 5.24.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:16
msgid ""
" \n"
"July 09, 2016. KDE today announces the release\n"
"of KDE Frameworks 5.24.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:38
#: announcements/kde-frameworks-5.42.0.php:38
msgid "General changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:41
msgid ""
"The list of supported platforms for each framework is now more explicit.\n"
"Android has been added to the list of supported platforms in all frameworks where this is the case."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:48
msgid "DocumentUrlDB::del Only assert when children of dir actually exist"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:49
msgid "Ignore malformed Queries which have a binary operator without first argument"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:55
msgid "Many new or improved icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:56
msgid "fix bug 364931 user-idle icon was not visible (bug 364931)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:57
msgid "Add a program to convert symbolically linked files to qrc aliases"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:63
msgid "Integrate relative library paths to APK"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:70
msgid ""
"Ensure extracting an archive does not install files outside the extraction folder,\n"
"for security reasons. Instead, extract such files to the root of the extraction folder."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:77
msgid "Cleanup KBookmarkManagerList before qApp exits, to avoid deadlocks with the DBus thread"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:83
msgid "Deprecate authorizeKAction() in favor of authorizeAction()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:84
msgid "Fix reproducibility in builds by ensuring utf-8 encoding"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:90
msgid "KStandardAction::showStatusbar: Return the intended action"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:96
msgid "Make epoxy optional"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:102
msgid "[OS X] make kded5 an agent, and build it as a regular application"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:108
msgid "Remove KDETranslator class, there's no kdeqt.po anymore"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:109
msgid "Document the replacement for use12Clock()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:115
msgid "Add support for KNewPasswordWidget"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:121
msgid "Allow KDocTools to always locate at least its own installed stuff"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:122
msgid "Use CMAKE_INSTALL_DATAROOTDIR to look for docbook instead of share"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:123
msgid "Update qt5options manpage docbook to qt 5.4"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:124
msgid "Update kf5options manpage docbook"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:130
msgid "Move glass theme to kde-look"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:136
msgid "Use QGuiApplication instead of QApplication"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:142
msgid "Fix applying inherit value for outline shorthand property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:143
msgid "Handle initial and inherit for border radius"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:144
msgid "Discard property if we caught an invalid length|percent as background-size"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:145
msgid "cssText must output comma separated values for those properties"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:146
msgid "Fix parsing background-clip in shorthand"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:147
msgid "Implement background-size parsing in shorthand"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:148
msgid "Mark properties as set when repeating patterns"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:149
msgid "Fix background properties inheritance"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:150
msgid "Fix applying Initial and Inherit for background-size property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:151
msgid "Deploy the khtml kxmlgui file in a Qt resource file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:157
msgid "Also search catalogs for stripped variants of values in env var LANGUAGE"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:158
msgid "Fix parsing of env var values WRT modifier and codeset, done in wrong order"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:164
msgid "Add support for loading and using an icontheme in a RCC file automatically"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:165
msgid "Document icon theme deployment on MacOS and Windows, see https://api.kde.org/frameworks/kiconthemes/html/index.html"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:171
msgid "Allow timeout in reset_oom_protection while waiting for SIGUSR1"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:177
msgid "KIO: add SlaveBase::openPasswordDialogV2 for better error checking, please port your kioslaves to it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:178
msgid "Fix KUrlRequester opening file dialog in wrong directory (bug 364719)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:179
msgid "Fix unsafe KDirModelDirNode* casts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:180
msgid "Add cmake option KIO_FORK_SLAVES to set default value"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:181
msgid "ShortUri filter: fix filtering of mailto:user@host"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:182
msgid "Add OpenFileManagerWindowJob to highlight file within a folder"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:183
msgid "KRun: add runApplication method"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:184
msgid "Add soundcloud search provider"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:185
msgid "Fix an alignment issue with the OS X native \"macintosh\" style"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:191
msgid "Add KExtraColumnsProxyModel::removeExtraColumn, will be needed by StatisticsProxyModel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:197
msgid "kjs/ConfigureChecks.cmake - set HAVE_SYS_PARAM_H properly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:203
msgid "Make sure we have a size to offer (bug 364896)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:204
msgid "Fix \"Download dialog fails when all categories missing\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:210
msgid "Fix notify by taskbar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:216
msgid "KNotifyConfigWidget: add disableAllSounds() method (bug 157272)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:222
msgid "Add switch to disable KParts' handling of window titles"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:223
#: announcements/kde-frameworks-5.24.0.php:303
msgid "Add donate menu item to help menu of our apps"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:229
msgid "Fix name of QDialogButtonBox's enumerator \"StandardButtons\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:230
msgid "Remove the first attempt to load library because we will try libraryPaths anyway"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:231
msgid "Fix crash when a method exposed to Kross returns QVariant with non-relocatable data"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:232
msgid "Do not use C-style casts into void* (bug 325055)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:238
msgid "[QueryMatch] Add iconName"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:244
msgid "Show Scrollbar Text Preview after a delay of 250ms"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:245
msgid "hide preview and stuff on view content scrolling"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:246
msgid "set parent + toolview, I think this is needed to avoid task switcher entry in Win10"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:247
msgid "Remove \"KDE-Standard\" from encoding box"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:248
msgid "Folding preview on per default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:249
msgid "Avoid dashed underline for preview &amp; avoid poisoning of line layout cache"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:250
msgid "Always enable \"Show preview of folded text\" option"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:251
msgid "TextPreview: Adjust the grooveRect-height when scrollPastEnd is enabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:252
msgid "Scrollbar preview: use groove rect if scrollbar does not use full height"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:253
msgid "Add KTE::MovingRange::numberOfLines() just like KTE::Range has"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:254
msgid "Code folding preview: set popup height so that all hidden lines fit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:255
msgid "Add option to disable preview of folded text"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:256
msgid "Add modeline 'folding-preview' of type bool"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:257
msgid "View ConfigInterface: support 'folding-preview' of type bool"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:258
msgid "Add bool KateViewConfig::foldingPreview() and setFoldingPreview(bool)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:259
msgid "Feature: Show text preview when hovering over folded code block"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:260
msgid "KateTextPreview: add setShowFoldedLines() and showFoldedLines()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:261
msgid "Add modelines 'scrollbar-minimap' [bool], and 'scrollbar-preview' [bool]"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:262
msgid "Enable mini-map scrollbar by default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:263
msgid "New feature: Show text preview when hovering over the scrollbar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:264
msgid "KateUndoGroup::editEnd(): pass KTE::Range by const ref"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:265
msgid "Fix vim-mode shortcut handling, after behaviour changes in Qt 5.5 (bug 353332)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:266
msgid "Autobrace: don't insert ' character in text"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:267
msgid "ConfigInterface: add scrollbar-minimap config key to enable/disable scrollbar mini map"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:268
msgid "Fix KTE::View::cursorToCoordinate() when top message widget is visible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:269
msgid "Refactoring of the Emulated Command Bar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:270
msgid "Fix drawing artifacts when scrolling while notifications are visible (bug 363220)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:276
msgid "Add a parent_window event to Plasma Window interface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:277
msgid "Properly handle destroying a Pointer/Keyboard/Touch resource"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:278
msgid "[server] Delete dead code: KeyboardInterface::Private::sendKeymap"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:279
msgid "[server] Add support for setting the clipboard selection DataDeviceInterface manually"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:280
msgid "[server] Ensure that Resource::Private::get returns nullptr if passed a nullptr"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:281
msgid "[server] Add resource check in QtExtendedSurfaceInterface::close"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:282
msgid "[server] Unset SurfaceInterface pointer in referenced objects when being destroyed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:283
msgid "[server] Fix error message in QtSurfaceExtension Interface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:284
msgid "[server] Introduce a Resource::unbound signal emitted from unbind handler"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:285
msgid "[server] Don't assert when destroying a still referenced BufferInterface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:286
msgid "Add destructor request to org_kde_kwin_shadow and org_kde_kwin_shadow_manager"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:292
msgid "Fix reading Unihan data"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:293
msgid "Fix minimum size of KNewPasswordDialog (bug 342523)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:294
msgid "Fix ambiguous contructor on MSVC 2015"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:295
msgid "Fix an alignment issue under the OS X native \"macintosh\" style (bug 296810)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:301
msgid "KXMLGui: Fix merge indices when removing xmlgui clients with actions in groups (bug 64754)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:302
msgid "Don't warn about \"file found in compat location\" if it wasn't found at all"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:309
msgid "Do not set peap label based on peap version"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:310
msgid "Make network manager version checks in runtime (to avoid compile vs. run-time (bug 362736)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:316
msgid "[Calendar] Flip arrow buttons on right-to-left languages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:317
msgid "Plasma::Service::operationDescription() should return a QVariantMap"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:318
msgid "Don't include embedded contrainers in containmentAt(pos) (bug 361777)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:319
msgid "fix the color theming for the restart system icon (login screen) (bug 364454)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:320
msgid "disable taskbar thumbnails with llvmpipe (bug 363371)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:321
msgid "guard against invalid applets (bug 364281)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:322
msgid "PluginLoader::loadApplet: restore compatibility for misinstalled applets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:323
msgid "correct folder for PLASMA_PLASMOIDS_PLUGINDIR"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:324
msgid "PluginLoader: improve error message about plugin version compatibility"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:325
msgid "Fix check to keep QMenu on screen for multiscreen layouts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:326
msgid "New containment type for the systray"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:329
#: announcements/kde-frameworks-5.25.0.php:322
#: announcements/kde-frameworks-5.28.0.php:318
#: announcements/kde-frameworks-5.29.0.php:282
#: announcements/kde-frameworks-5.31.0.php:222
#: announcements/kde-frameworks-5.32.0.php:222
#: announcements/kde-frameworks-5.34.0.php:238
#: announcements/kde-frameworks-5.36.0.php:195
#: announcements/kde-frameworks-5.39.0.php:256
#: announcements/kde-frameworks-5.41.0.php:318
#: announcements/kde-frameworks-5.43.0.php:300
#: announcements/kde-frameworks-5.44.0.php:306
#: announcements/kde-frameworks-5.45.0.php:378
#: announcements/kde-frameworks-5.46.0.php:275
#: announcements/kde-frameworks-5.48.0.php:319
#: announcements/kde-frameworks-5.49.0.php:476
#: announcements/kde-frameworks-5.7.0.php:272
#: announcements/kde-frameworks-5.9.0.php:178
msgid "Solid"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:332
msgid "Fix check that CPU is valid"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:333
msgid "Handle reading /proc/cpuinfo for Arm processors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:334
msgid "Find CPUs by subsystem rather than driver"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:340
msgid "Mark helper exe as non-gui app"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.24.0.php:341
msgid "Allow nsspellcheck to be compiled on mac per default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:4
msgid "Release of KDE Frameworks 5.25.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:16
msgid ""
" \n"
"August 13, 2016. KDE today announces the release\n"
"of KDE Frameworks 5.25.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:38
#: announcements/kde-frameworks-5.29.0.php:42
#: announcements/kde-frameworks-5.31.0.php:38
#: announcements/kde-frameworks-5.8.0.php:44
msgid "General"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:41
msgid "Qt &gt;= 5.5 is now required"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:47
msgid "Follow HTTP redirects"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:53
msgid "update mail- 16px icons to recognize the icons better"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:54
msgid "update mic and audio status icons to have the same layout and size"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:55
msgid "New System Settings app icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:56
msgid "add symbolic status gnome icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:57
msgid "add gnome 3 symbolic icon support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:58
msgid "Added icons for Diaspora and Vector, see phabricator.kde.org/M59"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:59
msgid "New icons for Dolphin and Gwenview"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:60
msgid "weather icons are status icons no app icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:61
msgid "add some links to xliff thanks gnastyle"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:62
msgid "add kig icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:63
msgid "add mimetype icons, krdc icon, other app icons from gnastyle"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:64
msgid "add certificate mimetype icon (bug 365094)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:65
msgid "update gimp icons thanks gnastyle (bug 354370)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:66
msgid "globe action icon is now no linked file please use it in digikam"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:67
msgid "update labplot icons according to mail 13.07. from Alexander Semke"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:68
#: announcements/kde-frameworks-5.26.0.php:60
msgid "add app icons from gnastyle"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:69
msgid "add kruler icon from Yuri Fabirovsky"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:70
msgid "fix broken svg files thanks fuchs (bug 365035)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:76
msgid "Fix inclusion when there's no Qt5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:77
msgid "Add a fallback method for query_qmake() when there's no Qt5 installation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:78
msgid "Make sure ECMGeneratePriFile.cmake behaves like the rest of ECM"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:79
msgid "Appstream data changed its preferred location"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:85
msgid "[KActivities-CLI] commands for starting and stopping an activity"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:86
msgid "[KActivities-CLI] setting and getting activity name, icon and description"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:87
msgid "Added a CLI application for controlling activities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:88
msgid "Adding scripts to switch to previous and next activities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:89
msgid "Method for inserting into QFlatSet now returns index along with the iterator (bug 365610)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:90
msgid "Adding ZSH functions for stopping and deleting non-current activities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:91
msgid "Added isCurrent property to KActivities::Info"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:92
msgid "Using constant iterators when searching for activity"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:98
msgid "Many improvements to the output formatting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:99
msgid "Mainpage.dox has now higher priority than README.md"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:105
msgid "Handle multiple gzip streams (bug 232843)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:106
msgid "Assume a directory is a directory, even if the permission bit is set wrong (bug 364071)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:112
msgid "KBookmarkGroup::moveBookmark: fix return value when item is already at the right position"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:118
msgid "Add DeleteFile and RenameFile standard shortcut"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:124
msgid "Add DeleteFile and RenameFile standard action"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:125
msgid "The config page has now scroll bars when needed (bug 362234)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:131
msgid "Install known licenses and find them at runtime (regression fix) (bug 353939)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:137
msgid "Actually emit valueChanged"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:143
msgid "Check for xattr during config step, otherwise the build might fail (if xattr.h is missing)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:149
msgid "Use klauncher dbus instead of KRun (bug 366415)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:150
msgid "Launch jumplist actions via KGlobalAccel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:151
msgid "KGlobalAccel: Fix deadlock on exit under Windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:157
msgid "Support percentage unit in border radius"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:158
msgid "Removed prefixed version of background and border radius properties"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:159
msgid "Fixes in 4-values shorthand constructor function"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:160
msgid "Create string objects only if they will be used"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:166
msgid "Greatly improve the performance of makeCacheKey, as it is a critical code path in icon lookup"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:167
msgid "KIconLoader: reduce number of lookups when doing fallbacks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:168
msgid "KIconLoader: massive speed improvement for loading unavailable icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:169
msgid "Do not clear search line when switching category"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:170
msgid "KIconEngine: Fix QIcon::hasThemeIcon always returning true (bug 365130)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:176
msgid "Adapt KInit to Mac OS X"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:182
msgid "Fix KIO::linkAs() to work as advertised, i.e. fail if dest already exists"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:183
msgid "Fix KIO::put(\"file:///path\") to respect the umask (bug 359581)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:184
msgid "Fix KIO::pasteActionText for null dest item and for empty URL"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:185
msgid "Add support for undoing symlink creation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:186
msgid "GUI option to configure global MarkPartial for KIO slaves"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:187
msgid "Fix MaxCacheSize limited to 99 KiB"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:188
msgid "Add clipboard buttons to checksums tab"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:189
msgid "KNewFileMenu: fix copying template file from embedded resource (bug 359581)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:190
msgid "KNewFileMenu: Fix creating link to application (bug 363673)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:191
msgid "KNewFileMenu: Fix suggestion of new filename when file already exist in desktop"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:192
msgid "KNewFileMenu: ensure fileCreated() is emitted for app desktop files too"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:193
msgid "KNewFileMenu: fix creating symlinks with a relative target"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:194
msgid "KPropertiesDialog: simplify button box usage, fix behavior on Esc"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:195
msgid "KProtocolInfo: refill cache to find newly installed protocols"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:196
msgid "KIO::CopyJob: port to qCDebug (with its own area, since this can be quite verbose)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:197
msgid "KPropertiesDialog: add Checksums tab"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:198
msgid "Clean url's path before initializing KUrlNavigator"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:204
msgid "KRearrangeColumnsProxyModel: fix assert in index(0, 0) on empty model"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:205
msgid "Fix KDescendantsProxyModel::setSourceModel() not clearing internal caches"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:206
msgid "KRecursiveFilterProxyModel: fix QSFPM corruption due to filtering out rowsRemoved signal (bug 349789)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:207
msgid "KExtraColumnsProxyModel: implement hasChildren()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:213
msgid "Don't set parent of sublayout manually, silences warning"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:219
msgid "Infer the ParentApp from the PackageStructure plugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:220
msgid "Let kpackagetool5 generate appstream information for kpackage components"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:221
msgid "Make it possible to load metadata.json file from kpackagetool5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:227
msgid "Remove unused KF5 dependencies"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:233
msgid "applications.menu: remove references to unused categories"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:234
msgid "Always update the Trader parser from yacc/lex sources"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:240
msgid "Do not ask for overwriting a file twice with native dialogs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:241
msgid "added FASTQ syntax"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:247
msgid "[client] Use a QPointer for the enteredSurface in Pointer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:248
msgid "Expose Geometry in PlasmaWindowModel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:249
msgid "Add a geometry event to PlasmaWindow"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:250
msgid "[src/server] Verify that surface has a resource before sending pointer enter"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:251
msgid "Add support for xdg-shell"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:252
msgid "[server] Properly send a selection clear prior to keyboard focus enter"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:253
msgid "[server] Handle no XDG_RUNTIME_DIR situation more gracefully"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:259
msgid "[KCharSelect] Fix crash when searching with no present data file (bug 300521)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:260
msgid "[KCharSelect] Handle characters outside BMP (bug 142625)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:261
msgid "[KCharSelect] Update kcharselect-data to Unicode 9.0.0 (bug 336360)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:262
msgid "KCollapsibleGroupBox: Stop animation in destructor if still running"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:263
msgid "Update to Breeze palette (sync from KColorScheme)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:269
msgid "[xcb] Ensure the compositingChanged signal is emitted if NETEventFilter is recreated (bug 362531)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:270
msgid "Add a convenience API to query the windowing system/platform used by Qt"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:276
msgid "Fix minimum size hint (cut-off text) (bug 312667)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:277
msgid "[KToggleToolBarAction] Honor action/options_show_toolbar restriction"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:283
msgid "Default to WPA2-PSK and WPA2-EAP when getting security type from connection settings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:289
msgid "add application-menu to oxygen (bug 365629)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:295
msgid "Keep compatiable slot createApplet with Frameworks 5.24"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:296
msgid "Don't delete gl texture twice in thumbnail (bug 365946)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:297
msgid "Add translation domain to wallpaper QML object"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:298
msgid "Don't manually delete applets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:299
msgid "Add a kapptemplate for Plasma Wallpaper"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:300
msgid "Templates: register templates in own toplevel category \"Plasma/\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:301
msgid "Templates: Update techbase wiki links in READMEs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:302
msgid "Define what Plasma packagestructures extend plasmashell"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:303
msgid "support a size for adding applets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:304
msgid "Define Plasma PackageStructure as regular KPackage PackageStructure plugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:305
msgid "Fix: update wallpaper example Autumn's config.qml to QtQuick.Controls"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:306
msgid "Use KPackage to install Plasma Packages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:307
msgid "If we pass a QIcon as an argument to IconItem::Source, use it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:308
msgid "Add overlay support to Plasma IconItem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:309
msgid "Add Qt::Dialog to default flags to make QXcbWindow::isTransient() happy (bug 366278)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:310
msgid "[Breeze Plasma Theme] Add network-flightmode-on/off icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:311
msgid "Emit contextualActionsAboutToShow before showing the applet's contextualActions menu (bug 366294)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:312
msgid "[TextField] Bind to TextField length instead of text"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:313
msgid "[Button Styles] Horizontally center in icon-only mode (bug 365947)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:314
msgid "[Containment] Treat HiddenStatus as low status"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:315
msgid "Add kruler system tray icon from Yuri Fabirovsky"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:316
msgid "Fix the infamous 'dialogs show up on the Task Manager' bug once more"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:317
msgid "fix network wireless available icon with an ? emblem (bug 355490)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:318
msgid "IconItem: Use better approach to disable animation when going from invisible to visible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:319
msgid "Set Tooltip window type on ToolTipDialog through KWindowSystem API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:325
msgid "Always update the Predicate parser from yacc/lex sources"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:331
msgid "hunspell: Clean up code for searching for dictionaries, add XDG dirs (bug 361409)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.25.0.php:332
msgid "Try to fix language filter usage of language detection a bit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:4
msgid "Release of KDE Frameworks 5.26.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:16
msgid ""
" \n"
"September 10, 2016. KDE today announces the release\n"
"of KDE Frameworks 5.26.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:41
msgid "Add Qt5Network as a public dependency"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:47
#: announcements/kde-frameworks-5.28.0.php:290
#: announcements/kde-frameworks-5.28.0.php:296
msgid "Fix include dir in pri file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:53
msgid "Add missing namespace prefix definitions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:54
msgid "Check SVG icons for wellformedness"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:55
msgid "Fix all edit-clear-location-ltr icons (bug 366519)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:56
msgid "add kwin effect icon support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:57
msgid "rename caps-on in input-caps-on"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:58
msgid "add caps icons for text input"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:59
msgid "add some gnome specific icons from Sadi58"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:61
msgid "Dolphin, Konsole and Umbrello icons optimized for 16px, 22px, 32px"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:62
msgid "Updated VLC icon for 22px, 32px and 48px"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:63
msgid "Added app icon for Subtitle Composer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:64
msgid "Fix Kleopatra new icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:65
msgid "Added app icon for Kleopatra"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:66
msgid "Added icons for Wine and Wine-qt"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:67
msgid "fix presentation word bug thanks Sadi58 (bug 358495)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:68
msgid "add system-log-out icon in 32px"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:69
msgid "add 32px system- icons, remove colored system- icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:70
msgid "add pidgin, banshee icon support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:71
msgid "remove vlc app icon due to license issue, add new VLC icon (bug 366490)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:72
msgid "Add gthumb icon support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:73
msgid "use HighlightedText for folder icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:74
msgid "places folder icons are now use stylesheet (highleight color)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:80
msgid "ecm_process_po_files_as_qm: Skip fuzzy translations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:81
msgid "The default level for logging categories should be Info rather than Warning"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:82
msgid "Document ARGS variable in the create-apk-* targets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:83
msgid "Create a test that validates projects' appstream information"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:89
msgid "Add condition if group's platforms are not defined"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:90
msgid "Template: Sort platforms alphabetically"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:96
msgid "Bring from kdelibs the file used to generate kentities.c"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:102
msgid "Add Donate entry to KStandardShortcut"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:108
msgid "Add Donate standard action"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:114
msgid "[kpackagelauncherqml] Assume desktop file name is same as pluginId"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:115
msgid "Load QtQuick rendering settings from a config file and set default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:116
msgid "icondialog.cpp - proper compile fix that doesn't shadow m_dialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:117
msgid "Fix crash when no QApplication is available"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:118
msgid "expose translation domain"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:124
msgid "Fix Windows compilation error in kstyle.h"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:130
msgid "add paths for config, cache + data to general.entities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:131
msgid "Made up-to-date with the English version"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:132
msgid "Add Space and Meta key entities to src/customization/en/user.entities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:138
msgid "Only require Xattr if the operating system is Linux"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:139
msgid "Restore Windows build"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:145
msgid "[xsync] XFlush in simulateUserActivity"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:151
msgid "KPropertiesDialog: remove warning note from docu, the bug is gone"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:152
msgid "[test program] resolve relative paths using QUrl::fromUserInput"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:153
msgid "KUrlRequester: fix error box when selecting a file and reopening the file dialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:154
msgid "Provide a fallback if slaves don't list the . entry (bug 366795)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:155
msgid "Fix creating symlink over \"desktop\" protocol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:156
msgid "KNewFileMenu: when creating symlinks use KIO::linkAs instead of KIO::link"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:157
msgid "KFileWidget: fix double '/' in path"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:158
msgid "KUrlRequester: use static connect() syntax, was inconsistent"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:159
msgid "KUrlRequester: pass window() as parent for the QFileDialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:160
msgid "avoid calling connect(null, .....) from KUrlComboRequester"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:166
msgid "uncompress archives in subfolders"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:167
msgid "No longer allow installing to generic data folder because of potential security hole"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:173
msgid "Get StatusNotifierWatcher property ProtocolVersion in async way"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:179
msgid "silence contentHash deprecation warnings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:185
msgid "Revert \"Remove unused KF5 dependencies\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:191
msgid "remove accel clash (bug 363738)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:192
msgid "fix email address highlighting in doxygen (bug 363186)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:193
msgid "detect some more json files, like our own projects ;)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:194
msgid "improve mime-type detection (bug 357902)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:195
msgid "Bug 363280 - highlighting: c++: #if 1 #endif #if defined (A) aaa #elif defined (B) bbb #endif (bug 363280)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:196
msgid "Bug 363280 - highlighting: c++: #if 1 #endif #if defined (A) aaa #elif defined (B) bbb #endif"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:197
msgid "Bug 351496 - Python folding is not working during initial typing (bug 351496)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:198
msgid "Bug 365171 - Python syntax highlighting: not working correctly for escape sequences (bug 365171)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:199
msgid "Bug 344276 - php nowdoc not folded correctly (bug 344276)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:200
msgid "Bug 359613 - Some CSS3 properties are not supported in syntax highlight (bug 359613)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:201
msgid "Bug 367821 - wineHQ syntax: The section in a reg file isn't highlighted correctly (bug 367821)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:202
msgid "Improve swap file handling if swap directory specified"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:203
msgid "Fix crash when reloading documents with auto-wrapped line due to line length limit (bug 366493)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:204
msgid "Fix constant crashes related to the vi command bar (bug 367786)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:205
msgid "Fix: Line numbers in printed documents now starts at 1 (bug 366579)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:206
msgid "Backup Remote Files: Treat mounted files also as remote files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:207
msgid "cleanup logic for searchbar creation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:208
msgid "add highlighting for Magma"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:209
msgid "Allows only one level of recursion"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:210
msgid "Fix broken swap-file on windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:211
msgid "Patch: add bitbake support for syntax highlighting engine"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:212
msgid "autobrace: look at spellcheck attribute where the character was entered (bug 367539)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:213
msgid "Highlight QMAKE_CFLAGS"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:214
msgid "Don't pop out of the main context"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:215
msgid "Add some executable names that are commonly used"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:221
msgid "Add British \"stone\" unit of mass"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:227
msgid "Move kwallet-query docbook to correct subdir"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:228
msgid "Fix wording an -&gt; one"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:234
msgid "Make linux/input.h compile time optional"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:240
msgid "Fix background of non-BMP characters"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:241
msgid "Add C octal escaped UTF-8 search"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:242
msgid "Make the default KMessageBoxDontAskAgainMemoryStorage save to QSettings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:248
msgid "Port to Donate standard action"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:249
msgid "Port away from deprecated authorizeKAction"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:255
msgid "fix device icon 22px icon didn't work in the old file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:256
msgid "WindowThumbnail: Do GL calls in the correct thread (bug 368066)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:257
msgid "Make plasma_install_package work with KDE_INSTALL_DIRS_NO_DEPRECATED"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:258
msgid "add margin and padding to the start.svgz icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:259
msgid "fix stylesheet stuff in computer icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:260
msgid "add computer and laptop icon for kicker (bug 367816)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:261
msgid "Fix cannot assign undefined to double warning in DayDelegate"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:262
msgid "fix stylesheed svgz files are not in love with me"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:263
msgid "rename the 22px icons to 22-22-x and the 32px icons to x for kicker"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:264
msgid "[PlasmaComponents TextField] Don't bother loading icons for unused buttons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:265
msgid "Extra guard in Containment::corona in the special system tray case"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:266
msgid "When marking a containment as deleted, also mark all sub-applets as deleted - fixes system tray container configs not being deleted"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:267
msgid "Fix Device Notifier icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:268
msgid "add system-search to system in 32 and 22px size"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:269
msgid "add monochrome icons for kicker"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:270
msgid "Set colour scheme on system-search icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:271
msgid "Move system-search into system.svgz"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:272
msgid "Fix wrong or missing \"X-KDE-ParentApp\" in desktop file definitions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:273
msgid "Fix API dox of Plasma::PluginLoader: mixup of applets/dataengine/services/.."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:274
msgid "add system-search icon for the sddm theme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:275
msgid "add nepomuk 32px icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:276
msgid "update touchpad icon for the system tray"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:277
msgid "Remove code that can never be executed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:278
msgid "[ContainmentView] Show panels when UI becomes ready"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:279
msgid "Don't redeclare property implicitHeight"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:280
msgid "use QQuickViewSharedEngine::setTranslationDomain (bug 361513)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:281
msgid "add 22px and 32px plasma breeze icon support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:282
msgid "remove colored system icons and add 32px monochrome ones"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:283
msgid "Add an optional reveal password button to TextField"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:284
msgid "The standard tooltips are now mirrored when in a right-to-left language"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:285
msgid "Performance when changing months in the calendar has been greatly improved"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:291
msgid "Don't lowercase the language names in trigram parsing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:292
msgid "Fix immediate crash on startup due to null plugin pointer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:293
msgid "Handle dictionaries without correct names"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:294
msgid "Replace hand-curated list of script-language mappings, use proper names for languages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:295
msgid "Add tool to generate trigrams"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:296
msgid "Unbreak language detection a bit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:297
msgid "Use selected language as suggestion for detection"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:298
msgid "Use cached spellers in language detection, improve performance a bit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:299
msgid "Improve language detection"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:300
msgid "Filter list of suggestions against available dictionaries, remove dupes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:301
msgid "Remember to add the last trigram match"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:302
msgid "Check if any of the trigrams actually matched"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:303
msgid "Handle multiple languages with same score in trigram matcher"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:304
msgid "Don't check for minimum size twice"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:305
msgid "Prune list of languages against available languages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:306
msgid "Use same minimum length everywhere in langdet"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.26.0.php:307
msgid "Sanity check that the loaded model has the correct amount of trigrams for each language"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:4
msgid "Release of KDE Frameworks 5.27.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:16
msgid ""
" \n"
"October 08, 2016. KDE today announces the release\n"
"of KDE Frameworks 5.27.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:44
msgid "Use correct config entry in autostart condition"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:45
msgid "Fix sorted insert (aka flat_map like insert) (bug 367991)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:46
msgid "Add missing close env, as pointed out by Loïc Yhuel (bug 353783)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:47
msgid "Transaction not created =&gt; don't try to abort them"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:48
msgid "fix missing m_env = nullptr assignment"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:49
msgid "Make e.g. Baloo::Query thread safe"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:50
msgid "On 64-bit systems baloo allows now &gt; 5 GB index storage (bug 364475)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:51
msgid "Allow ctime/mtime == 0 (bug 355238)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:52
msgid "Handle corruption of index database for baloo_file, try to recreate the database or abort if that fails"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:58
msgid "Fix crash when trying to add device to unknown adapter (bug 364416)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:64
msgid "New mimetypes icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:65
msgid "Update some kstars icons (bug 364981)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:66
msgid "Wrong style actions/24/format-border-set (bug 368980)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:67
msgid "Add wayland app icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:68
msgid "Add xorg app icon (bug 368813)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:69
msgid "Revert distribute-randomize, view-calendar + reapply the transform fix (bug 367082)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:70
msgid "Change folder-documents from one file to the multiple file cause in a folder more than one file is included (bug 368224)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:76
msgid "Make sure we don't add the appstream test twice"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:82
msgid "Sorting activities in the cache alphabetically by name (bug 362774)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:88
msgid "Many changes to the overall layout of the generated API docs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:89
msgid "Correct tags path, depending of if the lib is part of a group or not"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:90
msgid "Search: Fix href of libraries which are not part of a group"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:96
msgid "Fix memory leak with KTar's KCompressionDevice"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:97
msgid "KArchive: fix memory leak when an entry with the same name already exists"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:98
msgid "Fix memory leak in KZip when handling empty directories"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:99
msgid "K7Zip: Fix memory leaks on error"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:100
msgid "Fix memory leak detected by ASAN when open() fails on the underlying device"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:101
msgid "Remove bad cast to KFilterDev, detected by ASAN"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:107
msgid "Add missing export macros on classes Decoder and Encoder"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:113
msgid "Fix memory leak in SignalsTestNoSingletonDpointer, found by ASAN"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:119
msgid "Register QPair&lt;QString,QString&gt; as metatype in KJobTrackerInterface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:120
msgid "Don't convert as url an url which has a double-quote character"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:121
msgid "Windows compile fix"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:122
msgid "Fix very old bug when we remove space in url as \"foo &lt;&lt;url&gt; &lt;url&gt;&gt;\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:128
msgid "CMake option KCRASH_CORE_PATTERN_RAISE to forward to kernel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:129
msgid "Change default log level from Warning to Info"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:135
msgid "Cleanup. Do not install includes that point to non-existing includes and also remove those files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:136
msgid "Use more correct and with c++11 available std::remove_pointer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:142
msgid "Fix 'checkXML5 prints generated html to stdout for valid docbooks' (bug 369415)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:143
msgid "Fix bug not been able to run native tools in package using cross compiled kdoctools"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:144
msgid "Setup targets for cross compiling running kdoctools from other packages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:145
msgid "Add cross compiling support for docbookl10nhelper"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:146
msgid "Add cross compile support for meinproc5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:147
msgid "Convert checkxml5 into a qt executable for cross platform support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:153
msgid "Improve epub extractor, less segfaults (bug 361727)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:154
msgid "Make odf indexer more error prove, check if the files are there (and are files at all) (meta.xml + content.xml)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:160
msgid "Fix KIO slaves using only tls1.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:161
msgid "Fix ABI break in kio"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:162
msgid "KFileItemActions: add addPluginActionsTo(QMenu *)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:163
msgid "Show copy buttons only after checksum has been calculated"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:164
msgid "Add missing feedback when computing a checksum (bug 368520)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:165
msgid "Fix KFileItem::overlays returning empty string values"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:166
msgid "Fix launching terminal .desktop files with konsole"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:167
msgid "Classify nfs4 mounts as probablySlow, like nfs/cifs/.."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:168
msgid "KNewFileMenu: show New Folder action shortcut (bug 366075)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:171
#: announcements/kde-frameworks-5.31.0.php:138
#: announcements/kde-frameworks-5.38.0.php:174
#: announcements/kde-frameworks-5.49.0.php:282
msgid "KItemViews"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:174
msgid "In listview mode use the default implementation of moveCursor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:180
msgid "Add KAuthorized checks to allow disabling of ghns in kdeglobals (bug 368240)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:186
msgid "Don't generate appstream files for components that are not in rdn"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:187
msgid "Make kpackage_install_package work with KDE_INSTALL_DIRS_NO_DEPRECATED"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:188
msgid "Remove unused var KPACKAGE_DATA_INSTALL_DIR"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:194
msgid "Fix URLs with a trailing slash being always assumed to be directories"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:200
msgid "Fix ASAN build (duplicates.cpp uses KPeople::AbstractContact which is in KF5PeopleBackend)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:206
msgid "Use ECM path to find utempter binary, more reliable than simple cmake prefix"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:207
msgid "Call the utempter helper executable manually (bug 364779)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:213
msgid "XML files: remove hard-coded color for values"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:214
msgid "XML: Remove hard-coded color for values"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:215
msgid "XML Schema Definition: Turn 'version' into an xs:integer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:216
msgid "Highlighting definition files: round version up to next integer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:217
msgid "support multi char captures only in {xxx} to avoid regressions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:218
msgid "Support regular expressions replaces with captures &gt; \\9, e.g. I (bug 365124)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:219
msgid "Fix rendering of characters spanning into next line, e.g. underlines are no longer cut off with some fonts/font-sizes (bug 335079)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:220
msgid "Fix crash: Make sure the display cursor is valid after text folding (bug 367466)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:221
msgid "KateNormalInputMode needs to rerun SearchBar enter methods"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:222
msgid "try to \"fixup\" rendering of underlines and stuff like that (bug 335079)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:223
msgid "Show \"View Difference\" button only, if 'diff' is installed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:224
msgid "Use non-modal message widget for externally modified file notifications (bug 353712)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:225
msgid "fix regression: testNormal did only work because of test execution at once"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:226
msgid "split the indent test into separate runs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:227
msgid "Support \"Unfold Toplevel Nodes\" action again (bug 335590)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:228
msgid "Fix crash when showing top or bottom messages multiple times"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:229
msgid "fix eol setting in mode lines (bug 365705)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:230
msgid "highlight .nix files as bash, guess can't hurt (bug 365006)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:236
msgid "Check whether kwallet is enabled in Wallet::isOpen(name) (bug 358260)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:237
msgid "Add missing boost header"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:238
msgid "Remove duplicate search for KF5DocTools"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:244
msgid "[server] Don't send key release for not pressed keys and no double key press (bug 366625)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:245
msgid "[server] When replacing the clipboard selection previous DataSource needs to be cancelled (bug 368391)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:246
msgid "Add support for Surface enter/leave events"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:247
msgid "[client] Track all created Outputs and add static get method"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:253
msgid "Convert categories to org.kde.pim.*"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:259
msgid "We need to set the state during initialization"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:260
msgid "Replace all blocking calls for initialization with just one blocking call"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:261
msgid "Use standard o.f.DBus.Properties interface for PropertiesChanged signal for NM 1.4.0+ (bug 367938)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:267
msgid "Remove invalid directory from index.theme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:268
msgid "Introduce dupe test from breeze-icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:269
msgid "Convert all duplicated icons into symlinks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:275
msgid "Improve timetracker output"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:276
msgid "[ToolButtonStyle] Fix menu arrow"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:277
#: announcements/kde-frameworks-5.28.0.php:200
msgid "i18n: handle strings in kdevtemplate files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:278
msgid "i18n: review strings in kdevtemplate files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:279
msgid "Add removeMenuItem to PlasmaComponents.ContextMenu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:280
msgid "update ktorrent icon (bug 369302)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:281
msgid "[WindowThumbnail] Discard pixmap on map events"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:282
msgid "Don't include kdeglobals when dealing with a cache config"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:283
msgid "Fix Plasma::knownLanguages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:284
msgid "resize the view just after setting the containment"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:285
msgid "Avoid creating a KPluginInfo from a KPluginMetaData instance"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:286
msgid "running tasks must have some indicator"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:287
msgid "task bar lines according to RR 128802 marco give the ship it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:288
msgid "[AppletQuickItem] Break from loop when we found a layout"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.27.0.php:291
#: announcements/kde-frameworks-5.28.0.php:327
#: announcements/kde-frameworks-5.29.0.php:302
#: announcements/kde-frameworks-5.30.0.php:302
#: announcements/kde-frameworks-5.31.0.php:243
#: announcements/kde-frameworks-5.32.0.php:239
#: announcements/kde-frameworks-5.33.0.php:216
#: announcements/kde-frameworks-5.34.0.php:251
#: announcements/kde-frameworks-5.35.0.php:229
#: announcements/kde-frameworks-5.36.0.php:221
#: announcements/kde-frameworks-5.37.0.php:309
#: announcements/kde-frameworks-5.38.0.php:278
#: announcements/kde-frameworks-5.39.0.php:289
#: announcements/kde-frameworks-5.40.0.php:259
#: announcements/kde-frameworks-5.41.0.php:341
#: announcements/kde-frameworks-5.42.0.php:379
#: announcements/kde-frameworks-5.43.0.php:324
#: announcements/kde-frameworks-5.44.0.php:337
#: announcements/kde-frameworks-5.45.0.php:413
#: announcements/kde-frameworks-5.46.0.php:302
#: announcements/kde-frameworks-5.47.0.php:293
#: announcements/kde-frameworks-5.48.0.php:338
#: announcements/kde-frameworks-5.49.0.php:519
msgid "Security information"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:4
msgid "Release of KDE Frameworks 5.28.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:16
msgid ""
" \n"
"November 15, 2016. KDE today announces the release\n"
"of KDE Frameworks 5.28.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:38
msgid "New framework: syntax-highlighting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:40
msgid "Syntax highlighting engine for Kate syntax definitions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:42
msgid "This is a stand-alone implementation of the Kate syntax highlighting engine. It's meant as a building block for text editors as well as for simple highlighted text rendering (e.g. as HTML), supporting both integration with a custom editor as well as a ready-to-use QSyntaxHighlighter sub-class."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:47
msgid "update kstars action icons (bug 364981)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:48
msgid "Breeze Dark is listed as Breeze in System Settings wrong .themes file (bug 370213)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:54
msgid "Make KDECMakeSettings work with KDE_INSTALL_DIRS_NO_DEPRECATED"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:55
msgid "Don't require the python bindings dependencies for ECM"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:56
msgid "Add the PythonModuleGeneration module"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:59
#: announcements/kde-frameworks-5.29.0.php:79
#: announcements/kde-frameworks-5.30.0.php:69
#: announcements/kde-frameworks-5.32.0.php:62
#: announcements/kde-frameworks-5.33.0.php:59
#: announcements/kde-frameworks-5.35.0.php:67
#: announcements/kde-frameworks-5.38.0.php:61
#: announcements/kde-frameworks-5.39.0.php:65
#: announcements/kde-frameworks-5.41.0.php:75
#: announcements/kde-frameworks-5.45.0.php:92
#: announcements/kde-frameworks-5.48.0.php:81
msgid "KActivitiesStats"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:62
msgid "Ignoring link status when sorting UsedResources and LinkedResources model"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:68
msgid "[CSS] reverse changes done by doxygen 1.8.12"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:69
msgid "Add doxygenlayout file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:70
msgid "Update way of defining group names"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:76
msgid "Make sure we can do more than one request"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:77
msgid "Make sure we get to know about progress by reading the program output"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:83
msgid "Make sure we don't break compilation with past broken units"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:84
msgid "Don't be fatal on File field not being properly parsed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:90
msgid "Display bad url"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:91
msgid "Load user avatars from AccountsServicePath if it exists (bug 370362)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:97
msgid "[QtQuickRendererSettings] Fix default to be empty instead of \"false\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:103
msgid "Make the France flag actually use all the pixmap"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:109
msgid "Fix 'checkXML5 generates html files in workdir for valid docbooks' (bug 371987)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:115
msgid "Support non integer scale factors in kiconengine (bug 366451)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:121
msgid "Disabled spamming the console output with 'waiting for' messages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:127
msgid "imageformats/kra.h - overrides for KraPlugin capabilities() and create()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:133
msgid "Fix HTTP date format sent by kio_http to always use the C locale (bug 372005)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:134
msgid "KACL: fix memory leaks detected by ASAN"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:135
msgid "Fix memory leaks in KIO::Scheduler, detected by ASAN"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:136
msgid "Removed duplicate clear button (bug 369377)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:137
msgid "Fix editing autostart entries when /usr/local/share/applications doesn't exist (bug 371194)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:138
msgid "[KOpenWithDialog] Hide TreeView header"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:139
msgid "Sanitize the symlink name buffer size (bug 369275)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:140
msgid "Properly finish DropJobs when triggered is not emitted (bug 363936)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:141
msgid "ClipboardUpdater: fix another crash on Wayland (bug 359883)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:142
msgid "ClipboardUpdater: fix crash on Wayland (bug 370520)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:143
msgid "Support non integer scale factors in KFileDelegate (bug 366451)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:144
msgid "kntlm: Distinguish between NULL and empty domain"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:145
msgid "Don't show overwrite dialog if file name is empty"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:146
msgid "kioexec: use friendly filenames"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:147
msgid "Fix focus ownership if url is changed before showing the widget"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:148
msgid "Major performance improvement when turning previews off in the file dialog (bug 346403)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:154
#: announcements/kde-frameworks-5.30.0.php:242
msgid "Add python bindings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:160
msgid "Export FunctionObjectImp, used by khtml's debugger"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:166
msgid "Separate sort roles and filters"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:167
msgid "Make it possible to query installed entries"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:173
msgid "Don't deref an object we haven't referenced when notification has no action"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:174
msgid "KNotification will no longer crash when using it in a QGuiApplication and no notification service is running (bug 370667)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:175
msgid "Fix crashes in NotifyByAudio"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:178
#: announcements/kde-frameworks-5.29.0.php:202
#: announcements/kde-frameworks-5.30.0.php:199
#: announcements/kde-frameworks-5.31.0.php:163
#: announcements/kde-frameworks-5.32.0.php:147
#: announcements/kde-frameworks-5.34.0.php:162
#: announcements/kde-frameworks-5.36.0.php:142
#: announcements/kde-frameworks-5.37.0.php:157
#: announcements/kde-frameworks-5.38.0.php:188
#: announcements/kde-frameworks-5.39.0.php:180
#: announcements/kde-frameworks-5.40.0.php:150
#: announcements/kde-frameworks-5.41.0.php:227
#: announcements/kde-frameworks-5.42.0.php:238
#: announcements/kde-frameworks-5.44.0.php:195
#: announcements/kde-frameworks-5.45.0.php:251
#: announcements/kde-frameworks-5.46.0.php:207
#: announcements/kde-frameworks-5.47.0.php:193
#: announcements/kde-frameworks-5.49.0.php:323
msgid "KPackage Framework"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:181
msgid "Make sure we're looking both for json and desktop metadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:182
msgid "Guard against Q_GLOBAL_STATIC being destroyed at app shutdown"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:183
msgid "Fix dangling pointer in KPackageJob (bug 369935)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:184
msgid "Remove discovery associated to a key when removing a definition"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:185
msgid "Generate the icon into the appstream file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:191
msgid "Use ulog-helper on FreeBSD instead of utempter"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:192
msgid "search harder for utempter using basic cmake prefix as well"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:193
msgid "workaround find_program ( utempter ...) failure(s)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:194
msgid "use ECM path to find utempter binary, more reliable than simple cmake prefix"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:206
msgid "Breeze Dark: Darken current-line background color for better readability (bug 371042)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:207
msgid "Sorted Dockerfile instructions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:208
msgid "Breeze (Dark): Make comments a bit lighter for better readability (bug 371042)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:209
msgid "Fix CStyle and C++/boost indenters when automatic brackets enabled (bug 370715)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:210
msgid "Add modeline 'auto-brackets'"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:211
msgid "Fix inserting text after end of file (rare case)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:212
msgid "Fix invalid xml highlighting files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:213
msgid "Maxima: Remove hard-coded colors, fix itemData Label"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:214
msgid "Add OBJ, PLY and STL syntax definitions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:215
msgid "Add syntax highlighting support for Praat"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:221
msgid "New Thermal and Electrical Units and Unit Convenience Function"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:227
msgid "If Gpgmepp is not found, try to use KF5Gpgmepp"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:228
msgid "Use Gpgmepp from GpgME-1.7.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:234
#: announcements/kde-frameworks-5.28.0.php:277
msgid "Improved relocatability of CMake export"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:235
msgid "[tools] Fix generation of wayland_pointer_p.h"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:236
msgid "[tools] Generate eventQueue methods only for global classes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:237
msgid "[server] Fix crash on updating focused keyboard surface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:238
msgid "[server] Fix possible crash on creation of DataDevice"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:239
msgid "[server] Ensure we have a DataSource on the DataDevice in setSelection"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:240
msgid "[tools/generator] Improve resource destruction on server side"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:241
msgid "Add request to have focus in a PlasmaShellSurface of Role Panel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:242
msgid "Add auto-hiding panel support to PlasmaShellSurface interface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:243
msgid "Support passing generic QIcon through PlasmaWindow interface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:244
msgid "[server] Implement the generic window property in QtSurfaceExtension"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:245
msgid "[client] Add methods to get ShellSurface from a QWindow"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:246
msgid "[server] Send pointer events to all wl_pointer resources of a client"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:247
msgid "[server] Don't call wl_data_source_send_send if DataSource is unbound"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:248
msgid "[server] Use deleteLater when a ClientConnection gets destroyed (bug 370232)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:249
msgid "Implement support for the relative pointer protocol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:250
msgid "[server] Cancel previous selection from SeatInterface::setSelection"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:251
msgid "[server] Send key events to all wl_keyboard resources of a client"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:257
msgid "move kcharselect-generate-datafile.py to src subdir"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:258
msgid "Import kcharselect-generate-datafile.py script with history"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:259
msgid "Remove outdated section"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:260
msgid "Add Unicode copyright and permission notice"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:261
msgid "Fix warning: Missing override"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:262
msgid "Add symbol SMP blocks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:263
msgid "Fix \"See also\" references"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:264
msgid "Add missing Unicode blocks; improve ordering (bug 298010)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:265
msgid "add character categories to the data file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:266
msgid "update the Unicode categories in the data file generation script"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:267
msgid "adjust the data file generation file to be able to parse the unicode 5.2.0 data files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:268
msgid "forward port fix for generating translations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:269
msgid "let the script to generate the data file for kcharselect also write a translation dummy"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:270
msgid "Add the script to generate the data file for KCharSelect"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:271
msgid "new KCharSelect application (using kcharselect widget from kdelibs now)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:278
msgid "Add support for desktopFileName to NETWinInfo"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:284
msgid "Allow using new style connect in KActionCollection::add<a href=\"\">Action</a>"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:297
msgid "Fix moc error due to Q_ENUMS being used in a namespace, with Qt branch 5.8"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:303
msgid "make sure OSD doesn't have Dialog flag (bug 370433)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:304
msgid "set context properties before reloading the qml (bug 371763)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:305
msgid "Don't reparse the metadata file if it's already loaded"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:306
msgid "Fix crash in qmlplugindump when no QApplication is available"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:307
msgid "Don't show \"Alternatives\" menu by default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:308
msgid "New bool to use activated signal as toggle of expanded (bug 367685)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:309
msgid "Fixes for building plasma-framework with Qt 5.5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:310
msgid "[PluginLoader] Use operator&lt;&lt; for finalArgs instead of initializer list"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:311
msgid "use kwayland for shadows and dialog positioning"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:312
msgid "Remaining missing icons and network improvements"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:313
msgid "Move availableScreenRect/Region up to AppletInterface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:314
msgid "Don't load containment actions for embedded containments (system trays)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:315
msgid "Update applet alternatives menu entry visibility on demand"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:321
msgid "Fix unstable ordering of query results yet again"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:322
msgid "Add a CMake option to switch between HAL and UDisks managers on FreeBSD"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:323
msgid "Make UDisks2 backend compile on FreeBSD (and, possibly, other UNIXes)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.28.0.php:324
msgid "Windows: Don't display error dialogs (bug 371012)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:4
msgid "Release of KDE Frameworks 5.29.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:16
msgid ""
" \n"
"December 12, 2016. KDE today announces the release\n"
"of KDE Frameworks 5.29.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:38
msgid "New framework"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:49
msgid "Performance improvements when writing (4 * speedup for writing out data)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:55
msgid "Make BINARY_ICONS_RESOURCE ON by default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:56
msgid "add vnd.rar mime for shared-mime-info 1.7 (bug 372461)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:57
msgid "add claws icon (bug 371914)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:58
msgid "add gdrive icon instead of a generic cloud icon (bug 372111)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:59
msgid "fix bug \"list-remove-symbolic use wrong image\" (bug 372119)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:60
msgid "other additions and improvements"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:66
msgid "Skip Python bindings test if PyQt isn't installed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:67
msgid "Only add the test if python is found"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:68
msgid "Reduce the CMake minimum required"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:69
msgid "Add ecm_win_resolve_symlinks module"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:75
msgid "find QDBus, needed by appstream kpackage handler"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:76
msgid "Let KPackage have dependencies from packagekit &amp; appstream"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:82
msgid "Properly sending the resource linked event"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:88
msgid "Adapt to quickgit -&gt; cgit change"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:89
msgid "Fix bug if group name is not defined. Can still break under bad conditions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:95
msgid "Add errorString() method to provide error info"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:101
msgid "Add timeout property (bug 363200)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:107
msgid "kconfig_compiler - generate code with overrides"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:108
msgid "Properly parse function keywords (bug 371562)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:114
msgid "Ensure menu actions get the intended MenuRole"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:120
msgid "KTextToHtml: fix bug \"[1] added at the end of a hyperlink\" (bug 343275)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:121
msgid "KUser: Only search for an avatar if loginName isn't empty"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:127
msgid "Align with KInit and don't use DISPLAY on Mac"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:128
msgid "Don't close all file descriptors on OS X"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:134
msgid "src/kgendesignerplugin.cpp - add overrides to generated code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:140
msgid "Unsets XDG_RUNTIME_DIR in processes run with kdesu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:146
msgid "Actually find FFMpeg's libpostproc"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:152
msgid "java: apply the names to the right buttons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:153
msgid "java: set names in permission dialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:159
msgid "Check properly pointer inequality from dngettext (bug 372681)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:165
msgid "Allow showing icons from all categories (bug 216653)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:171
msgid "Set environment variables from KLaunchRequest when starting new process"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:177
msgid "Ported to categorized logging"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:178
msgid "Fix compilation against WinXP SDK"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:179
msgid "Allow uppercase checksums matching in Checksums tab (bug 372518)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:180
msgid "Never stretch the last (=date) column in the file dialog (bug 312747)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:181
msgid "Import and update kcontrol docbooks for code in kio from kde-runtime master"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:182
msgid "[OS X] make KDE's trash use the OS X trash"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:183
msgid "SlaveBase: add documentation about event loops and notifications and kded modules"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:189
msgid "Add new archive management option (subdir) to knsrc"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:190
msgid "Consume the new error signals (set job errors)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:191
msgid "Handle oddity regarding files disappearing when just created"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:192
msgid "Actually install the core headers, with CamelCases"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:198
msgid "[KStatusNotifierItem] Save / restore widget position during hide / restore it window (bug 356523)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:199
msgid "[KNotification] Allow annotating notifications with URLs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:205
msgid "keep installing metadata.desktop (bug 372594)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:206
msgid "manually load metadata if absolute path is passed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:207
msgid "Fix potential failure if package is not appstream compatible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:208
msgid "Let KPackage know about X-Plasma-RootPath"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:209
msgid "Fix generating the metadata.json file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:215
msgid "More utempter path searching (including /usr/lib/utempter/)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:216
msgid "Add library path so utempter binary is found in Ubuntu 16.10"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:222
msgid "Prevent Qt warnings about an unsupported clipboard mode on Mac"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:223
msgid "Use syntax definitions from KF5::SyntaxHighlighting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:229
msgid "Don't replace window icons with the result of a failed lookup"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:235
msgid "[client] Fix nullptr dereference in ConfinedPointer and LockedPointer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:236
msgid "[client] Install pointerconstraints.h"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:237
msgid "[server] Fix regression in SeatInterface::end/cancelPointerPinchGesture"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:238
msgid "Implementation of PointerConstraints protocol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:239
msgid "[server] Reduce overhead of pointersForSurface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:240
msgid "Return SurfaceInterface::size in global compositor space"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:241
msgid "[tools/generator] Generate enum FooInterfaceVersion on server side"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:242
msgid "[tools/generator] Wrap wl_fixed request args in wl_fixed_from_double"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:243
msgid "[tools/generator] Generate implementation of client side requests"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:244
msgid "[tools/generator] Generate client side resource factories"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:245
msgid "[tools/generator] Generate callbacks and listener on client side"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:246
msgid "[tools/generator] Pass this as q pointer to Client::Resource::Private"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:247
msgid "[tools/generator] Generate Private::setup(wl_foo *arg) on client side"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:248
msgid "Implementation of PointerGestures protocol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:254
msgid "Prevent crashing on Mac"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:255
msgid "Don't replace icons with the result of a failed lookup"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:256
msgid "KMessageWidget: fix layout when wordWrap is enabled without actions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:257
msgid "KCollapsibleGroupBox: don't hide widgets, override focus policy instead"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:263
msgid "[KWindowInfo] Add pid() and desktopFileName()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:269
msgid "Add application-vnd.rar icon (bug 372461)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:275
msgid "Check for metadata validity in settingsFileChanged (bug 372651)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:276
msgid "Don't flip tabbar layout if vertical"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:277
msgid "Remove radialGradient4857 (bug 372383)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:278
msgid "[AppletInterface] Never pull focus away from fullRepresentation (bug 372476)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:279
msgid "Fix SVG icon ID prefix (bug 369622)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:285
msgid "winutils_p.h: Restore compatibility with WinXP SDK"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:291
msgid "Also search for hunspell-1.5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:294
#: announcements/kde-frameworks-5.30.0.php:293
#: announcements/kde-frameworks-5.31.0.php:237
#: announcements/kde-frameworks-5.32.0.php:228
#: announcements/kde-frameworks-5.33.0.php:206
#: announcements/kde-frameworks-5.34.0.php:244
#: announcements/kde-frameworks-5.35.0.php:222
#: announcements/kde-frameworks-5.36.0.php:201
#: announcements/kde-frameworks-5.37.0.php:265
#: announcements/kde-frameworks-5.38.0.php:263
#: announcements/kde-frameworks-5.39.0.php:263
#: announcements/kde-frameworks-5.40.0.php:247
#: announcements/kde-frameworks-5.41.0.php:330
#: announcements/kde-frameworks-5.42.0.php:351
#: announcements/kde-frameworks-5.43.0.php:314
#: announcements/kde-frameworks-5.44.0.php:322
#: announcements/kde-frameworks-5.45.0.php:404
#: announcements/kde-frameworks-5.46.0.php:293
#: announcements/kde-frameworks-5.47.0.php:279
#: announcements/kde-frameworks-5.48.0.php:325
#: announcements/kde-frameworks-5.49.0.php:489
msgid "Syntax Highlighting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:297
msgid "Normalize XML license attribute values"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:298
msgid "Sync syntax definitions from ktexteditor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.29.0.php:299
msgid "Fix folding region merging"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.3.0.php:4
msgid "Release of KDE Frameworks 5.3.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.3.0.php:16
msgid ""
" \n"
"October 07, 2014. KDE today announces the release\n"
"of KDE Frameworks 5.3.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.3.0.php:38
msgid ""
"\n"
"<h3>KActivities</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Added DBus interface to load plugins at runtime</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KArchive</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Add convenience method KArchive::file()</li>"
"\n"
"<li>Compilation fixes for MSVC</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KBookmarks</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix encoding issue in KIO places dialog (bug 337642)</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KCMUtils</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix initial size of KCMultiDialog (bugs 337494, 325897)</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KCompletion</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fixed size hint and positioning of clear button in highDpi mode</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KConfig</h3>"
"\n"
"\n"
"<ul>\n"
"<li>KConfigLoader: fix sharing of KSharedConfig objects</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KConfigWidgets</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Now provides the kf5_entry.desktop files it needs for KLanguageButton</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KCoreAddons</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Kdelibs4Migration: allow distributions to set KDE4_DEFAULT_HOME_POSTFIX\n"
"so that the kde4 home is found properly.</li>"
"\n"
"<li>Compilation fixes for MSVC and gcc 4.5</li>"
"\n"
"<li>Turn KFormat into a Q_GADGET so we can expose its properties to QML indirectly</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KEmoticons</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Add unicode characters to Glass emoticon theme</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KGuiAddons</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Make KFontUtils::adaptFontSize be a bit more exact</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KI18n</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Remove leftover Perl dependency</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KIO</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Now includes kio_trash </li>"
"\n"
"<li>Add new KIO job, KIO::fileSystemFreeSpace, that allows you to get a filesystem's total and available space.</li>"
"\n"
"<li>kshorturifilter: Remove redundant forward slashes from the beginning of an URI</li>"
"\n"
"<li>Add searchprovider definitions for the qwant search engine</li>"
"\n"
"<li>File dialog: fix relative paths being turned into HTTP URLs</li>"
"\n"
"<li>Fix thumbnails for mimetype groups.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KJS</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Implement Math.Clz32</li>"
"\n"
"<li>U+0000 through U+001F is not allowed as char, but as escaped unicode sequence (bug 338970)</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KNotifications</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Avoid infinite recursion in KStatusNotifierItem / QSystemTray.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KService</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Many many fixes to KPluginInfo</li>"
"\n"
"<li>Add functions to convert between lists KPluginMetaData and KPluginInfo</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KTextEditor</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Multiple memory leaks fixed</li>"
"\n"
"<li>Avoid auto-completion to interfere with search/replace text (bug 339130), and more autocompletion fixes</li>"
"\n"
"<li>Many fixes to the VIM mode</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KWidgetAddons</h3>"
"\n"
"\n"
"<ul>\n"
"<li>KPageListView: fixes for high-dpi mode</li>"
"\n"
"<li>KPageWidget: margin fixes</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KWindowSystem</h3>"
"\n"
"\n"
"<ul>\n"
"<li>NETWinInfo now provides convenient wrapper for WM_PROTOCOLS.</li>"
"\n"
"<li>NETWinInfo now provides convenient wrapper for input and urgency hints of WM_HINTS property.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Solid</h3>"
"\n"
"\n"
"<ul>\n"
"<li>New freedesktop backend, not yet default but due to replace the upower/udev/systemd backends</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Extra-cmake-modules</h3>"
"\n"
"\n"
"<ul>\n"
"<li>New module ECMGeneratePkgConfigFile, for frameworks to install a pkgconfig file.</li>"
"\n"
"<li>New option ECM_ENABLE_SANITIZERS, to enable clang sanitizers. Example: ECM_ENABLE_SANITIZERS='address;undefined'</li>"
"\n"
"<li>New option BUILD_COVERAGE, to enable code coverage.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Frameworkintegration</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fixed for compilation with Qt 5.4</li>"
"\n"
"<li>Fixed a few standard shortcuts</li>"
"\n"
"</ul>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.3.0.php:205
msgid "The complete source code for KDE Frameworks %1 may be <a href='http://download.kde.org/stable/frameworks/%1/'>freely downloaded</a>. Instructions on compiling and installing KDE Frameworks %1 are available from the <a href='/info/kde-frameworks-%1.php'>KDE Frameworks %1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:4
msgid "Release of KDE Frameworks 5.30.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:16
msgid ""
" \n"
"January 14, 2017. KDE today announces the release\n"
"of KDE Frameworks 5.30.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:41
msgid "add Haguichi icons from Stephen Brandt (thanks)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:42
msgid "finalize calligra icon support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:43
msgid "add cups icon thanks colin (bug 373126)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:44
#: announcements/kde-frameworks-5.31.0.php:213
msgid "update kalarm icon (bug 362631)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:45
msgid "add krfb app icon (bug 373362)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:46
msgid "add r mimetype support (bug 371811)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:47
msgid "and more"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:53
msgid "appstreamtest: handle non-installed programs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:54
msgid "Enable colored warnings in ninja's output"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:55
msgid "Fix missing :: in API docs to trigger code styling"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:56
msgid "Ignore host libs/includes/cmakeconfig files in Android toolchain"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:57
msgid "Document usage of gnustl_shared with Android toolchain"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:58
msgid "Never use -Wl,--no-undefined on Mac (APPLE)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:64
msgid "Improve KPackage KNSHandler"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:65
msgid "Search for the more precise required version of AppstreamQt"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:66
msgid "Add KNewStuff support for KPackage"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:72
msgid "Make compile with -fno-operator-names"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:73
msgid "Do not fetch more linked resources when one of them goes away"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:74
msgid "Added model role to retrieve the list of linked activities for a resource"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:80
msgid "add Android to the list of available platforms"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:81
msgid "include ObjC++ source files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:87
msgid "Generate an instance with KSharedConfig::Ptr for singleton and arg"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:88
msgid "kconfig_compiler: Use nullptr in generated code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:94
msgid "Hide the \"Show Menu Bar\" action if all the menubars are native"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:95
msgid "KConfigDialogManager: drop kdelibs3 classes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:101
msgid "Return stringlist/boolean types in KPluginMetaData::value"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:102
msgid "DesktopFileParser: Honor ServiceTypes field"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:108
msgid "Add python bindings for KDBusAddons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:114
msgid "Introduce org.kde.kconfig QML import with KAuthorized"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:120
msgid "kdoctools_install: match the full path for the program (bug 374435)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:126
msgid "[runtime] Introduce a KGLOBALACCEL_TEST_MODE env variable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:132
msgid "Add Python bindings for KGuiAddons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:138
msgid "Set plugin data so that the Embeddable Image Viewer works"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:144
msgid "Inform QIconLoader also when the desktop icon theme is changed (bug 365363)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:150
msgid "Take X-KDE-RunOnDiscreteGpu property into account when starting app using klauncher"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:156
msgid "KIO::iconNameForUrl will now return special icons for xdg locations like the user's Pictures folder"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:157
msgid "ForwardingSlaveBase: fix passing of Overwrite flag to kio_desktop (bug 360487)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:158
msgid "Improve and export KPasswdServerClient class, the client API for kpasswdserver"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:159
msgid "[KPropertiesDialog] Kill \"Place in system tray\" option"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:160
msgid "[KPropertiesDialog] Don't change \"Name\" of \"Link\" .desktop files if file name is read-only"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:161
msgid "[KFileWidget] Use urlFromString instead of QUrl(QString) in setSelection (bug 369216)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:162
msgid "Add option to run an app on a discrete graphics card to KPropertiesDialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:163
msgid "terminate DropJob properly after dropping to an executable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:164
msgid "Fix logging category usage on Windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:165
msgid "DropJob: emit started copy job after creation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:166
msgid "Add support for calling suspend() on a CopyJob before it gets started"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:167
msgid "Add support for suspending jobs immediately, at least for SimpleJob and FileCopyJob"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:173
msgid "Update proxies for recently realised class of bugs (layoutChanged handling)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:174
msgid "Make it possible for KConcatenateRowsProxyModel to work in QML"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:175
msgid "KExtraColumnsProxyModel: Persist model indexes after emitting layoutChange, not before"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:176
msgid "Fix assert (in beginRemoveRows) when deselecting an empty child of a selected child in korganizer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:182
msgid "Don't focus progress windows (bug 333934)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:188
msgid "[GHNS Button] Hide when KIOSK restriction applies"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:189
msgid "Fix set up of the ::Engine when created with an absolute config file path"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:195
msgid "Add a manual test for Unity launchers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:196
msgid "[KNotificationRestrictions] Let user can specify restriction reason string"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:202
msgid "[PackageLoader] Don't access invalid KPluginMetadata (bug 374541)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:203
msgid "fix description for option -t in man page"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:204
msgid "Improve error message"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:205
msgid "Fix the help message for --type"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:206
msgid "Improve installation process of KPackage bundles"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:207
msgid "Install a kpackage-generic.desktop file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:208
msgid "Exclude qmlc files from installation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:209
msgid "Don't list separately plasmoids from metadata.desktop and .json"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:210
msgid "Additional fix for packages with different types but same ids"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:211
msgid "Fix cmake failure when two packages with different type have same id"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:217
msgid "Call the new checkAmbiguousShortcuts() from MainWindow::createShellGUI"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:223
msgid "KSycoca: don't follow symlink to directories, it creates a risk of recursion"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:229
msgid "Fix: Forward dragging text results in wrong selection (bug 374163)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:235
msgid "Specify minimum required GpgME++ version 1.7.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:236
msgid "Revert \"If Gpgmepp is not found, try to use KF5Gpgmepp\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:243
msgid "Add KToolTipWidget, a tooltip that contains another widget"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:244
msgid "Fix KDateComboBox checks for valid entered dates"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:245
msgid "KMessageWidget: use darker red color when type is Error (bug 357210)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:251
msgid "Warn on startup about ambiguous shortcuts (with an exception for Shift+Delete)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:252
msgid "MSWin and Mac have similar autosave windowsize behaviour"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:253
msgid "Display application version in about dialog header (bug 372367)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:259
msgid "sync with breeze icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:265
#: announcements/kde-frameworks-5.31.0.php:219
msgid "Fix the renderType properties for various components"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:266
msgid "[ToolTipDialog] Use KWindowSystem::isPlatformX11() which is cached"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:267
msgid "[Icon Item] Fix updating implicit size when icon sizes change"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:268
msgid "[Dialog] Use setPosition / setSize instead of setting everything individually"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:269
msgid "[Units] Make iconSizes property constant"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:270
msgid "There is now a global \"Units\" instance reducing memory consumption and creation time of SVG items"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:271
msgid "[Icon Item] Support non-square icons (bug 355592)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:272
msgid "search/replace old hardcoded types from plasmapkg2 (bug 374463)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:273
msgid "Fix X-Plasma-Drop* types (bug 374418)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:274
msgid "[Plasma ScrollViewStyle] Show scroll bar background only on hover"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:275
msgid "Fix #374127 misplacement of popups from dock wins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:276
msgid "Deprecate Plasma::Package API in PluginLoader"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:277
msgid "Recheck which representation we should using in setPreferredRepresentation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:278
msgid "[declarativeimports] Use QtRendering on phone devices"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:279
msgid "consider an empty panel always \"applets loaded\" (bug 373836)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:280
msgid "Emit toolTipMainTextChanged if it changes in response to a title change"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:281
msgid "[TextField] Allow disabling reveal password button through KIOSK restriction"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:282
msgid "[AppletQuickItem] Support launch error message"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:283
msgid "Fix logic for arrow handling in RTL locales (bug 373749)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:284
msgid "TextFieldStyle: Fix implicitHeight value so the text cursor is centered"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:290
msgid "cmake: look for hunspell-1.6 as well"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:296
msgid "Fix highlighting of Makefile.inc by adding priority to makefile.xml"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:297
msgid "Highlight SCXML files as XML"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:298
msgid "makefile.xml: many improvements, too long to list here"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.30.0.php:299
msgid "python syntax: added f-literals and improved string handling"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:4
msgid "Release of KDE Frameworks 5.31.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:16
msgid ""
" \n"
"February 11, 2017. KDE today announces the release\n"
"of KDE Frameworks 5.31.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:45
msgid "add support for display_name in categories"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:51
msgid "too many icon changes to list them here"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:57
msgid "Enable -Wsuggest-override for g++ &gt;= 5.0.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:58
msgid "Pass -fno-operator-names when supported"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:59
msgid "ecm_add_app_icon : ignore SVG files silently when unsupported"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:60
msgid "Bindings: Many fixes and improvements"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:66
msgid "Support some of the KNSCore questions using notifications"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:72
msgid "Fix KCompressionDevice (seeking) to work with Qt &gt;= 5.7"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:78
msgid "Update most of the examples, drop outdated ones"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:84
msgid "Fix linking on Windows: don't link kentrymaptest to KConfigCore"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:90
msgid "Do nothing in ShowMenubarActionFilter::updateAction if there are no menubars"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:96
msgid "Fix Bug 363427 - unsafe characters incorrectly parsed as part of URL (bug 363427)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:97
msgid "kformat: Make it possible to properly translate relative dates (bug 335106)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:98
msgid "KAboutData: Document that bug email address can also be a URL"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:104
msgid "[IconDialog] Set proper icons group"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:105
msgid "[QuickViewSharedEngine] Use setSize instead of setWidth/setHeight"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:111
#: announcements/kde-frameworks-5.37.0.php:106
msgid "Sync KDE4Defaults.cmake from kdelibs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:112
msgid "Fix HAVE_TRUNC cmake check"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:118
msgid "KEmoticons: use DBus to notify running processes of changes made in the KCM"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:119
msgid "KEmoticons: major performance improvement"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:125
msgid "KIconEngine: Center icon in requested rect"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:131
msgid "Add KUrlRequester::setMimeTypeFilters"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:132
msgid "Fix parsing of directories listing on a specific ftp server (bug 375610)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:133
msgid "preserve group/owner on file copy (bug 103331)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:134
msgid "KRun: deprecate runUrl() in favor of runUrl() with RunFlags"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:135
msgid "kssl: Ensure user certificate directory has been created before use (bug 342958)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:141
msgid "Apply filter to proxy immediately"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:147
msgid "Make it possible to adopt resources, mostly for system-wide settings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:148
msgid "Don't fail when moving to the temp directory when installing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:149
msgid "Deprecate the security class"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:150
msgid "Don't block when running the post-install command (bug 375287)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:151
msgid "[KNS] Take into account the distribution type"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:152
msgid "Don't ask if we're getting the file in /tmp"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:158
msgid "Re-add logging notifications to files (bug 363138)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:159
msgid "Mark non-persistent notifications as transient"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:160
msgid "Support \"default actions\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:166
msgid "Don't generate appdata if it's marked as NoDisplay"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:167
msgid "Fix listing when the requested path is absolute"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:168
msgid "fix handling of archives with a folder in them (bug 374782)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:174
msgid "fix minimap rendering for HiDPI envs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:180
msgid "Add methods to hide the reveal password action"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:181
msgid "KToolTipWidget: don't take ownership of the content widget"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:182
msgid "KToolTipWidget: hide immediately if content gets destroyed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:183
msgid "Fix focus override in KCollapsibleGroupBox"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:184
msgid "Fix warning when destructing a KPixmapSequenceWidget"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:185
msgid "Install also CamelCase forward headers for classes from multi-class headers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:186
msgid "KFontRequester: Find the nearest match for a missing font (bug 286260)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:192
msgid "Allow Tab as being modified by Shift (bug 368581)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:198
msgid "Bug reporter: Allow a URL (not just an email address) for custom reporting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:199
msgid "Skip empty shortcuts on ambiguity check"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:205
msgid "[Containment Interface] No need for values() as contains() looks up keys"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:206
msgid "Dialog: Hide when focus changes to ConfigView with hideOnWindowDeactivate"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:207
msgid "[PlasmaComponents Menu] Add maximumWidth property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:208
msgid "Missing icon when connected to openvpn via bluetooth network (bug 366165)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:209
msgid "Make sure we display enabled ListItem on hover"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:210
msgid "make all heights in the calendar header to be even (bug 375318)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:211
msgid "fix color styling in network plasma icon (bug 373172)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:212
msgid "Set wrapMode to Text.WrapAnywhere (bug 375141)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:214
msgid "correctly forward status from applets to containment (bug 372062)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:215
msgid "Use KPlugin to load Calendar plugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:216
msgid "use the highlight color for selected text (bug 374140)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:217
msgid "[Icon Item] Round size we want to load a pixmap in"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:218
msgid "portrait prop is not relevant when there is no text (bug 374815)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:225
msgid "Work round DBus property fetching bug (bug 345871)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:226
msgid "Treat no passphrase as Solid::UserCanceled error"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:232
msgid "Added Greek trigram data file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:233
msgid "Fix segfault in trigrams generation and expose MAXGRAMS constant in the header"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:234
msgid "Look for non-versioned libhunspell.so, should be more future proof"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.31.0.php:240
msgid "C++ highlighting: update to Qt 5.8"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:4
msgid "Release of KDE Frameworks 5.32.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:16
msgid ""
" \n"
"March 11, 2017. KDE today announces the release\n"
"of KDE Frameworks 5.32.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:41
msgid "Implement nested tags"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:47
msgid "Added icons for Plasma Vault"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:48
msgid "Renamed icons for encrypted and decrypted folders"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:49
msgid "Add torrents icon 22px"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:50
msgid "Add nm-tray icons (bug 374672)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:51
msgid "color-management: removed undefined links (bug 374843)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:52
msgid "system-run is now an action until &lt;= 32px and 48px an app icon (bug 375970)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:58
msgid "Detect inotify"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:59
msgid "Revert \"Automatically mark classes with pure virtual functions as /Abstract/.\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:65
msgid "Allow to plan ahead and set the order for an item not yet in the list"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:71
msgid "Fix Potential leak of memory pointed to by 'limitedDev'"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:77
msgid "Fixed potential crash in QML KCMs when application palette changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:83
msgid "KConfig: stop exporting and installing KConfigBackend"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:89
msgid "KColorScheme: default to application scheme if set by KColorSchemeManager (bug 373764)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:90
msgid "KConfigDialogManager: get change signal from metaObject or special property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:91
msgid "Fix KCModule::setAuthAction error checking"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:97
msgid "Exclude (6) from emoticons recognition"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:98
msgid "KDirWatch: fix memory leak on destruction"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:104
msgid "Fix bug in kfiledialog.cpp that causes crashing when native widgets are used"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:110
#: announcements/kde-frameworks-5.33.0.php:104
msgid "meinproc5: link to the files, not to the library (bug 377406)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:111
msgid "Remove the KF5::XsltKde static library"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:112
msgid "Export a proper shared library for KDocTools"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:113
msgid "Port to categorized logging and clean includes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:114
msgid "Add function to extract a single file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:115
msgid "Fail the build early if xmllint is not available (bug 376246)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:121
msgid "New maintainer for kfilemetadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:122
msgid "[ExtractorCollection] Use mimetype inheritance to return plugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:123
msgid "add a new property DiscNumber for audio files from multi-disc albums"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:129
msgid "Cookies KCM: disable \"delete\" button when there is no current item"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:130
msgid "kio_help: Use the new shared library exported by KDocTools"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:131
msgid "kpac: Sanitize URLs before passing them to FindProxyForURL (security fix)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:132
msgid "Import remote ioslave from plasma-workspace"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:133
msgid "kio_trash: implement renaming of toplevel files and dirs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:134
msgid "PreviewJob: Remove maximum size for local files by default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:135
msgid "DropJob: allow to add application actions on an open menu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:136
msgid "ThumbCreator: deprecate DrawFrame, as discussed in https://git.reviewboard.kde.org/r/129921/"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:142
msgid "Add support for flatpak portals"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:143
msgid "Send desktopfilename as part of notifyByPopup hints"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:144
msgid "[KStatusNotifierItem] Restore minimized window as normal"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:150
msgid "Finish support for opening compressed packages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:156
msgid "Remember file type set by user over sessions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:157
msgid "Reset filetype when opening url"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:158
msgid "Added getter for word-count configuration value"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:159
msgid "Consistent conversion from/to cursor to/from coordinates"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:160
msgid "Update file type on save only if path changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:161
msgid "Support for EditorConfig configuration files (for details: http://editorconfig.org/)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:162
msgid "Add FindEditorConfig to ktexteditor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:163
msgid "Fix: emmetToggleComment action doesn't work (bug 375159)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:164
msgid "Use sentence style capitalization with label texts of edit fields"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:165
msgid "Reverse meaning of :split, :vsplit to match vi and Kate actions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:166
msgid "Use C++11 log2() instead of log() / log(2)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:167
msgid "KateSaveConfigTab: put spacer behind last group on Advanced tab, not inside"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:168
msgid "KateSaveConfigTab: Remove wrong margin around content of Advanced tab"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:169
msgid "Borders config subpage: fix scrollbar visibility combobox being off-placed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:175
msgid "KToolTipWidget: hide tooltip in enterEvent if hideDelay is zero"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:176
msgid "Fix KEditListWidget losing the focus on click of buttons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:177
msgid "Add decomposition of Hangul Syllables into Hangul Jamo"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:178
msgid "KMessageWidget: fix behaviour on overlapping calls of animatedShow/animatedHide"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:184
msgid "Don't use KConfig keys with backslashes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:190
msgid "Sync introspections and generated files with NM 1.6.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:191
msgid "Manager: Fix emitting deviceAdded twice when NM restarts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:197
msgid "set default hints when repr doesn't export Layout.* (bug 377153)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:198
msgid "possible to set expanded=false for a containment"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:199
msgid "[Menu] Improve available space correction for openRelative"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:200
msgid "move setImagePath logic into updateFrameData() (bug 376754)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:201
msgid "IconItem: Add roundToIconSize property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:202
msgid "[SliderStyle] Allow providing a \"hint-handle-size\" element"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:203
msgid "Connect all connections to action in QMenuItem::setAction"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:204
msgid "[ConfigView] Honor KIOSK Control Module restrictions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:205
msgid "Fix disabling the spinner animation when Busy indicator has no opacity"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:206
msgid "[FrameSvgItemMargins] Don't update on repaintNeeded"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:207
msgid "Applet icons for the Plasma Vault"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:208
msgid "Migrate AppearAnimation and DisappearAnimation to Animators"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:209
msgid "Align bottom edge to top edge of visualParent in the TopPosedLeftAlignedPopup case"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:210
msgid "[ConfigModel] Emit dataChanged when a ConfigCategory changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:211
msgid "[ScrollViewStyle] Evaluate frameVisible property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:212
msgid "[Button Styles] Use Layout.fillHeight instead of parent.height in a Layout (bug 375911)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:213
msgid "[ContainmentInterface] Also align containment context menu to panel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:216
#: announcements/kde-frameworks-5.41.0.php:304
#: announcements/kde-frameworks-5.42.0.php:327
#: announcements/kde-frameworks-5.44.0.php:273
#: announcements/kde-frameworks-5.49.0.php:449
msgid "Prison"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:219
msgid "Fix min qt version"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:225
msgid "Floppy disks now show up as \"Floppy Disk\" instead of \"0 B Removable Media\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:231
msgid "Add more keyword. Disable spellchecking for keywords"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:232
msgid "Add more keyword"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:233
msgid "Add *.RHTML file extension to Ruby on Rails highlighting (bug 375266)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:234
msgid "Update SCSS and CSS syntax highlight (bug 376005)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:235
msgid "less highlighting: Fix single line comments starting new regions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.32.0.php:236
msgid "LaTeX highlighting: fix alignat environment (bug 373286)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:4
msgid "Release of KDE Frameworks 5.33.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:16
msgid ""
" \n"
"April 08, 2017. KDE today announces the release\n"
"of KDE Frameworks 5.33.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:41
msgid "Added description for commands (balooctl)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:42
msgid "Search also in symlinked directories (bug 333678)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:48
msgid "Provide device type for Low Energy devices"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:54
msgid "Specify qml-root-path as the share directory in the prefix"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:55
msgid "Fix ecm_generate_pkgconfig_file compatibility with new cmake"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:56
msgid "Only register APPLE_* options if(APPLE)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:62
msgid "Added presets to the testing application"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:63
msgid "Properly moving items to the desired position"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:64
msgid "Syncing reordering to other model instances"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:65
msgid "If the order is not defined, sort the entries by the id"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:71
msgid "[Meta] Change maintainer in setup.py"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:77
msgid "Backend for Mac"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:78
msgid "Add support for killing a KAuth::ExecuteJob"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:84
msgid "Sanitize shortcut list on read/write from kdeglobals"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:85
msgid "Avoid useless reallocs by removing squeeze call on temporary buffer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:91
msgid "KDBusService: Add accessor for the dbus service name we registered"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:97
msgid "With Qt &gt;= 5.8 use the new API to set scene graph backend"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:98
msgid "Don't set acceptHoverEvents in DragArea as we don't use them"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:110
msgid "Make PlainTextExtractor match \"text/plain\" again"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:116
msgid "Error page, correctly load the image (with a real URL)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:122
msgid "Make remote file:// URL redirect to smb:// work again"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:123
msgid "Keep query encoding when HTTP Proxy is used"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:124
msgid "Updated user agents (Firefox 52 ESR, Chromium 57)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:125
msgid "Handle/truncate url display string assigned to job description. Prevents large data: urls from being included in UI notifications"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:126
msgid "Add KFileWidget::setSelectedUrl() (bug 376365)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:127
msgid "Fix KUrlRequester save mode by adding setAcceptMode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:133
msgid "Mention the new QSFPM::setRecursiveFiltering(true) which makes KRecursiveFilterProxyModel obsolete"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:139
msgid "Do not remove queued notifications when the fd.o service starts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:140
msgid "Mac platform adaptations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:146
msgid "API dox: fix missing note to call setXMLFile with KParts::MainWindow"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:152
msgid "Fix 'Not found: \"\"' terminal messages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:158
msgid "Expose additional internal View's functionality to the public API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:159
msgid "Save a lot of allocation for setPen"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:160
msgid "Fix ConfigInterface of KTextEditor::Document"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:161
msgid "Added font and on-the-fly-spellcheck options in ConfigInterface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:167
msgid "Add support for wl_shell_surface::set_popup and popup_done"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:173
msgid "Support building against a qt without a11y enabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:174
msgid "Fix wrong size hint when animatedShow is called with hidden parent (bug 377676)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:175
msgid "Fix characters in KCharSelectTable getting elided"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:176
msgid "Enable all planes in kcharselect test dialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:182
msgid "WiredSetting: return autonegotiate even when it's disabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:183
msgid "Prevent signals in glib2 be defined by Qt"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:184
msgid "WiredSetting: Speed and duplex can be set only when auto-negotiation is off (bug 376018)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:185
msgid "Auto-negotiate value for wired setting should be false"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:191
msgid "[ModelContextMenu] Use Instantiator instead of Repeater-and-reparent-hack"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:192
msgid "[Calendar] Shrink and elide week names like is done with day delegate (bug 378020)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:193
msgid "[Icon Item] Make \"smooth\" property actually do something"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:194
msgid "Set implicit size from source size for image/SVG URL sources"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:195
msgid "add a new property in containment, for an edit mode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:196
msgid "correct maskRequestedPrefix when no prefix is used (bug 377893)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:197
msgid "[Menu] Harmonize openRelative placement"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:198
msgid "Most (context) menus have accelerators (Alt+letter shortcuts) now (bug 361915)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:199
msgid "Plasma controls based on QtQuickControls2"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:200
msgid "Handle applyPrefixes with an empty string (bug 377441)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:201
msgid "actually delete old theme caches"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:202
msgid "[Containment Interface] Trigger context menus on pressing \"Menu\" key"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:203
msgid "[Breeze Plasma Theme] Improve action-overlay icons (bug 376321)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:209
msgid "TOML: Fix highlighting of string escape sequences"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:210
msgid "Update Clojure syntax highlighting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:211
msgid "A few updates to OCaml syntax"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:212
msgid "Hightlight *.sbt files as scala code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.33.0.php:213
msgid "Also use the QML highlighter for .qmltypes files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:4
msgid "Release of KDE Frameworks 5.34.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:16
msgid ""
" \n"
"May 13, 2017. KDE today announces the release\n"
"of KDE Frameworks 5.34.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:41
msgid "balooctl, baloosearch, balooshow: Fix order of QCoreApplication object creation (bug 378539)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:47
msgid "Add icons for hotspot (https://github.com/KDAB/hotspot)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:48
msgid "Better version control system icons (bug 377380)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:49
msgid "Add plasmate icon (bug 376780)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:50
msgid "Update microphone-sensitivity icons (bug 377012)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:51
#: announcements/kde-frameworks-5.34.0.php:221
msgid "Raise default for 'Panel' icons to 48"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:57
msgid "Sanitizers: Don't use GCC-like flags for e.g. MSVC"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:58
msgid "KDEPackageAppTemplates: documentation improvements"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:59
msgid "KDECompilerSettings: Pass -Wvla &amp; -Wdate-time"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:60
msgid "Support older qmlplugindump versions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:61
msgid "Introduce ecm_generate_qmltypes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:62
msgid "Allow projects to include the file twice"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:63
msgid "Fix rx that matches project names out of the git uri"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:64
msgid "Introduce fetch-translations build command"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:65
msgid "Use -Wno-gnu-zero-variadic-macro-arguments more"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:71
msgid "We are using only Tier 1 frameworks, so move us to Tier 2"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:72
msgid "Removed KIO from the deps"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:78
msgid "Security fix: verify that whoever is calling us is actually who he says he is"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:84
msgid "Fix relativePath calculation in KDesktopFile::locateLocal() (bug 345100)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:90
msgid "Set the icon for the Donate action"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:91
msgid "Relax constraints for processing QGroupBoxes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:97
msgid "Don't set ItemHasContents in DropArea"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:98
msgid "Don't accept hover events in the DragArea"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:104
msgid "Workaround for MSVC and catalog loading"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:105
msgid "Solve a visibility conflict for meinproc5 (bug 379142)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:106
msgid "Quote few other variables with path (avoid issues with spaces)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:107
msgid "Quote few variables with path (avoid issues with spaces)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:108
msgid "Temporarily disable the local doc on Windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:109
msgid "FindDocBookXML4.cmake, FindDocBookXSL.cmake - search in homebrew installations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:115
msgid "makes KArchive be optional and do not build extractors needing it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:116
msgid "fix duplicated symbols compilation error with mingw on Windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:122
msgid "build: Remove KService dependency"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:128
msgid "fix basename handling of po files (bug 379116)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:129
msgid "Fix ki18n bootstrapping"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:135
msgid "Don't even try to create icons with empty sizes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:141
msgid "KDirSortFilterProxyModel: bring back natural sorting (bug 343452)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:142
msgid "Fill UDS_CREATION_TIME with the value of st_birthtime on FreeBSD"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:143
msgid "http slave: send error page after authorization failure (bug 373323)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:144
msgid "kioexec: delegate upload to a kded module (bug 370532)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:145
msgid "Fix KDirlister Gui Test setting URL scheme twice"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:146
msgid "Delete kiod modules on exit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:147
msgid "Generate a moc_predefs.h file for KIOCore (bug 371721)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:148
msgid "kioexec: fix support for --suggestedfilename"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:154
msgid "Allow multiple categories with the same name"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:155
msgid "KNewStuff: Show file's size information in grid delegate"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:156
msgid "If an entry's size is known, show it in the list view"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:157
msgid "Register and declare KNSCore::EntryInternal::List as a metatype"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:158
msgid "Don't fall through the switch. Double entries? No please"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:159
msgid "always close the downloaded file after downloading"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:165
msgid "Fix include path in KF5PackageMacros.cmake"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:166
msgid "Ignore warnings during appdata generation (bug 378529)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:172
msgid "Template: Change toplevel template category to \"Plasma\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:178
msgid "KAuth integration in document saving - vol. 2"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:179
msgid "Fix assertion when applying code folding that changes cursor position"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:180
msgid "Use non-deprecated &lt;gui&gt; root element in ui.rc file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:181
msgid "Add scroll-bar-marks also to the built-in search&amp;replace"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:182
msgid "KAuth integration in document saving"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:188
msgid "Validate surface is valid when sending TextInput leave event"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:194
msgid "KNewPasswordWidget: don't hide visibility action in plaintext mode (bug 378276)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:195
msgid "KPasswordDialog: don't hide visibility action in plaintext mode (bug 378276)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:196
msgid "Fix KActionSelectorPrivate::insertionIndex()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:202
msgid "kcm_useraccount is dead, long live user_manager"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:203
msgid "Reproducible builds: drop version from XMLGUI_COMPILING_OS"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:204
msgid "Fix: DOCTYPE name must match root element type"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:205
msgid "Fix wrong usage of ANY in kpartgui.dtd"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:206
msgid "Use non-deprecated &lt;gui&gt; root element"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:207
msgid "API dox fixes: replace 0 with nullptr or remove where not applied"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:213
msgid "Fix crash when retrieving active connection list (bug 373993)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:214
msgid "Set default value for auto-negotiation based on running NM version"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:220
msgid "Add icon for hotspot (https://github.com/KDAB/hotspot)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:227
msgid "reload icon when usesPlasmaTheme changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:228
msgid "Install Plasma Components 3 so they can be used"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:229
msgid "Introduce units.iconSizeHints.* to provide user-configurable icon size hints (bug 378443)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:230
msgid "[TextFieldStyle] Fix textField is not defined error"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:231
msgid "Update the ungrabMouse hack for Qt 5.8"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:232
msgid "Guard against Applet not loading AppletInterface (bug 377050)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:233
msgid "Calendar: Use correct language for month and day names"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:234
msgid "Generate plugins.qmltypes files for the plugins we install"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:235
msgid "if the user did set an implicit size, keep it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:241
msgid "Add include that is needed in msys2"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:247
msgid "Add Arduino extension"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.34.0.php:248
msgid "LaTeX: Fix Incorrect termination of \\iffalse comments (bug 378487)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:4
msgid "Release of KDE Frameworks 5.35.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:16
msgid ""
" \n"
"June 10, 2017. KDE today announces the release\n"
"of KDE Frameworks 5.35.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:41
msgid "Improve error notification"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:47
msgid "Pass an explicit list of arguments. This prevents QProcess from trying to handle our space containing path through a shell"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:48
msgid "Fix property changes being missed immediately after an object is added (bug 377405)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:54
msgid "update awk mime as it's a script language (bug 376211)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:60
msgid "restore hidden-visibility testing with Xcode 6.2"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:61
msgid "ecm_qt_declare_logging_category(): more unique include guard for header"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:62
msgid "Add or improve \"Generated. Don't edit\" messages and make consistent"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:63
msgid "Add a new FindGperf module"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:64
msgid "Change default pkgconfig install path for FreeBSD"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:70
msgid "Fix kactivities-stats into tier3"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:76
msgid "Do not consider keyword Q_REQUIRED_RESULT"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:82
msgid "Verify that whoever is calling us is actually who he says he is"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:88
msgid "Generate gperf output at build time"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:94
msgid "Ensure proper per thread seeding in KRandom"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:95
msgid "Do not watch QRC's paths (bug 374075)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:101
msgid "Don't include the pid in the dbus path when on flatpak"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:107
msgid "Consistently emit MouseEventListener::pressed signal"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:108
msgid "Don't leak MimeData object (bug 380270)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:114
msgid "Handle having spaces in the path to CMAKE_SOURCE_DIR"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:120
msgid "Fix: Qt5::DBus is only privately used"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:126
msgid "use /usr/bin/env to locate python2"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:132
msgid "Generate kentities gperf output at build time"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:133
msgid "Generate doctypes gperf output at build time"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:139
msgid "Extend Programmer's Guide with notes about influence of setlocale()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:145
msgid "Addressed an issue where certain elements in applications (e.g. Dolphin's file view) would become inaccessible in high-dpi multi-screen setup (bug 363548)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:146
msgid "[RenameDialog] Enforce plain text format"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:147
msgid "Identify PIE binaries (application/x-sharedlib) as executable files (bug 350018)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:148
msgid "core: expose GETMNTINFO_USES_STATVFS in config header"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:149
msgid "PreviewJob: skip remote directories. Too expensive to preview (bug 208625)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:150
msgid "PreviewJob: clean up empty temp file when get() fails (bug 208625)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:151
msgid "Speed up detail treeview display by avoiding too many column resizes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:157
msgid "Use a single QNAM (and a disk cache) for HTTP jobs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:158
msgid "Internal cache for provider data on initialisation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:164
msgid "Fix KSNIs being unable to register service under flatpak"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:165
msgid "Use application name instead of pid when creating SNI dbus service"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:171
msgid "Do not export symbols from private libraries"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:172
msgid "Fix symbol exporting for KF5PeopleWidgets and KF5PeopleBackend"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:173
msgid "limit #warning to GCC"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:179
msgid "Replace kwalletd4 after migration has finished"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:180
msgid "Signal completion of migration agent"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:181
msgid "Only start timer for migration agent if necessary"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:182
msgid "Check for unique application instance as early as possible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:188
msgid "Add requestToggleKeepAbove/below"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:189
msgid "Keep QIcon::fromTheme in main thread"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:190
msgid "Remove pid changedSignal in Client::PlasmaWindow"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:191
msgid "Add pid to plasma window management protocol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:197
msgid "KViewStateSerializer: Fix crash when view is destroyed before state serializer (bug 353380)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:203
msgid "Better fix for NetRootInfoTestWM in path with spaces"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:209
msgid "Set main window as parent of stand-alone popup menus"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:210
msgid "When building menu hierarchies, parent menus to their containers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:216
msgid "Add VLC tray icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:217
msgid "Plasmoid templates: use the image which is part of the package (again)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:218
msgid "Add template for Plasma QML Applet with QML extension"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:219
msgid "Recreate plasmashellsurf on exposed, destroy on hidden"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:225
msgid "Haskell: highlight \"julius\" quasiquoter using Normal##Javascript rules"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.35.0.php:226
msgid "Haskell: enable hamlet highlighting for \"shamlet\" quasiquoter too"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:4
msgid "Release of KDE Frameworks 5.36.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:16
msgid ""
" \n"
"July 08, 2017. KDE today announces the release\n"
"of KDE Frameworks 5.36.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:45
#: announcements/kde-frameworks-5.36.0.php:86
msgid "Use FindInotify.cmake to decide whether inotify is available"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:51
msgid "Do not depend on bash unnecessarily, and do not validate icons by default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:57
msgid "FindQHelpGenerator: avoid picking up Qt4 version"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:58
msgid "ECMAddQch: fail hard if needed tools are not present, to avoid surprises"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:59
msgid "Drop perl as dep for ecm_add_qch, not needed/used"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:60
msgid "Scan the whole install folder for qml dependencies"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:61
msgid "New: ECMAddQch, for generating qch &amp; doxygen tag files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:62
msgid "Fix KDEInstallDirsTest.relative_or_absolute_usr, avoid Qt paths being used"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:68
msgid "Check error status after every PolKitAuthority usage"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:74
msgid "Emit errors when keditbookmarks is missing (bug 303830)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:80
msgid "Fix for CMake 3.9"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:92
msgid "KKeySequenceItem: make it possible to record Ctrl+Num+1 as a shortcut"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:93
msgid "Start drag with press and hold on touch events (bug 368698)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:94
msgid "Don't rely on QQuickWindow delivering QEvent::Ungrab as mouseUngrabEvent (as it no longer does in Qt 5.8+) (bug 380354)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:100
msgid "Search for KEmoticons, which is a dependency per the CMake config.cmake.in (bug 381839)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:106
msgid "Add an extractor using qtmultimedia"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:112
#: announcements/kde-frameworks-5.37.0.php:125
msgid "Make sure that the tsfiles target is generated"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:118
msgid "More details about deploying icon themes on Mac &amp; MSWin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:119
msgid "Change panel icon size default to 48"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:125
msgid "[KNewFileMenu] Hide \"Link To Device\" menu if it would be empty (bug 381479)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:126
msgid "Use KIO::rename instead of KIO::moveAs in setData (bug 380898)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:127
msgid "Fix drop menu position on Wayland"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:128
msgid "KUrlRequester: Set NOTIFY signal to textChanged() for text property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:129
msgid "[KOpenWithDialog] HTML-escape file name"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:130
msgid "KCoreDirLister::cachedItemForUrl: don't create the cache if it didn't exist"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:131
msgid "Use \"data\" as filename when copying data urls (bug 379093)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:137
msgid "Fix incorrect error detection for missing knsrc files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:138
msgid "Expose and use Engine's page size variable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:139
msgid "Make it possible to use QXmlStreamReader to read a KNS registry file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:145
msgid "Added kpackage-genericqml.desktop"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:151
msgid "Fix cpu usage spiking after showing vi command bar (bug 376504)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:152
msgid "Fix jumpy scrollbar-dragging when mini-map is enabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:153
msgid "Jump to the clicked scrollbar position when minim-map is enabled (bug 368589)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:159
msgid "Update kcharselect-data to Unicode 10.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:165
msgid "KKeySequenceWidget: make it possible to record Ctrl+Num+1 as a shortcut (bug 183458)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:166
msgid "Revert \"When building menu hyerarchies, parent menus to their containers\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:167
msgid "Revert \"use transientparent directly\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:173
msgid "WiredSetting: wake on lan properties were backported to NM 1.0.6"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:174
msgid "WiredSetting: metered property was backported to NM 1.0.6"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:175
msgid "Add new properties to many settings classes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:176
msgid "Device: add device statistics"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:177
msgid "Add IpTunnel device"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:178
msgid "WiredDevice: add information about required NM version for s390SubChannels property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:179
msgid "TeamDevice: add new config property (since NM 1.4.0)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:180
msgid "Wired device: add s390SubChannels property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:181
msgid "Update introspections (NM 1.8.0)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:187
msgid "Make sure size is final after showEvent"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:188
msgid "Fix vlc tray icon margins and color scheme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:189
msgid "Set Containments to have focus within the view (bug 381124)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:190
msgid "generate the old key before updating enabledborders (bug 378508)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:191
msgid "show show password button also if empty text (bug 378277)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:192
msgid "Emit usedPrefixChanged when prefix is empty"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:198
msgid "cmake: build udisks2 backend on FreeBSD only when enabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:204
msgid "Highlight .julius files as JavaScript"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:205
msgid "Haskell: Add all language pragmas as keywords"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:206
msgid "CMake: OR/AND not highlighted after expr in () (bug 360656)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:207
msgid "Makefile: Remove invalid keyword entries in makefile.xml"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:208
msgid "indexer: Improve error reporting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:209
msgid "HTML syntax file version update"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:210
msgid "Angular modifiers in HTML attributes added"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:211
msgid "Update test reference data following the changes of the previous commit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:212
msgid "Bug 376979 - angle brackets in doxygen comments break syntax highlighting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:215
#: announcements/kde-frameworks-5.37.0.php:303
#: announcements/kde-frameworks-5.39.0.php:283
#: announcements/kde-frameworks-5.40.0.php:253
#: announcements/kde-frameworks-5.49.0.php:513
msgid "ThreadWeaver"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.36.0.php:218
msgid "Work-around MSVC2017 compiler bug"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:4
msgid "Release of KDE Frameworks 5.37.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:16
msgid ""
" \n"
"August 13, 2017. KDE today announces the release\n"
"of KDE Frameworks 5.37.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:38
msgid "New framework: kirigami, a set of QtQuick plugins to build user interfaces based on the KDE UX guidelines"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:43
msgid "update .h and .h++ colors (bug 376680)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:44
msgid "remove ktorrent small monochrome icon (bug 381370)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:45
msgid "bookmarks is an action icon not a folder icon (bug 381383)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:46
msgid "update utilities-system-monitor (bug 381420)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:52
msgid "Add --gradle to androiddeployqt"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:53
msgid "Fix install apk target"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:54
msgid "Fix usage of query_qmake: differ between calls expecting qmake or not"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:55
msgid "Add API dox for KDEInstallDirs' KDE_INSTALL_USE_QT_SYS_PATHS"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:56
msgid "Add a metainfo.yaml to make ECM a proper framework"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:57
msgid "Android: scan for qml files in the source dir, not in the install dir"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:63
msgid "emit runningActivityListChanged on activity creation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:69
msgid "Escape HTML from search query"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:75
msgid "Add Conan files, as a first experiment to Conan support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:81
msgid "Allow to build KConfig without Qt5Gui"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:82
msgid "Standard shortcuts: use Ctrl+PageUp/PageDown for prev/next tab"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:88
msgid "Remove unused init() declaration from K_PLUGIN_FACTORY_DECLARATION_WITH_BASEFACTORY_SKEL"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:89
msgid "New spdx API on KAboutLicense to get SPDX license expressions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:90
msgid "kdirwatch: Avoid potential crash if d-ptr destroyed before KDirWatch (bug 381583)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:91
msgid "Fix display of formatDuration with rounding (bug 382069)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:97
msgid "fix plasmashell unsetting QSG_RENDER_LOOP"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:103
msgid "Fix 'Deprecated hint for KUrl::path() is wrong on Windows' (bug 382242)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:104
msgid "Update kdelibs4support to use the target based support provided by kdewin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:105
msgid "Mark constructors as deprecated too"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:112
msgid "Add support for the new widget kpasswordlineedit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:118
msgid "Support SVG too (bug 355872)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:124
msgid "Allow loading i18n catalogs from arbitrary locations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:131
msgid "Only require Qt5X11Extras when we actually need it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:137
msgid "Use proper feature flag to include kill(2)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:143
msgid "Add new method urlSelectionRequested to KUrlNavigator"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:144
msgid "KUrlNavigator: expose the KUrlNavigatorButton that received a drop event"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:145
msgid "Stash without asking the user with a Copy/Cancel popup"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:146
msgid "Ensure KDirLister updates items whose target URL has changed (bug 382341)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:147
msgid "Make advanced options of \"open with\" dialog collabsible and hidden by default (bug 359233)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:153
msgid "Give a parent to KMoreToolsMenuFactory menus"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:154
msgid "When requesting from the cache, report all entries at bulk"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:160
msgid "kpackagetool now can output appstream data to a file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:161
msgid "adopt new KAboutLicense::spdx"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:167
msgid "Reset url in closeUrl()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:168
msgid "Add template for a simple kpart-based application"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:169
#: announcements/kde-frameworks-5.37.0.php:230
msgid "Drop usage of KDE_DEFAULT_WINDOWFLAGS"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:175
msgid "Handle fine-grained wheel event in zooming"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:176
msgid "Add template for a ktexteditor plugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:177
msgid "copy permissions from original file on save copy (bug 377373)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:178
msgid "perhaps avoid stringbuild crash (bug 339627)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:179
msgid "fix problem with * adding for lines outside of comments (bug 360456)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:180
msgid "fix save as copy, it missed to allow overwriting the destination file (bug 368145)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:181
msgid "Command 'set-highlight': Join args with space"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:182
msgid "fix crash on view destruction because of non-deterministic cleanup of objects"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:183
msgid "Emit signals from icon border when no mark was clicked"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:184
msgid "Fix crash in vi input mode (sequence: \"o\" \"Esc\" \"O\" \"Esc\" \".\") (bug 377852)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:185
msgid "Use mutually exclusive group in Default Mark Type"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:191
msgid "Mark MPa and PSI as common units"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:197
msgid "Use CMAKE_INSTALL_BINDIR for dbus service generation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:203
msgid "Destroy all kwayland objects created by registry when it is destroyed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:204
msgid "Emit connectionDied if the QPA is destroyed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:205
msgid "[client] Track all created ConnectionThreads and add API to access them"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:206
msgid "[server] Send text input leave if focused surface gets unbound"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:207
msgid "[server] Send pointer leave if focused surface gets unbound"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:208
msgid "[client] Properly track enteredSurface in Keyboard"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:209
msgid "[server] Send keyboard leave when client destroys the focused surface (bug 382280)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:210
msgid "check Buffer validity (bug 381953)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:216
msgid "Extract lineedit password widget =&gt; new class KPasswordLineEdit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:217
msgid "Fixed a crash when searching with accessibility support enabled (bug 374933)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:218
msgid "[KPageListViewDelegate] Pass widget to drawPrimitive in drawFocus"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:224
msgid "Remove header reliance on QWidget"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:236
msgid "Adding support to ipv*.route-metric"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:237
msgid "Fix undefined NM_SETTING_WIRELESS_POWERSAVE_FOO enums (bug 382051)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:243
msgid "[Containment Interface] always emit contextualActionsAboutToShow for containment"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:244
msgid "Treat Button/ToolButton labels as plaintext"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:245
msgid "Don't perform wayland specific fixes when on X (bug 381130)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:246
msgid "Add KF5WindowSystem to link interface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:247
msgid "Declare AppManager.js as pragma library"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:248
msgid "[PlasmaComponents] Remove Config.js"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:249
msgid "default to plain text for labels"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:250
msgid "Load translations from KPackage files if bundled (bug 374825)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:251
msgid "[PlasmaComponents Menu] Don't crash on null action"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:252
msgid "[Plasma Dialog] Fix flag conditions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:253
msgid "update akregator system tray icon (bug 379861)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:254
msgid "[Containment Interface] Keep containment in RequiresAttentionStatus while context menu is open (bug 351823)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:255
msgid "Fix tab bar layout key handling in RTL (bug 379894)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:261
msgid "Allow to build Sonnet without Qt5Widgets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:262
msgid "cmake: rewrite FindHUNSPELL.cmake to use pkg-config"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:268
msgid "Allow to build KSyntaxHighlighter without Qt5Gui"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:269
msgid "Add cross-compilation support for the highlighting indexer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:270
msgid "Themes: Remove all unused metadata (license, author, read-only)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:271
msgid "Theme: Remove license and author fields"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:272
msgid "Theme: Derive read-only flag from file on disk"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:273
msgid "Add syntax highlighting for YANG data modeling language"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:274
msgid "PHP: Add PHP 7 keywords (bug 356383)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:275
msgid "PHP: Clean up PHP 5 information"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:276
msgid "fix gnuplot, make leading/trailing spaces fatal"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:277
msgid "fix 'else if' detection, we need to switch context, add extra rule"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:278
msgid "indexer checks for leading/trailing whitespaces in XML highlighting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:279
msgid "Doxygen: Add Doxyfile highlighting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:280
msgid "add missing standard types to C highlighting and update to C11 (bug 367798)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:281
msgid "Q_PI D =&gt; Q_PID"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:282
msgid "PHP: Improve highlighting of variables in curly braces in double quotes (bug 382527)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:283
msgid "Add PowerShell highlighting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:284
msgid "Haskell: Add file extension .hs-boot (bootstrap module) (bug 354629)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:285
msgid "Fix replaceCaptures() to work with more than 9 captures"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:286
msgid "Ruby: Use WordDetect instead of StringDetect for full word matching"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:287
msgid "Fix incorrect highlighting for BEGIN and END in words such as \"EXTENDED\" (bug 350709)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:288
msgid "PHP: Remove mime_content_type() from list of deprecated functions (bug 371973)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:289
msgid "XML: Add XBEL extension/mimetype to xml highlighting (bug 374573)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:290
msgid "Bash: Fix incorrect highlighting for command options (bug 375245)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:291
msgid "Perl: Fix heredoc highlighting with leading spaces in the delimiter (bug 379298)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:292
msgid "Update SQL (Oracle) syntax file (bug 368755)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:293
msgid "C++: Fix '-' is not a part of UDL String (bug 380408)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:294
msgid "C++: printf format specifies: add 'n' and 'p', remove 'P' (bug 380409)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:295
msgid "C++: Fix char value have the color of the strings (bug 380489)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:296
msgid "VHDL: Fix highlighting error when using brackets and attributes (bug 368897)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:297
msgid "zsh highlighting: Fix math expression in a substring expression (bug 380229)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:298
msgid "JavaScript Highlighting: Add support for E4X xml extension (bug 373713)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:299
msgid "Remove \"*.conf\" extension rule"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:300
msgid "Pug/Jade syntax"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.37.0.php:306
msgid "Add missing export to QueueSignals"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:4
msgid "Release of KDE Frameworks 5.38.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:16
msgid ""
" \n"
"September 09, 2017. KDE today announces the release\n"
"of KDE Frameworks 5.38.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:44
msgid "Fix directory based search"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:50
msgid "Set CMAKE_*_OUTPUT_5.38 to run tests without installing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:51
msgid "Include a module for finding qml imports as runtime dependencies"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:57
msgid "Return high-resolution line edit clear icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:58
msgid "Fix accepting dialogs with ctrl+return when buttons are renamed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:64
msgid "Refactor of the query which combines linked and used resources"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:65
msgid "Reloading the model when the resource gets unlinked"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:66
msgid "Fixed the query when merging linked and used resources"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:72
#: announcements/kde-frameworks-5.38.0.php:80
msgid "Fix labels of DeleteFile/RenameFile actions (bug 382450)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:73
msgid "kconfigini: Strip leading whitespace when reading entry values (bug 310674)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:79
msgid "Deprecate KStandardAction::Help and KStandardAction::SaveOptions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:81
msgid "Use \"document-close\" as icon for KStandardAction::close"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:87
msgid "DesktopFileParser: add fallback lookup in \":/kservicetypes5/*\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:88
msgid "Add support for uninstalled plugins in kcoreaddons_add_plugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:89
msgid "desktopfileparser: Fix non-compliant key/value parsing (bug 310674)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:95
msgid "support X-KDE-OnlyShowOnQtPlatforms"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:101
msgid "CMake: Fix target name shortening when build dir has special characters (bug 377573)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:102
msgid "Add CC BY-SA 4.0 International and set it as default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:108
msgid "KGlobalAccel: port to KKeyServer's new method symXModXToKeyQt, to fix numpad keys (bug 183458)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:114
msgid "klauncher: fix appId matching for flatpak apps"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:120
msgid "Port the webshortcuts KCM from KServiceTypeTrader to KPluginLoader::findPlugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:121
msgid "[KFilePropsPlugin] Locale-format totalSize during calculation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:122
msgid "KIO: fix long-standing memory leak on exit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:123
msgid "Add mimetype filtering capabilities to KUrlCompletion"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:124
msgid "KIO: port the URI filter plugins from KServiceTypeTrader to json+KPluginMetaData"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:125
msgid "[KUrlNavigator] Emit tabRequested when place in menu is middle-clicked (bug 304589)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:126
msgid "[KUrlNavigator] Emit tabRequested when places selector is middle-clicked (bug 304589)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:127
msgid "[KACLEditWidget] Allow double clicking to edit entry"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:128
msgid "[kiocore] Fix the logic error in previous commit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:129
msgid "[kiocore] Check that klauncher is running or not"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:130
msgid "Really rate-limit INF_PROCESSED_SIZE messages (bug 383843)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:131
msgid "Don't clear Qt's SSL CA certificate store"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:132
msgid "[KDesktopPropsPlugin] Create destination directory if it doesn't exist"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:133
msgid "[File KIO slave] Fix applying special file attributes (bug 365795)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:134
msgid "Remove busy loop check in TransferJobPrivate::slotDataReqFromDevice"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:135
msgid "make kiod5 an \"agent\" on Mac"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:136
msgid "Fix proxy KCM not loading manual proxies correctly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:139
#: announcements/kde-frameworks-5.39.0.php:138
#: announcements/kde-frameworks-5.40.0.php:113
#: announcements/kde-frameworks-5.41.0.php:205
#: announcements/kde-frameworks-5.42.0.php:199
#: announcements/kde-frameworks-5.43.0.php:217
#: announcements/kde-frameworks-5.44.0.php:154
#: announcements/kde-frameworks-5.45.0.php:223
#: announcements/kde-frameworks-5.46.0.php:172
#: announcements/kde-frameworks-5.47.0.php:159
#: announcements/kde-frameworks-5.48.0.php:202
#: announcements/kde-frameworks-5.49.0.php:255
msgid "Kirigami"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:142
msgid "hide scrollbars when useless"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:143
msgid "Add basic example for adjusting column width draggable handle"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:144
msgid "ider layers in handles positioning"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:145
msgid "fix handle placing when overlaps the last page"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:146
msgid "don't show fake handle on the last column"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:147
msgid "don't store stuff in the delegates (bug 383741)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:148
msgid "as we already set keyNavigationEnabled, set wraps as well"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:149
msgid "better left-alignment for the back button (bug 383751)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:150
msgid "don't take into account the header 2 times when scrolling (bug 383725)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:151
msgid "never wrap the header labels"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:152
msgid "address FIXME: remove resetTimer (bug 383772)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:153
msgid "don't scroll away applicationheader in non mobile"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:154
msgid "Add a property to hide the PageRow separator matching AbstractListItem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:155
msgid "fix scrolling with originY and bottomtotop flow"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:156
msgid "Get rid of warnings about setting both pixel and point sizes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:157
msgid "don't trigger reachable mode on inverted views"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:158
msgid "take page footer into account"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:159
msgid "add a slightly more complex example of a chat app"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:160
msgid "more failsafe to find the right footer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:161
msgid "Check item validity before using it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:162
msgid "Honour layer position for isCurrentPage"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:163
msgid "use an animation instead of an animator (bug 383761)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:164
msgid "leave needed space for the page footer, if possible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:165
msgid "better dimmer for applicationitem drawers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:166
msgid "background dimming for applicationitem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:167
msgid "fix properly back button margins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:168
msgid "proper margins for back button"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:169
msgid "less warnings in ApplicationHeader"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:170
msgid "don't use plasma scaling for icon sizes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:171
msgid "new look for handles"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:179
msgid "Initialize the \"Pause\" button state in the widget tracker"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:185
msgid "Don't block starting notification service (bug 382444)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:191
msgid "refactor kpackagetool away from stringy options"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:197
msgid "Clear previous actions on update"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:198
msgid "Add remote runners over DBus"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:204
msgid "Port Document/View scripting API to QJSValue-based solution"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:205
msgid "Show icons in icon border context menu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:206
msgid "Replace KStandardAction::PasteText with KStandardAction::Paste"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:207
msgid "Support fractional scaling in generating the sidebar preview"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:208
msgid "Switch from QtScript to QtQml"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:214
msgid "Treat input RGB buffers as premultiplied"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:215
msgid "Update SurfaceInterface outputs when an output global gets destroyed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:216
msgid "KWayland::Client::Surface track output destruction"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:217
msgid "Avoid sending data offers from an invalid source (bug 383054)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:223
msgid "simplify setContents by letting Qt do more of the work"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:224
msgid "KSqueezedTextLabel: Add isSqueezed() for convenience"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:225
msgid "KSqueezedTextLabel: Small improvements to API docs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:226
msgid "[KPasswordLineEdit] Set focus proxy to line edit (bug 383653)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:227
msgid "[KPasswordDialog] Reset geometry property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:233
msgid "KKeyServer: fix handling of KeypadModifier (bug 183458)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:239
msgid "Save up a bunch of stat() calls on application start"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:240
msgid "Fix KHelpMenu position on Wayland (bug 384193)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:241
msgid "Drop broken mid-button click handling (bug 383162)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:242
msgid "KUndoActions: use actionCollection to set the shortcut"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:248
msgid "[ConfigModel] Guard against adding a null ConfigCategory"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:249
msgid "[ConfigModel] Allow programmatically adding and removing ConfigCategory (bug 372090)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:250
msgid "[EventPluginsManager] Expose pluginPath in model"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:251
msgid "[Icon Item] Don't needlessly unset imagePath"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:252
msgid "[FrameSvg] Use QPixmap::mask() instead of deprecated convoluted way via alphaChannel()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:253
msgid "[FrameSvgItem] Create margins/fixedMargins object on demand"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:254
msgid "fix check state for menu items"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:255
msgid "Force Plasma style for QQC2 in applets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:256
msgid "Install the PlasmaComponents.3/private folder"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:257
msgid "Drop remains of \"locolor\" themes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:258
msgid "[Theme] Use KConfig SimpleConfig"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:259
msgid "Avoid some unnecessary theme content lookups"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:260
msgid "ignore spurious resize events to empty sizes (bug 382340)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:266
msgid "Add syntax definition for Adblock Plus filter lists"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:267
msgid "Rewrite the Sieve syntax definition"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:268
msgid "Add highlighting for QDoc configuration files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:269
msgid "Add highlight definition for Tiger"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:270
msgid "Escape hyphen in rest.xml regular expressions (bug 383632)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:271
msgid "fix: plaintext is highlighted as powershell"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:272
msgid "Add syntax highlighting for Metamath"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:273
msgid "Rebased Less syntax highlighting on SCSS one (bug 369277)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:274
msgid "Add Pony highlighting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.38.0.php:275
msgid "Rewrite the email syntax definition"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:4
msgid "Release of KDE Frameworks 5.39.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:16
msgid ""
" \n"
"October 14, 2017. KDE today announces the release\n"
"of KDE Frameworks 5.39.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:41
msgid "Only match real MIME types, not e.g. \"raw CD image\" (bug 364884)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:42
msgid "Remove pf.path() from container before the reference got screwed up by it.remove()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:43
msgid "Fix tags KIO-slave protocol description"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:44
msgid "Consider markdown files to be Documents"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:50
msgid "add overflow-menu icon (bug 385171)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:56
msgid "Fix python bindings compilation after 7af93dd23873d0b9cdbac192949e7e5114940aa6"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:62
msgid "Make KStandardGuiItem::discard match QDialogButtonBox::Discard"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:68
msgid "Changed the default query limit to zero"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:69
msgid "Added the option to enable model tester"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:75
msgid "Make KCMultiDialog scrollable (bug 354227)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:81
msgid "Deprecate KStandardShortcut::SaveOptions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:87
msgid "Deprecate KStandardAction::PasteText and KPasteTextAction"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:93
msgid "desktoptojson: Improve legacy service type detection heuristic (bug 384037)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:99
msgid "Relicense to LGPL2.1+"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:100
msgid "Added openService() method to KRunProxy"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:106
msgid "fix crash when more than one instances of ExtractorCollection are destructed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:112
msgid "Revert \"KGlobalAccel: port to KKeyServer's new method symXModXToKeyQt, to fix numpad keys\" (bug 384597)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:118
msgid "add a method to reset the custom palette"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:119
msgid "use qApp-&gt;palette() when no custom one is set"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:120
msgid "allocate the proper buffer size"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:121
msgid "allow to set a custom palette instead of colorSets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:122
msgid "expose the colorset for the stylesheet"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:128
msgid "Windows: Fix 'klauncher uses absolute compile time install path for finding kioslave.exe'"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:134
msgid "kioexec: Watch the file when it has finished copying (bug 384500)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:135
msgid "KFileItemDelegate: Always reserve space for icons (bug 372207)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:141
msgid "don't instantiate Theme file in BasicTheme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:142
msgid "add a new Forward button"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:143
msgid "less contrast to the sheet scrollbar background"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:144
msgid "more reliable insert and remove from overflow menu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:145
msgid "better context icon rendering"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:146
msgid "more careful to center the action button"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:147
msgid "use iconsizes for action buttons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:148
msgid "pixel perfect icon sizes on desktop"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:149
msgid "selected effect to fake handle icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:150
msgid "fix color of handles"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:151
msgid "better color for the main action button"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:152
msgid "fix context menu for desktop style"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:153
msgid "better \"more\" menu for the toolbar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:154
msgid "a proper menu for the intermediate pages context menu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:155
msgid "add a text field which should bring up a keypad"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:156
msgid "don't crash when launched with non existent styles"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:157
msgid "ColorSet concept in Theme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:158
msgid "simplify wheel management (bug 384704)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:159
msgid "new example app with desktop/mobile main qml files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:160
msgid "ensure currentIndex is valid"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:161
msgid "Generate the appstream metadata of the gallery app"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:162
msgid "Look for QtGraphicalEffects, so packagers don't forget it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:163
msgid "Don't include the control over the bottom decoration (bug 384913)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:164
msgid "lighter coloring when listview has no activeFocus"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:165
msgid "some support for RTL layouts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:166
msgid "Disable shortcuts when an action is disabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:167
msgid "create the whole plugin structure in the build directory"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:168
msgid "fix accessibility for the gallery main page"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:169
msgid "If plasma isn't available, KF5Plasma isn't either. Should fix the CI error"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:175
msgid "Require Kirigami 2.1 instead of 1.0 for KNewStuffQuick"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:176
msgid "Properly create KPixmapSequence"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:177
msgid "Don't complain the knsregistry file is not present before it's useful"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:183
msgid "kpackage: bundle a copy of servicetypes/kpackage-generic.desktop"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:184
msgid "kpackagetool: bundle a copy of servicetypes/kpackage-generic.desktop"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:190
msgid "KPartsApp template: fix install location of kpart desktop file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:196
msgid "Ignore default mark in icon border for single selectable mark"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:197
msgid "Use QActionGroup for input mode selection"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:198
msgid "Fix missing spell check bar (bug 359682)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:199
msgid "Fix the fall-back \"blackness\" value for unicode &gt; 255 characters (bug 385336)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:200
msgid "Fix trailing space visualization for RTL lines"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:206
msgid "Only send OutputConfig sendApplied / sendFailed to the right resource"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:207
msgid "Don't crash if a client (legally) uses deleted global contrast manager"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:208
msgid "Support XDG v6"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:214
msgid "KAcceleratorManager: set icon text on actions to remove CJK markers (bug 377859)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:215
msgid "KSqueezedTextLabel: Squeeze text when changing indent or margin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:216
msgid "Use edit-delete icon for destructive discard action (bug 385158)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:217
msgid "Fix Bug 306944 - Using the mousewheel to increment/decrement the dates (bug 306944)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:218
msgid "KMessageBox: Use question mark icon for question dialogs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:219
msgid "KSqueezedTextLabel: Respect indent, margin and frame width"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:225
msgid "Fix KToolBar repaint loop (bug 377859)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:231
msgid "Fix org.kde.plasma.calendar with Qt 5.10"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:232
msgid "[FrameSvgItem] Iterate child nodes properly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:233
msgid "[Containment Interface] Don't add containment actions to applet actions on desktop"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:234
msgid "Add new component for the greyed out labels in Item Delegates"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:235
msgid "Fix FrameSVGItem with the software renderer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:236
msgid "Don't animate IconItem in software mode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:237
msgid "[FrameSvg] Use new-style connect"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:238
msgid "possibility to set an attached colorscope to not inherit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:239
msgid "Add extra visual indicator for Checkbox/Radio keyboard focus"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:240
msgid "don't recreate a null pixmap"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:241
msgid "Pass item to rootObject() since it's now a singleton (bug 384776)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:242
msgid "Don't list tab names twice"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:243
msgid "don't accept active focus on tab"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:244
msgid "register revision 1 for QQuickItem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:245
msgid "[Plasma Components 3] Fix RTL in some widgets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:246
msgid "Fix invalid id in viewitem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:247
msgid "update mail notification icon for better contrast (bug 365297)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:250
msgid "qqc2-desktop-style"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:259
msgid "[solid/fstab] Add support for x-gvfs style options in fstab"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:260
msgid "[solid/fstab] Swap vendor and product properties, allow i18n of description"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:266
msgid "Fix invalid itemData references of 57 highlighting files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:267
msgid "Add support for custom search paths for application-specific syntax and theme definitions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:268
msgid "AppArmor: fix DBus rules"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:269
msgid "Highlighting indexer: factor out checks for smaller while loop"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:270
msgid "ContextChecker: support '!' context switching and fallthroughContext"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:271
msgid "Highlighting indexer: check existence of referenced context names"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:272
msgid "Relicense qmake highlighting to MIT license"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:273
msgid "Let qmake highlighting win over Prolog for .pro files (bug 383349)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:274
msgid "Support clojure's \"@\" macro with brackets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:275
msgid "Add syntax highlighting for AppArmor Profiles"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:276
msgid "Highlighting indexer: Catch invalid a-Z/A-z ranges in regexps"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:277
msgid "Fixing incorrectly capitalized ranges in regexps"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:278
msgid "add missing reference files for tests, looks ok, I think"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:279
msgid "Added Intel HEX file support for the Syntax highlighting database"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:280
msgid "Disable spell checking for strings in Sieve scripts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.39.0.php:286
msgid "Fix memory leak"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.4.0.php:4
msgid "Release of KDE Frameworks 5.4.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.4.0.php:16
msgid ""
" \n"
"November 06, 2014. KDE today announces the release\n"
"of KDE Frameworks 5.4.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.4.0.php:38
msgid ""
"\n"
"<h3>Attica</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix build with Qt 5.4</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KArchive</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Add support for rcc files</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KAuth</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix install dir when using KDE_INSTALL_USE_QT_SYS_PATHS</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KCMUtils</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix KPluginSelector not adding non .desktop file plugins</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KConfigWidgets</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix URL in KHelpClient::invokeHelp</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KCoreAddons</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Various build fixes (QNX, Ubuntu 14.04)</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KDeclarative</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Optimize IconItem in QIconItem in memory and speed</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KIO</h3>"
"\n"
"\n"
"<ul>\n"
"<li>New job KIO::mkpath()</li>"
"\n"
"<li>New job KIO::PasteJob, handles pasting+dropping URLs and data; KIO::paste replaces KIO::pasteClipboard</li>"
"\n"
"<li>New function KIO::pasteActionText, to handle the paste action</li>"
"\n"
"<li>When clicking on a script or desktop file in a file manager, let the user choose between executing and vieweing as text</li>"
"\n"
"<li>KUrlRequester: fixing handling of start directory</li>"
"\n"
"<li>Offer also overwrite option when copying multiple files and there is a conflict (regression compared to kdelibs4)</li>"
"\n"
"<li>KDirLister: do not kill+restart running update jobs.</li>"
"\n"
"<li>KDirLister: don't emit refreshItems for items that haven't changed.</li>"
"\n"
"<li>Prevent incorrect disk full error messages on mounts where we cannot determine the amount of free space.</li>"
"\n"
"<li>Fix running the file type editor</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KNewStuff</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Many small fixes and cleanups</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KNotifications</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Add support for custom icons (convenience method KNotification::Event with icon name)</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KTextEditor</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Implement \"go to last editing position\" action</li>"
"\n"
"<li>Guard against a possibly broken code folding state on disk</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KWallet</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Emit 'walletListDirty' signal when the 'kwalletd' directory is deleted</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KWidgetsAddons</h3>"
"\n"
"\n"
"<ul>\n"
"<li>New function KMimeTypeEditor::editMimeType(), to launch keditfiletype5</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KXmlGui</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Now supports finding ui files in resources (default location: :/kxmlgui5/&lt;componentname&gt;)</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Plasma frameworks</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fixes in the Dialog QML component size and position</li>"
"\n"
"<li>fixes in the Slider and ProgressBar QML components</li>"
"\n"
"<li>new icons</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Solid</h3>"
"\n"
"\n"
"<ul>\n"
"<li>[not communicated]</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Buildsystem changes</h3>"
"\n"
"\n"
"<ul>\n"
"<li>New modules FindWaylandScanner and FindQtWaylandScanner, including macros ecm_add_qtwayland_client_protocol and ecm_add_qtwayland_server_protocol</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Frameworkintegration</h3>"
"\n"
"\n"
"<ul>\n"
"<li>implement support for setting custom labels in file dialogs</li>"
"\n"
"</ul>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.4.0.php:180
#: announcements/kde-frameworks-5.6.0.php:214
msgid "The complete source code for KDE Frameworks %1 may be <a href='http://download.kde.org/stable/frameworks/%1/'>freely downloaded</a>. Instructions on compiling and installing KDE Frameworks %1 are available from the <a href='/info/kde-frameworks-%2.php'>KDE Frameworks %1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:4
msgid "Release of KDE Frameworks 5.40.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:16
msgid ""
" \n"
"November 11, 2017. KDE today announces the release\n"
"of KDE Frameworks 5.40.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:41
msgid "Consider DjVu files to be documents (bug 369195)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:42
msgid "Fix spelling so WPS Office presentations are recognized correctly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:48
msgid "add folder-stash for the stash Dolphin toolbar icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:54
msgid "Fix potential mem leak. Fix logic"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:60
msgid "no margins for qml modules from qwidget side"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:61
msgid "Initialize variables (found by coverity)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:67
msgid "Fix icon of KStandardAction::MoveToTrash"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:73
msgid "fix URL detection with double urls like \"http://www.foo.bar&lt;http://foo.bar/&gt;\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:74
#: announcements/kde-frameworks-5.40.0.php:207
msgid "Use https for KDE urls"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:80
msgid "full docu for disableSessionManagement() replacement"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:81
msgid "Make kssl compile against OpenSSL 1.1.0 (bug 370223)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:87
msgid "Fix display name of Generator property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:93
msgid "KGlobalAccel: fix support numpad keys (again)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:99
msgid "Correct installation of start_kdeinit when DESTDIR and libcap are used together"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:105
msgid "Fix display of remote:/ in the qfiledialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:106
msgid "Implement support for categories on KfilesPlacesView"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:107
msgid "HTTP: fix error string for the 207 Multi-Status case"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:108
msgid "KNewFileMenu: clean up dead code, spotted by Coverity"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:109
msgid "IKWS: Fix possible infinite loop, spotted by Coverity"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:110
msgid "KIO::PreviewJob::defaultPlugins() function"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:116
msgid "syntax working on older Qt 5.7 (bug 385785)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:117
msgid "stack the overlaysheet differently (bug 386470)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:118
msgid "Show the delegate highlighted property as well when there's no focus"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:119
msgid "preferred size hints for the separator"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:120
msgid "correct Settings.isMobile usage"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:121
msgid "Allow applications to be somewhat convergent on a desktop-y system"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:122
msgid "Make sure the content of the SwipeListItem doesn't overlap the handle (bug 385974)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:123
msgid "Overlaysheet's scrollview is always ointeractive"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:124
msgid "Add categories in gallery desktop file (bug 385430)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:125
msgid "Update the kirigami.pri file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:126
msgid "use the non installed plugin to do the tests"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:127
msgid "Deprecate Kirigami.Label"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:128
msgid "Port gallery example use of Labels to be consistently QQC2"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:129
msgid "Port Kirigami.Controls uses of Kirigami.Label"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:130
msgid "make the scrollarea interactive on touch events"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:131
msgid "Move the git find_package call to where it's used"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:132
msgid "default to transparent listview items"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:138
msgid "Remove PreferCache from network requests"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:139
msgid "Don't detach shared pointers to private data when setting previews"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:140
msgid "KMoreTools: Update and fix desktopfiles (bug 369646)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:146
msgid "Remove check for SNI hosts when chosing whether to use legacy mode (bug 385867)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:147
msgid "Only check for legacy system tray icons if we're going to make one (bug 385371)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:153
msgid "use the non installed service files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:159
msgid "Initialize values"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:160
msgid "Initialize some pointer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:166
msgid "API dox: fix wrong names of methods and args, add missing \\since"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:167
msgid "Avoid (certain) crashes while executing QML scripts (bug 385413)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:168
msgid "Avoid a QML crash triggered by C style indentation scripts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:169
msgid "Increase size of trailing mark"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:170
msgid "fix some indenters from indenting on random characters"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:171
msgid "Fix deprecation warning"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:177
msgid "Initialize value"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:183
msgid "[client] Drop the checks for platformName being \"wayland\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:184
msgid "Don't duplicate connect to wl_display_flush"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:185
msgid "Wayland foreign protocol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:191
msgid "fix createKMessageBox focus widget inconsistency"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:192
msgid "more compact password dialog (bug 381231)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:193
msgid "Set KPageListView width properly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:199
msgid "KKeyServer: fix handling of Meta+Shift+Print, Alt+Shift+arrowkey etc"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:200
msgid "Support flatpak platform"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:201
msgid "Use KWindowSystem's own platform detection API instead of duplicated code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:213
msgid "8021xSetting: domain-suffix-match is defined in NM 1.2.0 and newer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:214
msgid "Support \"domain-suffix-match\" in Security8021xSetting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:220
msgid "manually draw the circle arc"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:221
msgid "[PlasmaComponents Menu] Add ungrabMouseHack"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:222
msgid "[FrameSvg] Optimize updateSizes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:223
msgid "Don't position a Dialog if it's of type OSD"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:226
#: announcements/kde-frameworks-5.41.0.php:310
#: announcements/kde-frameworks-5.42.0.php:333
#: announcements/kde-frameworks-5.43.0.php:293
#: announcements/kde-frameworks-5.44.0.php:288
#: announcements/kde-frameworks-5.45.0.php:366
#: announcements/kde-frameworks-5.46.0.php:266
#: announcements/kde-frameworks-5.47.0.php:260
#: announcements/kde-frameworks-5.48.0.php:309
#: announcements/kde-frameworks-5.49.0.php:467
msgid "QQC2StyleBridge"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:229
msgid "Improve compilation as a static plugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:230
msgid "make the radiobutton a radiobutton"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:231
msgid "use qstyle to paint the Dial"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:232
msgid "use a ColumnLayout for menus"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:233
msgid "fix Dialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:234
msgid "remove invalid group property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:235
msgid "Fix formatting of the md file so it matches the other modules"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:236
msgid "behavior of combobox closer to qqc1"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:237
msgid "workaround for QQuickWidgets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:243
msgid "Add assignByDictionnary method"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:244
msgid "Signal if we are able to assign dictionary"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:250
msgid "Makefile: fix regexpr matching in \"CXXFLAGS+\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.40.0.php:256
msgid "CMake cleanup: Don't hardcode -std=c++0x"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:4
msgid "Release of KDE Frameworks 5.41.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:16
msgid ""
" \n"
"December 10, 2017. KDE today announces the release\n"
"of KDE Frameworks 5.41.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:41
msgid "Strip down and re-write the baloo tags KIO slave (bug 340099)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:47
msgid "Do not leak rfkill file descriptors (bug 386886)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:53
msgid "Add missing icon sizes (bug 384473)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:54
msgid "add install and uninstall icons for discover"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:60
msgid "Add the description tag to the generated pkgconfig files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:61
msgid "ecm_add_test: Use proper path sep on Windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:62
msgid "Add FindSasl2.cmake to ECM"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:63
msgid "Only pass the ARGS thing when doing Makefiles"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:64
msgid "Add FindGLIB2.cmake and FindPulseAudio.cmake"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:65
msgid "ECMAddTests: set QT_PLUGIN_PATH so locally built plugins can be found"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:66
msgid "KDECMakeSettings: more docu about the layout of the build dir"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:72
msgid "Support downloading the 2nd or 3rd download link from a KNS product (bug 385429)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:78
msgid "Start fixing libKActivitiesStats.pc: (bug 386933)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:84
msgid "Fix race that starts kactivitymanagerd multiple times"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:90
msgid "Allow to only build the kauth-policy-gen code generator"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:91
msgid "Add a note about calling the helper from multithreaded applications"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:97
msgid "Do not show edit bookmarks action if keditbookmarks is not installed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:98
msgid "Port from deprecated KAuthorized::authorizeKAction to authorizeAction"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:104
msgid "keyboard navigation in and out QML kcms"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:110
msgid "Do not crash when setting new line edit on an editable combo box"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:111
msgid "KComboBox: Return early when setting editable to previous value"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:112
msgid "KComboBox: Reuse the existing completion object on new line edit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:118
msgid "Don't look for /etc/kderc every single time"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:124
msgid "Update default colors to match new colors in D7424"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:130
msgid "Input validation of SubJobs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:131
msgid "Warn about errors when parsing json files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:132
msgid "Install mimetype definitions for kcfg/kcfgc/ui.rc/knotify &amp; qrc files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:133
msgid "Add a new function to measure the length by text"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:134
msgid "Fix KAutoSave bug on file with white space in it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:140
msgid "Make it compile on windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:141
msgid "make it compile with QT_NO_CAST_FROM_ASCII/QT_NO_CAST_FROM_BYTEARRAY"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:142
msgid "[MouseEventListener] Allow accepting mouse event"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:143
msgid "use a single QML engine"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:149
msgid "kded: remove dbus calls to ksplash"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:155
msgid "Update Brasilian Portuguese translation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:156
#: announcements/kde-frameworks-5.41.0.php:157
msgid "Update Russian translation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:158
msgid "Update customization/xsl/ru.xml (nav-home was missing)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:164
msgid "KEmoticons: port plugins to JSON and add support for loading with KPluginMetaData"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:165
msgid "Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:171
msgid "The usermetadatawritertest requires Taglib"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:172
msgid "If the property value is null, remove the user.xdg.tag attribute (bug 376117)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:173
msgid "Open files in TagLib extractor readonly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:179
msgid "Group some blocking dbus calls"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:180
msgid "kglobalacceld: Avoid loading an icon loader for no reason"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:181
msgid "generate correct shortcut strings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:187
msgid "KUriFilter: filter out duplicate plugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:188
msgid "KUriFilter: simplify data structures, fix memory leak"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:189
msgid "[CopyJob] Don't start all over after having removed a file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:190
msgid "Fix creating a directory via KNewFileMenu+KIO::mkpath on Qt 5.9.3+ (bug 387073)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:191
msgid "Created an auxiliary function 'KFilePlacesModel::movePlace'"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:192
msgid "Expose KFilePlacesModel 'iconName' role"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:193
msgid "KFilePlacesModel: Avoid unnecessary 'dataChanged' signal"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:194
msgid "Return a valid bookmark object for any entry in KFilePlacesModel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:195
msgid "Create a 'KFilePlacesModel::refresh' function"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:196
msgid "Create 'KFilePlacesModel::convertedUrl' static function"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:197
msgid "KFilePlaces: Created 'remote' section"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:198
msgid "KFilePlaces: Add a section for removable devices"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:199
msgid "Added baloo urls into places model"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:200
msgid "Fix KIO::mkpath with qtbase 5.10 beta 4"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:201
msgid "[KDirModel] Emit change for HasJobRole when jobs change"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:202
msgid "Change label \"Advanced options\" &gt; \"Terminal options\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:208
msgid "Offset the scrollbar by the header size (bug 387098)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:209
msgid "bottom margin based on actionbutton presence"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:210
msgid "don't assume applicationWidnow() to be available"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:211
msgid "Don't notify about value changes if we are still in the constructor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:212
msgid "Replace the library name in the source"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:213
msgid "support colors in more places"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:214
msgid "color icons in toolbars if needed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:215
msgid "consider icon colors in the main action buttons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:216
msgid "start for an \"icon\" grouped property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:222
msgid "Revert \"Detach before setting the d pointer\" (bug 386156)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:223
msgid "do not install development tool to aggregate desktop files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:224
msgid "[knewstuff] Do not leak ImageLoader on error"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:230
msgid "Properly do strings in the kpackage framework"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:231
msgid "Don't try to generate metadata.json if there's no metadata.desktop"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:232
msgid "fix kpluginindex caching"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:233
msgid "Improve error output"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:239
msgid "Fix VI-Mode buffer commands"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:240
msgid "prevent accidental zooming"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:246
msgid "Port from QDom to QXmlStreamReader"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:247
msgid "Use https for downloading currency exchange rates"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:253
msgid "Expose wl_display_set_global_filter as a virtual method"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:254
msgid "Fix kwayland-testXdgShellV6"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:255
msgid "Add support for zwp_idle_inhibit_manager_v1 (bug 385956)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:256
msgid "[server] Support inhibiting the IdleInterface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:262
msgid "Avoid inconsistent passworddialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:263
msgid "Set enable_blur_behind hint on demand"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:264
msgid "KPageListView: Update width on font change"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:270
msgid "[KWindowEffectsPrivateX11] Add reserve() call"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:276
msgid "Fix translation of toolbar name when it has i18n context"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:282
msgid "The #warning directive is not universal and in particular is NOT supported by MSVC"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:283
msgid "[IconItem] Use ItemSceneHasChanged rather than connect on windowChanged"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:284
msgid "[Icon Item] Explicitly emit overlaysChanged in the setter rather than connecting to it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:285
msgid "[Dialog] Use KWindowSystem::isPlatformX11()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:286
msgid "Reduce the amount of spurious property changes on ColorScope"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:287
msgid "[Icon Item] Emit validChanged only if it actually changed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:288
msgid "Suppress unnecessary scroll indicators if the flickable is a ListView with known orientation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:289
msgid "[AppletInterface] Emit change signals for configurationRequired and -Reason"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:290
msgid "Use setSize() instead of setProperty width and height"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:291
msgid "Fixed an issue where PlasmaComponents Menu would appear with broken corners (bug 381799)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:292
msgid "Fixed an issue where context menus would appear with broken corners (bug 381799)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:293
msgid "API docs: add deprecation notice found in the git log"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:294
msgid "Synchronize the component with the one in Kirigami"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:295
msgid "Search all KF5 components as such instead as separate frameworks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:296
msgid "Reduce spurious signal emissions (bug 382233)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:297
msgid "Add signals indicating if a screen was added or removed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:298
msgid "install Switch stuff"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:299
msgid "Don't rely in includes of includes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:300
msgid "Optimize SortFilterModel role names"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:301
msgid "Remove DataModel::roleNameToId"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:307
msgid "Add Aztec code generator"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:313
msgid "determine QQC2 version at build time (bug 386289)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:314
msgid "by default, keep the background invisible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:315
msgid "add a background in ScrollView"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:321
msgid "Faster UDevManager::devicesFromQuery"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:327
msgid "Make it possible to crosscompile sonnet"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:333
msgid "Add PKGUILD to bash syntax"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:334
msgid "JavaScript: include standard mime types"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:335
msgid "debchangelog: add Bionic Beaver"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:336
msgid "Update SQL (Oracle) syntax file (bug 386221)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:337
msgid "SQL: move detecting comments before operators"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.41.0.php:338
msgid "crk.xml: added &lt;?xml&gt; header line"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:4
msgid "Release of KDE Frameworks 5.42.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:16
msgid ""
" \n"
"January 13, 2018. KDE today announces the release\n"
"of KDE Frameworks 5.42.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:41
msgid "Fixes for cmake 3.10+ AUTOMOC warnings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:42
msgid "More widespread use of categorized logging, to turn off debug output by default (use kdebugsetting to re-enable it)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:48
msgid "balooctl status: process all arguments"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:49
msgid "Fix multiple word tag queries"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:50
msgid "Simplify rename conditions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:51
msgid "Fix incorrect UDSEntry display name"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:57
msgid "Fix icon name \"weather-none\" -&gt; \"weather-none-available\" (bug 379875)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:58
msgid "remove Vivaldi icon cause the origin app icon fits perfect with breeze (bug 383517)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:59
msgid "add Some missing mimes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:60
msgid "Breeze-icons add document-send icon (bug 388048)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:61
msgid "update album artist icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:62
msgid "add labplot-editlayout support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:63
msgid "remove duplicates and update dark theme"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:64
msgid "add gnumeric breeze-icon support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:70
msgid "Use readelf to find project dependencies"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:71
msgid "Introduce INSTALL_PREFIX_SCRIPT to easily set up prefixes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:77
msgid "avoid crash in kactivities if no dbus connection is available"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:83
msgid "API docs: explain how to use KWindowConfig from a dialog constructor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:84
msgid "Deprecate KDesktopFile::sortOrder()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:85
msgid "Fix the result of KDesktopFile::sortOrder()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:91
msgid "Extend CMAKE_AUTOMOC_MACRO_NAMES also for own build"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:92
msgid "Match license keys by spdx"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:98
msgid "Fix absolute path detection for cmake 3.5 on Linux"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:99
msgid "Add cmake function 'kdbusaddons_generate_dbus_service_file'"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:105
msgid "Qml controls for kcm creation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:111
msgid "Use cmake function 'kdbusaddons_generate_dbus_service_file' from kdbusaddons to generate dbus service file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:112
msgid "Add used property to service file definition"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:118
msgid "Inform the user if the module can not be registered with org.kde.kded5 and exit with error"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:119
msgid "Mingw32 compile fix"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:125
msgid "add entity for Michael Pyne"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:126
msgid "add entities for Martin Koller to contributor.entities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:127
msgid "fix debian entry"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:128
msgid "add entity Debian to general.entities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:129
msgid "add entity kbackup, it was imported"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:130
msgid "add entity latex, we have already 7 entities in different index.docbooks in kf5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:136
msgid "Add scheme (file://). It's necessary when we use it in qml and we added all"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:142
msgid "remove extractor based on QtMultimedia"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:143
msgid "Check for Linux instead of TagLib and avoid building the usermetadatawritertest on Windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:144
msgid "Restore # 6c9111a9 until a successful build and link without TagLib is possible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:145
msgid "Remove the taglib dependency, caused by a left-over include"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:151
msgid "Finally allow to disable debug output by using categorized logging"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:157
msgid "do not treat ts-pmap-compile as executable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:158
msgid "Fix a memory leak in KuitStaticData"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:159
msgid "KI18n: fix a number of double lookups"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:165
msgid "Remove impossible to reach code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:171
msgid "Properly parse dates in cookies when running in non-English locale (bug 387254)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:172
msgid "[kcoredirlister] Fix sub path creation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:173
msgid "Reflect trash state in iconNameForUrl"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:174
msgid "Forward QComboBox signals instead of QComboBox lineedit signals"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:175
msgid "Fixed webshortcuts showing their file path instead of their human-readable name"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:176
msgid "TransferJob: fix for when the readChannelFinished has already been emitted before start is called() (bug 386246)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:177
msgid "Fix crash, presumably since Qt 5.10? (bug 386364)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:178
msgid "KUriFilter: don't return an error on non-existing files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:179
msgid "Fix creation of paths"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:180
msgid "Implement a kfile dialog where we can add custom widget"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:181
msgid "Verify that qWaitForWindowActive doesn't fail"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:182
msgid "KUriFilter: port away from KServiceTypeTrader"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:183
msgid "API dox: use class names in titles of example screenshots"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:184
msgid "API dox: also deal with KIOWIDGETS export macros in QCH creation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:185
msgid "fix handling of KCookieAdvice::AcceptForSession (bug 386325)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:186
msgid "Created 'GroupHiddenRole' for KPlacesModel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:187
msgid "forward socket error string to KTcpSocket"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:188
msgid "Refactor and remove duplicate code in kfileplacesview"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:189
msgid "Emit 'groupHiddenChanged' signal"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:190
msgid "Refactoring the hidding/showing animation use within KFilePlacesView"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:191
msgid "User can now hide an entire places group from KFilePlacesView (bug 300247)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:192
msgid "Hidding place groups implementation in KFilePlacesModel (bug 300247)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:193
msgid "[KOpenWithDialog] Remove redundant creation of KLineEdit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:194
msgid "Add undo support to BatchRenameJob"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:195
msgid "Add BatchRenameJob to KIO"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:196
msgid "Fix doxygen code block not ending with endcode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:202
msgid "keep the flickable interactive"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:203
msgid "proper prefix for icons as well"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:204
msgid "fix form sizing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:205
msgid "read wheelScrollLines from kdeglobals if existing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:206
msgid "add a prefix for kirigami files to avoid conflicts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:207
msgid "some static linking fixes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:208
msgid "move plasma styles to plasma-framework"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:209
msgid "Use single quotes for matching characters + QLatin1Char"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:210
msgid "FormLayout"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:216
msgid "Offer QWindow API for KJobWidgets:: decorators"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:222
msgid "Limit request cache size"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:223
msgid "Require the same internal version as you're building"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:224
msgid "Prevent global variables from been using after freeing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:230
msgid "[KStatusNotifierItem] Don't \"restore\" widget position on its first show"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:231
msgid "Use positions of legacy systray icons for Minimize/Restore actions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:232
msgid "Handle positions of LMB clicks on legacy systray icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:233
msgid "do not make the context menu a Window"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:234
msgid "Add explanatory comment"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:235
msgid "Lazy-instanciate and lazy-load KNotification plugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:241
msgid "invalidate the runtime cache on install"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:242
msgid "experimental support for rcc files loading in kpackage"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:243
msgid "compile against Qt 5.7"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:244
msgid "Fix up package indexing and add runtime caching"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:245
msgid "new KPackage::fileUrl() method"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:251
msgid "[RunnerManager] Don't mess with ThreadWeaver thread count"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:257
msgid "Fix wildcard matching for modelines"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:258
msgid "Fix a regression caused by changing backspace key behavior"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:259
msgid "port to non-deprecated API like already used at other place (bug 386823)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:260
msgid "Add missing include for std::array"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:261
msgid "MessageInterface: Add CenterInView as additional position"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:262
msgid "QStringList initializer list cleanup"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:268
msgid "Use correct service executable path for installing kwalletd dbus service on Win32"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:274
msgid "Fix naming inconsistency"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:275
msgid "Create interface for passing server decoration palettes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:276
msgid "Explicitly include std::bind functions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:277
msgid "[server] Add a method IdleInterface::simulateUserActivity"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:278
msgid "Fix regression caused by backward compatibility support in data source"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:279
msgid "Add support for version 3 of data device manager interface (bug 386993)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:280
msgid "Scope exported/imported objects to the test"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:281
msgid "Fix error in WaylandSurface::testDisconnect"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:282
msgid "Add explicit AppMenu protocol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:283
msgid "Fix exclude generated file from automoc feature"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:289
msgid "Fix crash in setMainWindow on wayland"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:295
msgid "API dox: make doxygen cover session related macros &amp; functions again"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:296
msgid "Disconnect shortcutedit slot on widget destruction (bug 387307)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:302
msgid "802-11-x: support for PWD EAP method"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:308
msgid "[Air theme] Add task bar progress graphic (bug 368215)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:309
msgid "Templates: remove stray * from license headers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:310
msgid "make packageurlinterceptor as noop as possible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:311
msgid "Revert \"Don't tear down renderer and other busy work when Svg::setImagePath is invoked with the same arg\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:312
msgid "move kirigami plasma styles here"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:313
msgid "disappearing scrollbars on mobile"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:314
msgid "reuse KPackage instance between PluginLoader and Applet"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:315
msgid "[AppletQuickItem] Only set QtQuick Controls 1 style once per engine"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:316
msgid "Don't set a window icon in Plasma::Dialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:317
msgid "[RTL] - align properly the selected text for RTL (bug 387415)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:318
#: announcements/kde-frameworks-5.42.0.php:321
msgid "Initialize scale factor to the last scale factor set on any instance"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:319
msgid "Revert \"Initialize scale factor to the last scale factor set on any instance\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:320
msgid "Don't update when the underlying FrameSvg is repaint-blocked"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:322
msgid "Move if check inside #ifdef"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:323
msgid "[FrameSvgItem] Don't create unnecessary nodes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:324
msgid "Don't tear down renderer and other busy work when Svg::setImagePath is invoked with the same arg"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:330
msgid "Also look for qrencode with debug suffix"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:336
msgid "simplify and don't try to block mouse events"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:337
msgid "if no wheel.pixelDelta, use global wheel scroll lines"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:338
msgid "desktop tabbars have different widths for each tab"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:339
msgid "ensure a non 0 size hint"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:345
msgid "Don't export internal helper executables"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:346
msgid "Sonnet: fix wrong language for suggestions in mixed-language texts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:347
msgid "Remove ancient and broken workaround"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:348
msgid "Don't cause circular linking on Windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:354
msgid "Highlighting indexer: Warn about context switch fallthroughContext=\"#stay\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:355
msgid "Highlighting indexer: Warn about empty attributes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:356
msgid "Highlighting indexer: Enable errors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:357
msgid "Highlighting indexer: report unused itemDatas and missing itemDatas"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:358
msgid "Prolog, RelaxNG, RMarkDown: Fix highlighting issues"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:359
msgid "Haml: Fix invalid and unused itemDatas"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:360
msgid "ObjectiveC++: Remove duplicate comment contexts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:361
msgid "Diff, ObjectiveC++: Cleanups and fix highlighting files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:362
msgid "XML (Debug): Fix incorrect DetectChar rule"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:363
msgid "Highlighting Indexer: Support cross-hl context checking"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:364
msgid "Revert: Add GNUMacros to gcc.xml again, used by isocpp.xml"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:365
msgid "email.xml: add *.email to the extensions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:366
msgid "Highlighting Indexer: Check for infinite loops"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:367
msgid "Highlighting Indexer: Check for empty context names and regexps"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:368
msgid "Fix referencing of non-existing keyword lists"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:369
msgid "Fix simple cases of duplicate contexts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:370
msgid "Fix duplicate itemDatas"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:371
msgid "Fix DetectChar and Detect2Chars rules"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:372
msgid "Highlighting Indexer: Check keyword lists"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:373
msgid "Highlighting Indexer: Warn about duplicate contexts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:374
msgid "Highlighting Indexer: Check for duplicate itemDatas"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:375
msgid "Highlighting indexer: Check DetectChar and Detect2Chars"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.42.0.php:376
msgid "Validate that for all attributes an itemData exists"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:4
msgid "Release of KDE Frameworks 5.43.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:16
msgid ""
" \n"
"February 12, 2018. KDE today announces the release\n"
"of KDE Frameworks 5.43.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:38
msgid "New modules"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:56
msgid "balooctl status: Produce parseable output"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:57
msgid "Fix KIO Slave tagged folder deep copies. This breaks listing tagged folders in the tag tree, but is better than broken copies"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:58
msgid "Skip queueing newly unindexable files and remove them from the index immediately"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:59
msgid "Delete newly unindexable moved files from the index"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:65
msgid "Add missing Krusader icons for folder sync (bug 379638)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:66
msgid "Update list-remove icon with - instead cancel icon (bug 382650)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:67
msgid "add icons for pulsaudio plasmoid (bug 385294)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:68
msgid "use everywhere the same opacity 0.5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:69
msgid "New virtualbox icon (bug 384357)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:70
msgid "make weather-fog day/night neutral (bug 388865)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:71
msgid "actually install the new animations context"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:72
msgid "QML file mime look now the same in all sizes (bug 376757)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:73
msgid "Update animation icons (bug 368833)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:74
msgid "add emblem-shared colored icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:75
msgid "Fix broken index.theme files, \"Context=Status\" was missing in status/64"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:76
msgid "Remove 'executable' permission from .svg files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:77
msgid "Action icon download is linked to edit-download (bug 382935)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:78
msgid "Update Dropbox systemtray icon theme (bug 383477)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:79
msgid "Missing emblem-default-symbolic (bug 382234)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:80
msgid "Type in mimetype filename (bug 386144)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:81
msgid "Use a more specific octave logo (bug 385048)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:82
msgid "add vaults icons (bug 386587)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:83
msgid "scalle px status icons (bug 386895)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:89
msgid "FindQtWaylandScanner.cmake: Use qmake-query for HINT"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:90
msgid "Make sure to search for Qt5-based qmlplugindump"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:91
msgid "ECMToolchainAndroidTest doesn't exist anymore (bug 389519)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:92
msgid "Don't set the LD_LIBRARY_PATH in prefix.sh"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:93
msgid "Add FindSeccomp to find-modules"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:94
msgid "Fall back to language name for translations lookup if locale name fails"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:95
msgid "Android: Add more includes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:101
msgid "Fix linking regression introduced in 5.42."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:107
msgid "Adds tooltips to the two buttons on each entry"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:113
msgid "Fix incorrect emission of textEdited() by KLineEdit (bug 373004)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:119
msgid "Use Ctrl+Shift+, as the standard shortcut for \"Configure &lt;Program&gt;\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:125
msgid "Match also spdx keys LGPL-2.1 &amp; LGPL-2.1+"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:126
msgid "Use the much faster urls() method from QMimeData (bug 342056)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:127
msgid "Optimize inotify KDirWatch backend: map inotify wd to Entry"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:128
msgid "Optimize: use QMetaObject::invokeMethod with functor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:134
msgid "[ConfigModule] Re-use QML context and engine if any (bug 388766)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:135
msgid "[ConfigPropertyMap] Add missing include"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:136
msgid "[ConfigPropertyMap] Don't emit valueChanged on initial creation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:142
msgid "Don't export kded5 as a CMake target"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:148
msgid "Refactor Solid::NetworkingPrivate to have a shared and platform specific implementation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:149
msgid "Fix mingw compile error \"src/kdeui/kapplication_win.cpp:212:22: error: 'kill' was not declared in this scope\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:150
msgid "Fix kded dbus name in solid-networking howto"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:156
#: announcements/kde-frameworks-5.43.0.php:248
#: announcements/kde-frameworks-5.43.0.php:255
msgid "Make kdoctools dependency optional"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:162
msgid "Make KDESU_USE_SUDO_DEFAULT mode build again"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:163
msgid "Make kdesu work when PWD is /usr/bin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:169
msgid "Use cmake function 'kdbusaddons_generate_dbus_service_file' from kdbusaddons to generate dbus service file (bug 382460)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:175
msgid "Fix linking of created QCH file into QtGui docs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:181
msgid "Fix finding libintl when \"cross\"-compiling native Yocto packages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:187
msgid "Fix cross-compiling with MinGW (MXE)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:193
#: announcements/kde-frameworks-5.44.0.php:144
msgid "Repair copying file to VFAT without warnings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:194
#: announcements/kde-frameworks-5.44.0.php:145
msgid "kio_file: skip error handling for initial perms during file copy"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:195
msgid "kio_ftp: don't emit error signal before we tried all list commands (bug 387634)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:196
msgid "Performance: use the destination KFileItem object to figure out of it's writable instead of creating a KFileItemListProperties"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:197
msgid "Performance: Use the KFileItemListProperties copy constructor instead of the conversion from KFileItemList to KFileItemListProperties. This saves re-evaluating all items"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:198
msgid "Improve error handling in file ioslave"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:199
msgid "Remove PrivilegeExecution job flag"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:200
msgid "KRun: allow executing \"add network folder\" without confirmation prompt"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:201
msgid "Allow to filter places based on alternative application name"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:202
msgid "[Uri Filter Search Provider] Avoid double delete (bug 388983)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:203
msgid "Fix overlap of the first item in KFilePlacesView"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:204
msgid "Temporarily disable KAuth support in KIO"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:205
msgid "previewtest: Allow specifying the enabled plugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:206
msgid "[KFileItem] Use \"emblem-shared\" for shared files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:207
msgid "[DropJob] Enable drag and drop in a read-only folder"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:208
msgid "[FileUndoManager] Enable undoing changes in read-only folders"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:209
msgid "Add support for privilege execution in KIO jobs (temporarily disabled in this release)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:210
msgid "Add support for sharing file descriptor between file KIO slave and its KAuth helper"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:211
msgid "Fix KFilePreviewGenerator::LayoutBlocker (bug 352776)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:212
msgid "KonqPopupMenu/Plugin can now use the X-KDE-RequiredNumberOfUrls key to require a certain number of files to be selected before being shown"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:213
msgid "[KPropertiesDialog] Enable word wrap for checksum description"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:214
msgid "Use cmake function 'kdbusaddons_generate_dbus_service_file' from kdbusaddons to generate dbus service file (bug 388063)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:220
msgid "support for ColorGroups"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:221
msgid "no click feedback if the item doesn't want mouse events"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:222
msgid "work around for apps that use listitems incorrectly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:223
msgid "space for the scrollbar (bug 389602)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:224
msgid "Provide a tooltip for the main action"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:225
msgid "cmake: Use the official CMake variable for building as a static plugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:226
msgid "Update human-readable tier designation in API dox"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:227
msgid "[ScrollView] Scroll one page with Shift+wheel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:228
msgid "[PageRow] Navigate between levels with mouse back/forward buttons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:229
msgid "Ensure DesktopIcon paints with the correct aspect ratio (bug 388737)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:235
msgid "KRearrangeColumnsProxyModel: fix crash when there's no source model"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:236
msgid "KRearrangeColumnsProxyModel: reimplement sibling() so it works as expected"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:242
msgid "Code de-duplication in byteSize(double size) (bug 384561)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:251
msgid "KJSEmbed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:254
msgid "Unexport kjscmd"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:261
msgid "The \"Run Command\" notification action has been fixed (bug 389284)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:267
msgid "Fix: View jumps when Scroll past end of document is enabled (bug 306745)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:268
msgid "Use at least the requested width for the argument hint tree"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:269
msgid "ExpandingWidgetModel: find the right-most column based on location"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:275
msgid "KDateComboBox: fix dateChanged() not emitted after typing a date (bug 364200)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:276
msgid "KMultiTabBar: Fix regression in conversion to new style connect()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:282
msgid "Define property in Units.qml for the Plasma styles"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:283
msgid "windowthumbnail: Fix the GLXFBConfig selection code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:284
msgid "[Default Tooltip] Fix sizing (bug 389371)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:285
msgid "[Plasma Dialog] Call window effects only if visible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:286
msgid "Fix one source of log spam referenced in Bug 388389 (Empty filename passed to function)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:287
msgid "[Calendar] Adjust the calendar toolbar anchors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:288
msgid "[ConfigModel] Set QML context on ConfigModule (bug 388766)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:289
msgid "[Icon Item] Treat sources starting with a slash as local file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:290
msgid "fix RTL appearance for ComboBox (bug 387558)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:296
msgid "Add BusyIndicator to the styled controls list"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:297
msgid "remove flicker when hovering scrollbar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:303
msgid "[UDisks] Only ignore non-user backing file if it is known (bug 389358)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:305
msgid "[UDisks Device] Show loop device with their backing file name and icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:311
msgid "Find Aspell dictionaries on Windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:317
msgid "Fix C# var regex"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:318
msgid "Support for underscores in numeric literals (Python 3.6) (bug 385422)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:319
msgid "Highlight Khronos Collada and glTF files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:320
msgid "Fix ini highlighting of values containing ; or # characters"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.43.0.php:321
msgid "AppArmor: new keywords, improvements &amp; fixes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:4
msgid "Release of KDE Frameworks 5.44.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:16
msgid ""
" \n"
"March 10, 2018. KDE today announces the release\n"
"of KDE Frameworks 5.44.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:41
msgid "balooctl: Remove checkDb option (bug 380465)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:42
msgid "indexerconfig: Describe some functions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:43
msgid "indexerconfig: Expose canBeSearched function (bug 388656)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:44
msgid "balooctl monitor: Wait for dbus interface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:45
msgid "fileindexerconfig: Introduce canBeSearched() (bug 388656)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:51
msgid "remove view-media-playlist from preferences icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:52
msgid "add 24px media-album-cover icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:53
msgid "add Babe QML support (22px)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:54
msgid "update handle- icons for kirigami"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:55
msgid "add 64px media icons for elisa"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:61
msgid "Define __ANDROID_API__"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:62
msgid "Fix readelf command name on x86"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:63
msgid "Android toolchain: add ANDROID_COMPILER_PREFIX variable, fix include path for x86 targets, extend search path for NDK dependencies"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:69
msgid "Exit in error if the output directory is not empty (bug 390904)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:75
msgid "Save some memory allocations by using the right API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:76
msgid "Export kconf_update with tooling"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:82
msgid "Improve KLanguageButton::insertLanguage when no name is passed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:83
msgid "Add icons for KStandardActions Deselect and Replace"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:89
#: announcements/kde-frameworks-5.45.0.php:123
msgid "Cleanup m_inotify_wd_to_entry before invalidating Entry pointers (bug 390214)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:90
msgid "kcoreaddons_add_plugin: remove effectless OBJECT_DEPENDS on json file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:91
#: announcements/kde-frameworks-5.44.0.php:198
#: announcements/kde-frameworks-5.44.0.php:260
msgid "Help automoc to find metadata JSON files referenced in the code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:92
msgid "kcoreaddons_desktop_to_json: note the generated file in the build log"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:93
msgid "Bump shared-mime-info to 1.3"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:94
msgid "Introduce K_PLUGIN_CLASS_WITH_JSON"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:100
msgid "Fix the build failure on armhf/aarch64"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:101
msgid "Kill QmlObjectIncubationController"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:102
msgid "disconnect render() on window change (bug 343576)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:105
#: announcements/kde-frameworks-5.45.0.php:160
#: announcements/kde-frameworks-5.46.0.php:123
#: announcements/kde-frameworks-5.47.0.php:114
#: announcements/kde-frameworks-5.48.0.php:159
#: announcements/kde-frameworks-5.49.0.php:199
msgid "KHolidays"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:108
msgid "Allen Winter is now officially the maintainer of KHolidays"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:114
msgid "API dox: add note about calling setApplicationDomain after QApp creation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:120
msgid "[KIconLoader] Take into account devicePixelRatio for overlays"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:126
msgid "Do not assume layout of msghdr and iovec structure (bug 391367)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:127
msgid "Fix protocol selection in KUrlNavigator"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:128
msgid "Change qSort to std::sort"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:129
msgid "[KUrlNavigatorPlacesSelector] Use KFilePlacesModel::convertedUrl"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:130
msgid "[Drop Job] Create proper trash file on linking"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:131
msgid "Fix unintentional breadcrumb menu item activation (bug 380287)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:132
msgid "[KFileWidget] Hide places frame and header"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:133
msgid "[KUrlNavigatorPlacesSelector] Put categories into submenus (bug 389635)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:134
msgid "Make use of the standard KIO test helper header"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:135
msgid "Add Ctrl+H to the list of shortcuts for \"show/hide hidden files\" (bug 390527)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:136
msgid "Add move semantics support to KIO::UDSEntry"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:137
msgid "Fix \"ambiguous shortcut\" issue introduced with D10314"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:138
msgid "Stuff the \"Couldn't find executable\" message box into a queued lambda (bug 385942)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:139
msgid "Improve usability of \"Open With\" dialog by adding option to filter the application tree"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:140
msgid "[KNewFileMenu] KDirNotify::emitFilesAdded after storedPut (bug 388887)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:141
msgid "Fix assert when cancelling the rebuild-ksycoca dialog (bug 389595)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:142
msgid "Fix bug #382437 \"Regression in kdialog causes wrong file extension\" (bug 382437)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:143
msgid "Faster simplejob start"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:146
msgid "Allow move semantics to be generated for KFileItem. The existing copy constructor, destructor and copy assignment operator are now also generated by the compiler"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:147
msgid "Don't stat(/etc/localtime) between read() and write() copying files (bug 384561)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:148
msgid "remote: don't create entries with empty names"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:149
msgid "Add supportedSchemes feature"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:150
msgid "Use F11 as the shortcut to toggle the aside preview"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:151
msgid "[KFilePlacesModel] Group network shares under \"Remote\" category"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:157
msgid "Show tool button as checked while the menu is shown"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:158
msgid "non interactive scroll indicators on mobile"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:159
msgid "Fix submenus of actions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:160
msgid "Make it possible to use QQC2.Action"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:161
msgid "Make it possible to support exclusive action groups (bug 391144)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:162
msgid "Show the text by the page action tool buttons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:163
msgid "Make it possible for actions to show submenus"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:164
msgid "Don't have specific component position in its parent"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:165
msgid "Don't trigger SwipeListItem's actions unless they are exposed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:166
msgid "Add an isNull() check before setting whether QIcon is a mask"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:167
msgid "Add FormLayout.qml to kirigami.qrc"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:168
msgid "fix swipelistitem colors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:169
msgid "better behavior for headers and footers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:170
msgid "Improve ToolBarApplicationHeader left padding and eliding behavior"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:171
msgid "Make sure the navigation buttons don't go under the action"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:172
msgid "support for header and footer properties in overlaysheet"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:173
msgid "Eliminate unnecessary bottom padding on OverlaySheets (bug 390032)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:174
msgid "Polish ToolBarApplicationHeader appearance"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:175
msgid "show a close button on desktop (bug 387815)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:176
msgid "not possible to close the sheet with mousewheel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:177
msgid "Only multiply the icon size if Qt isn't doing it already (bug 390076)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:178
msgid "take global footer into account for handle position"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:179
msgid "event compress the creation and destruction of scrollbars"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:180
msgid "ScrollView: Make the scrollbar policy public and fix it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:186
msgid "Add vokoscreen to KMoreTools and add it to the \"screenrecorder\" grouping"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:192
msgid "Use QWidget to see if the window is visible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:204
msgid "Clean up old, unreachable code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:210
msgid "Update krunner plugin template"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:216
msgid "Add icons for KTextEditor Document-Export, Bookmark-Remove and Formatting Text Upppercase, Lowercase and Capitalize"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:222
msgid "Implement releasing of client-freed output"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:223
msgid "[server] Properly handle the situation when the DataSource for a drag gets destroyed (bug 389221)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:224
msgid "[server] Don't crash when a subsurface gets committed whose parent surface got destroyed (bug 389231)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:230
msgid "Reset QLocale internals when we have a custom app language"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:231
msgid "Do not allow to configure separator actions via context menu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:232
msgid "Don't show context menu if right-clicking outside (bug 373653)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:233
msgid "Improve KSwitchLanguageDialogPrivate::fillApplicationLanguages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:239
msgid "add Artikulate icon (bug 317527)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:240
msgid "add folder-games icon (bug 318993)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:241
msgid "fix incorrect 48px icon for calc.template (bug 299504)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:242
msgid "add media-playlist-repeat and shuffle icon (bug 339666)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:243
msgid "Oxygen: add tag icons like in breeze (bug 332210)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:244
msgid "link emblem-mount to media-mount (bug 373654)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:245
msgid "add network icons which are available in breeze-icons (bug 374673)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:246
msgid "sync oxygen with breeze-icons add icons for audio plasmoid"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:247
msgid "Add edit-select-none to Oxygen for Krusader (bug 388691)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:248
msgid "Add rating-unrated icon (bug 339863)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:254
msgid "use the new value for largeSpacing in Kirigami"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:255
msgid "Reduce visibility of PC3 TextField placeholder text"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:256
msgid "Don't make Titles 20% transparent either"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:257
msgid "[PackageUrlInterceptor] Don't rewrite \"inline\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:258
msgid "Don't make Headings 20% transparent, to match Kirigami"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:259
msgid "don't put the fullrep in the popup if not collapsed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:261
msgid "[AppletQuickItem] Preload applet expander only if not already expanded"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:262
msgid "other preload microoptimizations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:263
msgid "Set IconItem default to smooth=true"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:264
msgid "preload the expander (the dialog) too"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:265
msgid "[AppletQuickItem] Fix setting default preload policy if no environment variable is set"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:266
msgid "fix RTL appearance for ComboBox (bug https://bugreports.qt.io/browse/QTBUG-66446)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:267
msgid "try to preload certain applets in a smart way"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:268
msgid "[Icon Item] Set filtering on FadingNode texture"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:269
msgid "Initialize m_actualGroup to NormalColorGroup"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:270
msgid "Make sure the FrameSvg and Svg instances have the right devicePixelRatio"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:276
msgid "Update links to dependencies, and mark Android as officially supported"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:277
msgid "Make DMTX dependency optional"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:278
msgid "Add QML support for Prison"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:279
msgid "Set minimum size on 1D barcodes as well"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:282
#: announcements/kde-frameworks-5.46.0.php:258
#: announcements/kde-frameworks-5.47.0.php:247
#: announcements/kde-frameworks-5.48.0.php:301
#: announcements/kde-frameworks-5.49.0.php:455
msgid "Purpose"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:285
msgid "Fix tier, accommodate for KIO"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:291
msgid "Fix syntax error in previous commit, detected by launching ruqola"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:292
msgid "Show a radiobutton when we are showing an exclusive control (bug 391144)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:293
msgid "implement MenuBarItem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:294
msgid "implement DelayButton"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:295
msgid "New component: round button"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:296
msgid "take into account toolbar position"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:297
msgid "support colors for icons in buttons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:298
msgid "support --reverse"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:299
msgid "icons in Menu fully functional"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:300
msgid "consistent shadows with the new breeze style"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:301
msgid "Some QStyles seem to not return sensible pixelmetrics here"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:302
msgid "first rough icons support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:303
msgid "don't wrap around with mouse wheel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:309
msgid "fix a leak and incorrect nullptr check in DADictionary"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:310
msgid "[UDisks] Fix auto-mount regression (bug 389479)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:311
msgid "[UDisksDeviceBackend] Avoid multiple lookup"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:312
msgid "Mac/IOKit backend: support for drives, discs and volumes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:318
msgid "Use Locale::name() instead of Locale::bcp47Name()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:319
msgid "Find libhunspell build by msvc"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:325
msgid "Basic support for PHP and Python fenced code blocks in Markdown"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:326
msgid "Support case-insensitive WordDetect"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:327
msgid "Scheme highlighting: Remove hard-coded colors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:328
msgid "Add syntax highlighting for SELinux CIL Policies &amp; File Contexts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:329
msgid "Adding ctp file extension to the PHP syntax highlighting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:330
msgid "Yacc/Bison: Fix the $ symbol and update syntax for Bison"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:331
msgid "awk.xml: add gawk extension keywords (bug 389590)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:332
#: announcements/kde-frameworks-5.44.0.php:334
msgid "Add APKBUILD to be highlighted as a Bash file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.44.0.php:333
msgid "Revert \"Add APKBUILD to be highlighted as a Bash file\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:4
msgid "Release of KDE Frameworks 5.45.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:16
msgid ""
" \n"
"April 14, 2018. KDE today announces the release\n"
"of KDE Frameworks 5.45.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:41
msgid "Explicitly set content type to form data"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:47
msgid "Simplify Term operator&amp;&amp; and ||"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:48
msgid "Do not retrieve document ID for skipped result entries"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:49
msgid "Do not retrieve mtime from database repeatedly when sorting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:50
msgid "Do not export databasesanitizer by default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:51
msgid "baloodb: Add experimental message"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:52
msgid "Introduce baloodb CLI tool"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:53
msgid "Introduce sanitizer class"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:54
msgid "[FileIndexerConfig] Delay populating folders until actually used"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:55
msgid "src/kioslaves/search/CMakeLists.txt - link to Qt5Network following changes to kio"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:56
msgid "balooctl: checkDb should also verify the last known url for the documentId"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:57
msgid "balooctl monitor: Resume to wait for service"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:63
msgid "add window-pin icon (bug 385170 add window-pin icon)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:64
msgid "rename 64 px icons added for elisa"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:65
msgid "change 32px icons for playlist shuffle and repeat"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:66
msgid "Missing icons for inline Messages (bug 392391)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:67
msgid "New icon for Elisa music player"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:68
msgid "Add media status icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:69
msgid "Remove frame around media action icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:70
msgid "add media-playlist-append and play icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:71
msgid "add view-media-album-cover for babe"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:77
msgid "Make use of upstream CMake infrastructure to detect the compiler toolchain"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:78
msgid "API dox: fix some \"code-block\" lines to have empty lines before/after"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:79
msgid "Add ECMSetupQtPluginMacroNames"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:80
msgid "Provide androiddeployqt with all prefix paths"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:81
msgid "Include the \"stdcpp-path\" in the json file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:82
msgid "Resolve symlinks in QML import paths"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:83
msgid "Provide QML import paths to androiddeployqt"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:89
msgid "kpackage-install-handlers/kns/CMakeLists.txt - link to Qt::Xml following changes in knewstuff"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:95
msgid "Do not assume SQLite works and do not terminate on errors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:101
msgid "Look first for qhelpgenerator-qt5 for help generation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:107
msgid "karchive, kzip: try to handle duplicate files in a bit nicer way"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:108
msgid "Use nullptr for passing a null pointer to crc32"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:114
msgid "Make it possible to request a plugin configuration module programatically"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:115
#: announcements/kde-frameworks-5.45.0.php:210
#: announcements/kde-frameworks-5.45.0.php:346
msgid "Consistently use X-KDE-ServiceTypes instead of ServiceTypes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:116
msgid "Add X-KDE-OnlyShowOnQtPlatforms to KCModule servicetype definition"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:122
msgid "KTextToHTML: return when url is empty"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:129
msgid "Setup QQmlEngine only once in QmlObject"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:135
msgid "Add X-KDE-OnlyShowOnQtPlatforms to KDEDModule servicetype definition"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:141
msgid "Add entities for Elisa, Markdown, KParts, DOT, SVG to general.entities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:142
msgid "customization/ru: Fix translation of underCCBYSA4.docbook and underFDL.docbook"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:143
msgid "Fix duplicate lgpl-notice/gpl-notice/fdl-notice"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:144
msgid "customization/ru: Translate fdl-notice.docbook"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:145
msgid "change spelling of kwave requested by the maintainer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:151
msgid "taglibextractor: Refactor for better readability"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:157
msgid "Don't assert if used incorrectly from dbus (bug 389375)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:163
msgid "holidays/plan2/holiday_in_en-gb - update holiday file for India (bug 392503)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:164
msgid "This package was not be updated. Perhaps a problem with script"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:165
msgid "Reworked the holiday files for Germany (bug 373686)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:166
msgid "Format README.md as the tools expect (with an Introduction section)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:172
msgid "avoid asking for an empty protocol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:178
msgid "Make sure ki18n can build its own translations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:179
msgid "Don't call PythonInterp.cmake in KF5I18NMacros"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:180
msgid "Make it possible to generate po files in parallel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:181
msgid "Create a constructor for KLocalizedStringPrivate"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:187
msgid "Make KIconEngine export comment accurate"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:188
msgid "Avoid an asan runtime error"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:194
msgid "Delete IdleSlave having temporary authorization"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:200
msgid "Ensure that the model is set when resetResizing is called"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:201
msgid "pwd.h isn't present on windows"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:202
msgid "Remove Recently Saved This Month and Recently Saved Last Month entries by default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:203
msgid "Have KIO build for Android"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:204
msgid "Temporarily disable installation of file ioslave's kauth helper and policy file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:205
msgid "Handle privilege operation confirmation prompts in SlaveBase rather than in KIO::Job"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:206
msgid "Improve consistency of \"Open With\" UI by always showing top app inline"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:207
msgid "Fix crash when device emits ready read after job is finished"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:208
msgid "Highlight selected items when showing parent folder from the open/save dialog (bug 392330)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:209
msgid "Support NTFS hidden files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:211
msgid "Fix assert in concatPaths when pasting a full path into KFileWidget's lineedit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:212
msgid "[KPropertiesDialog] Support Checksum tab for any local path (bug 392100)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:213
msgid "[KFilePlacesView] Call KDiskFreeSpaceInfo only if necessary"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:214
msgid "FileUndoManager: don't delete non-existing local files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:215
msgid "[KProtocolInfoFactory] Don't clear cache if it had just been built"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:216
msgid "Don't try to find an icon for a relative URL either (e.g. '~')"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:217
msgid "Use correct item URL for Create New context menu (bug 387387)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:218
msgid "Fix more cases of incorrect parameter to findProtocol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:219
msgid "KUrlCompletion: early return if the URL is invalid like \":/\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:220
msgid "Don't try to find an icon for an empty url"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:226
msgid "Bigger icons in mobile mode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:227
msgid "Force a content size into the background style item"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:228
msgid "Add InlineMessage type and Gallery app example page"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:229
msgid "better heuristics selective coloring"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:230
msgid "make loading from local svgs actually work"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:231
msgid "support the android icon loading method as well"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:232
msgid "use a coloring strategy similar to the former different styles"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:233
msgid "[Card] Use own \"findIndex\" implementation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:234
msgid "kill network transfers if we change icon while running"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:235
msgid "first prototype for a delegate recycler"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:236
msgid "Allow OverlaySheet clients to omit the built-in close button"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:237
msgid "Components for Cards"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:238
msgid "Fix ActionButton size"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:239
msgid "Make passiveNotifications last longer, so users can actually read them"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:240
msgid "Remove unused QQC1 dependency"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:241
msgid "ToolbarApplicationHeader layout"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:242
msgid "Make it possible to show the title despite having ctx actions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:248
msgid "Actually vote when clicking stars in the list view (bug 391112)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:254
msgid "Try to fix the FreeBSD build"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:255
msgid "Use Qt5::rcc instead of looking for the executable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:256
msgid "Use NO_DEFAULT_PATH to ensure the right command is picked up"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:257
msgid "Look also for prefixed rcc executables"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:258
msgid "set component for correct qrc generation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:259
msgid "Fix the rcc binary package generation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:260
msgid "Generate the rcc file every time, at install time"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:261
msgid "Make org.kde. components include a donate URL"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:262
msgid "Mark kpackage_install_package undeprecated for plasma_install_package"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:268
msgid "Expose PersonData::phoneNumber to QML"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:274
msgid "No need to have kdoctools required"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:280
msgid "API dox: consistently use X-KDE-ServiceTypes instead of ServiceTypes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:286
msgid "Make it possible for KTextEditor to build on Android NDK's gcc 4.9"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:287
msgid "avoid Asan runtime error: shift exponent -1 is negative"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:288
msgid "optimization of TextLineData::attribute"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:289
msgid "Don't calculate attribute() twice"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:290
msgid "Revert Fix: View jumps when Scroll past end of document is enabled (bug 391838)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:291
msgid "don't pollute the clipboard history with dupes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:297
msgid "Add Remote Access interface to KWayland"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:298
msgid "[server] Add support for the frame semantics of Pointer version 5 (bug 389189)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:304
msgid "KColorButtonTest: remove todo code"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:305
msgid "ktooltipwidget: Subtract margins from available size"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:306
msgid "[KAcceleratorManager] Only set iconText() if actually changed (bug 391002)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:307
msgid "ktooltipwidget: Prevent offscreen display"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:308
msgid "KCapacityBar: set QStyle::State_Horizontal state"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:309
msgid "Sync with KColorScheme changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:310
msgid "ktooltipwidget: Fix tooltip positioning (bug 388583)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:316
#: announcements/kde-frameworks-5.47.0.php:217
msgid "Add \"SkipSwitcher\" to API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:317
msgid "[xcb] Fix implementation of _NET_WM_FULLSCREEN_MONITORS (bug 391960)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:318
#: announcements/kde-frameworks-5.45.0.php:349
msgid "Reduce plasmashell frozen time"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:324
msgid "cmake: don't flag libnm-util as found when ModemManager is found"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:330
msgid "Export the NetworkManager include dirs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:331
msgid "Start requiring NM 1.0.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:332
msgid "device: define StateChangeReason and MeteredStatus as Q_ENUMs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:333
msgid "Fix conversion of AccessPoint flags to capabilities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:339
msgid "Wallpaper templates: set background color to ensure contrast to sample text content"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:340
msgid "Add template for Plasma wallpaper with QML extension"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:341
msgid "[ToolTipArea] Add \"aboutToShow\" signal"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:342
msgid "windowthumbnail: Use gamma correct scaling"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:343
msgid "windowthumbnail: Use mipmap texture filtering (bug 390457)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:344
msgid "Remove unused X-Plasma-RemoteLocation entries"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:345
msgid "Templates: drop unused X-Plasma-DefaultSize from applet metadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:347
msgid "Templates: drop unused X-Plasma-Requires-* entries from applet metadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:348
msgid "remove anchors of item in a layout"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:350
msgid "preload only after the containment emitted uiReadyChanged"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:351
msgid "Fix combobox breakage (bug 392026)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:352
msgid "Fix text scaling with non-integer scale factors when PLASMA_USE_QT_SCALING=1 is set (bug 356446)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:353
msgid "new icons for disconnected/disabled devices"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:354
msgid "[Dialog] Allow setting outputOnly for NoBackground dialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:355
msgid "[ToolTip] Check file name in KDirWatch handler"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:356
msgid "Disable deprecation warning from kpackage_install_package for now"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:357
msgid "[Breeze Plasma Theme] Apply currentColorFix.sh to changed media icons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:358
msgid "[Breeze Plasma Theme] Add media status icons with circles"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:359
msgid "Remove frames around media buttons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:360
msgid "[Window Thumbnail] Allow using atlas texture"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:361
msgid "[Dialog] Remove now obsolete KWindowSystem::setState calls"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:362
msgid "Support Atlas textures in FadingNode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:363
msgid "Fix FadingMaterial fragment with core profile"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:369
msgid "fix rendering when disabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:370
msgid "better layout"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:371
msgid "experimental support for auto mnemonics"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:372
msgid "Make sure we are taking into account the size of the element when styling"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:373
msgid "Fix font rendering for non-HiDPI and integer scale factors (bug 391780)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:374
msgid "fix icons colors with colorsets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:375
msgid "fix icon colors for toolbuttons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:381
msgid "Solid can now query for batteries in e.g. wireless gamepads and joysticks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:382
msgid "Use recently introduced UP enums"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:383
msgid "add gaming_input devices and others to Battery"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:384
msgid "Adding Battery Devices Enum"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:385
msgid "[UDevManager] Also explicitly query for cameras"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:386
msgid "[UDevManager] Already filter for subsystem before querying (bug 391738)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:392
msgid "Don't impose using the default client, pick one that supports the requested language."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:393
msgid "Include replacement strings in the suggestion list"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:394
msgid "implement NSSpellCheckerDict::addPersonal()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:395
msgid "NSSpellCheckerDict::suggest() returns a list of suggestions"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:396
msgid "initialise NSSpellChecker language in NSSpellCheckerDict ctor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:397
msgid "implement NSSpellChecker logging category"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:398
msgid "NSSpellChecker requires AppKit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:399
msgid "Move NSSpellCheckerClient::reliability() out of line"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:400
msgid "use the preferred Mac platform token"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:401
msgid "Use correct directory to lookup trigrams in windows build dir"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:407
msgid "Make it possible to fully build the project when crosscompiling"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:408
msgid "Redesign CMake syntax generator"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:409
msgid "Optimize highlighting Bash, Cisco, Clipper, Coffee, Gap, Haml, Haskell"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.45.0.php:410
msgid "Add syntax highlighting for MIB files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:4
msgid "Release of KDE Frameworks 5.46.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:16
msgid ""
" \n"
"May 12, 2018. KDE today announces the release\n"
"of KDE Frameworks 5.46.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:41
msgid "Avoid infinite loops when fetching the URL from DocumentUrlDB (bug 393181)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:42
msgid "Add Baloo DBus signals for moved or removed files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:43
#: announcements/kde-frameworks-5.46.0.php:116
msgid "Install pri file for qmake support &amp; document it in metainfo.yaml"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:44
msgid "baloodb: Add clean command"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:45
msgid "balooshow: Colorize only when attached to terminal"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:46
msgid "Remove FSUtils::getDirectoryFileSystem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:47
msgid "Avoid hardcoding of filesystems supporting CoW"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:48
msgid "Allow disabling of CoW to fail when not supported by filesystem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:49
msgid "databasesanitizer: Use flags for filtering"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:50
msgid "Fix merging of terms in the AdvancedQueryParser"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:51
msgid "Use QStorageInfo instead of a homegrown implementation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:52
msgid "sanitizer: Improve device listing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:53
msgid "Immediately apply termInConstruction when term is complete"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:54
msgid "Handle adjacent special characters correctly (bug 392620)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:55
msgid "Add test case for parsing of double opening '((' (bug 392620)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:56
msgid "Use statbuf consistently"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:62
msgid "Add plasma-browser-integration system tray icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:63
msgid "Add Virt-manager icon thanks to ndavis"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:64
msgid "Add video-card-inactive"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:65
msgid "overflow-menu as view-more-symbolic, and horizontal"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:66
msgid "Use the more appropriate \"two sliders\" icon for \"configure\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:72
msgid "Include FeatureSummary before calling set_package_properties"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:73
msgid "Don't install plugins within lib on android"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:74
msgid "Make it possible to build several apk out of a project"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:75
msgid "Check if the application androiddeployqt package has a main() symbol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:81
msgid "[KLineEdit] Use Qt's built-in clear button functionality"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:82
msgid "Fix KCompletionBox on wayland"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:88
msgid "[KUser] Check whether .face.icon is actually readable before returning it"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:89
msgid "Make KJob signals public so Qt5 connect syntax can work"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:95
msgid "Load NV graphics reset based on config"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:96
msgid "[KUserProxy] Adjust to accounts service (bug 384107)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:97
msgid "Plasma mobile optimizations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:98
msgid "Make room for footer and header"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:99
msgid "new resize policy (bug 391910)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:100
msgid "support actions visibility"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:101
msgid "Support nvidia reset notifications in QtQuickViews"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:113
msgid "Add description and purpose to Xattr dep"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:114
msgid "extractors: Hide warnings from system headers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:115
msgid "fix detection of taglib when compiling for Android"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:117
msgid "Make concatenated strings wrappable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:118
msgid "ffmpegextractor: Silence deprecation warnings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:119
msgid "taglibextractor: Fix empty genre bug"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:120
msgid "handle more tags in taglibextractor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:126
msgid "holidays/plan2/holiday_sk_sk - Teacher's Day fix (bug 393245)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:132
msgid "[API dox] New UI marker @info:placeholder"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:133
msgid "[API dox] New UI marker @item:valuesuffix"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:134
msgid "Don't need to run previous iterations commands again (bug 393141)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:140
msgid "[XCF/GIMP loader] Raise maximimum allowed image size to 32767x32767 on 64 bit platforms (bug 391970)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:146
msgid "Thumbnail smooth scaling in filepicker (bug 345578)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:147
msgid "KFileWidget: Perfectly align filename widget with icon view"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:148
msgid "KFileWidget: Save places panel width also after hiding panel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:149
msgid "KFileWidget: Prevent places panel width from growing 1px iteratively"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:150
msgid "KFileWidget: Disable zoom buttons once reached minimum or maximum"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:151
msgid "KFileWidget: Set minimum size for zoom slider"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:152
msgid "Don't select file extension"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:153
msgid "concatPaths: process empty path1 correctly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:154
msgid "Improve grid icon layout in filepicker dialog (bug 334099)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:155
msgid "Hide KUrlNavigatorProtocolCombo if there is just one protocol supported"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:156
msgid "Only show supported schemes in KUrlNavigatorProtocolCombo"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:157
msgid "Filepicker reads thumbs preview from Dolphin settings (bug 318493)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:158
msgid "Add Desktop and Downloads to the default list of Places"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:159
msgid "KRecentDocument now stores QGuiApplication::desktopFileName instead of applicationName"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:160
msgid "[KUrlNavigatorButton] Also don't stat MTP"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:161
msgid "getxattr takes 6 parameters in macOS (bug 393304)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:162
msgid "Add a \"Reload\" menu item to KDirOperator's context menu (bug 199994)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:163
msgid "Save the dialog view settings even when canceling (bug 209559)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:164
msgid "[KFileWidget] Hardcode example user name"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:165
msgid "Don't show top \"Open With\" app for folders; only for files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:166
msgid "Detect incorrect parameter in findProtocol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:167
msgid "Use text \"Other Application...\" in \"Open With\" submenu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:168
msgid "Correctly encode URL of thumbnails (bug 393015)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:169
msgid "Tweak column widths in tree view of file open/save dialogs (bug 96638)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:175
msgid "Don't warn when using Page {} outside of a pageStack"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:176
msgid "Rework InlineMessages to address a number of issues"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:177
msgid "fix on Qt 5.11"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:178
msgid "base on units for toolbutton size"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:179
msgid "color close icon on hover"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:180
msgid "show a margin under the footer when needed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:181
msgid "fix isMobile"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:182
msgid "also fade on open/close anim"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:183
msgid "include the dbus stuff only on unix-non android, non apple"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:184
msgid "watch the tabletMode from KWin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:185
msgid "on desktop mode show actions on hover (bug 364383)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:186
msgid "handle in the top toolbar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:187
msgid "use a gray close button"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:188
msgid "less applicationwindow dependency"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:189
msgid "less warnings without applicationwindow"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:190
msgid "work correctly without applicationWindow"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:191
msgid "Don't have a non-integral size on separators"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:192
msgid "Don't show the actions if they are disabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:193
msgid "checkable FormLayout items"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:194
msgid "use different icons in the color set example"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:195
msgid "include icons only on android"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:196
msgid "make it work with Qt 5.7"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:202
msgid "Fix double margins around DownloadDialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:203
msgid "Fix hints in UI files about subclasses of custom widgets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:204
msgid "Don't offer qml plugin as a link target"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:210
msgid "use KDE_INSTALL_DATADIR instead of FULL_DATADIR"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:211
msgid "Add donate urls to test data"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:217
msgid "Fix PersonSortFilterProxyModel filtering"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:223
msgid "Also make installation of translated docs optional"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:229
msgid "DBus runner servicename wildcard support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:235
msgid "optimization of KTextEditor::DocumentPrivate::views()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:236
msgid "[ktexteditor] much faster positionFromCursor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:237
msgid "Implement single click on line number to select line of text"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:238
msgid "Fix missing bold/italic/... markup with modern Qt versions (&gt;= 5.9)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:244
msgid "Fix not shown event marker in calendar with air &amp; oxygen themes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:245
msgid "Use \"Configure %1...\" for text of applet configure action"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:246
msgid "[Button Styles] Fill height and vertical align (bug 393388)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:247
msgid "add video-card-inactive icon for system tray"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:248
msgid "correct look for flat buttons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:249
msgid "[Containment Interface] Don't enter edit mode when immutable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:250
msgid "make sure largespacing is perfect multiple of small"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:251
msgid "call addContainment with proper paramenters"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:252
msgid "Don't show the background if Button.flat"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:253
msgid "ensure the containment we created has the activity we asked for"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:254
msgid "add a version containmentForScreen with activity"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:255
msgid "Don't alter memory management to hide an item (bug 391642)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:261
msgid "Make sure we give some vertical space to configuration plugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:262
msgid "Port KDEConnect plugin config to QQC2"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:263
msgid "Port AlternativesView to QQC2"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:269
msgid "export layout paddings from qstyle, start from Control"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:270
msgid "[ComboBox] Fix mouse wheel handling"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:271
msgid "make the mousearea not interfere with controls"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:272
msgid "fix acceptableInput"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:278
msgid "Update mount point after mount operations (bug 370975)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:279
msgid "Invalidate property cache when an interface is removed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:280
msgid "Avoid creating duplicate property entries in the cache"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:281
msgid "[UDisks] Optimize several property checks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:282
msgid "[UDisks] Correct handling of removable file systems (bug 389479)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:288
msgid "Fix remove enable/disable button"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:289
msgid "Fix enable/disable add button"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:290
msgid "Look into subdirectories for dictionaries"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:296
msgid "Update project URL"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:297
msgid "'Headline' is a comment, so base it on dsComment"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:298
msgid "Add highlighting for GDB command listings and gdbinit files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.46.0.php:299
msgid "Add syntax highlighting for Logcat"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:4
msgid "Release of KDE Frameworks 5.47.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:16
msgid ""
" \n"
"June 09, 2018. KDE today announces the release\n"
"of KDE Frameworks 5.47.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:41
msgid "Terminate query execution early if subterm returns empty result set"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:42
msgid "Avoid crash when reading corrupt data from document terms db (bug 392877)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:43
msgid "handle string lists as input"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:44
msgid "Ignore more types of source files (bug 382117)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:50
msgid "updated handles and overflow-menu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:56
msgid "Android toolchain: allow to specify extra libs manually"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:57
msgid "Android: Don't define qml-import-paths if it's empty"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:63
msgid "handle zip files embedded within zip files (bug 73821)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:69
msgid "[KCModuleQml] Ignore disabled controls when tabbing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:75
msgid "kcfg.xsd - do not require a kcfgfile element"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:81
msgid "Fix the \"Default\" color scheme to match Breeze again"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:87
msgid "Set kcm context property on the correct context"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:88
msgid "[Plotter] Don't render if m_node is null (bug 394283)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:94
msgid "Update the list of Ukrainian entities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:95
msgid "add entity OSD to general.entites"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:96
msgid "Add entities CIFS, NFS, Samba, SMB to general.entities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:97
msgid "Add Falkon, Kirigami, macOS, Solid, USB, Wayland, X11, SDDM to general entities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:103
msgid "check that ffmpeg is at least version 3.1 that introduce the API we require"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:104
msgid "search for album artist and albumartist tags in taglibextractor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:105
msgid "popplerextractor: don't try to guess the title if there isn't one"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:111
msgid "Make sure ungrab keyboard request is processed before emitting shortcut (bug 394689)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:117
msgid "holiday_es_es - Fix day of the \"Comunidad de Madrid\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:123
msgid "Check if group &lt; LastGroup, as KIconEffect doesn't handle UserGroup anyway"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:129
msgid "Remove duplicated mime types from json files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:135
msgid "Check if destination exists also when pasting binary data (bug 394318)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:136
msgid "Auth support: Return the actual length of socket buffer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:137
msgid "Auth support: Unify API for file descriptor sharing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:138
msgid "Auth support: Create socket file in user's runtime directory"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:139
msgid "Auth support: Delete socket file after use"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:140
msgid "Auth support: Move task of cleaning up socket file to FdReceiver"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:141
msgid "Auth support: In linux don't use abstract socket to share file descriptor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:142
msgid "[kcoredirlister] Remove as many url.toString() as possible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:143
msgid "KFileItemActions: fallback to default mimetype when selecting only files (bug 393710)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:144
msgid "Introduce KFileItemListProperties::isFile()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:145
msgid "KPropertiesDialogPlugin can now specify multiple supported protocols using X-KDE-Protocols"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:146
msgid "Preserve fragment when redirecting from http to https"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:147
msgid "[KUrlNavigator] Emit tabRequested when path in path selector menu is middle-clicked"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:148
msgid "Performance: use the new uds implementation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:149
msgid "Don't redirect smb:/ to smb:// and then to smb:///"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:150
msgid "Allow accepting by double-click in save dialog (bug 267749)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:151
msgid "Enable preview by default in the filepicker dialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:152
msgid "Hide file preview when icon is too small"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:153
msgid "i18n: use plural form again for plugin message"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:154
msgid "Use a regular dialog rather than a list dialog when trashing or deleting a single file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:155
msgid "Make the warning text for deletion operations emphasize its permanency and irreversibility"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:156
msgid "Revert \"Show view mode buttons in the open/save dialog's toolbar\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:162
msgid "Show action.main more prominently on the ToolBarApplicationHeader"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:163
msgid "Allow Kirigami build without KWin tablet mode dependency"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:164
msgid "correct swipefilter on RTL"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:165
msgid "correct resizing of contentItem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:166
msgid "fix --reverse behavior"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:167
msgid "share contextobject to always access i18n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:168
msgid "make sure tooltip is hidden"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:169
msgid "make sure to not assign invalid variants to the tracked properties"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:170
msgid "handle not a MouseArea, dropped() signal"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:171
msgid "no hover effects on mobile"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:172
msgid "proper icons overflow-menu-left and right"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:173
msgid "Drag handle to reorder items in a ListView"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:174
msgid "Use Mnemonics on the toolbar buttons"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:175
msgid "Added missing files in QMake's .pri"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:176
msgid "[API dox] Fix Kirigami.InlineMessageType -&gt; Kirigami.MessageType"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:177
msgid "fix applicationheaders in applicationitem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:178
msgid "Don't allow showing/hiding the drawer when there's no handle (bug 393776)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:184
msgid "KConcatenateRowsProxyModel: properly sanitize input"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:190
msgid "Fix crashes in NotifyByAudio when closing applications"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:196
msgid "kpackage_install_*package: fix missing dep between .desktop and .json"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:197
msgid "make sure paths in rcc are never derived from absolute paths"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:203
msgid "Process DBus replies in the ::match thread (bug 394272)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:209
msgid "Don't use title case for the \"show word count\" checkbox"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:210
msgid "Make the word/char count a global preference"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:216
msgid "Increase org_kde_plasma_shell interface version"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:218
msgid "Add XDG Output Protocol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:224
msgid "[KCharSelect] Fix table cell size with Qt 5.11"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:225
msgid "[API dox] Remove usage of \\overload, resulting in broken docs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:226
msgid "[API dox] Tell doxygen \"e.g.\" does not end the sentence, use \".\\ \""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:227
msgid "[API dox] Remove unneeded HTML escaping"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:228
msgid "Don't automatically set the default icons for each style"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:229
msgid "Make KMessageWidget match Kirigami inlineMessage's style (bug 381255)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:235
msgid "Make information about unhandled property just debug messages"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:236
msgid "WirelessSetting: implement assignedMacAddress property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:242
msgid "Templates: consistent naming, fix translation catalog names &amp; more"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:243
msgid "[Breeze Plasma Theme] Fix kleopatra icon to use color stylesheet (bug 394400)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:244
msgid "[Dialog] Handle dialog being minimized gracefully (bug 381242)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:250
msgid "Improve Telegram integration"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:251
msgid "Treat inner arrays as OR constraints rather than AND"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:252
msgid "Make it possible to constrain plugins by a desktop file presence"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:253
msgid "Make it possible to filter plugins by executable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:254
msgid "Highlight the selected device in the KDE Connect plugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:255
msgid "fix i18n issues in frameworks/purpose/plugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:256
msgid "Add Telegram plugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:257
msgid "kdeconnect: Notify when the process fails to start (bug 389765)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:263
msgid "Use pallet property only when using qtquickcontrols 2.4"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:264
msgid "Work with Qt&lt;5.10"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:265
msgid "Fix height of tabbar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:266
msgid "Use Control.palette"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:267
msgid "[RadioButton] Rename \"control\" to \"controlRoot\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:268
msgid "Don't set explicit spacing on RadioButton/CheckBox"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:269
msgid "[FocusRect] Use manual placement instead of anchors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:270
msgid "It turns out the flickable in a scrollview is the contentItem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:271
msgid "Show focus rect when CheckBox or RadioButton are focused"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:272
msgid "hacky fix to scrollview detection"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:273
msgid "Don't reparent the flickable to the mousearea"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:274
msgid "[TabBar] Switch tabs with mouse wheel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:275
msgid "Control must not have children (bug 394134)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:276
msgid "Constrain scroll (bug 393992)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:282
msgid "Perl6: Add support for extensions .pl6, .p6, or .pm6 (bug 392468)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:283
msgid "DoxygenLua: fix closing comment blocks (bug 394184)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:284
msgid "Add pgf to the latex-ish file formats (same format as tikz)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:285
msgid "Add postgresql keywords"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:286
msgid "Highlighting for OpenSCAD"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:287
msgid "debchangelog: add Cosmic Cuttlefish"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:288
msgid "cmake: Fix DetectChar warning about escaped backslash"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:289
msgid "Pony: fix identifier and keyword"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.47.0.php:290
msgid "Lua: updated for Lua5.3"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:4
msgid "Release of KDE Frameworks 5.48.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:16
msgid ""
" \n"
"July 14, 2018. KDE today announces the release\n"
"of KDE Frameworks 5.48.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:41
msgid "Port remaining uses of qDebug() to qcDebug(ATTICA)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:42
msgid "Fix checking invalid provider url"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:43
msgid "Fix broken url to API specification"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:49
#: announcements/kde-frameworks-5.48.0.php:128
msgid "Remove unused entry X-KDE-DBus-ModuleName from the kded plugin metadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:50
msgid "[tags_kio] The url query should be a key-value pair"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:51
msgid "The power state signal should only be emitted when the power state changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:52
msgid "baloodb: Make changes to cmdline arg description after rename prune -&gt; clean"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:53
msgid "Clearly show duplicate filenames in tag folders"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:59
msgid "Update D-Bus xml files to use \"Out*\" for signal type Qt annotations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:60
msgid "Add signal for devices's address changing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:66
msgid "Use the broom-style icon for edit-clear-all too"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:67
msgid "Use a broom-style icon for edit-clear-history"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:68
msgid "change 24px view-media-artist icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:74
msgid "Android: Make it possible to override a target's APK directory"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:75
msgid "Drop outdated QT_USE_FAST_OPERATOR_PLUS"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:76
msgid "Add -Wlogical-op -Wzero-as-null-pointer-constant to KF5 warnings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:77
msgid "[ECMGenerateHeaders] Add option for other header file extension than .h"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:78
msgid "Don't include a 64 when building 64bit architectures on flatpak"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:84
msgid "Fix off by one error in Cache::clear (bug 396175)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:85
msgid "Fix ResultModel item moving (bug 396102)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:91
msgid "Remove unneeded moc include"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:92
msgid "Make sure KLineEdit::clearButtonClicked is emitted"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:98
#: announcements/kde-frameworks-5.48.0.php:107
msgid "Remove QT definitions duplicated from KDEFrameworkCompilerSettings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:99
msgid "Make sure that it compiles with strict compile flags"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:100
msgid "Remove unused key X-KDE-DBus-ModuleName from test servicetype metadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:106
msgid "Reduce QT_DISABLE_DEPRECATED_BEFORE to minimum dep of Qt"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:108
msgid "Make sure to build with strict compile flags"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:114
msgid "check the node actually has a valid texture (bug 395554)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:120
msgid "KDEDModule servicetype definition: remove unused key X-KDE-DBus-ModuleName"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:126
msgid "Set QT_USE_FAST_OPERATOR_PLUS ourselves"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:127
msgid "Don't export kf5-config to the CMake config file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:131
msgid "KDE WebKit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:134
msgid "Port KRun::runUrl() &amp; KRun::run() to undeprecated API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:135
msgid "Port KIO::Job::ui() -&gt; KIO::Job::uiDelegate()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:141
msgid "Avoid compiler warnings for taglib headers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:142
msgid "PopplerExtractor: use directly QByteArray() args instead of 0 pointers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:143
msgid "taglibextractor: Restore extracting audio props without tags existing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:144
msgid "OdfExtractor: deal with non-common prefix names"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:145
msgid "Don't add -ltag to the public link interface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:146
msgid "implement the lyrics tag for taglibextractor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:147
msgid "automatic tests: do not embed EmbeddedImageData already in the library"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:148
msgid "add ability to read embedded cover files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:149
msgid "implement reading of rating tag"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:150
msgid "check for needed version of libavcode, libavformat and libavutil"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:156
#: announcements/kde-frameworks-5.48.0.php:188
msgid "Update D-Bus xml file to use \"Out*\" for signal type Qt annotations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:162
msgid "holidays/plan2/holiday_jp_* - add missing metainfo"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:163
msgid "updated Japanese holidays (in Japanese and English) (bug 365241)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:164
msgid "holidays/plan2/holiday_th_en-gb - updated Thailand (UK English) for 2018 (bug 393770)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:165
msgid "add Venezula holidays (Spanish) (bug 334305)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:171
msgid "In cmake macro file use CMAKE_CURRENT_LIST_DIR consequently instead of mixed use with KF5I18n_DIR"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:172
msgid "KF5I18NMacros: Don't install an empty dir when no po files exist"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:178
msgid "Support choosing .ico files in custom icon file chooser (bug 233201)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:179
msgid "Support Icon Scale from Icon naming specification 0.13 (bug 365941)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:185
msgid "Use new method fastInsert everywhere where applicable"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:186
msgid "Restore compatibility of UDSEntry::insert, by adding a fastInsert method"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:187
msgid "Port KLineEdit::setClearButtonShown -&gt; QLineEdit::setClearButtonEnabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:189
msgid "Remove QT definition duplicated from KDEFrameworkCompilerSettings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:190
msgid "Use a correct emblem icon for readonly files and folders (bug 360980)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:191
msgid "Make it possible to go up to root again, in the file widget"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:192
msgid "[Properties dialog] Improve some permissions-related strings (bug 96714)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:193
msgid "[KIO] Add support for XDG_TEMPLATES_DIR in KNewFileMenu (bug 191632)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:194
msgid "update trash docbook to 5.48"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:195
msgid "[Properties dialog] Make all field values on general tab selectable (bug 105692)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:196
msgid "Remove unused entry X-KDE-DBus-ModuleName from kded plugins' metadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:197
msgid "Enable comparing KFileItems by url"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:198
msgid "[KFileItem] Check most local URL for whether it's shared"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:199
msgid "Fix regression when pasting binary data from clipboard"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:205
msgid "more consistent mouse over color"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:206
msgid "don't open submenu for actions without children"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:207
msgid "Refactor the Global ToolBar concept (bug 395455)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:208
msgid "Handle enabled property of simple models"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:209
msgid "Introduce ActionToolbar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:210
msgid "fix pull to refresh"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:211
msgid "Remove doxygen docs of internal class"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:212
msgid "Don't link against Qt5::DBus when DISABLE_DBUS is set"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:213
msgid "no extra margin for overlaysheets in overlay"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:214
msgid "fix the menu for Qt 5.9"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:215
msgid "Check the visible property of the action as well"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:216
msgid "better look/alignment in compact mode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:217
msgid "don't scan for plugins for each platformTheme creation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:218
msgid "get rid of the \"custom\" set"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:219
msgid "add resetters for all custom colors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:220
msgid "port toolbutton coloring to custom colorSet"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:221
msgid "introduce Custom color set"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:222
msgid "writable buddyFor to position labels regarding to subitems"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:223
msgid "When using a different background color, use highlightedText as text color"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:229
msgid "[KMoreTools] Enable installing tools via appstream url"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:230
msgid "Remove KNS::Engine d-pointer hack"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:236
msgid "Remove unused key X-KDE-DBus-ModuleName from test service metadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:242
msgid "guard updateConfig for disabled status bars"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:243
msgid "add context menu to statusbar to toggle show total lines/word count"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:244
msgid "Implemented displaying of total lines in kate (bug 387362)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:245
msgid "Make menu-bearing toolbar buttons show their menus with normal click rather than click-and-hold (bug 353747)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:246
msgid "CVE-2018-10361: privilege escalation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:247
msgid "Fix caret width (bug 391518)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:253
msgid "[server] Send frame event instead of flush on relative pointer motion (bug 395815)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:254
msgid "Fix XDGV6 popup test"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:255
msgid "Fix stupid copy paste bug in XDGShellV6 Client"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:256
msgid "Do not cancel old clipboard selection if it is same as the new one (bug 395366)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:257
#: announcements/kde-frameworks-5.49.0.php:76
#: announcements/kde-frameworks-5.49.0.php:82
#: announcements/kde-frameworks-5.49.0.php:88
#: announcements/kde-frameworks-5.49.0.php:95
#: announcements/kde-frameworks-5.49.0.php:101
#: announcements/kde-frameworks-5.49.0.php:107
#: announcements/kde-frameworks-5.49.0.php:113
#: announcements/kde-frameworks-5.49.0.php:119
#: announcements/kde-frameworks-5.49.0.php:125
#: announcements/kde-frameworks-5.49.0.php:138
#: announcements/kde-frameworks-5.49.0.php:144
#: announcements/kde-frameworks-5.49.0.php:151
#: announcements/kde-frameworks-5.49.0.php:160
#: announcements/kde-frameworks-5.49.0.php:172
#: announcements/kde-frameworks-5.49.0.php:178
#: announcements/kde-frameworks-5.49.0.php:190
#: announcements/kde-frameworks-5.49.0.php:196
#: announcements/kde-frameworks-5.49.0.php:228
#: announcements/kde-frameworks-5.49.0.php:278
#: announcements/kde-frameworks-5.49.0.php:285
#: announcements/kde-frameworks-5.49.0.php:291
#: announcements/kde-frameworks-5.49.0.php:297
#: announcements/kde-frameworks-5.49.0.php:303
#: announcements/kde-frameworks-5.49.0.php:320
#: announcements/kde-frameworks-5.49.0.php:326
#: announcements/kde-frameworks-5.49.0.php:338
#: announcements/kde-frameworks-5.49.0.php:344
#: announcements/kde-frameworks-5.49.0.php:350
#: announcements/kde-frameworks-5.49.0.php:356
#: announcements/kde-frameworks-5.49.0.php:386
#: announcements/kde-frameworks-5.49.0.php:392
#: announcements/kde-frameworks-5.49.0.php:398
#: announcements/kde-frameworks-5.49.0.php:417
#: announcements/kde-frameworks-5.49.0.php:423
#: announcements/kde-frameworks-5.49.0.php:430
#: announcements/kde-frameworks-5.49.0.php:436
#: announcements/kde-frameworks-5.49.0.php:446
#: announcements/kde-frameworks-5.49.0.php:464
#: announcements/kde-frameworks-5.49.0.php:479
#: announcements/kde-frameworks-5.49.0.php:510
#: announcements/kde-frameworks-5.49.0.php:516
msgid "Honor BUILD_TESTING"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:258
msgid "Fix some spelling issues suggested by new linter tool"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:259
msgid "Add the arclint file in kwayland"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:260
msgid "Fixup @since for skip switcher API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:266
msgid "[KMessageWidget] Update stylesheet when palette changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:267
msgid "Update kcharselect-data to Unicode 11.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:268
msgid "[KCharSelect] Port generate-datafile.py to Python 3"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:269
msgid "[KCharSelect] Prepare translations for Unicode 11.0 update"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:275
msgid "Implement support for the Voice and Call interfaces"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:276
msgid "Don't set custom domain filter rules"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:282
msgid "Show an icon for hidden files in Dolphin (bug 395963)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:288
msgid "FrameSvg: Update mask frame if image path has been changed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:289
msgid "FrameSvg: Do not wreck shared mask frames"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:290
msgid "FrameSvg: Simplify updateSizes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:291
msgid "Icons for Keyboard Indicator T9050"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:292
msgid "fix color for media icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:293
msgid "FrameSvg: Recache maskFrame if enabledBorders has been changed (bug 391659)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:294
msgid "FrameSvg: Draw corners only if both borders in both directions are enabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:295
msgid "Teach ContainmentInterface::processMimeData how to handle Task Manager drops"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:296
msgid "FrameSVG: Delete redundant checks"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:297
msgid "FrameSVG: Fix QObject include"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:298
msgid "Use QDateTime for interfacing with QML (bug 394423)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:304
msgid "Add Share action to Dolphin context menu"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:305
msgid "Properly reset plugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:306
msgid "Filter out duplicate plugins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:312
msgid "no pixel values in checkindicator"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:313
msgid "use RadioIndicator for everybody"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:314
msgid "Don't overflow around popups"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:315
msgid "on Qt&lt;5.11 the control palette is completely ignored"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:316
msgid "anchor button background"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:322
msgid "Fix device label with unknown size"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:328
msgid "Fixes for Java comments"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:329
msgid "Highlight Gradle files with Groovy syntax too"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:330
msgid "CMake: Fix highlighting after strings with a single <code>@</code> symbol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:331
msgid "CoffeeScript: add extension .cson"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:332
msgid "Rust: Add keywords &amp; bytes, fix identifiers, and other improvements/fixes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:333
msgid "Awk: fix regex in a function and update syntax for gawk"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:334
msgid "Pony: fix single quote escape and a possible infinite loop with #"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.48.0.php:335
msgid "Update CMake syntax for the upcoming release 3.12"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:4
msgid "Release of KDE Frameworks 5.49.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:16
msgid ""
" \n"
"August 11, 2018. KDE today announces the release\n"
"of KDE Frameworks 5.49.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:41
msgid "Don't instantiate a QStringRef into a QString only to search in a QStringList"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:42
msgid "Define elements when they're declared"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:48
msgid "[tags_kio] Fix multiple filename copies"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:49
msgid "Revert \"[tags_kio] Use UDS_URL instead of UDS_TARGET_URL.\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:50
msgid "[tags_kio] Use UDS_URL instead of UDS_TARGET_URL"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:51
msgid "[tags_kio] Query target filepaths instead of appending paths to the file UDS entry"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:52
msgid "Support special URLs for finding files of a certain type"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:53
msgid "Avoid manipulation of lists with quadratic complexity"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:54
msgid "Use non deprecated fastInsert in baloo"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:60
msgid "Add <code>drive-optical</code> icon (bug 396432)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:66
msgid "Android: Don't hardcode a random version of the Android SDK"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:67
msgid "ECMOptionalAddSubdirectory: Provide a bit more detail"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:68
msgid "Fix variable definition check"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:69
msgid "Change the 'since' version"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:70
msgid "Improve ECMAddAppIconMacro"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:94
msgid "Avoid warnings for PolkitQt5-1 headers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:131
msgid "Fix overflow in rounding code (bug 397008)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:132
msgid "API dox: remove not-to-be-there \":\"s behind \"@note\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:133
#: announcements/kde-frameworks-5.49.0.php:239
#: announcements/kde-frameworks-5.49.0.php:332
#: announcements/kde-frameworks-5.49.0.php:362
msgid "API dox: talk about nullptr, not 0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:134
msgid "KFormat: Replace unicode literal with unicode codepoint to fix MSVC build"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:135
msgid "KFormat: correct @since tag for new KFormat::formatValue"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:136
msgid "KFormat: Allow usage of quantities beyond bytes and seconds"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:137
msgid "Correct KFormat::formatBytes examples"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:150
msgid "Don't block forever in ensureKdeinitRunning"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:157
msgid "ensure we are always writing in the engine's root context"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:158
msgid "better readability"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:159
msgid "Improve API docs a bit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:166
msgid "Fix qtplugins in KStandardDirs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:184
msgid "API dox: add @file to functions-only header to have doxygen cover those"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:202
msgid "Install the sunrise/sunset computation header"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:203
msgid "Added leap year day as (cultural) holiday for Norway"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:204
msgid "Added ‘name’ entry for Norwegian holiday files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:205
msgid "Added descriptions for Norwegian holiday files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:206
msgid "more Japanese holiday updates from phanect"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:207
msgid "holiday_jp_ja, holiday_jp-en_us - updated (bug 365241)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:213
msgid "Reuse function that already does the same"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:214
msgid "Fix the catalog handling and locale detection on Android"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:215
msgid "Readability, skip no-op statements"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:216
msgid "Fix KCatalog::translate when translation is same as original text"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:217
msgid "a file has been renamed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:218
msgid "Let ki18n macro file name follow style of other find_package related files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:219
msgid "Fix the configure check for _nl_msg_cat_cntr"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:220
msgid "Don't generate files in the source directory"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:221
msgid "libintl: Determine if _nl_msg_cat_cntr exists before use (bug 365917)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:222
msgid "Fix the binary-factory builds"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:234
msgid "Install kio related kdebugsettings category file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:235
msgid "rename private header to _p.h"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:236
msgid "Remove custom icon selection for trash (bug 391200)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:237
msgid "Top-align labels in properties dialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:238
msgid "Present error dialog when user tries to create directory named \".\" or \"..\" (bug 387449)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:240
msgid "kcoredirlister lstItems benchmark"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:241
msgid "[KSambaShare] Check file that's changed before reloading"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:242
msgid "[KDirOperator] Use alternating background colors for multi-column views"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:243
msgid "avoid memory leak in slave jobs (bug 396651)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:244
msgid "SlaveInterface: deprecate setConnection/connection, nobody can use them anyway"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:245
msgid "Slightly faster UDS constructor"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:246
msgid "[KFilePlacesModel] Support pretty baloosearch URLs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:247
msgid "Remove projects.kde.org web shortcut"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:248
msgid "Switch KIO::convertSize() to KFormat::formatByteSize()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:249
msgid "Use non deprecated fastInsert in file.cpp (first of many to come)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:250
msgid "Replace Gitorious web shortcut by GitLab"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:251
msgid "Don't show confirmation dialog for Trash action by default (bug 385492)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:252
msgid "Don't ask for passwords in kfilewidgettest"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:258
msgid "support dynamically adding and removing title (bug 396417)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:259
msgid "introduce actionsVisible (bug 396413)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:260
msgid "adapt margins when scrollbar appears/disappear"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:261
msgid "better management of the size (bug 396983)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:262
msgid "Optimise setting up the palette"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:263
msgid "AbstractApplciationItem shouldn't have its own size, only implicit"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:264
msgid "new signals pagePushed/pageRemoved"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:265
msgid "fix logic"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:266
msgid "add ScenePosition element (bug 396877)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:267
msgid "No need to emit the intermediary palette for every state"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:268
msgid "hide-&gt;show"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:269
msgid "Collapsible Sidebar Mode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:270
msgid "kirigami_package_breeze_icons: don't treat lists as elements (bug 396626)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:271
msgid "fix search/replace regexp (bug 396294)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:272
msgid "animating a color produces a rather unpleasant effect (bug 389534)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:273
msgid "color focused item for keyboard navigation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:274
msgid "remove quit shortcut"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:275
msgid "Remove long-time deprecated Encoding=UTF-8 from desktop format file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:276
msgid "fix toolbar size (bug 396521)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:277
msgid "fix handle sizing"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:279
msgid "Show icons for actions that have an icon source rather than an icon name"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:300
msgid "KMediaPlayer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:309
msgid "Remove long-time deprecated Encoding=UTF-8 from desktop format files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:310
msgid "Change default sort order in the download dialog to Rating"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:311
msgid "Fix DownloadDialog window margins to meet general theme margins"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:312
msgid "Restore accidentally removed qCDebug"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:313
msgid "Use the right QSharedPointer API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:314
msgid "Handle empty preview lists"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:363
msgid "Require out-of-source build"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:364
msgid "Add subseq operator to match sub-sequences"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:370
msgid "proper fix for the raw string indenting auto-quoting"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:371
msgid "fix indenter to cope with new syntax file in syntaxhighlighting framework"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:372
msgid "adjust test to new state in syntax-highlighting repository"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:373
msgid "Show \"Search wrapped\" message in center of view for better visibility"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:374
msgid "fix warning, just use isNull()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:375
msgid "Extend Scripting API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:376
msgid "fix segfault on rare cases where empty vector occurs for word count"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:377
msgid "enforce clear of scrollbar preview on document clear (bug 374630)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:383
msgid "API docs: partial revert of earlier commit, didn't really work"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:384
msgid "KFindDialog: give the lineedit focus when showing a reused dialog"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:385
msgid "KFind: reset count when changing the pattern (e.g. in the find dialog)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:404
msgid "Cleanup RemoteAccess buffers on aboutToBeUnbound instead of object destruction"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:405
msgid "Support cursor hints on locked pointer"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:406
msgid "Reduce unnecessary long wait times on failing signal spies"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:407
msgid "Fix selection and seat auto tests"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:408
msgid "Replace remaining V5 compat global includes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:409
msgid "Add XDG WM Base support to our XDGShell API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:410
msgid "Make XDGShellV5 co-compilable with XDGWMBase"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:416
msgid "Fix KTimeComboBox input mask for AM/PM times (bug 361764)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:429
msgid "Fix KMainWindow saving incorrect widget settings (bug 395988)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:442
msgid "if an applet is invalid, it has immediately UiReadyConstraint"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:443
msgid "[Plasma PluginLoader] Cache plugins during startup"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:444
msgid "Fix fading node when one textured is atlassed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:445
msgid "[Containment] Don't load containment actions with plasma/containment_actions KIOSK restriction"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:452
msgid "Fix Mixed to Upper mode latching in Aztec code generation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:458
msgid "Make sure debugging for kf5.kio.core.copyjob is disabled for the test"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:459
msgid "Revert \"test: A more \"atomic\" way of checking for the signal to happen\""
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:460
msgid "test: A more \"atomic\" way of checking for the signal to happen"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:461
msgid "Add bluetooth plugin"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:462
msgid "[Telegram] Don't wait for Telegram to be closed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:463
msgid "Prepare to use Arc's status colours in the revision drop-down list"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:470
msgid "Improve sizing of menus (bug 396841)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:471
msgid "Remove double comparison"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:472
msgid "Port away from string-based connects"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:473
msgid "check for valid icon"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:485
msgid "Sonnet: setLanguage should schedule a rehighlight if highlight is enabled"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:486
msgid "Use the current hunspell API"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:492
msgid "CoffeeScript: fix templates in embedded JavaScript code &amp; add escapes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:493
msgid "Exclude this in Definition::includedDefinitions()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:494
msgid "Use in-class member initialization where possible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:495
msgid "add functions to access keywords"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:496
msgid "Add Definition::::formats()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:497
msgid "Add QVector&lt;Definition&gt; Definition::includedDefinitions() const"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:498
msgid "Add Theme::TextStyle Format::textStyle() const;"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:499
msgid "C++: fix standard floating-point literals (bug 389693)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:500
msgid "CSS: update syntax and fix some errors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:501
msgid "C++: update for c++20 and fix some syntax errors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:502
msgid "CoffeeScript &amp; JavaScript: fix member objects. Add .ts extension in JS (bug 366797)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:503
msgid "Lua: fix multi-line string (bug 395515)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:504
msgid "RPM Spec: add MIME type"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:505
msgid "Python: fix escapes in quoted-comments (bug 386685)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:506
msgid "haskell.xml: don't highlight Prelude data constructors differently from others"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:507
msgid "haskell.xml: remove types from \"prelude function\" section"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:508
msgid "haskell.xml: highlight promoted data constructors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.49.0.php:509
msgid "haskell.xml: add keywords family, forall, pattern"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.5.0.php:4
msgid "Release of KDE Frameworks 5.5.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.5.0.php:16
msgid ""
" \n"
"December 11, 2014. KDE today announces the release\n"
"of KDE Frameworks 5.5.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.5.0.php:34
msgid ""
"\n"
"\n"
"<h3>Attica</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Use all of QT_PLUGIN_PATH paths rather than just QLibraryInfo path to look for plugins</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KActivities</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix plugin loading with KDE_INSTALL_USE_QT_SYS_PATHS ON</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KCMUtils</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Restore KStandardGuiItems to get consistent icons and tooltips</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KCodecs</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Introduce KEmailAddress class for email validation</li>"
"\n"
"<li>Use more robust implementation of MIME codecs taken from the KMime library</li>"
"\n"
"<li>Add KCodecs::encodeRFC2047String()</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KCompletion</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix PageUp/Down actions in the completion popup box</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KCoreAddons</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Add KTextToHTML class for plaintext->HTML conversion</li>"
"\n"
"<li>Add KPluginMetaData::metaDataFileName()</li>"
"\n"
"<li>Allow to read KPluginMetaData from .desktop files</li>"
"\n"
"<li>Kdelibs4Migration now gives priority to distro-provided KDE4_DEFAULT_HOME</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KDeclarative</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Use Qt's method of blocking for component completion rather than our own</li>"
"\n"
"<li>Make it possible to delay initialization of object incubated from QmlObject</li>"
"\n"
"<li>Add guard when trying to access root object before component is complete</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KEmoticons</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Add KEmoticonsIntegrationPlugin for KTextToHTML from KCoreAddons</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KHTML</h3>"
"\n"
"\n"
"<ul>\n"
"<li>A number of forward-ported fixes from kdelibs, no API changes.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KIO</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix Size columns being empty in the KFileWidget detailed views</li>"
"\n"
"<li>Do not drop ASN passed to KRun when executing desktop files</li>"
"\n"
"<li>Fix passing of DESKTOP_STARTUP_ID to child process in kioexec</li>"
"\n"
"<li>Fix compilation with Qt 5.2, which also fixes a race condition</li>"
"\n"
"<li>KFileItem: cleanup overlay icon usage </li>"
"\n"
"<li>Implement back/forward side mouse buttons to navigate in the history</li>"
"\n"
"<li>Allow user to cancel out of the certificate accept duration dialog box.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KJobWidgets</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix compilation with Qt 5.2.0</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KNewStuff</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Also allow absolute filepaths for configfile parameter.</li>"
"\n"
"<li>Fix compilation on Windows</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KNotifications</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Make KNotificationPlugin a public class</li>"
"\n"
"<li>KPassivePopup - Set default hide delay</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KRunner</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Add a simple cli tool to run a query on all runners</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KService</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix KPluginTrader::query() for old JSON</li>"
"\n"
"<li>Deprecate kservice_desktop_to_json for kcoreaddons_desktop_to_json</li>"
"\n"
"<li>Implement KPluginTrader::query() using KPluginLoader::findPlugins()</li>"
"\n"
"<li>Fix KPluginInfo::entryPath() being empty when not loaded from .desktop</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KTextEditor</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix bug #340212: incorrect soft-tabs alignment after beginning-of-line</li>"
"\n"
"<li>Add libgit2 compile-time check for threads support</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KWidgetsAddons</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Add class KSplitterCollapserButton, a button which appears on the side of</li>"
"\n"
" a splitter handle and allows easy collapsing of the widget on the opposite side\n"
"<li>Support monochrome icon themes (such as breeze)</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KWindowSystem</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Add KStartupInfo::createNewStartupIdForTimestamp</li>"
"\n"
"<li>Add support for more multimedia keys</li>"
"\n"
"<li>Add support for initial mapping state of WM_HINTS</li>"
"\n"
"<li>Drop incorrect warnings when using KXMessages without QX11Info</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Plasma Framework</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix compilation with Qt 5.2.0</li>"
"\n"
"<li>Fix the platformstatus kded module</li>"
"\n"
"<li>Migrate BusyIndicator, ProgressBar to QtQuick.Controls</li>"
"\n"
"<li>Add thumbnailAvailable property to PlasmaCore.WindowThumbnail</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Solid</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix warning: No such signal org::freedesktop::UPower::Device...</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Extra cmake modules</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Set CMAKE_INSTALL_SYSCONFDIR to /etc when CMAKE_INSTALL_PREFIX is /usr (instead of /usr/etc)</li>"
"\n"
"<li>Enable -D_USE_MATH_DEFINES on Windows</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Frameworkintegration</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Implement standardButtonText().</li>"
"\n"
"<li>Fix restoring the view mode and sizes in the file dialog</li>"
"\n"
"</ul>"
"\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.5.0.php:219
msgid "The complete source code for KDE Frameworks %1 may be <a href='http://download.kde.org/Attic/frameworks/%1/'>freely downloaded</a>. Instructions on compiling and installing KDE Frameworks %1 are available from the <a href='/info/kde-frameworks-%2.php'>KDE Frameworks %1 Info Page</a>."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.6.0.php:4
msgid "Release of KDE Frameworks 5.6.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.6.0.php:16
msgid ""
" \n"
"January 08, 2015. KDE today announces the release\n"
"of KDE Frameworks 5.6.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.6.0.php:38
msgid ""
"\n"
"<p>Two new frameworks in this release: KPackage and NetworkManagerQt</p>"
"\n"
"\n"
"<h3>KActivities</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Introducing the ActivityInfo QML object</li>"
"\n"
"<li>Linking now supports special values alongside activity ids. Supported values:\n"
"<em>* - :global - links to all activities\n"
"*</em> - :current - links to the current activity</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KCoreAddons</h3>"
"\n"
"\n"
"<ul>\n"
"<li>KDirWatch can now watch /dev/shm as well (bug 314982)</li>"
"\n"
"<li>KDELibs4Migration now always returns an absolute path</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KCrash</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix build on FreeBSD</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Kdelibs4Support</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Add Lithuania to the list of Euro countries</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KdeSU</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix build on OSX and on FreeBSD</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KHtml</h3>"
"\n"
"\n"
"<ul>\n"
"<li>6 bug fixes forward-ported from kdelibs4.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KIO</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Add support for .hidden files, for users to hide some files from views. (feature 246260)</li>"
"\n"
"<li>New method KRun::runService, like KRun::run but returns the PID of the newly started process.</li>"
"\n"
"<li>kioexec: fixed many porting bugs, to make it work again</li>"
"\n"
"<li>KRun::run: fixed porting bug, to make it work again in the case where KProcess is used directly</li>"
"\n"
"<li>KRun: make klauncher runtime dependency optional</li>"
"\n"
"<li>Fix compilation on MSVC</li>"
"\n"
"<li>Performance: decrease memory consumption of UDSEntry</li>"
"\n"
"<li>Actions in popupmenus: in case of multiple mimetypes selected, services that support all mimetypes\n"
"are now added to the menu.</li>"
"\n"
"<li>New job: KIO::DropJob <em>KIO::drop(QDropEvent</em> ev, QUrl destUrl). Replaces KonqOperations::doDrop.</li>"
"\n"
"<li>Restart directory watcher after a failed delete operation</li>"
"\n"
"<li>Fix false warning about X-KDE-Protocols unused in desktop files without that field.</li>"
"\n"
"<li>Merge various settings modules (KCMs) related to kio, into the kio framework.</li>"
"\n"
"<li>When copying/moving out the trash, make the files writable.</li>"
"\n"
"<li>KIO::file_move now does the chmod on the destination file before emitting result.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KNotifications</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Remove NotifyBySound. NotifyByAudio implements the \"Sound\" notification already</li>"
"\n"
"<li>Fix crash accessing dangling pointer in NotifyByPopup</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KRunner</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Do not detect anything with a '.' as a NetworkLocation (porting bug, bug 340140).\n"
"One can also uses a decimal point in a calculator.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KService</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix build on MSVC.</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KTextEditor</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix build on MSVC.</li>"
"\n"
"<li>vimode bugfixes</li>"
"\n"
"<li>add syntax file for Oracle PL/SQL</li>"
"\n"
"<li>ppd highlighting: better support for multiline values</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KWidgetsAddons</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Add runtime style element extension convenience functions for widgets: KStyleExtensions</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>KWindowSystem</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Add OnScreenDisplay window type</li>"
"\n"
"<li>Fix build on FreeBSD</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Plasma-framework</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Let month menu navigate in current year (bug 342327)</li>"
"\n"
"<li>Expose new OnScreenDisplay window type in Dialog</li>"
"\n"
"<li>Migrate Plasma::Package to KPackage</li>"
"\n"
"<li>Fix labels not picking up changes to font settings at runtime</li>"
"\n"
"<li>Fix text not properly updating its color when switching themes (especially dark&lt;-->light)</li>"
"\n"
"<li>Fix placeholder text in textfields being too strong when using a light theme</li>"
"\n"
"<li>Set visibility on mainItem to match Dialog</li>"
"\n"
"<li>Load IconItem immediately upon componentComplete()</li>"
"\n"
"<li>Use the same text colour for comboboxes as buttons</li>"
"\n"
"<li>Performance improvements (less config-file reparsing, use shared config...)</li>"
"\n"
"<li>roundToIconSize(0) now returns 0</li>"
"\n"
"<li>Give undo notifications a title</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Solid</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Enable fstab and upower backends on FreeBSD</li>"
"\n"
"<li>Power: Add aboutToSuspend signal</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Buildsystem changes</h3>"
"\n"
"\n"
"<ul>\n"
"<li>"
"<p>ECM's KDEInstallDirs now supports KDE_INSTALL_* variables, which should\n"
"be used in preference to the CMAKE_INSTALL_* variables or the older\n"
"KDELibs4-compatible variables. The older forms of the variables are still\n"
"supported (and kept in sync) unless KDE_INSTALL_DIRS_NO_DEPRECATED\n"
"or KDE_INSTALL_DIRS_NO_CMAKE_VARIABLES are set to TRUE. See the\n"
"documentation for more details.</p>"
"</li>"
"\n"
"<li>"
"<p>Add COMPATIBILITY argument to ecm_setup_version().\n"
"Lots of libraries will want to use SameMajorVersion to make sure\n"
"searching for version 1 of a library doesn't give you version 2, for\n"
"example.</p>"
"</li>"
"\n"
"<li>"
"<p>Fix ECMQueryQmake when Qt5Core is missing.</p>"
"</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Additional buildsystem changes in Extra-Cmake-Modules 1.6.1</h3>"
"\n"
"\n"
"<ul>\n"
"<li>"
"<p>Fix building projects that use both GNUInstallDirs and KDEInstallDirs in\n"
"different subdirectories by not unsetting cache variables in KDEInstallDirs.</p>"
"</li>"
"\n"
"<li>"
"<p>Fix KDE_INSTALL_TARGETS_DEFAULT_ARGS value on OSX.</p>"
"</li>"
"\n"
"</ul>"
"\n"
"\n"
"<h3>Frameworkintegration</h3>"
"\n"
"\n"
"<ul>\n"
"<li>Fix handling of palette change events (bug 336813)</li>"
"\n"
"</ul>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:4
msgid "Release of KDE Frameworks 5.7.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:16
msgid ""
" \n"
"February 14, 2015. KDE today announces the release\n"
"of KDE Frameworks 5.7.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:38
msgid ""
"\n"
"<h3>General</h3>"
"\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:43
msgid "A number of fixes for compiling with the upcoming Qt 5.5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:49
msgid "Fixed starting and stopping activities"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:50
msgid "Fixed activity preview showing wrong wallpaper occasionally"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:56
msgid "Create temporary files in the temp dir rather than in the current directory"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:62
msgid "Fixed generation of KAuth DBus helper service files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:68
msgid "Fixed assert when dbus paths contain a '.'"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:74
msgid "Added support for CP949 to KCharsets"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:80
msgid "kconf_update no longer processes *.upd file from KDE SC 4. Add \"Version=5\" to top of the upd file for updates that should be applied to Qt5/KF5 applications"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:81
msgid "Fixed KCoreConfigSkeleton when toggling a value with saves in between"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:87
msgid "KRecentFilesAction: fixed menu entry order (so it matches the kdelibs4 order)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:93
msgid "KAboutData: Call addHelpOption and addVersionOption automatically, for convenience and consistency"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:94
msgid "KAboutData: Bring back \"Please use http://bugs.kde.org to report bugs.\" when no other email/url is set"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:95
msgid "KAutoSaveFile: allStaleFiles() now works as expected for local files, fixed staleFiles() too"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:96
msgid "KRandomSequence now uses int's internally and exposes int-api for 64-bit unambiguity"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:97
msgid "Mimetype definitions: *.qmltypes and *.qmlproject files also have the text/x-qml mime type"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:98
msgid "KShell: make quoteArgs quote urls with QChar::isSpace(), unusual space characters were not handled properly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:99
msgid "KSharedDataCache: fix creation of directory containing the cache (porting bug)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:105
msgid "Added helper method KDEDModule::moduleForMessage for writing more kded-like daemons, such as kiod"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:111
msgid "Added a plotter component"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:112
msgid "Added overload method for Formats::formatDuration taking int"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:113
msgid "New properties paintedWidth and paintedHeight added to QPixmapItem and QImageItem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:114
msgid "Fixed painting QImageItem and QPixmapItem"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:117
msgid "Kded"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:120
msgid "Add support for loading kded modules with JSON metadata"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:126
msgid "Now includes the runtime component, making this a tier3 framework"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:127
msgid "Made the Windows backend work again"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:128
msgid "Re-enabled the Mac backend"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:129
msgid "Fixed crash in KGlobalAccel X11 runtime shutdown"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:135
msgid "Mark results as required to warn when API is misused"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:136
msgid "Added BUILD_WITH_QTSCRIPT buildsystem option to allow a reduced feature-set on embedded systems"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:142
msgid "OSX: load the correct shared libraries at runtime"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:143
msgid "Mingw compilation fixes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:149
msgid "Fixed crash in jobs when linking to KIOWidgets but only using a QCoreApplication"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:150
msgid "Fixed editing web shortcuts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:151
msgid "Added option KIOCORE_ONLY, to compile only KIOCore and its helper programs, but not KIOWidgets or KIOFileWidgets, thus reducing greatly the necessary dependencies"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:152
msgid "Added class KFileCopyToMenu, which adds Copy To / Move To\" to popupmenus"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:153
msgid "SSL-enabled protocols: added support for TLSv1.1 and TLSv1.2 protocols, remove SSLv3"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:154
msgid "Fixed negotiatedSslVersion and negotiatedSslVersionName to return the actual negotiated protocol"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:155
msgid "Apply the entered URL to the view when clicking the button that switches the URL navigator back to breadcrumb mode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:156
msgid "Fixed two progress bars/dialogs appearing for copy/move jobs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:157
msgid "KIO now uses its own daemon, kiod, for out-of-process services previously running in kded, in order to reduce dependencies; currently only replaces kssld"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:158
msgid "Fixed \"Could not write to &lt;path&gt;\" error when kioexec is triggered"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:159
msgid "Fixed \"QFileInfo::absolutePath: Constructed with empty filename\" warnings when using KFilePlacesModel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:165
msgid "Fixed KRecursiveFilterProxyModel for Qt 5.5.0+, due to QSortFilterProxyModel now using the roles parameter to the dataChanged signal"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:171
msgid "Always reload xml data from remote urls"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:177
msgid "Documentation: mentioned the file name requirements of .notifyrc files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:178
msgid "Fixed dangling pointer to KNotification"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:179
msgid "Fixed leak of knotifyconfig"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:180
msgid "Install missing knotifyconfig header"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:186
msgid "Renamed kpackagetool man to kpackagetool5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:187
msgid "Fixed installation on case-insensitive filesystems"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:193
msgid "Fixed Kross::MetaFunction so it works with Qt5's metaobject system"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:199
msgid "Include unknown properties when converting KPluginInfo from KService"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:200
msgid "KPluginInfo: fixed properties not being copied from KService::Ptr"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:201
msgid "OS X: performance fix for kbuildsycoca4 (skip app bundles)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:207
msgid "Fixed high-precision touchpad scrolling"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:208
msgid "Do not emit documentUrlChanged during reload"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:209
msgid "Do not break cursor position on document reload in lines with tabs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:210
msgid "Do not re(un)fold the first line if it was manually (un)folded"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:211
msgid "vimode: command history through arrow keys"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:212
msgid "Do not try to create a digest when we get a KDirWatch::deleted() signal"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:213
msgid "Performance: remove global initializations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:219
msgid "Fixed infinite recursion in Unit::setUnitMultiplier"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:225
msgid "Automatically detect and convert old ECB wallets to CBC"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:226
msgid "Fixed the CBC encryption algorithm"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:227
msgid "Ensured wallet list gets updated when a wallet file gets removed from disk"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:228
msgid "Remove stray &lt;/p&gt; in user-visible text"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:234
msgid "Use kstyleextensions to specify custom control element for rendering kcapacity bar when supported, this allow the widget to be styled properly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:235
msgid "Provide an accessible name for KLed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:241
msgid "Fixed NETRootInfo::setShowingDesktop(bool) not working on Openbox"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:242
msgid "Added convenience method KWindowSystem::setShowingDesktop(bool)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:243
msgid "Fixes in icon format handling"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:244
msgid "Added method NETWinInfo::icccmIconPixmap provides icon pixmap from WM_HINTS property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:245
msgid "Added overload to KWindowSystem::icon which reduces roundtrips to X-Server"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:246
msgid "Added support for _NET_WM_OPAQUE_REGION"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:249
msgid "NetworkmanagerQt"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:252
msgid "Do not print a message about unhandled \"AccessPoints\" property"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:253
msgid "Added support for NetworkManager 1.0.0 (not required)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:254
msgid "Fixed VpnSetting secrets handling"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:255
msgid "Added class GenericSetting for connections not managed by NetworkManager"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:256
msgid "Added property AutoconnectPriority to ConnectionSettings"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:262
msgid "Fixed errorneously opening a broken context menu when middle clicking Plasma popup"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:263
msgid "Trigger button switch on mouse wheel"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:264
msgid "Never resize a dialog bigger than the screen"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:265
msgid "Undelete panels when applet gets undeleted"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:266
msgid "Fixed keyboard shortcuts"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:267
msgid "Restore hint-apply-color-scheme support"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:268
msgid "Reload the configuration when plasmarc changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:269
msgid "..."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:275
msgid "Added energyFull and energyFullDesign to Battery"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:278
#: announcements/kde-frameworks-5.8.0.php:173
msgid "Buildsystem changes (extra-cmake-modules)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:281
msgid "New ECMUninstallTarget module to create an uninstall target"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:282
msgid "Make KDECMakeSettings import ECMUninstallTarget by default"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:283
msgid "KDEInstallDirs: warn about mixing relative and absolute installation paths on the command line"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:284
msgid "Added ECMAddAppIcon module to add icons to executable targets on Windows and Mac OS X"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:285
msgid "Fixed CMP0053 warning with CMake 3.1"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:286
msgid "Do not unset cache variables in KDEInstallDirs"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:292
msgid "Fix updating of single click setting at runtime"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:293
msgid "Multiple fixes to the systemtray integration"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:294
msgid "Only install color scheme on toplevel widgets (to fix QQuickWidgets)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.7.0.php:295
msgid "Update XCursor settings on X11 platform"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:4
msgid "Release of KDE Frameworks 5.8.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:16
msgid ""
" \n"
"March 13, 2015. KDE today announces the release\n"
"of KDE Frameworks 5.8.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:38
msgid "New frameworks:"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:40
msgid "KPeople, provides access to all contacts and the people who hold them"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:41
msgid "KXmlRpcClient, interaction with XMLRPC services"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:47
msgid "A number of build fixes for compiling with the upcoming Qt 5.5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:53
msgid "Resources scoring service is now finalized"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:59
msgid "Stop failing on ZIP files with redundant data descriptors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:65
msgid "Restore KCModule::setAuthAction"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:71
msgid "KPluginMetadata: add support for Hidden key"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:77
msgid "Prefer exposing lists to QML with QJsonArray"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:78
msgid "Handle non default devicePixelRatios in images"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:79
msgid "Expose hasUrls in DeclarativeMimeData"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:80
msgid "Allow users to configure how many horizontal lines are drawn"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:86
msgid "Fix the build on MacOSX when using Homebrew"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:87
msgid "Better styling of media objects (images, ...) in documentation"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:88
msgid "Encode invalid chars in paths used in XML DTDs, avoiding errors"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:94
msgid "Activation timestamp set as dynamic property on triggered QAction."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:100
msgid "Fix QIcon::fromTheme(xxx, someFallback) would not return the fallback"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:106
msgid "Make PSD image reader endianess-agnostic."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:112
msgid "Deprecate UDSEntry::listFields and add the UDSEntry::fields method which returns a QVector without costly conversion."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:113
msgid "Sync bookmarkmanager only if change was by this process (bug 343735)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:114
msgid "Fix startup of kssld5 dbus service"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:115
msgid "Implement quota-used-bytes and quota-available-bytes from RFC 4331 to enable free space information in http ioslave."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:121
msgid "Delay the audio init until actually needed"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:122
msgid "Fix notification config not applying instantly"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:123
msgid "Fix audio notifications stopping after first file played"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:129
msgid "Add optional dependency on QtSpeech to reenable speaking notifications."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:135
msgid "KPluginInfo: support stringlists as properties"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:141
msgid "Add word count statistics in statusbar"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:142
msgid "vimode: fix crash when removing last line in Visual Line mode"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:148
msgid "Make KRatingWidget cope with devicePixelRatio"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:154
msgid "KSelectionWatcher and KSelectionOwner can be used without depending on QX11Info."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:155
msgid "KXMessages can be used without depending on QX11Info"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:161
msgid "Add new properties and methods from NetworkManager 1.0.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:167
msgid "Fix plasmapkg2 for translated systems"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:168
msgid "Improve tooltip layout"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:169
msgid ""
"Make it possible to let plasmoids to load scripts outside the plasma package\n"
"..."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.8.0.php:176
msgid "Extend ecm_generate_headers macro to also support CamelCase.h headers"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:4
msgid "Release of KDE Frameworks 5.9.0"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:16
msgid ""
" \n"
"April 10, 2015. KDE today announces the release\n"
"of KDE Frameworks 5.9.0.\n"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:38
msgid "New module: ModemManagerQt (Qt wrapper for ModemManager API)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:40
msgid "Note that Plasma-NM 5.2.x needs a patch in order to build and work with this version of ModemManagerQt. <a href='%1'>plasma-nm patch</a>."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:42
msgid "Alternatively, upgrade to Plasma-NM 5.3 Beta when upgrading to ModemManagerQt 5.9.0."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:47
msgid "Implemented forgetting a resource"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:48
msgid "Build fixes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:49
msgid "Added a plugin to register events for KRecentDocument notifications"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:55
msgid "Respect KZip::extraField setting also when writing central header entries"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:56
msgid "Remove two erroneous asserts, happening when disk is full, bug 343214"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:62
msgid "Fix build with Qt 5.5"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:68
msgid "Use new json-based plugin system. KCMs are searched under kcms/. For now a desktop file still needs to be installed under kservices5/ for compatibility"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:69
msgid "Load and wrap the QML-only version of kcms if possible"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:75
msgid "Fix assert when using KSharedConfig in a global object destructor."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:76
msgid "kconfig_compiler: add support for CategoryLoggingName in *.kcfgc files, to generate qCDebug(category) calls."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:82
msgid "preload the global Qt catalog when using i18n()"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:88
msgid "KIconDialog can now be shown using the regular QDialog show() and exec() methods"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:89
msgid "Fix KIconEngine::paint to handle different devicePixelRatios"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:95
msgid "Enable KPropertiesDialog to show free space information of remote file systems as well (e.g. smb)"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:96
msgid "Fix KUrlNavigator with high DPI pixmaps"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:97
msgid "Make KFileItemDelegate handle non default devicePixelRatio in animations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:103
msgid "KRecursiveFilterProxyModel: reworked to emit the right signals at the right time"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:104
msgid "KDescendantsProxyModel: Handle moves reported by the source model."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:105
msgid "KDescendantsProxyModel: Fix behavior when a selection is made while resetting."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:106
msgid "KDescendantsProxyModel: Allow constructing and using KSelectionProxyModel from QML."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:112
msgid "Propagate error code to JobView DBus interface"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:118
msgid "Added an event() version that takes no icon and will use a default one"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:119
msgid "Added an event() version that takes StandardEvent eventId and QString iconName"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:125
msgid "Allow extending action metadata by using predefined types"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:126
msgid "Fix model not being properly updated after removing a contact from Person"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:132
msgid "Expose to world whether KPty has been built with utempter library"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:138
msgid "Add kdesrc-buildrc highlighting file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:139
msgid "syntax: added support for binary integer literals in the PHP highlighting file"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:145
msgid "Make KMessageWidget animation smooth with high Device Pixel Ratio"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:151
msgid "Add a dummy Wayland implementation for KWindowSystemPrivate"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:152
msgid "KWindowSystem::icon with NETWinInfo not bound to platform X11."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:158
msgid "Preserve translation domain when merging .rc files"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:159
msgid "Fix runtime warning QWidget::setWindowModified: The window title does not contain a '[*]' placeholder"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:165
msgid "Install translations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:171
msgid "Fixed stray tooltips when temporary owner of tooltip disappeared or became empty"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:172
msgid "Fix TabBar not properly laid out initially, which could be observed in eg. Kickoff"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:173
msgid "PageStack transitions now use Animators for smoother animations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:174
msgid "TabGroup transitions now use Animators for smoother animations"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:175
msgid "Make Svg,FrameSvg work qith QT_DEVICE_PIXELRATIO"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:181
msgid "Refresh the battery properties upon resume"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:184
msgid "Buildsystem changes"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:187
msgid "Extra CMake Modules (ECM) is now versioned like KDE Frameworks, therefore it is now 5.9, while it was 1.8 previously."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:188
msgid ""
"Many frameworks have been fixed to be useable without searching for their private dependencies.\n"
"I.e. applications looking up a framework only need its public dependencies, not the private ones."
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:190
msgid "Allow configuration of SHARE_INSTALL_DIR, to handle multi-arch layouts better"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:196
msgid "Fix possible crash when destroying a QSystemTrayIcon (triggered by e.g. Trojita), bug 343976"
msgstr ""
#. +> trunk
#: announcements/kde-frameworks-5.9.0.php:197
msgid "Fix native modal file dialogs in QML, bug 334963"
msgstr ""
#. +> trunk
#: announcements/kde-purism-librem5.php:113
msgid "Plasma Mobile"
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:4
msgid "Kirigami 1.1"
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:30
msgid "Monday, 26 September 2016. "
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:31
msgid "After weeks of development and two small bugfix releases, we are happy to announce the first Kirigami minor release, version 1.1."
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:35
msgid "The Menu class features some changes and fixes which give greater control over the action triggered by submenus and leaf nodes in the menu tree. Submenus now know which entry is their parent, and allow the submenu's view to be reset when the application needs it to."
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:39
msgid "The OverlaySheet now allows to embed ListView and GridView instances in it as well."
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:43
msgid "The Drawer width now is standardized so all applications look coherent from one another and the title now elides if it doesn't fit. We also introduced the GlobalDrawer.bannerClicked signal to let applications react to banner interaction."
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:46
msgid "SwipeListItem has been polished to make sure its contents can fit to the space they have and we introduced the Separator component."
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:50
msgid "A nice fix for desktop Kirigami applications: The application window now has a default shortcut to close the application, depending on the system preferences, commonly Ctrl+Q."
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:54
msgid "Naturally this release also contains smaller fixes and general polishing."
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:58
msgid "As announced <a href=\"https://www.kde.org/announcements/plasma-5.7.95.php\">recently</a>, Plasma 5.8 will ship a revamped version of Discover based on Kirigami. As such we expect that all major distributions will ship Kirigami packages by then if they are not already doing so."
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:61
msgid "Source Download"
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:63
msgid "The source code for Kirigami releases is available for download from <a href='http://download.kde.org/stable/kirigami/'>download.kde.org</a>."
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:65
msgid "More information is on the <a href='https://techbase.kde.org/Kirigami'>Kirigami wiki page</a>."
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:67
msgid ""
"GPG signatures are available alongside the source code for\n"
"verification. They are signed by release manager <a\n"
"href='https://sks-keyservers.net/pks/lookup?op=vindex&search=0xeaaf29b42a678c20'>Marco Martin with 0xeaaf29b42a678c20</a>."
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:71 announcements/plasma-5.0.1.php:82
#: announcements/plasma-5.0.2.php:82 announcements/plasma-5.0.95.php:122
#: announcements/plasma-5.1.1.php:102 announcements/plasma-5.1.2.php:85
#: announcements/plasma-5.1.95.php:149 announcements/plasma-5.1/index.php:148
#: announcements/plasma-5.10.0.php:293 announcements/plasma-5.10.1.php:169
#: announcements/plasma-5.10.2.php:169 announcements/plasma-5.10.3.php:177
#: announcements/plasma-5.10.4.php:170 announcements/plasma-5.10.5.php:166
#: announcements/plasma-5.10.95.php:256 announcements/plasma-5.11.0.php:262
#: announcements/plasma-5.11.1.php:168 announcements/plasma-5.11.2.php:169
#: announcements/plasma-5.11.3.php:168 announcements/plasma-5.11.4.php:169
#: announcements/plasma-5.11.5.php:167 announcements/plasma-5.11.95.php:430
#: announcements/plasma-5.12.0.php:413 announcements/plasma-5.12.1.php:168
#: announcements/plasma-5.12.2.php:169 announcements/plasma-5.12.3.php:168
#: announcements/plasma-5.12.4.php:169 announcements/plasma-5.12.5.php:168
#: announcements/plasma-5.12.6.php:168 announcements/plasma-5.12.90.php:260
#: announcements/plasma-5.13.0.php:263 announcements/plasma-5.13.1.php:168
#: announcements/plasma-5.13.2.php:167 announcements/plasma-5.13.3.php:167
#: announcements/plasma-5.13.4.php:168 announcements/plasma-5.2.0.php:173
#: announcements/plasma-5.2.1.php:97 announcements/plasma-5.2.2.php:95
#: announcements/plasma-5.2.95.php:221 announcements/plasma-5.3.0.php:245
#: announcements/plasma-5.3.1.php:99 announcements/plasma-5.3.2.php:98
#: announcements/plasma-5.3.95.php:219 announcements/plasma-5.4.0.php:239
#: announcements/plasma-5.4.1.php:100 announcements/plasma-5.4.2.php:99
#: announcements/plasma-5.4.3.php:100 announcements/plasma-5.4.95.php:207
#: announcements/plasma-5.5.0.php:228 announcements/plasma-5.5.1.php:103
#: announcements/plasma-5.5.2.php:103 announcements/plasma-5.5.3.php:99
#: announcements/plasma-5.5.4.php:96 announcements/plasma-5.5.5.php:99
#: announcements/plasma-5.5.95.php:225 announcements/plasma-5.6.0.php:251
#: announcements/plasma-5.6.1.php:105 announcements/plasma-5.6.2.php:105
#: announcements/plasma-5.6.3.php:105 announcements/plasma-5.6.4.php:105
#: announcements/plasma-5.6.5.php:104 announcements/plasma-5.6.95.php:168
#: announcements/plasma-5.7.0.php:163 announcements/plasma-5.7.1.php:106
#: announcements/plasma-5.7.2.php:104 announcements/plasma-5.7.3.php:105
#: announcements/plasma-5.7.4.php:105 announcements/plasma-5.7.5.php:105
#: announcements/plasma-5.7.95.php:237 announcements/plasma-5.8.0.php:235
#: announcements/plasma-5.8.1.php:106 announcements/plasma-5.8.2.php:104
#: announcements/plasma-5.8.3.php:105 announcements/plasma-5.8.4.php:109
#: announcements/plasma-5.8.5.php:105 announcements/plasma-5.8.6.php:158
#: announcements/plasma-5.8.7.php:160 announcements/plasma-5.8.8.php:169
#: announcements/plasma-5.8.9.php:169 announcements/plasma-5.8.95.php:214
#: announcements/plasma-5.9.0.php:210 announcements/plasma-5.9.1.php:106
#: announcements/plasma-5.9.2.php:162 announcements/plasma-5.9.3.php:158
#: announcements/plasma-5.9.4.php:159 announcements/plasma-5.9.5.php:161
#: announcements/plasma-5.9.95.php:294
msgid "Feedback"
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:73 announcements/plasma-5.0.95.php:124
#: announcements/plasma-5.1/index.php:150 announcements/plasma-5.2.0.php:175
#: announcements/plasma-5.2.1.php:99 announcements/plasma-5.2.2.php:97
#: announcements/plasma-5.2.95.php:223 announcements/plasma-5.3.0.php:247
#: announcements/plasma-5.3.1.php:101 announcements/plasma-5.3.2.php:100
#: announcements/plasma-5.3.95.php:221 announcements/plasma-5.4.0.php:241
#: announcements/plasma-5.4.1.php:102 announcements/plasma-5.4.2.php:101
#: announcements/plasma-5.4.3.php:102 announcements/plasma-5.4.95.php:209
#: announcements/plasma-5.5.0.php:230 announcements/plasma-5.5.1.php:105
#: announcements/plasma-5.5.2.php:105 announcements/plasma-5.5.3.php:101
#: announcements/plasma-5.5.4.php:98 announcements/plasma-5.5.5.php:101
#: announcements/plasma-5.5.95.php:227 announcements/plasma-5.6.0.php:253
#: announcements/plasma-5.6.1.php:107 announcements/plasma-5.6.2.php:107
#: announcements/plasma-5.6.3.php:107 announcements/plasma-5.6.4.php:107
#: announcements/plasma-5.6.5.php:106 announcements/plasma-5.6.95.php:170
#: announcements/plasma-5.7.0.php:165 announcements/plasma-5.7.1.php:108
#: announcements/plasma-5.7.2.php:106 announcements/plasma-5.7.3.php:107
#: announcements/plasma-5.7.4.php:107 announcements/plasma-5.7.5.php:107
#: announcements/plasma-5.7.95.php:239 announcements/plasma-5.8.0.php:237
#: announcements/plasma-5.8.1.php:108 announcements/plasma-5.8.2.php:106
#: announcements/plasma-5.8.3.php:107 announcements/plasma-5.8.4.php:111
#: announcements/plasma-5.8.5.php:107 announcements/plasma-5.8.95.php:216
#: announcements/plasma-5.9.0.php:212 announcements/plasma-5.9.1.php:108
msgid "You can give us feedback and get updates on %1 or %2 or %3."
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:76 announcements/plasma-5.0.95.php:127
#: announcements/plasma-5.1/index.php:153 announcements/plasma-5.10.0.php:301
#: announcements/plasma-5.10.1.php:177 announcements/plasma-5.10.2.php:177
#: announcements/plasma-5.10.3.php:185 announcements/plasma-5.10.4.php:178
#: announcements/plasma-5.10.5.php:174 announcements/plasma-5.10.95.php:264
#: announcements/plasma-5.11.0.php:270 announcements/plasma-5.11.1.php:176
#: announcements/plasma-5.11.2.php:177 announcements/plasma-5.11.3.php:176
#: announcements/plasma-5.11.4.php:177 announcements/plasma-5.11.5.php:175
#: announcements/plasma-5.11.95.php:438 announcements/plasma-5.12.0.php:421
#: announcements/plasma-5.12.1.php:176 announcements/plasma-5.12.2.php:177
#: announcements/plasma-5.12.3.php:176 announcements/plasma-5.12.4.php:177
#: announcements/plasma-5.12.5.php:176 announcements/plasma-5.12.6.php:176
#: announcements/plasma-5.12.90.php:268 announcements/plasma-5.13.0.php:271
#: announcements/plasma-5.13.1.php:176 announcements/plasma-5.13.2.php:175
#: announcements/plasma-5.13.3.php:175 announcements/plasma-5.13.4.php:176
#: announcements/plasma-5.2.0.php:178 announcements/plasma-5.2.1.php:102
#: announcements/plasma-5.2.2.php:100 announcements/plasma-5.2.95.php:226
#: announcements/plasma-5.3.0.php:250 announcements/plasma-5.3.1.php:104
#: announcements/plasma-5.3.2.php:103 announcements/plasma-5.3.95.php:224
#: announcements/plasma-5.4.0.php:244 announcements/plasma-5.4.1.php:105
#: announcements/plasma-5.4.2.php:104 announcements/plasma-5.4.3.php:105
#: announcements/plasma-5.4.95.php:212 announcements/plasma-5.5.0.php:233
#: announcements/plasma-5.5.1.php:108 announcements/plasma-5.5.2.php:108
#: announcements/plasma-5.5.3.php:104 announcements/plasma-5.5.4.php:101
#: announcements/plasma-5.5.5.php:104 announcements/plasma-5.5.95.php:230
#: announcements/plasma-5.6.0.php:256 announcements/plasma-5.6.1.php:110
#: announcements/plasma-5.6.2.php:110 announcements/plasma-5.6.3.php:110
#: announcements/plasma-5.6.4.php:110 announcements/plasma-5.6.5.php:109
#: announcements/plasma-5.6.95.php:173 announcements/plasma-5.7.0.php:168
#: announcements/plasma-5.7.1.php:111 announcements/plasma-5.7.2.php:109
#: announcements/plasma-5.7.3.php:110 announcements/plasma-5.7.4.php:110
#: announcements/plasma-5.7.5.php:110 announcements/plasma-5.7.95.php:242
#: announcements/plasma-5.8.0.php:240 announcements/plasma-5.8.1.php:111
#: announcements/plasma-5.8.2.php:109 announcements/plasma-5.8.3.php:110
#: announcements/plasma-5.8.4.php:114 announcements/plasma-5.8.5.php:110
#: announcements/plasma-5.8.6.php:166 announcements/plasma-5.8.7.php:168
#: announcements/plasma-5.8.8.php:177 announcements/plasma-5.8.9.php:177
#: announcements/plasma-5.8.95.php:219 announcements/plasma-5.9.0.php:215
#: announcements/plasma-5.9.1.php:111 announcements/plasma-5.9.2.php:170
#: announcements/plasma-5.9.3.php:166 announcements/plasma-5.9.4.php:167
#: announcements/plasma-5.9.5.php:169 announcements/plasma-5.9.95.php:302
msgid "Discuss Plasma 5 on the <a href='%1'>KDE Forums Plasma 5 board</a>."
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:79 announcements/plasma-5.0.95.php:130
#: announcements/plasma-5.1/index.php:156 announcements/plasma-5.2.0.php:181
#: announcements/plasma-5.2.1.php:105 announcements/plasma-5.2.2.php:103
#: announcements/plasma-5.2.95.php:229 announcements/plasma-5.3.0.php:253
#: announcements/plasma-5.3.1.php:107 announcements/plasma-5.3.2.php:106
#: announcements/plasma-5.3.95.php:227 announcements/plasma-5.4.0.php:247
#: announcements/plasma-5.4.1.php:108 announcements/plasma-5.4.2.php:107
#: announcements/plasma-5.4.3.php:108 announcements/plasma-5.4.95.php:215
#: announcements/plasma-5.5.0.php:236 announcements/plasma-5.5.1.php:111
#: announcements/plasma-5.5.2.php:111 announcements/plasma-5.5.3.php:107
#: announcements/plasma-5.5.4.php:104 announcements/plasma-5.5.5.php:107
#: announcements/plasma-5.5.95.php:233 announcements/plasma-5.6.0.php:259
#: announcements/plasma-5.6.1.php:113 announcements/plasma-5.6.2.php:113
#: announcements/plasma-5.6.3.php:113 announcements/plasma-5.6.4.php:113
#: announcements/plasma-5.6.5.php:112 announcements/plasma-5.6.95.php:176
#: announcements/plasma-5.7.0.php:171 announcements/plasma-5.7.1.php:114
#: announcements/plasma-5.7.2.php:112 announcements/plasma-5.7.3.php:113
#: announcements/plasma-5.7.4.php:113 announcements/plasma-5.7.5.php:113
#: announcements/plasma-5.7.95.php:245 announcements/plasma-5.8.0.php:243
#: announcements/plasma-5.8.1.php:114 announcements/plasma-5.8.2.php:112
#: announcements/plasma-5.8.3.php:113 announcements/plasma-5.8.4.php:117
#: announcements/plasma-5.8.5.php:113 announcements/plasma-5.8.95.php:222
#: announcements/plasma-5.9.0.php:218 announcements/plasma-5.9.1.php:114
msgid ""
"You can provide feedback direct to the developers via the <a href='%1'>#Plasma IRC channel</a>,\n"
"<a href='%2'>Plasma-devel mailing list</a> or report issues via\n"
"<a href='%3'>bugzilla</a>. If you like what the\n"
"team is doing, please let them know!"
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:84 announcements/plasma-5.0.95.php:135
#: announcements/plasma-5.1/index.php:161 announcements/plasma-5.10.0.php:306
#: announcements/plasma-5.10.1.php:182 announcements/plasma-5.10.2.php:182
#: announcements/plasma-5.10.3.php:190 announcements/plasma-5.10.4.php:183
#: announcements/plasma-5.10.5.php:179 announcements/plasma-5.10.95.php:269
#: announcements/plasma-5.11.0.php:275 announcements/plasma-5.11.1.php:181
#: announcements/plasma-5.11.2.php:182 announcements/plasma-5.11.3.php:181
#: announcements/plasma-5.11.4.php:182 announcements/plasma-5.11.5.php:180
#: announcements/plasma-5.11.95.php:443 announcements/plasma-5.12.0.php:426
#: announcements/plasma-5.12.1.php:181 announcements/plasma-5.12.2.php:182
#: announcements/plasma-5.12.3.php:181 announcements/plasma-5.12.4.php:182
#: announcements/plasma-5.12.5.php:181 announcements/plasma-5.12.6.php:181
#: announcements/plasma-5.12.90.php:273 announcements/plasma-5.13.0.php:276
#: announcements/plasma-5.13.1.php:181 announcements/plasma-5.13.2.php:180
#: announcements/plasma-5.13.3.php:180 announcements/plasma-5.13.4.php:181
#: announcements/plasma-5.2.0.php:186 announcements/plasma-5.2.1.php:110
#: announcements/plasma-5.2.2.php:108 announcements/plasma-5.2.95.php:234
#: announcements/plasma-5.3.0.php:258 announcements/plasma-5.3.1.php:112
#: announcements/plasma-5.3.2.php:111 announcements/plasma-5.3.95.php:232
#: announcements/plasma-5.4.0.php:252 announcements/plasma-5.4.1.php:113
#: announcements/plasma-5.4.2.php:112 announcements/plasma-5.4.3.php:113
#: announcements/plasma-5.4.95.php:220 announcements/plasma-5.5.0.php:241
#: announcements/plasma-5.5.1.php:116 announcements/plasma-5.5.2.php:116
#: announcements/plasma-5.5.3.php:112 announcements/plasma-5.5.4.php:109
#: announcements/plasma-5.5.5.php:112 announcements/plasma-5.5.95.php:238
#: announcements/plasma-5.6.0.php:264 announcements/plasma-5.6.1.php:118
#: announcements/plasma-5.6.2.php:118 announcements/plasma-5.6.3.php:118
#: announcements/plasma-5.6.4.php:118 announcements/plasma-5.6.5.php:117
#: announcements/plasma-5.6.95.php:181 announcements/plasma-5.7.0.php:176
#: announcements/plasma-5.7.1.php:119 announcements/plasma-5.7.2.php:117
#: announcements/plasma-5.7.3.php:118 announcements/plasma-5.7.4.php:118
#: announcements/plasma-5.7.5.php:118 announcements/plasma-5.7.95.php:250
#: announcements/plasma-5.8.0.php:248 announcements/plasma-5.8.1.php:119
#: announcements/plasma-5.8.2.php:117 announcements/plasma-5.8.3.php:118
#: announcements/plasma-5.8.4.php:122 announcements/plasma-5.8.5.php:118
#: announcements/plasma-5.8.6.php:171 announcements/plasma-5.8.7.php:173
#: announcements/plasma-5.8.8.php:182 announcements/plasma-5.8.9.php:182
#: announcements/plasma-5.8.95.php:227 announcements/plasma-5.9.0.php:223
#: announcements/plasma-5.9.1.php:119 announcements/plasma-5.9.2.php:175
#: announcements/plasma-5.9.3.php:171 announcements/plasma-5.9.4.php:172
#: announcements/plasma-5.9.5.php:174 announcements/plasma-5.9.95.php:307
msgid "Your feedback is greatly appreciated."
msgstr ""
#. +> trunk
#: announcements/kirigami-1.1.php:91
msgid "KDE is a <a href='http://www.gnu.org/philosophy/free-sw.html'>Free Software</a> community that exists and grows only because of the help of many volunteers that donate their time and effort. KDE is always looking for new volunteers and contributions, whether it is help with coding, bug fixing or reporting, writing documentation, translations, promotion, money, etc. All contributions are gratefully appreciated and eagerly accepted. Please read through the <a href='/community/donations/'>Supporting KDE page</a> for further information or become a KDE e.V. supporting member through our <a href='https://relate.kde.org/civicrm/contribute/transact?id=5'>Join the Game</a> initiative. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.0-rc.php:4
msgid "KDE Ships Release Candidate of Plasma 5"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0-rc.php:14 announcements/plasma-5.0.1.php:15
#: announcements/plasma-5.0.2.php:15 announcements/plasma-5.1.1.php:15
#: announcements/plasma-5.1.2.php:15 announcements/plasma-5.1/index.php:17
#: announcements/plasma5.0-beta2/index.php:14
msgid "Plasma 5"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0-rc.php:17
msgid ""
"July 8, 2014.\n"
"KDE has today made available the candidate for the first release of Plasma 5, the next generation desktop. This is one last chance to test for bugs and check for problems before the final release next week.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0-rc.php:33
msgid ""
"<a\n"
"href='http://community.kde.org/Plasma/Next/UnstablePackages'>Package\n"
"downloads</a>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0-rc.php:40
msgid ""
"Some distributions have created, or are in the process\n"
"of creating, packages, these are listed on the wiki page linked above.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0-rc.php:46
msgid ""
"<a\n"
"href='http://download.kde.org/unstable/plasma/%1/src/'>Source\n"
"download</a>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0-rc.php:53 announcements/plasma-5.0.1.php:65
#: announcements/plasma-5.0.2.php:65 announcements/plasma-5.0.95.php:105
#: announcements/plasma-5.1.1.php:85 announcements/plasma-5.1.2.php:69
#: announcements/plasma-5.1.95.php:133 announcements/plasma-5.1/index.php:131
#: announcements/plasma-5.2.0.php:157 announcements/plasma-5.2.1.php:81
#: announcements/plasma-5.2.2.php:79 announcements/plasma-5.3.1.php:83
#: announcements/plasma-5.3.2.php:82 announcements/plasma-5.3.95.php:203
#: announcements/plasma-5.4.0.php:223 announcements/plasma-5.4.1.php:84
#: announcements/plasma-5.4.2.php:83 announcements/plasma-5.4.3.php:84
#: announcements/plasma-5.4.95.php:191 announcements/plasma-5.5.0.php:212
#: announcements/plasma-5.5.1.php:87 announcements/plasma-5.5.2.php:87
#: announcements/plasma-5.5.3.php:83 announcements/plasma-5.5.4.php:80
#: announcements/plasma-5.5.5.php:83 announcements/plasma-5.5.95.php:209
#: announcements/plasma-5.6.0.php:235 announcements/plasma-5.6.1.php:89
#: announcements/plasma-5.6.2.php:89 announcements/plasma-5.6.3.php:89
#: announcements/plasma-5.6.4.php:89 announcements/plasma-5.6.5.php:88
#: announcements/plasma-5.6.95.php:152 announcements/plasma-5.7.0.php:147
#: announcements/plasma-5.7.1.php:90 announcements/plasma-5.7.2.php:88
#: announcements/plasma-5.7.3.php:89 announcements/plasma-5.7.4.php:89
#: announcements/plasma-5.7.5.php:89 announcements/plasma-5.7.95.php:221
#: announcements/plasma-5.8.0.php:219 announcements/plasma-5.8.1.php:90
#: announcements/plasma-5.8.2.php:88 announcements/plasma-5.8.3.php:89
#: announcements/plasma-5.8.4.php:93 announcements/plasma-5.8.5.php:89
#: announcements/plasma-5.8.95.php:198 announcements/plasma-5.9.0.php:194
#: announcements/plasma-5.9.1.php:90
msgid ""
"You can install Plasma 5 directly from source. KDE's\n"
"community wiki has <a\n"
"href='http://community.kde.org/Frameworks/Building'>instructions to compile it</a>.\n"
"Note that Plasma 5 does not co-install with Plasma 4, you will need\n"
"to uninstall older versions or install into a separate prefix.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.1.php:4
msgid "KDE Ships First Bugfix Release of Plasma 5"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.1.php:19
msgid ""
"August 12, 2014.\n"
"Today KDE releases the first bugfix update to Plasma 5. <a\n"
"href='http://kde.org/announcements/plasma5.0/index.php'>Plasma 5</a>\n"
"was released a month ago with many feature refinements and\n"
"streamlining the existing codebase of KDE's popular desktop for\n"
"developers to work on for the years to come.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.1.php:29
msgid ""
"\n"
"This release, versioned 5.0.1, adds a month's worth of new\n"
"translations and fixes from KDE's contributors. The bugfixes are\n"
"typically small but important such as fixing text which couldn't be\n"
"translated, using the correct icons and fixing overlapping files with\n"
"KDELibs 4 software.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.1.php:40 announcements/plasma-5.0.2.php:41
#: announcements/plasma-5.0.95.php:80 announcements/plasma-5.1.1.php:59
#: announcements/plasma-5.1.2.php:43 announcements/plasma-5.1.95.php:107
#: announcements/plasma-5.1/index.php:107 announcements/plasma-5.10.0.php:266
#: announcements/plasma-5.10.1.php:142 announcements/plasma-5.10.2.php:142
#: announcements/plasma-5.10.3.php:150 announcements/plasma-5.10.4.php:143
#: announcements/plasma-5.10.5.php:139 announcements/plasma-5.10.95.php:229
#: announcements/plasma-5.11.0.php:235 announcements/plasma-5.11.1.php:141
#: announcements/plasma-5.11.2.php:142 announcements/plasma-5.11.3.php:141
#: announcements/plasma-5.11.4.php:142 announcements/plasma-5.11.5.php:140
#: announcements/plasma-5.11.95.php:403 announcements/plasma-5.12.0.php:386
#: announcements/plasma-5.12.1.php:141 announcements/plasma-5.12.2.php:142
#: announcements/plasma-5.12.3.php:141 announcements/plasma-5.12.4.php:142
#: announcements/plasma-5.12.5.php:141 announcements/plasma-5.12.6.php:141
#: announcements/plasma-5.12.90.php:233 announcements/plasma-5.13.0.php:236
#: announcements/plasma-5.13.1.php:141 announcements/plasma-5.13.2.php:140
#: announcements/plasma-5.13.3.php:140 announcements/plasma-5.13.4.php:141
#: announcements/plasma-5.2.0.php:127 announcements/plasma-5.2.1.php:56
#: announcements/plasma-5.2.2.php:55 announcements/plasma-5.2.95.php:175
#: announcements/plasma-5.3.0.php:199 announcements/plasma-5.3.1.php:59
#: announcements/plasma-5.3.2.php:58 announcements/plasma-5.3.95.php:179
#: announcements/plasma-5.4.0.php:199 announcements/plasma-5.4.1.php:60
#: announcements/plasma-5.4.2.php:59 announcements/plasma-5.4.3.php:60
#: announcements/plasma-5.4.95.php:167 announcements/plasma-5.5.0.php:188
#: announcements/plasma-5.5.1.php:63 announcements/plasma-5.5.2.php:63
#: announcements/plasma-5.5.3.php:59 announcements/plasma-5.5.4.php:56
#: announcements/plasma-5.5.5.php:59 announcements/plasma-5.5.95.php:185
#: announcements/plasma-5.6.0.php:211 announcements/plasma-5.6.1.php:65
#: announcements/plasma-5.6.2.php:65 announcements/plasma-5.6.3.php:65
#: announcements/plasma-5.6.4.php:65 announcements/plasma-5.6.5.php:64
#: announcements/plasma-5.6.95.php:128 announcements/plasma-5.7.0.php:123
#: announcements/plasma-5.7.1.php:66 announcements/plasma-5.7.2.php:64
#: announcements/plasma-5.7.3.php:65 announcements/plasma-5.7.4.php:65
#: announcements/plasma-5.7.5.php:65 announcements/plasma-5.7.95.php:197
#: announcements/plasma-5.8.0.php:195 announcements/plasma-5.8.1.php:66
#: announcements/plasma-5.8.2.php:64 announcements/plasma-5.8.3.php:65
#: announcements/plasma-5.8.4.php:69 announcements/plasma-5.8.5.php:65
#: announcements/plasma-5.8.6.php:131 announcements/plasma-5.8.7.php:133
#: announcements/plasma-5.8.8.php:142 announcements/plasma-5.8.9.php:142
#: announcements/plasma-5.8.95.php:172 announcements/plasma-5.9.0.php:168
#: announcements/plasma-5.9.1.php:64 announcements/plasma-5.9.2.php:135
#: announcements/plasma-5.9.3.php:131 announcements/plasma-5.9.4.php:132
#: announcements/plasma-5.9.5.php:134 announcements/plasma-5.9.95.php:267
msgid "Live Images"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.1.php:42 announcements/plasma-5.0.2.php:43
#: announcements/plasma-5.0.95.php:82 announcements/plasma-5.1.1.php:61
#: announcements/plasma-5.1.2.php:45 announcements/plasma-5.1.95.php:109
#: announcements/plasma-5.1/index.php:109
msgid ""
"\n"
"The easiest way to try it out is the with a live image booted off a\n"
"USB disk. Images are available for development versions of <a\n"
"href='http://cdimage.ubuntu.com/kubuntu-plasma5/'>Kubuntu Plasma 5</a>.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.1.php:48 announcements/plasma-5.0.2.php:49
#: announcements/plasma-5.0.95.php:89 announcements/plasma-5.1.1.php:68
#: announcements/plasma-5.1.2.php:52 announcements/plasma-5.1.95.php:116
#: announcements/plasma-5.1/index.php:115 announcements/plasma-5.10.0.php:275
#: announcements/plasma-5.10.1.php:151 announcements/plasma-5.10.2.php:151
#: announcements/plasma-5.10.3.php:159 announcements/plasma-5.10.4.php:152
#: announcements/plasma-5.10.5.php:148 announcements/plasma-5.10.95.php:238
#: announcements/plasma-5.11.0.php:244 announcements/plasma-5.11.1.php:150
#: announcements/plasma-5.11.2.php:151 announcements/plasma-5.11.3.php:150
#: announcements/plasma-5.11.4.php:151 announcements/plasma-5.11.5.php:149
#: announcements/plasma-5.11.95.php:412 announcements/plasma-5.12.0.php:395
#: announcements/plasma-5.12.1.php:150 announcements/plasma-5.12.2.php:151
#: announcements/plasma-5.12.3.php:150 announcements/plasma-5.12.4.php:151
#: announcements/plasma-5.12.5.php:150 announcements/plasma-5.12.6.php:150
#: announcements/plasma-5.12.90.php:242 announcements/plasma-5.13.0.php:245
#: announcements/plasma-5.13.1.php:150 announcements/plasma-5.13.2.php:149
#: announcements/plasma-5.13.3.php:149 announcements/plasma-5.13.4.php:150
#: announcements/plasma-5.2.0.php:140 announcements/plasma-5.2.1.php:64
#: announcements/plasma-5.2.2.php:62 announcements/plasma-5.2.95.php:188
#: announcements/plasma-5.3.0.php:212 announcements/plasma-5.3.1.php:66
#: announcements/plasma-5.3.2.php:65 announcements/plasma-5.3.95.php:186
#: announcements/plasma-5.4.0.php:206 announcements/plasma-5.4.1.php:67
#: announcements/plasma-5.4.2.php:66 announcements/plasma-5.4.3.php:67
#: announcements/plasma-5.4.95.php:174 announcements/plasma-5.5.0.php:195
#: announcements/plasma-5.5.1.php:70 announcements/plasma-5.5.2.php:70
#: announcements/plasma-5.5.3.php:66 announcements/plasma-5.5.4.php:63
#: announcements/plasma-5.5.5.php:66 announcements/plasma-5.5.95.php:192
#: announcements/plasma-5.6.0.php:218 announcements/plasma-5.6.1.php:72
#: announcements/plasma-5.6.2.php:72 announcements/plasma-5.6.3.php:72
#: announcements/plasma-5.6.4.php:72 announcements/plasma-5.6.5.php:71
#: announcements/plasma-5.6.95.php:135 announcements/plasma-5.7.0.php:130
#: announcements/plasma-5.7.1.php:73 announcements/plasma-5.7.2.php:71
#: announcements/plasma-5.7.3.php:72 announcements/plasma-5.7.4.php:72
#: announcements/plasma-5.7.5.php:72 announcements/plasma-5.7.95.php:204
#: announcements/plasma-5.8.0.php:202 announcements/plasma-5.8.1.php:73
#: announcements/plasma-5.8.2.php:71 announcements/plasma-5.8.3.php:72
#: announcements/plasma-5.8.4.php:76 announcements/plasma-5.8.5.php:72
#: announcements/plasma-5.8.6.php:140 announcements/plasma-5.8.7.php:142
#: announcements/plasma-5.8.8.php:151 announcements/plasma-5.8.9.php:151
#: announcements/plasma-5.8.95.php:181 announcements/plasma-5.9.0.php:177
#: announcements/plasma-5.9.1.php:73 announcements/plasma-5.9.2.php:144
#: announcements/plasma-5.9.3.php:140 announcements/plasma-5.9.4.php:141
#: announcements/plasma-5.9.5.php:143 announcements/plasma-5.9.95.php:276
msgid "Package Downloads"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.1.php:50 announcements/plasma-5.0.2.php:51
#: announcements/plasma-5.0.95.php:91 announcements/plasma-5.1.1.php:70
#: announcements/plasma-5.1/index.php:117
msgid ""
"Some distributions have created, or are in the process\n"
"of creating, packages listed on our wiki page.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.1.php:56 announcements/plasma-5.0.2.php:57
#: announcements/plasma-5.0.95.php:97 announcements/plasma-5.1.1.php:76
#: announcements/plasma-5.1.2.php:60 announcements/plasma-5.1.95.php:124
#: announcements/plasma-5.1/index.php:123 announcements/plasma-5.2.0.php:148
#: announcements/plasma-5.2.1.php:72 announcements/plasma-5.2.2.php:70
#: announcements/plasma-5.2.95.php:196 announcements/plasma-5.3.0.php:220
#: announcements/plasma-5.3.1.php:74 announcements/plasma-5.3.2.php:73
#: announcements/plasma-5.3.95.php:194 announcements/plasma-5.4.0.php:214
#: announcements/plasma-5.4.1.php:75 announcements/plasma-5.4.2.php:74
#: announcements/plasma-5.4.3.php:75 announcements/plasma-5.4.95.php:182
#: announcements/plasma-5.5.0.php:203 announcements/plasma-5.5.1.php:78
#: announcements/plasma-5.5.2.php:78 announcements/plasma-5.5.3.php:74
#: announcements/plasma-5.5.4.php:71 announcements/plasma-5.5.5.php:74
#: announcements/plasma-5.5.95.php:200 announcements/plasma-5.6.0.php:226
#: announcements/plasma-5.6.1.php:80 announcements/plasma-5.6.2.php:80
#: announcements/plasma-5.6.3.php:80 announcements/plasma-5.6.4.php:80
#: announcements/plasma-5.6.5.php:79 announcements/plasma-5.6.95.php:143
#: announcements/plasma-5.7.0.php:138 announcements/plasma-5.7.1.php:81
#: announcements/plasma-5.7.2.php:79 announcements/plasma-5.7.3.php:80
#: announcements/plasma-5.7.4.php:80 announcements/plasma-5.7.5.php:80
#: announcements/plasma-5.7.95.php:212 announcements/plasma-5.8.0.php:210
#: announcements/plasma-5.8.1.php:81 announcements/plasma-5.8.2.php:79
#: announcements/plasma-5.8.3.php:80 announcements/plasma-5.8.4.php:84
#: announcements/plasma-5.8.5.php:80 announcements/plasma-5.8.95.php:189
#: announcements/plasma-5.9.0.php:185 announcements/plasma-5.9.1.php:81
msgid ""
"<a\n"
"href='https://community.kde.org/Plasma/Packages'>Package\n"
"download wiki page</a>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.1.php:63 announcements/plasma-5.0.2.php:63
#: announcements/plasma-5.0.95.php:103 announcements/plasma-5.1.1.php:83
#: announcements/plasma-5.1.2.php:67 announcements/plasma-5.1.95.php:131
#: announcements/plasma-5.1/index.php:129 announcements/plasma-5.10.0.php:283
#: announcements/plasma-5.10.1.php:159 announcements/plasma-5.10.2.php:159
#: announcements/plasma-5.10.3.php:167 announcements/plasma-5.10.4.php:160
#: announcements/plasma-5.10.5.php:156 announcements/plasma-5.10.95.php:246
#: announcements/plasma-5.11.0.php:252 announcements/plasma-5.11.1.php:158
#: announcements/plasma-5.11.2.php:159 announcements/plasma-5.11.3.php:158
#: announcements/plasma-5.11.4.php:159 announcements/plasma-5.11.5.php:157
#: announcements/plasma-5.11.95.php:420 announcements/plasma-5.12.0.php:403
#: announcements/plasma-5.12.1.php:158 announcements/plasma-5.12.2.php:159
#: announcements/plasma-5.12.3.php:158 announcements/plasma-5.12.4.php:159
#: announcements/plasma-5.12.5.php:158 announcements/plasma-5.12.6.php:158
#: announcements/plasma-5.12.90.php:250 announcements/plasma-5.13.0.php:253
#: announcements/plasma-5.13.1.php:158 announcements/plasma-5.13.2.php:157
#: announcements/plasma-5.13.3.php:157 announcements/plasma-5.13.4.php:158
#: announcements/plasma-5.2.0.php:155 announcements/plasma-5.2.1.php:79
#: announcements/plasma-5.2.2.php:77 announcements/plasma-5.2.95.php:203
#: announcements/plasma-5.3.0.php:227 announcements/plasma-5.3.1.php:81
#: announcements/plasma-5.3.2.php:80 announcements/plasma-5.3.95.php:201
#: announcements/plasma-5.4.0.php:221 announcements/plasma-5.4.1.php:82
#: announcements/plasma-5.4.2.php:81 announcements/plasma-5.4.3.php:82
#: announcements/plasma-5.4.95.php:189 announcements/plasma-5.5.0.php:210
#: announcements/plasma-5.5.1.php:85 announcements/plasma-5.5.2.php:85
#: announcements/plasma-5.5.3.php:81 announcements/plasma-5.5.4.php:78
#: announcements/plasma-5.5.5.php:81 announcements/plasma-5.5.95.php:207
#: announcements/plasma-5.6.0.php:233 announcements/plasma-5.6.1.php:87
#: announcements/plasma-5.6.2.php:87 announcements/plasma-5.6.3.php:87
#: announcements/plasma-5.6.4.php:87 announcements/plasma-5.6.5.php:86
#: announcements/plasma-5.6.95.php:150 announcements/plasma-5.7.0.php:145
#: announcements/plasma-5.7.1.php:88 announcements/plasma-5.7.2.php:86
#: announcements/plasma-5.7.3.php:87 announcements/plasma-5.7.4.php:87
#: announcements/plasma-5.7.5.php:87 announcements/plasma-5.7.95.php:219
#: announcements/plasma-5.8.0.php:217 announcements/plasma-5.8.1.php:88
#: announcements/plasma-5.8.2.php:86 announcements/plasma-5.8.3.php:87
#: announcements/plasma-5.8.4.php:91 announcements/plasma-5.8.5.php:87
#: announcements/plasma-5.8.6.php:148 announcements/plasma-5.8.7.php:150
#: announcements/plasma-5.8.8.php:159 announcements/plasma-5.8.9.php:159
#: announcements/plasma-5.8.95.php:196 announcements/plasma-5.9.0.php:192
#: announcements/plasma-5.9.1.php:88 announcements/plasma-5.9.2.php:152
#: announcements/plasma-5.9.3.php:148 announcements/plasma-5.9.4.php:149
#: announcements/plasma-5.9.5.php:151 announcements/plasma-5.9.95.php:284
msgid "Source Downloads"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.1.php:75 announcements/plasma-5.0.2.php:75
#: announcements/plasma-5.0.95.php:115 announcements/plasma-5.1.1.php:95
msgid ""
"\n"
"<a href='../info/%1.php'>Source\n"
"Info Page</a>\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.1.php:84 announcements/plasma-5.0.2.php:84
#: announcements/plasma-5.1.1.php:104 announcements/plasma-5.1.2.php:87
#: announcements/plasma-5.1.95.php:151
msgid ""
"You can provide feedback either via the <a\n"
"href='%1'>#Plasma IRC channel</a>, <a\n"
"href='%2'>Plasma-devel\n"
"mailing list</a> or report issues via <a\n"
"href='%3'>bugzilla</a>. Plasma\n"
"5 is also <a\n"
"href='%4'>discussed on the KDE\n"
"Forums</a>. Your feedback is greatly appreciated. If you like what the\n"
"team is doing, please let them know!"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.2.php:4
msgid "KDE Ships Second Bugfix Release of Plasma 5"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.2.php:19
msgid ""
"September 17, 2014.\n"
"Today KDE releases the second bugfix update to Plasma 5. <a\n"
"href='http://kde.org/announcements/plasma5.0/index.php'>Plasma 5</a>\n"
"was released two months ago with many feature refinements and\n"
"streamlining the existing codebase of KDE's popular desktop for\n"
"developers to work on for the years to come.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.2.php:29
msgid ""
"\n"
"This release, versioned %1, adds a month's worth of new\n"
"translations and fixes from KDE's contributors. The bugfixes are\n"
"typically small but important such as fixing text which couldn't be\n"
"translated, using the correct icons and fixing overlapping files with\n"
"KDELibs 4 software. It also adds a month's hard work of translations to make\n"
"support in other languages even more complete.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.95.php:4
msgid "KDE Ships Beta for Plasma 5's Second Release"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.95.php:17
msgid "KDE Platform 4 apps now themed to fit in with Plasma 5"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.95.php:21
msgid ""
"September 30, 2014.\n"
"Today KDE releases the beta for the second release of Plasma 5. <a\n"
"href='http://kde.org/announcements/plasma5.0/index.php'>Plasma 5</a>\n"
"was released three months ago with many feature refinements and\n"
"streamlining the existing codebase of KDE's popular desktop for\n"
"developers to work on for the years to come.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.95.php:31
msgid ""
"\n"
"This release is for testers to find bugs before our second release of Plasma 5.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.95.php:37
msgid "Some New Features"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.95.php:41 announcements/plasma-5.1/index.php:74
msgid "Applet Switcher"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.95.php:44
msgid ""
"\n"
"Plasma panels have new switchers to easily swap between different widgets for the same task. You can select which application menu, clock or task manager you want with ease."
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.95.php:51
msgid "The icons-only task manager is back for those who want a clean panel."
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.95.php:55
msgid "Icons-only Task Manager"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.95.php:63
msgid "A new System Settings module lets you switch between desktop themes."
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.95.php:69 announcements/plasma-5.1/index.php:45
msgid "Breeze Theme for Qt 4"
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.95.php:72 announcements/plasma-5.1/index.php:48
msgid "A new Breeze widget theme for Qt 4 lets applications written with KDE Platform 4 fit in with your Plasma 5 desktop."
msgstr ""
#. +> trunk
#: announcements/plasma-5.0.95.php:142
msgid "<p>We produce beautiful software for your computer, please we'd love you to join us improving it or helping fellow users. If you can't find the time to contribute directly do consider <a href='https://www.kde.org/community/donations/index.php#money'>sending a donation</a>."
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.1.php:4
msgid "KDE Ships November Bugfix Release of Plasma 5"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.1.php:19
msgid ""
"November 11, 2014.\n"
"Today KDE releases a bugfix update to Plasma 5, versioned 5.1.1. <a\n"
"href='http://kde.org/announcements/plasma-5.1/index.php'>Plasma 5.1</a>\n"
"was released in October with many feature refinements and\n"
"streamlining the existing codebase of KDE's popular desktop for\n"
"developers to work on for the years to come.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.1.php:29
msgid ""
"\n"
"This release adds a month's worth of new\n"
"translations and fixes from KDE's contributors. The bugfixes are\n"
"typically small but important and include:\n"
"<ul>\n"
"<li>Limiting indexing word size in Baloo.</li>"
"\n"
"<li>Don't index dots in Baloo, it's a regular expression character </li>"
"\n"
"<li>Breeze: Do not takeout margins from toolbutton before rendering text</li>"
"\n"
"<li>Breeze: cleanup tab buttons positioning</li>"
"\n"
"<li>Breeze: Fix positioning of cornerwidgets </li>"
"\n"
"<li>Notes widget: Make text color white on black note </li>"
"\n"
"<li>Clock widget: Fix fuzzy clock saying half past seven when it's half past six </li>"
"\n"
"<li>khotkeys: fix loading configuration</li>"
"\n"
"<li>kinfocenter: Set the correct version </li>"
"\n"
"<li>kcm-effects: Use Loader for the Video Item </li>"
"\n"
"<li>Oxygen: margins and RTL fixes </li>"
"\n"
"<li>Plasma Desktop: Validate timezone name before setting </li>"
"\n"
"<li>Plasma Desktop: Backport settings made in the component chooser to kdelibs 4 applications</li>"
"\n"
"<li>Plasma Desktop: make kdelibs 4 apps react to icon theme change </li>"
"\n"
"<li>Plasma Desktop: Cleanup applet configuration scrollbar handling and fix glitching alternatives dialog</li>"
"\n"
"<li>Plasma Desktop: fix emptying the trash from the context menu </li>"
"\n"
"<li>Plasma Desktop: numberous bugfixes </li>"
"\n"
"<li>Plasma Workspace: Remove shutdown option from screen locker </li>"
"\n"
"</ul>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.2-5.1.95-changelog.php:4
msgid "Plasma 5.2 Beta complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.2-5.2.0-changelog.php:4
#: announcements/plasma-5.2.0-5.2.1-changelog.php:4
msgid "Plasma 5.2 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.2.php:4
msgid "KDE Ships Plasma 5.1.2, Bugfix Release for December"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.2.php:19
msgid ""
"Tuesday, 16 December 2014.\n"
"Today KDE releases a bugfix update to Plasma 5, versioned 5.1.2. <a\n"
"href='http://kde.org/announcements/plasma-5.1/index.php'>Plasma 5.1</a>\n"
"was released in October with many feature refinements and\n"
"streamlining the existing codebase of KDE's popular desktop for\n"
"developers to work on for the years to come.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.2.php:29 announcements/plasma-5.2.1.php:29
#: announcements/plasma-5.2.2.php:30 announcements/plasma-5.3.2.php:38
#: announcements/plasma-5.4.1.php:39 announcements/plasma-5.4.2.php:39
#: announcements/plasma-5.4.3.php:39 announcements/plasma-5.5.3.php:39
#: announcements/plasma-5.5.4.php:38 announcements/plasma-5.5.5.php:39
#: announcements/plasma-5.6.1.php:45 announcements/plasma-5.6.3.php:45
#: announcements/plasma-5.6.4.php:45 announcements/plasma-5.6.5.php:44
#: announcements/plasma-5.8.5.php:45
msgid ""
"\n"
"This release adds a month's worth of new\n"
"translations and fixes from KDE's contributors. The bugfixes are\n"
"typically small but important and include:\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.2.php:54 announcements/plasma-5.1.95.php:118
#: announcements/plasma-5.2.0.php:142 announcements/plasma-5.2.1.php:66
#: announcements/plasma-5.2.2.php:64 announcements/plasma-5.2.95.php:190
#: announcements/plasma-5.3.0.php:214 announcements/plasma-5.3.1.php:68
#: announcements/plasma-5.3.2.php:67 announcements/plasma-5.3.95.php:188
#: announcements/plasma-5.4.0.php:208 announcements/plasma-5.4.1.php:69
#: announcements/plasma-5.4.2.php:68 announcements/plasma-5.4.3.php:69
#: announcements/plasma-5.4.95.php:176 announcements/plasma-5.5.0.php:197
#: announcements/plasma-5.5.1.php:72 announcements/plasma-5.5.2.php:72
#: announcements/plasma-5.5.3.php:68 announcements/plasma-5.5.4.php:65
#: announcements/plasma-5.5.5.php:68 announcements/plasma-5.5.95.php:194
#: announcements/plasma-5.6.0.php:220 announcements/plasma-5.6.1.php:74
#: announcements/plasma-5.6.2.php:74 announcements/plasma-5.6.3.php:74
#: announcements/plasma-5.6.4.php:74 announcements/plasma-5.6.5.php:73
#: announcements/plasma-5.6.95.php:137 announcements/plasma-5.7.0.php:132
#: announcements/plasma-5.7.1.php:75 announcements/plasma-5.7.2.php:73
#: announcements/plasma-5.7.3.php:74 announcements/plasma-5.7.4.php:74
#: announcements/plasma-5.7.5.php:74 announcements/plasma-5.7.95.php:206
#: announcements/plasma-5.8.0.php:204 announcements/plasma-5.8.1.php:75
#: announcements/plasma-5.8.2.php:73 announcements/plasma-5.8.3.php:74
#: announcements/plasma-5.8.4.php:78 announcements/plasma-5.8.5.php:74
#: announcements/plasma-5.8.95.php:183 announcements/plasma-5.9.0.php:179
#: announcements/plasma-5.9.1.php:75
msgid ""
"Distributions have created, or are in the process\n"
"of creating, packages listed on our wiki page.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.2.php:79 announcements/plasma-5.1.95.php:143
#: announcements/plasma-5.2.0.php:167 announcements/plasma-5.2.1.php:91
#: announcements/plasma-5.2.2.php:89 announcements/plasma-5.2.95.php:215
#: announcements/plasma-5.3.0.php:239 announcements/plasma-5.3.1.php:93
#: announcements/plasma-5.3.2.php:92 announcements/plasma-5.3.95.php:213
#: announcements/plasma-5.4.0.php:233 announcements/plasma-5.4.1.php:94
#: announcements/plasma-5.4.2.php:93 announcements/plasma-5.4.3.php:94
#: announcements/plasma-5.4.95.php:201 announcements/plasma-5.5.0.php:222
#: announcements/plasma-5.5.1.php:97 announcements/plasma-5.5.2.php:97
#: announcements/plasma-5.5.3.php:93 announcements/plasma-5.5.4.php:90
#: announcements/plasma-5.5.5.php:93 announcements/plasma-5.5.95.php:219
#: announcements/plasma-5.6.0.php:245 announcements/plasma-5.6.1.php:99
#: announcements/plasma-5.6.2.php:99 announcements/plasma-5.6.3.php:99
#: announcements/plasma-5.6.4.php:99 announcements/plasma-5.6.5.php:98
#: announcements/plasma-5.6.95.php:162 announcements/plasma-5.7.0.php:157
#: announcements/plasma-5.7.1.php:100 announcements/plasma-5.7.2.php:98
#: announcements/plasma-5.7.3.php:99 announcements/plasma-5.7.4.php:99
#: announcements/plasma-5.7.5.php:99 announcements/plasma-5.7.95.php:231
#: announcements/plasma-5.8.0.php:229 announcements/plasma-5.8.1.php:100
#: announcements/plasma-5.8.2.php:98 announcements/plasma-5.8.3.php:99
#: announcements/plasma-5.8.4.php:103 announcements/plasma-5.8.5.php:99
#: announcements/plasma-5.8.95.php:208 announcements/plasma-5.9.0.php:204
#: announcements/plasma-5.9.1.php:100
msgid ""
"\n"
"<a href='../info/%1.php'>Source Info Page</a>\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.95.php:4
msgid "KDE Ships Plasma 5.2 Beta"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.95.php:15
msgid ""
"Tuesday, 13 January 2015.\n"
"Today KDE releases a beta for Plasma 5.2. This release adds a number\n"
"of new components and improves the existing desktop. We welcome all\n"
"testers to find and help fix the bugs before our stable release in two\n"
"weeks' time.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.95.php:25 announcements/plasma-5.2.0.php:25
#: announcements/plasma-5.2.1.php:16 announcements/plasma-5.2.2.php:16
msgid "Plasma 5.2"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.95.php:29 announcements/plasma-5.2.0.php:29
msgid "New Components"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.95.php:33 announcements/plasma-5.2.0.php:33
msgid "Dual monitor setup"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.95.php:54
msgid "Work in Progress"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.95.php:62 announcements/plasma-5.2.0.php:57
msgid "Other highlights"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.95.php:67 announcements/plasma-5.2.0.php:62
msgid "Undo desktop changes"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.95.php:74 announcements/plasma-5.2.0.php:69
#: announcements/plasma-5.2.0.php:70
msgid "Smart sorting in KRunner"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.95.php:81 announcements/plasma-5.2.0.php:76
#: announcements/plasma-5.2.0.php:77 announcements/plasma-5.2.0.php:83
msgid "New Breeze Window Decoration"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1.95.php:92 announcements/plasma-5.2.0.php:92
#: announcements/plasma-5.2.0.php:93
msgid "Web browser plasmoid"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1/index.php:4
msgid "Plasma 5.1 Brings Back Many Popular Features"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1/index.php:21
msgid ""
"October 15, 2014.\n"
"Today, KDE releases Plasma 5.1.0, the first release containing new features since the release of Plasma 5.0 this summer. Plasma 5.1 sports a wide variety of improvements, leading to greater stability, better performance and new and improved features. Thanks to the feedback of the community, KDE developers were able to package a large number of fixes and enhancements into this release, among which more complete and higher quality artwork following the new-in-5.0 Breeze style, re-addition of popular features such as the Icon Tasks taskswitcher and improved stability and performance.\n"
"</p>"
"<p>\n"
"Those travelling regularly will enjoy better support for time zones in the panel's clock, while those staying at home a revamped clipboard manager, allowing you to easily get at your past clipboard's content. The Breeze widget style is now also available for Qt4-based applications, leading to greater consistency across applications. The work to support Wayland as display server for Plasma is still ongoing, with improved, but not complete support in 5.1. <a href=\"https://community.kde.org/Plasma/5.1_Changes\">Changes</a> throughout many default components improve accessibility for visually impaired users by adding support for screenreaders and improved keyboard navigation.\n"
"</p>"
"<p>\n"
"</p>"
"<p>\n"
"Aside from the visual improvements and the work on features, the focus of this release lies also on stability and performance improvements, with over 180 bugs resolved since 5.0 in the shell alone. Plasma 5.1 requires <a href=\"https://www.kde.org/announcements/kde-frameworks-5.3.0.php\">KDE Frameworks 5.3</a>, which brings in another great amount of fixes and performance improvements on top of the large number of fixes that have gone into Plasma 5.1. If you want to help to make more of this happen, consider <a href='https://www.kde.org/fundraisers/yearend2014'>a donation</a> to KDE, so we can support more developers getting together to make great software.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1/index.php:33
msgid ""
"<a\n"
"href='https://community.kde.org/Plasma/5.1_Changes'>5.1 Changes List</a>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1/index.php:40
msgid "Artwork and Visuals"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1/index.php:50
msgid ""
"\n"
"The Breeze artwork concept, which has made its first appearance in Plasma 5.0 has seen many improvements. The icon set is now more complete. The icons in the notification area in the panel have been touched up visually. A new native widget style improves rendering of applications used in Plasma. This new native style also works for Qt 4 letting applications written with KDE Platform 4 fit in with your Plasma 5 desktop. There is a <a href=\"plasma-lookandfeel.png\">new System Settings module</a> that lets you switch between desktop themes.\n"
"</p>"
"<p>\n"
"Overall, Plasma 5.1's Look and Feel refines the experience found in 5.0 noticeably. Behind all these changes are improvements to the <a href=\"https://techbase.kde.org/Projects/Usability/HIG\">Human Interface Guidelines</a>, which have led to a more consistent overall user experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1/index.php:58
msgid "New and Old Features"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1/index.php:65
msgid ""
"\n"
"Plasma 5.1 brings back many features that users have grown used to from its 4.x predecessor. Popular additional widgets such as the <em>Icons-only Task Manager</em>, the <em>Notes</em> widget and the <em>System Load Viewer</em> make their re-entry. Support for multiple time zones has been added back in the panel's clock. The notifications have been visually improved, along with many bigger and smaller bug fixes.\n"
"</p>"
"<p>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1/index.php:76
msgid ""
"A new feature allow you to easily switch between different widgets which share the same purpose. Changing the application launcher for example has become much easier to discover. Plasma panels have new switchers to easily swap between different widgets for the same task. You can select which application menu, clock or task manager you want with ease. The new <em>Clipboard</em> widget offers a redesigned user interface on top of Plasma's venerable clipboard manager, allowing the user to easily use the clipboard's history and preview files currently in the clipboard. Plasma's alternative launcher, <em>Kicker</em> has seen a large number of <a href=\"https://community.kde.org/Plasma/5.1_Changes#Kicker_Application_Menu\">improvements</a>, among which better accessibility and integration with the package manager.\n"
"</p>"
"<p>\n"
"Thanks to two Google Summer of Code projects, the Plasma Media Center and tablet-centric Plasma Active user experiences now have basic ports available from Git, but are not release-quality yet.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1/index.php:82 announcements/plasma-5.10.95.php:199
#: announcements/plasma-5.11.0.php:205 announcements/plasma-5.5.95.php:152
#: announcements/plasma-5.6.0.php:172 announcements/plasma-5.8.95.php:145
#: announcements/plasma-5.9.0.php:141
msgid "Wayland"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1/index.php:84
msgid ""
"\n"
"Further progress has been made on Wayland support. A new window manager binary 'kwin_wayland' now complements the existing 'kwin_x11', and is equipped with the ability to start a nested X server for compatibility with X11-based applications. A newly-created KWayland library provides Wayland setup information to KInfoCenter and other consumers. More work is needed and ongoing to run the Plasma workspace on Wayland; we expect this to bear fruit for end-users in 2015.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1/index.php:89
msgid ""
"\n"
"<h2>Suitability and Updates</h2>"
"\n"
"<p>\n"
"Plasma 5.1 provides a core desktop with a feature set that will suffice for many users. The development team has concentrated on tools that make up the central workflows. While many features known from the Plasma 4.x series are already available in Plasma 5.1, not all of them have been ported and made available for Plasma 5 yet. As with any software release of this size, there may be bugs that make a migration to Plasma 5 hard for some users. The development team would like to hear about issues you may run into, so they can be addressed and fixed. We have compiled a <a href=\"https://community.kde.org/Plasma/5.1_Errata\">list of problems</a> we are aware of, and working on. Users can expect monthly bugfix updates. A release bringing new features and brinding back even more old features will be made in early 2015.\n"
"</p>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1/index.php:98
msgid ""
"<a\n"
"href='https://community.kde.org/Plasma/5.1_Errata'>5.1 Known Bugs</a>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1/index.php:141
msgid ""
"\n"
"<a href='../../info/%1.php'>Source\n"
"Info Page</a>\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.1/index.php:168
msgid "<p>We produce beautiful software for your computer, please we'd love you to join us improving it or helping fellow users. If you can't find the time to contribute directly do consider <a href='https://www.kde.org/fundraisers/yearend2014'>sending a donation</a>, help to make the world a better place!"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:102 announcements/plasma-5.10.1.php:101
#: announcements/plasma-5.10.2.php:101 announcements/plasma-5.10.3.php:101
#: announcements/plasma-5.10.4.php:101 announcements/plasma-5.10.5.php:101
#: announcements/plasma-5.10.95.php:104 announcements/plasma-5.11.0.php:104
#: announcements/plasma-5.11.1.php:101 announcements/plasma-5.11.2.php:101
#: announcements/plasma-5.11.3.php:101 announcements/plasma-5.11.4.php:101
#: announcements/plasma-5.11.5.php:101 announcements/plasma-5.11.95.php:104
#: announcements/plasma-5.12.0.php:101 announcements/plasma-5.12.1.php:101
#: announcements/plasma-5.12.2.php:101 announcements/plasma-5.12.3.php:101
#: announcements/plasma-5.12.4.php:101 announcements/plasma-5.12.5.php:101
#: announcements/plasma-5.12.6.php:101 announcements/plasma-5.12.90.php:102
#: announcements/plasma-5.13.0.php:102 announcements/plasma-5.13.1.php:101
#: announcements/plasma-5.13.2.php:101 announcements/plasma-5.13.3.php:101
#: announcements/plasma-5.13.4.php:101 announcements/plasma-5.8.6.php:94
#: announcements/plasma-5.8.7.php:93 announcements/plasma-5.8.8.php:101
#: announcements/plasma-5.8.9.php:101 announcements/plasma-5.9.2.php:94
#: announcements/plasma-5.9.3.php:93 announcements/plasma-5.9.4.php:93
#: announcements/plasma-5.9.5.php:93 announcements/plasma-5.9.95.php:101
msgid "Release Announcements"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:102 announcements/plasma-5.10.1.php:101
#: announcements/plasma-5.10.2.php:101 announcements/plasma-5.10.3.php:101
#: announcements/plasma-5.10.4.php:101 announcements/plasma-5.10.5.php:101
#: announcements/plasma-5.11.1.php:101 announcements/plasma-5.11.2.php:101
#: announcements/plasma-5.11.3.php:101 announcements/plasma-5.11.4.php:101
#: announcements/plasma-5.11.5.php:101 announcements/plasma-5.12.0.php:101
#: announcements/plasma-5.12.1.php:101 announcements/plasma-5.12.2.php:101
#: announcements/plasma-5.12.3.php:101 announcements/plasma-5.12.4.php:101
#: announcements/plasma-5.12.5.php:101 announcements/plasma-5.12.6.php:101
#: announcements/plasma-5.12.90.php:102 announcements/plasma-5.13.0.php:102
#: announcements/plasma-5.13.1.php:101 announcements/plasma-5.13.2.php:101
#: announcements/plasma-5.13.3.php:101 announcements/plasma-5.13.4.php:101
#: announcements/plasma-5.8.7.php:93 announcements/plasma-5.8.8.php:101
#: announcements/plasma-5.8.9.php:101 announcements/plasma-5.9.2.php:94
#: announcements/plasma-5.9.3.php:93 announcements/plasma-5.9.4.php:93
#: announcements/plasma-5.9.5.php:93 announcements/plasma-5.9.95.php:101
msgid "Plasma %1"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:113 announcements/plasma-5.10.1.php:114
#: announcements/plasma-5.10.2.php:114 announcements/plasma-5.10.3.php:114
#: announcements/plasma-5.10.4.php:114 announcements/plasma-5.10.5.php:114
#: announcements/plasma-5.10.95.php:117 announcements/plasma-5.11.0.php:117
#: announcements/plasma-5.11.1.php:114 announcements/plasma-5.11.2.php:114
#: announcements/plasma-5.11.3.php:114 announcements/plasma-5.11.4.php:114
#: announcements/plasma-5.11.5.php:114 announcements/plasma-5.11.95.php:118
#: announcements/plasma-5.12.0.php:114 announcements/plasma-5.12.1.php:114
#: announcements/plasma-5.12.2.php:114 announcements/plasma-5.12.3.php:114
#: announcements/plasma-5.12.4.php:114 announcements/plasma-5.12.5.php:114
#: announcements/plasma-5.12.6.php:114 announcements/plasma-5.12.90.php:116
#: announcements/plasma-5.13.0.php:114 announcements/plasma-5.13.1.php:114
#: announcements/plasma-5.13.2.php:114 announcements/plasma-5.13.3.php:114
#: announcements/plasma-5.13.4.php:114 announcements/plasma-5.8.6.php:107
#: announcements/plasma-5.8.7.php:106 announcements/plasma-5.8.8.php:114
#: announcements/plasma-5.8.9.php:114 announcements/plasma-5.9.2.php:107
#: announcements/plasma-5.9.3.php:106 announcements/plasma-5.9.4.php:106
#: announcements/plasma-5.9.5.php:106 announcements/plasma-5.9.95.php:114
msgid "KDE Plasma %1"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:117
msgid "Tuesday, 30 May 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:118
msgid "Today KDE has made a new feature release of our desktop Plasma 5.10 with new features across the suite to give users an experience which lives up to our tagline: simple by default, powerful when needed."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:123 announcements/plasma-5.9.95.php:124
msgid "Panel Task Manager"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:131 announcements/plasma-5.9.95.php:132
msgid "Middle Mouse Click to Group"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:134 announcements/plasma-5.9.95.php:135
msgid "Task Manager, the list of applications in the panel, has gained options for middle mouse click such as grouping and ungrouping applications."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:136 announcements/plasma-5.9.95.php:137
msgid ""
"Several other improvements here include:</p>"
"\n"
"<ul>\n"
"<li>Places jump list actions in File manager launchers (e.g. pinned Dolphin in Task Manager now lists user places)</li>"
"\n"
"<li>The icon size in vertical Task Managers is now configurable to support more common vertical panel usage patterns</li>"
"\n"
"<li>Improved app identification and pinning in Task Manager for apps that rely on StartupWMClass, perl-SDL-based apps and more</li>"
"\n"
"</ul>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:145 announcements/plasma-5.9.95.php:146
msgid "Folder View Is the New Default Desktop"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:148 announcements/plasma-5.11.95.php:285
#: announcements/plasma-5.11.95.php:287 announcements/plasma-5.12.0.php:271
#: announcements/plasma-5.12.0.php:273 announcements/plasma-5.9.95.php:149
msgid "Spring Loading in Folder View"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:150 announcements/plasma-5.9.95.php:151
msgid "Folder on the Desktop by Default"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:153 announcements/plasma-5.9.95.php:154
msgid "After some years shunning icons on the desktop we have accepted the inevitable and changed to Folder View as the default desktop which brings some icons by default and allows users to put whatever files or folders they want easy access to. Many other improvements have been made to the Folder View include:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:154 announcements/plasma-5.9.95.php:155
msgid ""
"\n"
"<li><a href='https://blogs.kde.org/2017/01/31/plasma-510-spring-loading-folder-view-performance-work'>Spring Loading</a> in Folder View making drag and drop of files powerful and quick</li>"
"\n"
"<li>More space-saving/tighter icon grid in Folder View based on much user feedback</li>"
"\n"
"<li>Improved mouse behavior / ergonomics in Folder View for icon dnd (less surprising drop/insert location), rectangle selection (easier, less fiddly) and hover (same)</li>"
"\n"
"<li>Revamped rename user interface in Folder View (better keyboard and mouse behavior e.g. closing the editor by clicking outside, RTL fixed, etc.)</li>"
"\n"
"<li><em>Massively</em> improved performance in Folder View for initial listing and scrolling large folders, reduced memory usage</li>"
"\n"
"<li>Many other bug fixes and UI improvements in Folder View, e.g. better back button history, Undo shortcut support, clickable location in the headings, etc.</li>"
"\n"
"<li>Unified drop menu in Folder View, showing both file (Copy/Move/Link) and widget (creating a Picture widget from an image drop, etc.) drop actions</li>"
"\n"
"<li>It is now possible to resize widgets in the desktop by dragging on their edges and moving them with Alt+left-click, just like regular windows</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:167 announcements/plasma-5.9.95.php:168
msgid "New Features Everywhere"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:170 announcements/plasma-5.10.0.php:172
#: announcements/plasma-5.9.95.php:171 announcements/plasma-5.9.95.php:173
msgid "Lock Screen Now Has Music Controls"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:175 announcements/plasma-5.9.95.php:176
msgid "Software Centre Plasma Search"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:177 announcements/plasma-5.9.95.php:178
msgid "Software Centre Plasma Search offers to install apps"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:180 announcements/plasma-5.10.0.php:182
#: announcements/plasma-5.9.95.php:181 announcements/plasma-5.9.95.php:183
msgid "Audio Volume Device Menu"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:185 announcements/plasma-5.9.95.php:186
msgid ""
"There are so many other improvements throughout the desktop, here's a sample:</p>"
"\n"
"<ul>\n"
"<li>Media controls on lock screen</li>"
"\n"
"<li>Pause music on suspend</li>"
"\n"
"<li>Software Centre Plasma Search (KRunner) suggests to install non-installed apps</li>"
"\n"
"<li>File copying notifications have a context menu on previews giving access to actions such as open containing folder, copy, open with etc</li>"
"\n"
"<li>Improved plasma-windowed (enforces applet default/minimum sizes etc)</li>"
"\n"
"<li>'desktop edit mode', when opening toolbox reveals applet handles</li>"
"\n"
"<li>Performance optimizations in Pager and Task Manager</li>"
"\n"
"<li>'Often used' docs and apps in app launchers in addition to 'Recently used'</li>"
"\n"
"<li>Panel icons (buttons for popup applets, launcher applets) now follow the Icons -> Advanced -> Panel size setting in System Settings again, so they won't take up too much space, particularly useful for wide vertical panels</li>"
"\n"
"<li>Revamped password dialogs for network authentication</li>"
"\n"
"<li>The security of the lock screen architecture got reworked and simplified to ensure that your system is secured when the screen is locked. On Linux systems the lock screen is put into a sandbox through the seccomp technology.</li>"
"\n"
"<li>Plasma's window manager support for hung processes got improved. When a window is not responding any more it gets darkened to indicate that one cannot interact with it any more.</li>"
"\n"
"<li>Support for locking and unlocking the shell from the startup script, useful especially for distributions and enterprise setups</li>"
"\n"
"<li>Audio Volume applet has a handy menu on each device which you can use to set is as default or switch output to headphones.</li>"
"\n"
"</ul>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:205 announcements/plasma-5.9.95.php:206
msgid "Improved touch screen support"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:208 announcements/plasma-5.10.0.php:210
#: announcements/plasma-5.9.95.php:209 announcements/plasma-5.9.95.php:211
msgid "Virtual keyboard on Log In and Lock Screen"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:212 announcements/plasma-5.9.95.php:213
msgid ""
"Touch Screen Support has improved in several ways:\n"
"<ul>\n"
"<li>Virtual Keyboard in lock screen\n"
"<li>Virtual Keyboard in the login screen\n"
"<li>Touch screen edge swipe gestures\n"
"<li>Left screen edge defaults to window switching\n"
"<li>Show auto-hiding panels through edge swipe gesture\n"
"</ul>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:222 announcements/plasma-5.9.95.php:223
msgid "Working for the Future with Wayland"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:223 announcements/plasma-5.9.95.php:224
msgid ""
"We have put a lot of work into porting to new graphics layer Wayland, the switch is coming but we won't recommend it until it is completely transparent to the user. There will be improved features too such as KWin now supports scaling displays by different levels if you have a HiDPI monitor and a normal DPI screen.</p>"
"\n"
"<p>Keyboard layout support in Wayland now has all the features of X11:</p>"
"\n"
"<ul>\n"
"<li>Layout switcher in the system tray</li>"
"\n"
"<li>Per layout global shortcut</li>"
"\n"
"<li>Switch layout based on a policy, either global, virtual desktop, application or per window</li>"
"\n"
"<li>IPC interface added, so that other applications can change layout.</li>"
"\n"
"</ul>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:235 announcements/plasma-5.9.95.php:236
msgid "Plymouth Boot Splash Selection"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:238 announcements/plasma-5.10.0.php:240
#: announcements/plasma-5.9.95.php:239 announcements/plasma-5.9.95.php:241
msgid "Plymouth KControl Module"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:243 announcements/plasma-5.9.95.php:244
msgid "A new System Settings module lets you download and select boot time splashes."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:247 announcements/plasma-5.9.95.php:248
msgid "Bundle Packages"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:250 announcements/plasma-5.9.95.php:251
msgid "Selecting a file using file chooser portal, invoking openURI portal and notification portal"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:252 announcements/plasma-5.9.95.php:253
msgid "Flatpak integration with xdg-desktop-portal-kde: selecting a file using file chooser portal, invoking openURI portal and notification portal"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:255 announcements/plasma-5.9.95.php:256
msgid "Experimental support for forthcoming new bundle package formats has been implemented. Discover software centre has gained provisional backends for Flatpak and Snappy. New plugin xdg-desktop-portal-kde has added KDE integration into Flatpak packaged applications."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:257 announcements/plasma-5.9.95.php:258
msgid "Support for GNOME’s <a href='https://odrs.gnome.org/'>Open Desktop Ratings</a>, replacing old Ubuntu popularity contest with tons of already existing reviews and comments."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:261
msgid "Full Plasma 5.10 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:268 announcements/plasma-5.10.1.php:144
#: announcements/plasma-5.10.2.php:144 announcements/plasma-5.10.3.php:152
#: announcements/plasma-5.10.4.php:145 announcements/plasma-5.10.5.php:141
#: announcements/plasma-5.10.95.php:231 announcements/plasma-5.11.0.php:237
#: announcements/plasma-5.11.1.php:143 announcements/plasma-5.11.2.php:144
#: announcements/plasma-5.11.3.php:143 announcements/plasma-5.11.4.php:144
#: announcements/plasma-5.11.5.php:142 announcements/plasma-5.11.95.php:405
#: announcements/plasma-5.12.0.php:388 announcements/plasma-5.12.1.php:143
#: announcements/plasma-5.12.2.php:144 announcements/plasma-5.12.3.php:143
#: announcements/plasma-5.12.4.php:144 announcements/plasma-5.12.5.php:143
#: announcements/plasma-5.12.6.php:143 announcements/plasma-5.12.90.php:235
#: announcements/plasma-5.13.0.php:238 announcements/plasma-5.13.1.php:143
#: announcements/plasma-5.13.2.php:142 announcements/plasma-5.13.3.php:142
#: announcements/plasma-5.13.4.php:143 announcements/plasma-5.8.6.php:133
#: announcements/plasma-5.8.7.php:135 announcements/plasma-5.8.8.php:144
#: announcements/plasma-5.8.9.php:144 announcements/plasma-5.9.2.php:137
#: announcements/plasma-5.9.3.php:133 announcements/plasma-5.9.4.php:134
#: announcements/plasma-5.9.5.php:136 announcements/plasma-5.9.95.php:269
msgid "The easiest way to try it out is with a live image booted off a USB disk. Docker images also provide a quick and easy way to test Plasma."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:270 announcements/plasma-5.10.1.php:146
#: announcements/plasma-5.10.2.php:146 announcements/plasma-5.10.3.php:154
#: announcements/plasma-5.10.4.php:147 announcements/plasma-5.10.5.php:143
#: announcements/plasma-5.10.95.php:233 announcements/plasma-5.11.0.php:239
#: announcements/plasma-5.11.1.php:145 announcements/plasma-5.11.2.php:146
#: announcements/plasma-5.11.3.php:145 announcements/plasma-5.11.4.php:146
#: announcements/plasma-5.11.5.php:144 announcements/plasma-5.11.95.php:407
#: announcements/plasma-5.12.0.php:390 announcements/plasma-5.12.1.php:145
#: announcements/plasma-5.12.2.php:146 announcements/plasma-5.12.3.php:145
#: announcements/plasma-5.12.4.php:146 announcements/plasma-5.12.5.php:145
#: announcements/plasma-5.12.6.php:145 announcements/plasma-5.12.90.php:237
#: announcements/plasma-5.13.0.php:240 announcements/plasma-5.13.1.php:145
#: announcements/plasma-5.13.2.php:144 announcements/plasma-5.13.3.php:144
#: announcements/plasma-5.13.4.php:145 announcements/plasma-5.8.6.php:135
#: announcements/plasma-5.8.7.php:137 announcements/plasma-5.8.8.php:146
#: announcements/plasma-5.8.9.php:146 announcements/plasma-5.9.2.php:139
#: announcements/plasma-5.9.3.php:135 announcements/plasma-5.9.4.php:136
#: announcements/plasma-5.9.5.php:138 announcements/plasma-5.9.95.php:271
msgid "Download live images with Plasma 5"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:271 announcements/plasma-5.10.1.php:147
#: announcements/plasma-5.10.2.php:147 announcements/plasma-5.10.3.php:155
#: announcements/plasma-5.10.4.php:148 announcements/plasma-5.10.5.php:144
#: announcements/plasma-5.10.95.php:234 announcements/plasma-5.11.0.php:240
#: announcements/plasma-5.11.1.php:146 announcements/plasma-5.11.2.php:147
#: announcements/plasma-5.11.3.php:146 announcements/plasma-5.11.4.php:147
#: announcements/plasma-5.11.5.php:145 announcements/plasma-5.11.95.php:408
#: announcements/plasma-5.12.0.php:391 announcements/plasma-5.12.1.php:146
#: announcements/plasma-5.12.2.php:147 announcements/plasma-5.12.3.php:146
#: announcements/plasma-5.12.4.php:147 announcements/plasma-5.12.5.php:146
#: announcements/plasma-5.12.6.php:146 announcements/plasma-5.12.90.php:238
#: announcements/plasma-5.13.0.php:241 announcements/plasma-5.13.1.php:146
#: announcements/plasma-5.13.2.php:145 announcements/plasma-5.13.3.php:145
#: announcements/plasma-5.13.4.php:146 announcements/plasma-5.8.6.php:136
#: announcements/plasma-5.8.7.php:138 announcements/plasma-5.8.8.php:147
#: announcements/plasma-5.8.9.php:147 announcements/plasma-5.9.2.php:140
#: announcements/plasma-5.9.3.php:136 announcements/plasma-5.9.4.php:137
#: announcements/plasma-5.9.5.php:139 announcements/plasma-5.9.95.php:272
msgid "Download Docker images with Plasma 5"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:277 announcements/plasma-5.10.1.php:153
#: announcements/plasma-5.10.2.php:153 announcements/plasma-5.10.3.php:161
#: announcements/plasma-5.10.4.php:154 announcements/plasma-5.10.5.php:150
#: announcements/plasma-5.10.95.php:240 announcements/plasma-5.11.0.php:246
#: announcements/plasma-5.11.1.php:152 announcements/plasma-5.11.2.php:153
#: announcements/plasma-5.11.3.php:152 announcements/plasma-5.11.4.php:153
#: announcements/plasma-5.11.5.php:151 announcements/plasma-5.11.95.php:414
#: announcements/plasma-5.12.0.php:397 announcements/plasma-5.12.1.php:152
#: announcements/plasma-5.12.2.php:153 announcements/plasma-5.12.3.php:152
#: announcements/plasma-5.12.4.php:153 announcements/plasma-5.12.5.php:152
#: announcements/plasma-5.12.6.php:152 announcements/plasma-5.12.90.php:244
#: announcements/plasma-5.13.0.php:247 announcements/plasma-5.13.1.php:152
#: announcements/plasma-5.13.2.php:151 announcements/plasma-5.13.3.php:151
#: announcements/plasma-5.13.4.php:152 announcements/plasma-5.8.6.php:142
#: announcements/plasma-5.8.7.php:144 announcements/plasma-5.8.8.php:153
#: announcements/plasma-5.8.9.php:153 announcements/plasma-5.9.2.php:146
#: announcements/plasma-5.9.3.php:142 announcements/plasma-5.9.4.php:143
#: announcements/plasma-5.9.5.php:145 announcements/plasma-5.9.95.php:278
msgid "Distributions have created, or are in the process of creating, packages listed on our wiki page."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:279 announcements/plasma-5.10.1.php:155
#: announcements/plasma-5.10.2.php:155 announcements/plasma-5.10.3.php:163
#: announcements/plasma-5.10.4.php:156 announcements/plasma-5.10.5.php:152
#: announcements/plasma-5.10.95.php:242 announcements/plasma-5.11.0.php:248
#: announcements/plasma-5.11.1.php:154 announcements/plasma-5.11.2.php:155
#: announcements/plasma-5.11.3.php:154 announcements/plasma-5.11.4.php:155
#: announcements/plasma-5.11.5.php:153 announcements/plasma-5.11.95.php:416
#: announcements/plasma-5.12.0.php:399 announcements/plasma-5.12.1.php:154
#: announcements/plasma-5.12.2.php:155 announcements/plasma-5.12.3.php:154
#: announcements/plasma-5.12.4.php:155 announcements/plasma-5.12.5.php:154
#: announcements/plasma-5.12.6.php:154 announcements/plasma-5.12.90.php:246
#: announcements/plasma-5.13.0.php:249 announcements/plasma-5.13.1.php:154
#: announcements/plasma-5.13.2.php:153 announcements/plasma-5.13.3.php:153
#: announcements/plasma-5.13.4.php:154 announcements/plasma-5.8.6.php:144
#: announcements/plasma-5.8.7.php:146 announcements/plasma-5.8.8.php:155
#: announcements/plasma-5.8.9.php:155 announcements/plasma-5.9.2.php:148
#: announcements/plasma-5.9.3.php:144 announcements/plasma-5.9.4.php:145
#: announcements/plasma-5.9.5.php:147 announcements/plasma-5.9.95.php:280
msgid "Package download wiki page"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:285 announcements/plasma-5.10.1.php:161
#: announcements/plasma-5.10.2.php:161 announcements/plasma-5.10.3.php:169
#: announcements/plasma-5.10.4.php:162 announcements/plasma-5.10.5.php:158
#: announcements/plasma-5.10.95.php:248 announcements/plasma-5.11.0.php:254
#: announcements/plasma-5.11.1.php:160 announcements/plasma-5.11.2.php:161
#: announcements/plasma-5.11.3.php:160 announcements/plasma-5.11.4.php:161
#: announcements/plasma-5.11.5.php:159 announcements/plasma-5.11.95.php:422
#: announcements/plasma-5.12.0.php:405 announcements/plasma-5.12.1.php:160
#: announcements/plasma-5.12.2.php:161 announcements/plasma-5.12.3.php:160
#: announcements/plasma-5.12.4.php:161 announcements/plasma-5.12.5.php:160
#: announcements/plasma-5.12.6.php:160 announcements/plasma-5.12.90.php:252
#: announcements/plasma-5.13.0.php:255 announcements/plasma-5.13.1.php:160
#: announcements/plasma-5.13.2.php:159 announcements/plasma-5.13.3.php:159
#: announcements/plasma-5.13.4.php:160 announcements/plasma-5.8.6.php:150
#: announcements/plasma-5.8.7.php:152 announcements/plasma-5.8.8.php:161
#: announcements/plasma-5.8.9.php:161 announcements/plasma-5.9.2.php:154
#: announcements/plasma-5.9.3.php:150 announcements/plasma-5.9.4.php:151
#: announcements/plasma-5.9.5.php:153 announcements/plasma-5.9.95.php:286
msgid "You can install Plasma 5 directly from source."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:287 announcements/plasma-5.10.1.php:163
#: announcements/plasma-5.10.2.php:163 announcements/plasma-5.10.3.php:171
#: announcements/plasma-5.10.4.php:164 announcements/plasma-5.10.5.php:160
#: announcements/plasma-5.10.95.php:250 announcements/plasma-5.11.0.php:256
#: announcements/plasma-5.11.1.php:162 announcements/plasma-5.11.2.php:163
#: announcements/plasma-5.11.3.php:162 announcements/plasma-5.11.4.php:163
#: announcements/plasma-5.11.5.php:161 announcements/plasma-5.11.95.php:424
#: announcements/plasma-5.12.0.php:407 announcements/plasma-5.12.1.php:162
#: announcements/plasma-5.12.2.php:163 announcements/plasma-5.12.3.php:162
#: announcements/plasma-5.12.4.php:163 announcements/plasma-5.12.5.php:162
#: announcements/plasma-5.12.6.php:162 announcements/plasma-5.12.90.php:254
#: announcements/plasma-5.13.0.php:257 announcements/plasma-5.13.1.php:162
#: announcements/plasma-5.13.2.php:161 announcements/plasma-5.13.3.php:161
#: announcements/plasma-5.13.4.php:162 announcements/plasma-5.8.6.php:152
#: announcements/plasma-5.8.7.php:154 announcements/plasma-5.8.8.php:163
#: announcements/plasma-5.8.9.php:163 announcements/plasma-5.9.2.php:156
#: announcements/plasma-5.9.3.php:152 announcements/plasma-5.9.4.php:153
#: announcements/plasma-5.9.5.php:155 announcements/plasma-5.9.95.php:288
msgid "Community instructions to compile it"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:288 announcements/plasma-5.10.1.php:164
#: announcements/plasma-5.10.2.php:164 announcements/plasma-5.10.3.php:172
#: announcements/plasma-5.10.4.php:165 announcements/plasma-5.10.5.php:161
#: announcements/plasma-5.10.95.php:251 announcements/plasma-5.11.0.php:257
#: announcements/plasma-5.11.1.php:163 announcements/plasma-5.11.2.php:164
#: announcements/plasma-5.11.3.php:163 announcements/plasma-5.11.4.php:164
#: announcements/plasma-5.11.5.php:162 announcements/plasma-5.11.95.php:425
#: announcements/plasma-5.12.0.php:408 announcements/plasma-5.12.1.php:163
#: announcements/plasma-5.12.2.php:164 announcements/plasma-5.12.3.php:163
#: announcements/plasma-5.12.4.php:164 announcements/plasma-5.12.5.php:163
#: announcements/plasma-5.12.6.php:163 announcements/plasma-5.12.90.php:255
#: announcements/plasma-5.13.0.php:258 announcements/plasma-5.13.1.php:163
#: announcements/plasma-5.13.2.php:162 announcements/plasma-5.13.3.php:162
#: announcements/plasma-5.13.4.php:163 announcements/plasma-5.8.6.php:153
#: announcements/plasma-5.8.7.php:155 announcements/plasma-5.8.8.php:164
#: announcements/plasma-5.8.9.php:164 announcements/plasma-5.9.2.php:157
#: announcements/plasma-5.9.3.php:153 announcements/plasma-5.9.4.php:154
#: announcements/plasma-5.9.5.php:156 announcements/plasma-5.9.95.php:289
msgid "Source Info Page"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:296 announcements/plasma-5.10.1.php:172
#: announcements/plasma-5.10.2.php:172 announcements/plasma-5.10.3.php:180
#: announcements/plasma-5.10.4.php:173 announcements/plasma-5.10.5.php:169
#: announcements/plasma-5.10.95.php:259 announcements/plasma-5.11.0.php:265
#: announcements/plasma-5.11.1.php:171 announcements/plasma-5.11.2.php:172
#: announcements/plasma-5.11.3.php:171 announcements/plasma-5.11.4.php:172
#: announcements/plasma-5.11.5.php:170 announcements/plasma-5.11.95.php:433
#: announcements/plasma-5.12.0.php:416 announcements/plasma-5.12.1.php:171
#: announcements/plasma-5.12.2.php:172 announcements/plasma-5.12.3.php:171
#: announcements/plasma-5.12.4.php:172 announcements/plasma-5.12.5.php:171
#: announcements/plasma-5.12.6.php:171 announcements/plasma-5.12.90.php:263
#: announcements/plasma-5.13.0.php:266 announcements/plasma-5.13.1.php:171
#: announcements/plasma-5.13.2.php:170 announcements/plasma-5.13.3.php:170
#: announcements/plasma-5.13.4.php:171 announcements/plasma-5.8.6.php:161
#: announcements/plasma-5.8.7.php:163 announcements/plasma-5.8.8.php:172
#: announcements/plasma-5.8.9.php:172 announcements/plasma-5.9.2.php:165
#: announcements/plasma-5.9.3.php:161 announcements/plasma-5.9.4.php:162
#: announcements/plasma-5.9.5.php:164 announcements/plasma-5.9.95.php:297
msgid ""
"You can give us feedback and get updates on <a href='%1'><img src='%2' /></a> <a href='%3'>Facebook</a>\n"
"\t\t\tor <a href='%4'><img src='%5' /></a> <a href='%6'>Twitter</a>\n"
"\t\t\tor <a href='%7'><img src='%8' /></a> <a href='%9'>Google+</a>."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:304 announcements/plasma-5.10.1.php:180
#: announcements/plasma-5.10.2.php:180 announcements/plasma-5.10.3.php:188
#: announcements/plasma-5.10.4.php:181 announcements/plasma-5.10.5.php:177
#: announcements/plasma-5.10.95.php:267 announcements/plasma-5.11.0.php:273
#: announcements/plasma-5.11.1.php:179 announcements/plasma-5.11.2.php:180
#: announcements/plasma-5.11.3.php:179 announcements/plasma-5.11.4.php:180
#: announcements/plasma-5.11.5.php:178 announcements/plasma-5.11.95.php:441
#: announcements/plasma-5.12.0.php:424 announcements/plasma-5.12.1.php:179
#: announcements/plasma-5.12.2.php:180 announcements/plasma-5.12.3.php:179
#: announcements/plasma-5.12.4.php:180 announcements/plasma-5.12.5.php:179
#: announcements/plasma-5.12.6.php:179 announcements/plasma-5.12.90.php:271
#: announcements/plasma-5.13.0.php:274 announcements/plasma-5.13.1.php:179
#: announcements/plasma-5.13.2.php:178 announcements/plasma-5.13.3.php:178
#: announcements/plasma-5.13.4.php:179 announcements/plasma-5.8.6.php:169
#: announcements/plasma-5.8.7.php:171 announcements/plasma-5.8.8.php:180
#: announcements/plasma-5.8.9.php:180 announcements/plasma-5.9.2.php:173
#: announcements/plasma-5.9.3.php:169 announcements/plasma-5.9.4.php:170
#: announcements/plasma-5.9.5.php:172 announcements/plasma-5.9.95.php:305
msgid "You can provide feedback direct to the developers via the <a href='%1'>#Plasma IRC channel</a>, <a href='%2'>Plasma-devel mailing list</a> or report issues via <a href='%3'>bugzilla</a>. If you like what the team is doing, please let them know!"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.0.php:314 announcements/plasma-5.10.95.php:277
#: announcements/plasma-5.11.0.php:283 announcements/plasma-5.11.95.php:451
#: announcements/plasma-5.9.95.php:315
msgid "KDE is a <a href='%1'>Free Software</a> community that exists and grows only because of the help of many volunteers that donate their time and effort. KDE is always looking for new volunteers and contributions, whether it is help with coding, bug fixing or reporting, writing documentation, translations, promotion, money, etc. All contributions are gratefully appreciated and eagerly accepted. Please read through the <a href='%2'>Supporting KDE page</a> for further information or become a KDE e.V. <a href='%3'>supporting member programme</a>."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.1.php:118
msgid "Tuesday, 6 June 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.1.php:119 announcements/plasma-5.10.2.php:119
#: announcements/plasma-5.10.3.php:119 announcements/plasma-5.10.4.php:119
#: announcements/plasma-5.10.5.php:119 announcements/plasma-5.11.1.php:119
#: announcements/plasma-5.11.2.php:119 announcements/plasma-5.11.3.php:119
#: announcements/plasma-5.11.4.php:119 announcements/plasma-5.11.5.php:119
#: announcements/plasma-5.12.1.php:119 announcements/plasma-5.12.2.php:119
#: announcements/plasma-5.12.3.php:119 announcements/plasma-5.12.4.php:119
#: announcements/plasma-5.12.5.php:119 announcements/plasma-5.12.6.php:119
#: announcements/plasma-5.13.1.php:119 announcements/plasma-5.13.2.php:119
#: announcements/plasma-5.13.3.php:119 announcements/plasma-5.13.4.php:119
#: announcements/plasma-5.8.7.php:111 announcements/plasma-5.8.9.php:119
#: announcements/plasma-5.9.3.php:111 announcements/plasma-5.9.4.php:111
#: announcements/plasma-5.9.5.php:111
msgid "Today KDE releases a %1 update to KDE Plasma 5, versioned %2"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.1.php:120 announcements/plasma-5.10.2.php:120
#: announcements/plasma-5.10.3.php:120 announcements/plasma-5.10.4.php:120
#: announcements/plasma-5.10.5.php:120 announcements/plasma-5.11.1.php:120
#: announcements/plasma-5.11.2.php:120 announcements/plasma-5.11.3.php:120
#: announcements/plasma-5.11.4.php:120 announcements/plasma-5.11.5.php:120
#: announcements/plasma-5.12.1.php:120 announcements/plasma-5.12.2.php:120
#: announcements/plasma-5.12.3.php:120 announcements/plasma-5.12.4.php:120
#: announcements/plasma-5.12.5.php:120 announcements/plasma-5.12.6.php:120
#: announcements/plasma-5.13.1.php:120 announcements/plasma-5.13.2.php:120
#: announcements/plasma-5.13.3.php:120 announcements/plasma-5.13.4.php:120
#: announcements/plasma-5.8.7.php:112 announcements/plasma-5.8.9.php:120
#: announcements/plasma-5.9.3.php:112 announcements/plasma-5.9.4.php:112
#: announcements/plasma-5.9.5.php:112
msgid ""
"<a href='https://www.kde.org/announcements/plasma-%1.0.php'>Plasma %1</a>\n"
"\t\twas released in %2 with many feature refinements and new modules to complete the desktop experience."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.1.php:125 announcements/plasma-5.10.2.php:125
#: announcements/plasma-5.10.3.php:125 announcements/plasma-5.10.4.php:125
#: announcements/plasma-5.10.5.php:125 announcements/plasma-5.11.1.php:125
#: announcements/plasma-5.11.2.php:125 announcements/plasma-5.11.3.php:125
#: announcements/plasma-5.11.4.php:125 announcements/plasma-5.12.1.php:125
#: announcements/plasma-5.12.2.php:125 announcements/plasma-5.12.3.php:125
#: announcements/plasma-5.12.4.php:125 announcements/plasma-5.12.5.php:125
#: announcements/plasma-5.12.6.php:125 announcements/plasma-5.13.2.php:125
#: announcements/plasma-5.13.4.php:125 announcements/plasma-5.8.7.php:117
#: announcements/plasma-5.8.9.php:125 announcements/plasma-5.9.3.php:117
#: announcements/plasma-5.9.4.php:117 announcements/plasma-5.9.5.php:117
msgid "This release adds a %1 worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.1.php:129
msgid ""
"\n"
"<li>Fix screen locker incorrect behaviour after pressing enter key with empty password. <a href='https://commits.kde.org/kscreenlocker/23fa33cedfa55cbac83bbdcc514b988d721552dc'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/380491'>#380491</a>. Phabricator Code review <a href='https://phabricator.kde.org/D6091'>D6091</a></li>"
"\n"
"<li>Make QuickShare plasmoid compatible with Purpose 1.1. <a href='https://commits.kde.org/kdeplasma-addons/27efc1c2abc9c56b7161b77fc558fb77c591d4fe'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/380883'>#380883</a></li>"
"\n"
"<li>Fixed crash when dropping files on desktop with KDeclarative from KDE Frameworks 5.35. <a href='https://commits.kde.org/plasma-desktop/77f1e675178ac995f7eb74c0410b5028ca1d74de'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/380806'>#380806</a>. Phabricator Code review <a href='https://phabricator.kde.org/D6088'>D6088</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.1.php:137 announcements/plasma-5.10.2.php:137
#: announcements/plasma-5.10.3.php:145 announcements/plasma-5.10.4.php:138
#: announcements/plasma-5.10.5.php:134 announcements/plasma-5.11.1.php:136
#: announcements/plasma-5.11.2.php:137 announcements/plasma-5.11.3.php:136
#: announcements/plasma-5.11.4.php:137 announcements/plasma-5.11.5.php:135
#: announcements/plasma-5.12.0.php:227 announcements/plasma-5.12.1.php:136
#: announcements/plasma-5.12.2.php:137 announcements/plasma-5.12.3.php:136
#: announcements/plasma-5.12.4.php:137 announcements/plasma-5.12.5.php:136
#: announcements/plasma-5.12.6.php:136 announcements/plasma-5.13.0.php:128
#: announcements/plasma-5.13.1.php:136 announcements/plasma-5.13.2.php:135
#: announcements/plasma-5.13.3.php:135 announcements/plasma-5.13.4.php:136
#: announcements/plasma-5.8.6.php:126 announcements/plasma-5.8.7.php:128
#: announcements/plasma-5.8.8.php:137 announcements/plasma-5.8.9.php:137
#: announcements/plasma-5.9.2.php:130 announcements/plasma-5.9.3.php:126
#: announcements/plasma-5.9.4.php:127 announcements/plasma-5.9.5.php:129
msgid "Full Plasma %1 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.1.php:190 announcements/plasma-5.10.2.php:190
#: announcements/plasma-5.10.3.php:198 announcements/plasma-5.10.4.php:191
#: announcements/plasma-5.10.5.php:187 announcements/plasma-5.11.1.php:189
#: announcements/plasma-5.11.2.php:190 announcements/plasma-5.11.3.php:189
#: announcements/plasma-5.11.4.php:190 announcements/plasma-5.11.5.php:188
#: announcements/plasma-5.12.0.php:434 announcements/plasma-5.12.1.php:189
#: announcements/plasma-5.12.2.php:190 announcements/plasma-5.12.3.php:189
#: announcements/plasma-5.12.4.php:190 announcements/plasma-5.12.5.php:189
#: announcements/plasma-5.12.6.php:189 announcements/plasma-5.12.90.php:281
#: announcements/plasma-5.13.0.php:284 announcements/plasma-5.13.1.php:189
#: announcements/plasma-5.13.2.php:188 announcements/plasma-5.13.3.php:188
#: announcements/plasma-5.13.4.php:189 announcements/plasma-5.8.6.php:179
#: announcements/plasma-5.8.7.php:181 announcements/plasma-5.8.8.php:190
#: announcements/plasma-5.8.9.php:190 announcements/plasma-5.9.2.php:183
#: announcements/plasma-5.9.3.php:179 announcements/plasma-5.9.4.php:180
#: announcements/plasma-5.9.5.php:182
msgid "KDE is a <a href='%1'>Free Software</a> community that exists and grows only because of the help of many volunteers that donate their time and effort. KDE is always looking for new volunteers and contributions, whether it is help with coding, bug fixing or reporting, writing documentation, translations, promotion, money, etc. All contributions are gratefully appreciated and eagerly accepted. Please read through the <a href='%2'>Supporting KDE page</a> for further information or become a KDE e.V. supporting member through our <a href='%3'>Join the Game</a> initiative."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.2.php:118
msgid "Tuesday, 13 June 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.2.php:129
msgid ""
"\n"
"\n"
"<li>Discover: Make the PackageKit backend more resistant to crashes in PackageKit. <a href='https://commits.kde.org/discover/64c8778d4cd5180dfa13dd75fed808de9271cedc'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/376538'>#376538</a></li>"
"\n"
"<li>Plasma Networkmanager Openconnect: make sure the UI fits into the password dialog. <a href='https://commits.kde.org/plasma-nm/285c7ae37a3f6149b866dfb887bcb62ca6ce1046'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/380399'>#380399</a></li>"
"\n"
"<li>Include a header for the settings page for better consistency. <a href='https://commits.kde.org/discover/bffd42fbaac59f262f6d61b8a25cbea5abb12701'>Commit.</a> </li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.3.php:118
msgid "Tuesday, 27 June 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.3.php:129
msgid ""
"\n"
"<li>Fix KWin draws 1px overlay on the left screen border: properly block the edge also for touch screen edges. <a href='https://commits.kde.org/kwin/6267d597311ccea26a8e70d57bd730ad13d146c2'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/380476'>#380476</a>. Phabricator Code review <a href='https://phabricator.kde.org/D6304'>D6304</a></li>"
"\n"
"\n"
"<li>Fix Buffer objects (VBO, FBO) need remapping after suspend/vt switch with NVIDIA. [platforms/x11] Add support for GLX_NV_robustness_video_memory_purge. <a href='https://commits.kde.org/kwin/97fa72ee48b7525e722822e7d7d41bb08343e337'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/344326'>#344326</a>. Phabricator Code review <a href='https://phabricator.kde.org/D6344'>D6344</a></li>"
"\n"
"\n"
"<li>Make shadows work for windows 100% width or height. <a href='https://commits.kde.org/kwin/b7cb301deb3b191c7ff0bd04d87d6c1b93d90407'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/380825'>#380825</a>. Phabricator Code review <a href='https://phabricator.kde.org/D6164'>D6164</a></li>"
"\n"
"\n"
"<li>Introduce KDE_NO_GLOBAL_MENU env variable to disable global menu per-app. <a href='https://commits.kde.org/plasma-integration/1ba4bca8342ac3d55bf29bdd8f622cd304e11816'>Commit.</a> Phabricator Code review <a href='https://phabricator.kde.org/D6310'>D6310</a></li>"
"\n"
"\n"
"<li>Workaround Qt regression of no longer delivering events for the root window. <a href='https://commits.kde.org/kwin/a6dee74ee455d1da47dd5c9d55a84adbb5e1426a'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/360841'>#360841</a>. Phabricator Code review <a href='https://phabricator.kde.org/D6258'>D6258</a></li>"
"\n"
"\n"
"<li>Fix can't control brightness. Revert 'skip the disabled backlight device'. <a href='https://commits.kde.org/powerdevil/5c57cf64b5e5c880b1a5f3a0177293f6958e1b9a'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/381114'>#381114</a>. Fixes bug <a href='https://bugs.kde.org/381199'>#381199</a></li>"
"\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.4.php:118
msgid "Tuesday, 18 July 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.4.php:129
msgid ""
"\n"
"\t\t"
"<li>[Windowed Widgets Runner] Fix launching widget. <a href='https://commits.kde.org/plasma-workspace/8c5a75341849a621462c41bb685bb46dfef129e1'>Commit.</a> Phabricator Code review <a href='https://phabricator.kde.org/D6602'>D6602</a></li>"
"\n"
"<li>[Notifications] Check for corona to avoid crash. <a href='https://commits.kde.org/plasma-workspace/8a05294e5b3ef1df86f099edde837b8c8d28ccaf'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/378508'>#378508</a>. Phabricator Code review <a href='https://phabricator.kde.org/D6653'>D6653</a></li>"
"\n"
"<li>System Setting: Honour the NoDisplay attribute of KServices. <a href='https://commits.kde.org/systemsettings/85ed16cd422804971345bc492757fa0050b4b61d'>Commit.</a> Phabricator Code review <a href='https://phabricator.kde.org/D6612'>D6612</a></li>"
"\n"
"\n"
"\t\t\n"
"\t\t"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.5.php:118
msgid "Tuesday, 22 August 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.5.php:129
msgid "A Plasma crash when certain taskbar applications group in a specific way"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.5.php:130
msgid "Excluding OSD's from the desktop grid kwin effect"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.5.php:131
msgid "Discover handling URL links to packages"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:104
msgid "Plasma 5.11 Beta"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:121
msgid "Thursday, 14 Sep 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:122
msgid "Today KDE publishes a testing release of this autumn's Plasma feature release, KDE Plasma 5.11, to be released in mid-October 2017. Plasma 5.11 will bring a redesigned settings app, improved notifications, a more powerful task manager. Plasma 5.11 will be the first release to contain the new “Vault”, a system to allow the user to encrypt and open sets of documents in a secure and user-friendly way, making Plasma an excellent choice for people dealing with private and confidential information."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:127 announcements/plasma-5.11.0.php:127
msgid "New System Settings Design"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:132
msgid "System Settings New Design"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:135 announcements/plasma-5.11.0.php:135
msgid "The revamped System Settings user interface allows easier access to commonly used settings. It is the first step in making this often-used and complex application easier to navigate and more user-friendly. The new design is added as an option, users who prefer the older icon or tree views can move back to their preferred way of navigation."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:139 announcements/plasma-5.10.95.php:144
#: announcements/plasma-5.11.0.php:139 announcements/plasma-5.11.0.php:144
msgid "Notification History"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:147
msgid "Due to popular demand notifications optionally stores missed and expired notifications in a history. This is the first part of an ongoing effort to modernize the notification system in Plasma. This allows the user to override applications not marking their notifications as persistent, and viewing what happened in her absence. The notifications history is enabled by default for testing purposes, but may be switched off in the final 5.11 release as to provide a cleaner and uncluttered appearance out of the box. The Plasma team welcomes feedback from testers specifically about this new feature."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:151 announcements/plasma-5.11.0.php:151
msgid "Task Manager Improvements"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:156 announcements/plasma-5.11.0.php:156
msgid "Kate with Session Jump List Actions"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:159 announcements/plasma-5.11.0.php:159
msgid "Plasma's Task Manager lays the foundation for enabling applications to provide dynamic jump list actions. In Plasma 5.10, applications had to define additional actions added to their task entries statically. The new functions make it possible for applications to provide access to internal functions (such as a text editor's list of sessions, options to change application or document state, etc.), depending on what the application is currently doing. Moreover, rearranging windows in group popups is now possible, allowing the user to make the ordering of his opened applications more predictable. On top of all these changes, performance of the task manager has been improved for a smoother operation."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:163 announcements/plasma-5.11.0.php:163
msgid "Plasma Vault"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:168 announcements/plasma-5.11.0.php:168
msgid "Plasma Vault Stores Your Files Securely"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:171 announcements/plasma-5.11.0.php:171
msgid "For users who often deal with sensitive, confidential and private information, the new Plasma Vault offers strong encryption features presented in a user-friendly way. Plasma Vault allows to lock and encrypt sets of documents and hide them from prying eyes even when the user is logged in. These 'vaults' can be decrypted and opened easily. Plasma Vault extends Plasma's activities feature with secure storage."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:175 announcements/plasma-5.11.0.php:175
msgid "App Launcher Menu Improvements"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:181 announcements/plasma-5.11.0.php:181
msgid "Edit Application Entries Direct from Menu."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:186 announcements/plasma-5.11.0.php:186
msgid "Kicker without Sidebar"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:190
msgid ""
"Search results in launchers have gained features previously only available to applications listed on the menu. You no longer need to manually look for an application just to edit or uninstall it. The Kicker application launcher now hides its sidebar if no favorites are present, leading to a cleaner look. It also supports choosing an icon from the current icon theme rather than only pictures on your hard drive.\n"
"</p>"
"<p>\n"
"Folder View which became the default desktop layout in Plasma 5.10 saw many improvement based on user feedback. It supports more keyboard shortcuts, such as Ctrl+A to “Select All”, and spreads icons more uniformly across the visible area to avoid unpleasant gaps on the right and bottom edges of a screen. Moreover, startup has been sped up and interacting with icons results in significantly less disk access.\n"
"</p>"
"<p>\n"
"The different app menus now all share which applications are listed as favourites so you don't lose your settings if you decide to change your launcher.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:204 announcements/plasma-5.11.0.php:210
msgid "One app window, two monitors, two DPIs"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:207 announcements/plasma-5.11.0.php:213
msgid "Wayland is the next generation display server technology making its entry in the Linux desktop. Wayland allows for improved visual quality and less overhead while providing more security with its clearer protocol semantics. A complete Wayland session's most visible feature is probably smoother graphics, leading to a cleaner and more enjoyable user experience. Plasma's Wayland support has been long in the making, and while it isn't fully there as a replacement for X11, more and more users enjoy Wayland on a daily basis."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:209 announcements/plasma-5.11.0.php:215
msgid "A lot of work has been put into Plasma on Wayland. KWin, Plasma's Wayland compositor, can now automatically apply scaling based on the pixel density of a screen and even do so for each screen individually. This will significantly improve user experience on setups with multiple monitors, such as when a regular external monitor is connected to a modern high-resolution laptop. Moreover, legacy applications not supporting this functionality may be upscaled to remain readable."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:211 announcements/plasma-5.11.0.php:217
msgid "Work has started to allow for a completely X-free environment, starting the Xwayland compatibility layer only when an application requires it. This will eventually result in improved security and performance as well as reduced resource consumption. Furthermore, it is now possible to use ConsoleKit2 instead of logind for setting up the Wayland session, extending the number of supported platforms."
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:213 announcements/plasma-5.11.0.php:219
msgid "Additional improvements include:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:215 announcements/plasma-5.11.0.php:221
msgid ""
"\n"
"<li>Application identification logic, used for e.g. pinning apps in Task Manager, has been greatly improved</li>"
"\n"
"<li>Audio indicator in Task Manager denoting an application playing sound is now available</li>"
"\n"
"<li>Restricted window move operations are now possible</li>"
"\n"
"<li>Window shortcuts can be also assigned to Wayland windows</li>"
"\n"
"<li>Window title logic has been unified between X and Wayland windows</li>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.10.95.php:224
msgid "Full Plasma 5.11 Beta changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.0.php:104
msgid "Plasma 5.11"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.0.php:121
msgid "Tuesday, 10 Oct 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.0.php:122
msgid "Today KDE publishes this autumn's Plasma feature release, KDE Plasma 5.11. Plasma 5.11 brings a redesigned settings app, improved notifications, a more powerful task manager. Plasma 5.11 is the first release to contain the new “Vault”, a system to allow the user to encrypt and open sets of documents in a secure and user-friendly way, making Plasma an excellent choice for people dealing with private and confidential information."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.0.php:132
msgid "System Settings' New Design"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.0.php:147
msgid "Due to popular demand notifications optionally stores missed and expired notifications in a history. This is the first part of an ongoing effort to modernize the notification system in Plasma. This allows the user to override applications not marking their notifications as persistent, and viewing what happened in her absence."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.0.php:190
msgid ""
"Search results in launchers have gained features previously only available to applications listed on the menu. You no longer need to manually look for an application just to edit or uninstall it. The Kicker application launcher now hides its sidebar if no favorites are present, leading to a cleaner look. It also supports choosing an icon from the current icon theme rather than only pictures on your hard drive. You can now have different favorites per activity.\n"
"</p>"
"<p>\n"
"The different app menus now all share which applications are listed as favourites so you don't lose your settings if you decide to change your launcher.\n"
"</p>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.0.php:198
msgid "Folder View"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.0.php:199
msgid ""
"\n"
"Folder View, which became the default desktop layout in Plasma 5.10, saw many improvement based on user feedback. It supports more keyboard shortcuts, such as Ctrl+A to “Select All”, and spreads icons more uniformly across the visible area to avoid unpleasant gaps on the right and bottom edges of a screen. Moreover, startup has been sped up and interacting with icons results in significantly less disk access.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.0.php:230
msgid "Full Plasma 5.11 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.1.php:118
msgid "Tuesday, 17 October 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.1.php:129
msgid ""
"\n"
"<li>Fixed being unable to switch users from the Switch User screen. <a href='https://commits.kde.org/plasma-workspace/ac40f7dec47df9c48fa55d90be67ea4cbebcb09d'>Commit.</a> </li>"
"\n"
"<li>Fixed issue that caused pinned applications in task manager to erroneously shift around. <a href='https://commits.kde.org/plasma-workspace/88dbb40ddedee4740b904e9a6f57beda80013550'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/385594'>#385594</a>. Phabricator Code review <a href='https://phabricator.kde.org/D8258'>D8258</a></li>"
"\n"
"<li>Fixed application progress in task manager no longer working. <a href='https://commits.kde.org/plasma-desktop/a1a85f95bb487ac74ef2aa903ca09ae4ed2a125c'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/385730'>#385730</a>. Phabricator Code review <a href='https://phabricator.kde.org/D8327'>D8327</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.2.php:118
msgid "Thursday, 24 October 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.2.php:129
msgid ""
"\n"
"<li>Fix colours not updating in systemsettings. <a href='https://commits.kde.org/systemsettings/5f9243a8bb9f7dccc60fc1514a866095c22801b8'>Commit.</a> Phabricator Code review <a href='https://phabricator.kde.org/D8399'>D8399</a></li>"
"\n"
"<li>Default X font DPI to 96 on wayland. <a href='https://commits.kde.org/plasma-desktop/fae658ae90bf855b391061a5332a1a964045e914'>Commit.</a> Phabricator Code review <a href='https://phabricator.kde.org/8287'>8287</a></li>"
"\n"
"<li>Kcm baloo: Fix extraction of folder basename for error message. <a href='https://commits.kde.org/plasma-desktop/5a8691900fea2b77ae194f509d17e7368235b4c1'>Commit.</a> Phabricator Code review <a href='https://phabricator.kde.org/D8325'>D8325</a></li>"
"\n"
"<li>Properly access the system's GTK settings. <a href='https://commits.kde.org/kde-gtk-config/efa8c4df5b567d382317bd6f375cd1763737ff95'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/382291'>#382291</a>.</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.3.php:118
msgid "Tuesday, 7 November 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.3.php:129
msgid ""
"\n"
"<li>Sync xwayland DPI font to wayland dpi. <a href='https://commits.kde.org/plasma-workspace/a09ddff824a076b395fc7bfa801f81eaf2b8ea42'>Commit.</a> </li>"
"\n"
"<li>KDE GTK Config: Be flexible to systems without a gtkrc file in /etc. <a href='https://commits.kde.org/kde-gtk-config/952ab8f36e3c52a7ac6830ffd5b5c65f71fa0931'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/382291'>#382291</a></li>"
"\n"
"<li>Make sure we store password for all users when kwallet is disabled. <a href='https://commits.kde.org/plasma-nm/ead62e9582092709472e1e76eb3940d742ea808b'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/386343'>#386343</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.4.php:118
msgid "Tuesday, 28 November 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.4.php:129
msgid ""
"\n"
"<li>KSysGuard: Use OCS to retrieve Tabs from the KDE store. <a href='https://commits.kde.org/ksysguard/fdead6c30886e17ea0e590df2e7ddb79652fb328'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/338669'>#338669</a>. Phabricator Code review <a href='https://phabricator.kde.org/D8734'>D8734</a></li>"
"\n"
"<li>Be more explicit about Qt5::Widgets dependencies. <a href='https://commits.kde.org/plasma-desktop/1436ce4c23f8e0bc2e4a1efca73a9a436c34331a'>Commit.</a> </li>"
"\n"
"<li>Discover: Don't crash if we get into a weird state. <a href='https://commits.kde.org/discover/63fbc9bf5ef1cbf7fa4743770f032fbe342aa53f'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/385637'>#385637</a></li>"
"\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.5.php:118
msgid "Tuesday, 2 January 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.5.php:125 announcements/plasma-5.13.1.php:125
#: announcements/plasma-5.13.3.php:125 announcements/plasma-5.8.8.php:125
msgid "This release adds %1 worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:104
msgid "Plasma 5.12 LTS Beta"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:122
msgid "Monday, 15 Jan 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:123
msgid "Plasma 5.12 LTS Beta is the second long term support release from the Plasma 5 team. We have been working hard focusing on speed and stability for this release. Boot time to desktop has been improved by reviewing the code for anything which blocks execution. The team has been triaging and fixing bugs in every aspect of the codebase, tidying up artwork, removing corner cases and ensuring cross desktop integration. For the first time we offer our Wayland integration on long term support so you can be sure we will continue to fix bugs over the coming releases."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:128 announcements/plasma-5.12.0.php:128
msgid "New in Plasma 5.12 LTS"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:131 announcements/plasma-5.12.0.php:131
msgid "Smoother and Speedier"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:133
msgid "We have been concentrating on speed and memory improvements with this long term support release. When Plasma is running it now uses less CPU and less memory than previous versions. The time it takes to start a Plasma desktop has been reduced dramatically."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:136
msgid "Plasma on Wayland Now Under LTS promise"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:141 announcements/plasma-5.12.0.php:193
msgid "Display Setup Now Supports Wayland"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:143
msgid "Plasma's support for running as Wayland is now more complete and is now suitable for more wide-ranged testing. It is included as Long Term Support for the first time so we will be fixing bugs in the 5.12 LTS series. New features include:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:145
msgid ""
"\n"
"<li>Output resolution can be set through KScreen</li>"
"\n"
"<li>Enable/Disable outputs through KScreen</li>"
"\n"
"<li>Screen rotation</li>"
"\n"
"<li>Automatic screen rotation based on orientation sensor</li>"
"\n"
"<li>Automatic touch screen calibration</li>"
"\n"
"<li>XWayland is no longer required to run the Plasma desktop; applications only supporting X still make use of it.</li>"
"\n"
"<li>Wayland windows can be set to fullscreen</li>"
"\n"
"<li>Uses real-time scheduling policy to keep input responsive</li>"
"\n"
"<li>Automatic selection of the Compositor based on the used platform</li>"
"\n"
"<li>Starts implementing window rules</li>"
"\n"
"<li>KWin integrated Night Color removes blue light from your screen at night-time; this is a Wayland-only replacement for the great Redshift app on X</li>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:159
msgid "For those who know their Wayland internals the protocols we added are:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:161 announcements/plasma-5.12.0.php:212
msgid ""
"\n"
"<li>xdg_shell_unstable_v6</li>"
"\n"
"<li>xdg_foreign_unstable_v2</li>"
"\n"
"<li>idle_inhibit_unstable_v1</li>"
"\n"
"<li>server_decoration_palette</li>"
"\n"
"<li>appmenu</li>"
"\n"
"<li>wl_data_device_manager raised to version 3</li>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:170
msgid "Important change of policy: 5.12 is the last release which sees feature development in KWin on X11. With 5.13 onwards only new features relevant to Wayland are going to be added."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:172
msgid "We have put a lot of work into making Wayland support in Plasma as good as possible but there are still some missing features and issues in certain hardware configurations so we don't yet recommend it for daily use. More information on the <a href='https://community.kde.org/Plasma/Wayland_Showstoppers'>Wayland status wiki page</a>."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:175 announcements/plasma-5.12.0.php:175
#: announcements/plasma-5.12.90.php:191 announcements/plasma-5.13.0.php:193
#: announcements/plasma-5.4.95.php:133 announcements/plasma-5.4.95.php:135
#: announcements/plasma-5.5.0.php:140 announcements/plasma-5.5.0.php:142
msgid "Discover"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:178 announcements/plasma-5.11.95.php:180
#: announcements/plasma-5.12.0.php:178 announcements/plasma-5.12.0.php:180
msgid "Discover's new app page"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:183
msgid ""
"\n"
"<li>Improvements in User Interface</li>"
"\n"
"<ul>\n"
"<li>Redesigned app pages to showcase great software</li>"
"\n"
"<li>Leaner headers on non-browsing sections</li>"
"\n"
"<li>More compact browsing views, so you can see more apps at once"
"<li>\n"
"<li>App screenshots are bigger and have keyboard navigation"
"<li>\n"
"<li>Installed app list sorted alphabetically"
"<li>\n"
"<li>More complete UI to configure sources</li>"
"\n"
"</ul>"
"\n"
"<li>Much greater stability</li>"
"\n"
"<li>Improvements in Snap and Flatpak support</li>"
"\n"
"<li>Support for apt:// URLs</li>"
"\n"
"<li>Distributions can enable offline updates</li>"
"\n"
"<li>Better usability on phone form factors: uses Kirigami main action, has a view specific for searching</li>"
"\n"
"<li>Integrate PackageKit global signals into notifications</li>"
"\n"
"<ul>\n"
"<li>Distro upgrade for new releases</li>"
"\n"
"<li>Reboot notification for when Discover installs or updates a package that needs a reboot</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:207 announcements/plasma-5.12.0.php:136
msgid "New Features"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:211 announcements/plasma-5.11.95.php:213
#: announcements/plasma-5.12.0.php:140 announcements/plasma-5.12.0.php:142
msgid "Weather Applet with Temperature"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:216 announcements/plasma-5.12.0.php:145
msgid "CPU usage in System Activity"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:218 announcements/plasma-5.12.0.php:147
msgid "CPU usage in System Monitor"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:221 announcements/plasma-5.11.95.php:223
#: announcements/plasma-5.12.0.php:150 announcements/plasma-5.12.0.php:152
msgid "Larger, horizontally-centered window shadows"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:228
msgid ""
"\n"
"<li>Night Color feature to reduce evening blue light expose</li>"
"\n"
"<li>Usability improvement for the global menu: adding a global menu panel or window decoration button enables it without needing an extra configuration step</li>"
"\n"
"<li>Accessibility fixes in KRunner: it can now be completely used with on-screen readers such as Orca</li>"
"\n"
"<li>Icon applet now uses website favicon</li>"
"\n"
"<li>Notification text selectable again including copy link feature</li>"
"\n"
"<li>Slim Kickoff application menu layout</li>"
"\n"
"<li>The weather applet can now optionally show temperature next to the weather status icon on the panel</li>"
"\n"
"<li>System Activity and System Monitor now show per-process graphs for the CPU usage</li>"
"\n"
"<li>Clock widget's text is now sized more appropriately</li>"
"\n"
"<li>Windows shadows are now horizontally centered, and larger by default</li>"
"\n"
"<li>Properties dialog now shows file metadata</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:244 announcements/plasma-5.12.0.php:230
msgid "What’s New Since Plasma 5.8 LTS"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:246
msgid "If you have been using our previous LTS release, Plasma 5.8, there are many new features for you to look forward to:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:249 announcements/plasma-5.12.0.php:235
msgid "Previews in Notifications"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:254 announcements/plasma-5.12.0.php:240
msgid "Preview in Notifications"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:257 announcements/plasma-5.12.0.php:243
msgid "The notification system gained support for interactive previews that allow you to quickly take a screenshot and drag it into a chat window, an email composer, or a web browser form. This way you never have to leave the application you’re currently working with."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:260 announcements/plasma-5.12.0.php:246
msgid "Task Manager Improvement"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:265 announcements/plasma-5.12.0.php:251
msgid "Audio Icon and Mute Button Context Menu Entry"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:268
msgid "Due to popular demand we implemented switching between windows in Task Manager using Meta + number shortcuts for heavy multi-tasking. Also new in Task Manager is the ability to pin different applications in each of your activities. And should you want to focus on one particular task, applications currently playing audio are marked with an icon similar to how it’s done in modern web browsers. Together with a button to mute the offending application, this can help you stay focused."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:271 announcements/plasma-5.12.0.php:257
#: announcements/plasma-5.8.95.php:99 announcements/plasma-5.9.0.php:95
msgid "Global Menus"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:276 announcements/plasma-5.12.0.php:262
msgid "Global Menu Screenshots, Applet and Window Decoration"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:279
msgid "Global Menus have also returned. KDE's pioneering feature to separate the menu bar from the application window allows for new user interface paradigm with either a Plasma Widget showing the menu or neatly tucked away in the window title bar. Setting it up has been greatly simplified in Plasma 5.12: as soon as you add the Global Menu widget or title bar button, the required background service gets started automatically."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:282
msgid "Spring Loaded Folders"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:290
msgid "Folder View is now the default desktop layout. After some years shunning icons on the desktop we have accepted the inevitable and changed to Folder View as the default desktop which brings some icons by default and allows users to put whatever files or folders they want easy access to. For this many improvements have been made to Folder View, including <a href='https://blogs.kde.org/2017/01/31/plasma-510-spring-loading-folder-view-performance-work'>Spring Loading</a> making drag and drop of files powerful and quick, a tighter icon grid, as well as massively improved performance."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:293 announcements/plasma-5.12.0.php:279
msgid "Music Controls in Lock Screen"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:298 announcements/plasma-5.12.0.php:284
msgid "Media Controls on Lock Screen"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:301
msgid "Media controls have been added to the lock screen, which can be disabled since Plasma 5.12 for added privacy. Moreover, music will automatically pause when the system suspends."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:304 announcements/plasma-5.12.0.php:290
msgid "New System Settings Interface"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:309 announcements/plasma-5.12.0.php:295
msgid "New Look System Settings"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:312
msgid "We introduced a new System Settings user interface for easy access to commonly used settings. It is the first step in making this often-used and complex application easier to navigate and more user-friendly. The new design is added as an option, users who prefer the older icon or tree views can move back to their preferred way of navigation."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:315 announcements/plasma-5.11.95.php:320
#: announcements/plasma-5.12.0.php:301 announcements/plasma-5.12.0.php:306
msgid "Plasma Vaults"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:323
msgid "KDE has a focus on privacy. Our vision is: A world in which everyone has control over their digital life and enjoys freedom and privacy."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:325
msgid "For users who often deal with sensitive, confidential and private information, the new Plasma Vault offers strong encryption features presented in a user-friendly way. It allows to lock and encrypt sets of documents and hide them from prying eyes even when the user is logged in. Plasma Vault extends Plasma's activities feature with secure storage."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:329 announcements/plasma-5.12.0.php:315
#: announcements/plasma-5.8.0.php:41
msgid "Plasma's Comprehensive Features"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:331 announcements/plasma-5.8.0.php:43
msgid "Take a look at what Plasma offers, a comprehensive selection of features unparalleled in any desktop software."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:333 announcements/plasma-5.11.95.php:336
#: announcements/plasma-5.11.95.php:338 announcements/plasma-5.12.0.php:319
#: announcements/plasma-5.12.0.php:322 announcements/plasma-5.12.0.php:324
#: announcements/plasma-5.7.95.php:50 announcements/plasma-5.7.95.php:52
#: announcements/plasma-5.8.0.php:45 announcements/plasma-5.8.0.php:48
#: announcements/plasma-5.8.0.php:50
msgid "Desktop Widgets"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:341 announcements/plasma-5.8.0.php:53
msgid "Cover your desktop in useful widgets to keep you up to date with weather, amused with comics or helping with calculations."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:344 announcements/plasma-5.11.95.php:347
#: announcements/plasma-5.11.95.php:349 announcements/plasma-5.12.0.php:330
#: announcements/plasma-5.12.0.php:333 announcements/plasma-5.12.0.php:335
#: announcements/plasma-5.7.95.php:61 announcements/plasma-5.7.95.php:63
#: announcements/plasma-5.8.0.php:56 announcements/plasma-5.8.0.php:59
#: announcements/plasma-5.8.0.php:61
msgid "Get Hot New Stuff"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:352 announcements/plasma-5.8.0.php:64
msgid "Download wallpapers, window style, widgets, desktop effects and dozens of other resources straight to your desktop. We work with the new <a href=\"http://store.kde.org\">KDE Store</a> to bring you a wide selection of addons for you to install."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:355 announcements/plasma-5.11.95.php:358
#: announcements/plasma-5.11.95.php:360 announcements/plasma-5.12.0.php:341
#: announcements/plasma-5.12.0.php:344 announcements/plasma-5.12.0.php:346
#: announcements/plasma-5.7.95.php:72 announcements/plasma-5.7.95.php:74
#: announcements/plasma-5.8.0.php:67 announcements/plasma-5.8.0.php:70
#: announcements/plasma-5.8.0.php:72
msgid "Desktop Search"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:363 announcements/plasma-5.8.0.php:75
msgid "Plasma will let you easily search your desktop for applications, folders, music, video, files... everything you have."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:366 announcements/plasma-5.11.95.php:369
#: announcements/plasma-5.11.95.php:371 announcements/plasma-5.12.0.php:352
#: announcements/plasma-5.12.0.php:355 announcements/plasma-5.12.0.php:357
#: announcements/plasma-5.7.95.php:83 announcements/plasma-5.7.95.php:85
#: announcements/plasma-5.8.0.php:78 announcements/plasma-5.8.0.php:81
#: announcements/plasma-5.8.0.php:83
msgid "Unified Look"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:374 announcements/plasma-5.8.0.php:86
msgid "Plasma's default Breeze theme has a unified look across all the common programmer toolkits - Qt 4 &amp; 5, GTK 2 &amp; 3, even LibreOffice."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:377 announcements/plasma-5.11.95.php:380
#: announcements/plasma-5.11.95.php:382 announcements/plasma-5.12.0.php:363
#: announcements/plasma-5.12.0.php:366 announcements/plasma-5.12.0.php:368
#: announcements/plasma-5.7.95.php:94 announcements/plasma-5.7.95.php:96
#: announcements/plasma-5.8.0.php:89 announcements/plasma-5.8.0.php:92
#: announcements/plasma-5.8.0.php:94
msgid "Phone Integration"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:384 announcements/plasma-5.8.0.php:96
msgid "Using KDE Connect you'll be notified on your desktop of text message, can easily transfer files, have your music silenced during calls and even use your phone as a remote control."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:387 announcements/plasma-5.11.95.php:390
#: announcements/plasma-5.11.95.php:392 announcements/plasma-5.12.0.php:373
#: announcements/plasma-5.12.0.php:376 announcements/plasma-5.12.0.php:378
#: announcements/plasma-5.7.95.php:104 announcements/plasma-5.7.95.php:106
#: announcements/plasma-5.8.0.php:99 announcements/plasma-5.8.0.php:102
#: announcements/plasma-5.8.0.php:104
msgid "Infinitely Customisable"
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:394 announcements/plasma-5.8.0.php:106
msgid "Plasma is simple by default but you can customise it however you like with new widgets, panels, screens and styles."
msgstr ""
#. +> trunk
#: announcements/plasma-5.11.95.php:398
msgid "Full Plasma 5.12 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:118
msgid "Tuesday, 06 February 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:119
msgid "Today KDE releases a %1 update to Plasma 5, versioned %2"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:123
msgid "Plasma 5.12 LTS is the second long-term support release from the Plasma 5 team. We have been working hard, focusing on speed and stability for this release. Boot time to desktop has been improved by reviewing the code for anything which blocks execution. The team has been triaging and fixing bugs in every aspect of the codebase, tidying up artwork, removing corner cases, and ensuring cross-desktop integration. For the first time, we offer our Wayland integration on long-term support, so you can be sure we will continue to provide bug fixes and improvements to the Wayland experience."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:133
msgid "Speed and memory improvements are the focus of this long-term release. The new Plasma LTS uses less CPU and less memory than previous versions. The process of starting the Plasma desktop is now significantly faster."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:156
msgid "The list of new features in Plasma 5.12 LTS doesn't stop with improved performance. You can also look forward to the following:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:159
msgid ""
"\n"
"<li>Wayland-only Night Color feature that lets you adjust the screen color temperature to reduce eye strain</li>"
"\n"
"<li>Usability improvement for the global menu: adding a global menu panel or window decoration button enables it without needing an extra configuration step</li>"
"\n"
"<li>KRunner can now be completely used with on-screen readers such as Orca</li>"
"\n"
"<li>Notification text is selectable again and allows you to copy links from notifications</li>"
"\n"
"<li>The weather applet can now show the temperature next to the weather status icon on the panel</li>"
"\n"
"<li>Clock widget's text is now sized more appropriately</li>"
"\n"
"<li>System Activity and System Monitor display per-process graphs for the CPU usage</li>"
"\n"
"<li>Windows shadows are horizontally centered and larger by default</li>"
"\n"
"<li>The Properties dialog now shows file metadata</li>"
"\n"
"<li>The Icon applet now uses favicons for website shortcuts</li>"
"\n"
"<li>The Kickoff application menu has an optimized layout</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:183
msgid "We have made many improvements to the Discover user interface, starting with redesigned app pages to showcase all the amazing software you can install. Non-browsing sections of the interface now have leaner headers, and browsing views are more compact, allowing you to see more apps at once. The screenshots are bigger and support keyboard navigation. The list of installed apps is sorted alphabetically, and the interface for configuring sources has been polished."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:185
msgid "Discover has also seen major improvements in stability, as well as in Snap and Flatpak support. It supports <tt>apt://</tt> URLs, and will notify you when a package requires a reboot after installation or update. Distributions using Discover can enable offline updates, and the distro upgrade feature can be used to get new distribution releases. Discover comes with better usability on phone form factors (uses Kirigami main action, and has a view specific for searching), and it integrates PackageKit global signals into notifications. All in all, the process of maintaining your software with Discover will feel much smoother."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:188
msgid "Continuous Updates for Plasma on Wayland"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:195
msgid "Plasma's support for running on Wayland continues to improve, and it is now suitable for a wider range of testing. It is included as a Long Term Support feature for the first time, which means we will be fixing bugs throughout the entire 5.12 LTS series. New features include:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:197
msgid ""
"\n"
"<li>Ability to set output resolution and enable/disable outputs through KScreen</li>"
"\n"
"<li>Screen rotation</li>"
"\n"
"<li>Automatic screen rotation based on orientation sensor</li>"
"\n"
"<li>Automatic touch screen calibration</li>"
"\n"
"<li>Fullscreen option for Wayland windows</li>"
"\n"
"<li>Automatic selection of the Compositor based on the used platform</li>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:206
msgid "Plasma on Wayland cares about your vision, so an exclusive, Wayland-only feature called Night Color is also available. Night Color integrates with KWin and removes blue light from your screen at night-time, functioning as an equivalent of the great Redshift app that works on X."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:208
msgid "We have also started implementing window rules on Wayland and made it possible to use real-time scheduling policy to keep the input responsive. XWayland is no longer required to run the Plasma desktop; however, the applications only supporting X still make use of it."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:210
msgid "For those who know their Wayland internals, the protocols we added are:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:221
msgid "There is also an important change of policy: 5.12 is the last release which sees feature development in KWin on X11. With 5.13 onwards, only new features relevant to Wayland are going to be added."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:223
msgid "We have put a lot of work into making Wayland support in Plasma as good as possible, but there are still some missing features and issues with particular hardware configurations. Therefore, we don't yet recommend it for daily use. More information is available on the <a href='https://community.kde.org/Plasma/Wayland_Showstoppers'>Wayland status wiki page</a>."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:227
msgid "Browse the full Plasma 5.12 LTS changelog to find even more tweaks and bug fixes featured in this release: "
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:232
msgid "If you have been using our previous LTS release, Plasma 5.8, you might notice some interesting changes when you upgrade to Plasma 5.12. All these great features are waiting for you:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:254
msgid "Due to popular demand, we implemented switching between windows in Task Manager using Meta + number shortcuts for heavy multi-tasking. Also new in Task Manager is the ability to pin different applications in each of your activities. Is some app making noise in the background while you are trying to focus on one task? Applications currently playing audio are now marked with an icon, similar to how it’s done in modern web browsers. Together with a button to mute the offending application, this can help you stay focused."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:265
msgid "Global Menus have returned. KDE's pioneering feature to separate the menu bar from the application window allows for a new user interface paradigm, with either a Plasma Widget showing the menu, or with the menu neatly tucked away in the window title bar. Setting it up has been greatly simplified in Plasma 5.12: as soon as you add the Global Menu widget or title bar button, the required background service gets started automatically. No need to reload the desktop or click any confirmation buttons!"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:268
msgid "Spring-Loaded Folders"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:276
msgid "Folder View is now the default desktop layout. After some years of shunning icons on the desktop, we have accepted the inevitable and changed to Folder View as the default desktop. This brings some icons to the desktop by default, and allows you to put whatever files or folders you want on it for easy access. To make this work, many improvements have been made to Folder View. Spring Loading makes drag-and- dropping files powerful and quick, and there is a tighter icon grid, along with massively improved performance."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:287
msgid "Media controls have been added to the lock screen. For added privacy, they can be disabled in Plasma 5.12. Moreover, music will automatically pause when the system suspends."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:298
msgid "We introduced a new System Settings user interface for easy access to commonly used settings. It is the first step in making this often-used and complex application easier to navigate and more user-friendly. The new design is added as an option, so users who prefer the older icon or tree views can move back to their preferred way of navigation."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:309
msgid "KDE has a focus on privacy. After all, our vision is a world in which everyone has control over their digital life and enjoys freedom and privacy."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:311
msgid "For users who often deal with sensitive, confidential and private information, the new Plasma Vault feature offers strong encryption options presented in a user-friendly way. It allows you to lock and encrypt sets of documents, and hide them from prying eyes even when you are logged in. Plasma Vault extends Plasma's Activities feature with secure storage."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:317
msgid "Take a look at what Plasma offers - a comprehensive selection of features unparalleled in any desktop software."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:327
msgid "Cover your desktop in useful widgets to keep you up to date with weather, amuse you with comics, or help you with calculations."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:338
msgid "Download wallpapers, window styles, widgets, desktop effects and dozens of other resources straight to your desktop. We work with the new <a href=\"http://store.kde.org\">KDE Store</a> to bring you a wide selection of addons ready to be installed."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:349
msgid "Plasma lets you easily search your desktop for applications, folders, music, video, files... If you have it, Plasma can find it."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:360
msgid "Plasma's default Breeze theme has a unified look across all the common programming toolkits - Qt 4 &amp; 5, GTK 2 &amp; 3, and LibreOffice."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:370
msgid "With KDE Connect, you can get notifications for new text messages on the desktop, easily transfer files between your computer and mobile device, silence music during calls, and even use your phone for remote control."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.0.php:380
msgid "Plasma is simple by default, but powerful when needed. You can customise it however you like with new widgets, panels, screens, and styles."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.1.php:118
msgid "Tuesday, 13 February 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.1.php:129
msgid ""
"\n"
"<li>System Settings: Fix crash when searching. <a href='https://commits.kde.org/systemsettings/d314bce549f63735e1746101aaae8880011b6704'>Commit.</a> Phabricator Code review <a href='https://phabricator.kde.org/D10272'>D10272</a></li>"
"\n"
"<li>Fixed mouse settings module crashing on Wayland. <a href='https://commits.kde.org/plasma-desktop/483565374f7992a087585bbf5af55ab05b60d212'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/389978'>#389978</a>. Phabricator Code review <a href='https://phabricator.kde.org/D10359'>D10359</a></li>"
"\n"
"<li>Show a beautiful disabled icon for updates. <a href='https://commits.kde.org/discover/d7d7904b5a8e8cca03216907f1b3ee0707aa0f08'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/390076'>#390076</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.2.php:118
msgid "Tuesday, 20 February 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.2.php:129
msgid ""
"\n"
"<li>Fix favicons in firefox bookmarks runner. <a href='https://commits.kde.org/plasma-workspace/93f0f5ee2c275c3328f37675b644c1ce35f75e70'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/363136'>#363136</a>. Phabricator Code review <a href='https://phabricator.kde.org/D10610'>D10610</a></li>"
"\n"
"<li>System settings: Improve sidebar header visibility. <a href='https://commits.kde.org/systemsettings/6f5b6e41ec4dec6af9693c3a22e5181ee850414b'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/384638'>#384638</a>. Phabricator Code review <a href='https://phabricator.kde.org/D10620'>D10620</a></li>"
"\n"
"<li>Discover: Don't let the user write the first review for apps they haven't installed. <a href='https://commits.kde.org/discover/01ec02e97016ec17393f09d3cb95e40eb7c21bb2'>Commit.</a> </li>"
"\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.3.php:118
msgid "Tuesday, 6 March 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.3.php:129
msgid ""
"\n"
"<li>Fix installation of Discover backends. <a href='https://commits.kde.org/discover/523942d2fa0bc93362d49906d973d351f0d95ed1'>Commit.</a> </li>"
"\n"
"<li>KWin: Fix the build on armhf/aarch64. <a href='https://commits.kde.org/kwin/3fa287280b04746bebcee436f92545f9f8420452'>Commit.</a> Phabricator Code review <a href='https://phabricator.kde.org/D10762'>D10762</a></li>"
"\n"
"<li>Fix the userswitcher when using the mouse for switching. <a href='https://commits.kde.org/plasma-workspace/1eb9ae7e33e2b0cb14ab10bc81710fa4b8f19ef5'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/391007'>#391007</a>. Phabricator Code review <a href='https://phabricator.kde.org/D10802'>D10802</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.4.php:118
msgid "Tuesday, 27 March 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.4.php:129
msgid ""
"\n"
"<li>Fix pixelated icon scaling for HiDPI screens. <a href='https://commits.kde.org/kmenuedit/e8e3c0f8e4a122ffc13386ab55b408aba2d29e14'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/390737'>#390737</a>. Phabricator Code review <a href='https://phabricator.kde.org/D11631'>D11631</a></li>"
"\n"
"<li>Discover: Simplify the tasks view. <a href='https://commits.kde.org/discover/1d7b96ec879eb59107b915e52f31941d7480ef0e'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/391760'>#391760</a></li>"
"\n"
"<li>Move to KRunner's second results item with a single keypress. <a href='https://commits.kde.org/plasma-workspace/b8ffa755ed2df6bf6a47b9268e7da93355a4d856'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/392197'>#392197</a>. Phabricator Code review <a href='https://phabricator.kde.org/D11611'>D11611</a></li>"
"\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.5.php:118
msgid "Tuesday, 1 May 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.5.php:129
msgid ""
"\n"
"<li>Discover: improve display of Progress element. <a href='https://commits.kde.org/discover/ff6f7b86a94c25b0a322dd5ad1d86709d54a9cd5'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/393323'>#393323</a></li>"
"\n"
"<li>Weather dataengine: fix BBC provider to adapt to change RSS feed. <a href='https://commits.kde.org/plasma-workspace/558a29efc4c9f055799d23ee6c75464e24489e5a'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/392510'>#392510</a>. Phabricator Code review <a href='https://phabricator.kde.org/D11808'>D11808</a></li>"
"\n"
"<li>Fixed bug that caused power management system to not work on a fresh install. <a href='https://commits.kde.org/powerdevil/be91abe7fc8cc731b57bec4cf2c004c07b0fd79b'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/391782'>#391782</a></li>"
"\n"
"\t\t"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.6.php:118
msgid "Wednesday, 27 June 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.6.php:129
msgid ""
"\n"
"<li>Fix avatar picture aliasing and stretching in kickoff. <a href='https://commits.kde.org/plasma-desktop/9da4da7ea7f71dcf6da2b6b263f7a636029c4a25'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/369327'>#369327</a>. Phabricator Code review <a href='https://phabricator.kde.org/D12469'>D12469</a></li>"
"\n"
"<li>Discover: Fix there being more security updates than total updates in notifier. <a href='https://commits.kde.org/discover/9577e7d1d333d43d899e6eca76bfb309483eb29a'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/392056'>#392056</a>. Phabricator Code review <a href='https://phabricator.kde.org/D13596'>D13596</a></li>"
"\n"
"<li>Discover Snap support: make it possible to launch installed applications. <a href='https://commits.kde.org/discover/d9d711ff42a67a2df24317af317e6722f89bd822'>Commit.</a> </li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:120
msgid "Thursday, 17 May 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:121
msgid "Today KDE unveils a %1 release of Plasma %2."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:125 announcements/plasma-5.13.0.php:123
msgid "Members of the Plasma team have been working hard to continue making Plasma a lightweight and responsive desktop which loads and runs quickly, but remains full-featured with a polished look and feel. We have spent the last four months optimising startup and minimising memory usage, yielding faster time-to-desktop, better runtime performance and less memory consumption. Basic features like panel popups were optimised to make sure they run smoothly even on the lowest-end hardware. Our design teams have not rested either, producing beautiful new integrated lock and login screen graphics."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:130 announcements/plasma-5.13.0.php:132
msgid "New in Plasma 5.13"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:133 announcements/plasma-5.13.0.php:135
msgid "Plasma Browser Integration"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:134
msgid "Plasma Browser Integration is a suite of new features which make Firefox and Chrome, and Chromium-based browsers work with your desktop. Downloads are now displayed in the Plasma notification popup just as when transferring files with Dolphin. The Media Controls Plasmoid can mute and skip videos and music playing from within the browser. You can send a link to your phone with KDE Connect. Browser tabs can be opened directly using KRunner via the Alt-Space keyboard shortcut. To enable Plasma Browser Integration, add the relevant plugin from the addon store of your favourite browser."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:137 announcements/plasma-5.13.0.php:139
msgid "Plasma Browser Integration for Downloads"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:140 announcements/plasma-5.13.0.php:142
msgid "Plasma Browser Integration for Media Controls"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:142 announcements/plasma-5.13.0.php:144
msgid "Plasma Browser Integration for Downloads and Media Controls"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:146 announcements/plasma-5.13.0.php:148
msgid "System Settings Redesigns"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:147 announcements/plasma-5.13.0.php:149
msgid "Our settings pages are being redesigned. The KDE Visual Design Group has reviewed many of the tools in System Settings and we are now implementing those redesigns. KDE's Kirigami framework gives the pages a slick new look. We started off with the theming tools, comprising the icons, desktop themes, and cursor themes pages. The splash screen page can now download new splashscreens from the KDE Store. The fonts page can now display previews for the sub-pixel anti-aliasing settings."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:150 announcements/plasma-5.13.0.php:152
msgid "Desktop Theme"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:153 announcements/plasma-5.13.0.php:155
msgid "Font Settings"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:156 announcements/plasma-5.13.0.php:158
msgid "Icon Themes"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:158 announcements/plasma-5.13.0.php:160
msgid "Redesigned System Settings Pages"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:162 announcements/plasma-5.13.0.php:164
msgid "New Look for Lock and Login Screens"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:163 announcements/plasma-5.13.0.php:165
msgid "Our login and lock screens have a fresh new design, displaying the wallpaper of the current Plasma release by default. The lock screen now incorporates a slick fade-to-blur transition to show the controls, allowing it to be easily used like a screensaver."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:166 announcements/plasma-5.13.0.php:168
msgid "Lock Screen"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:169 announcements/plasma-5.13.0.php:171
msgid "Login Screen"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:171 announcements/plasma-5.13.0.php:173
msgid "Lock and Login Screen new Look"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:177 announcements/plasma-5.12.90.php:179
#: announcements/plasma-5.13.0.php:179 announcements/plasma-5.13.0.php:181
msgid "Improved Blur Effect in the Dash Menu"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:181 announcements/plasma-5.13.0.php:183
msgid "Graphics Compositor"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:182 announcements/plasma-5.13.0.php:184
msgid "Our compositor KWin gained much-improved effects for blur and desktop switching. Wayland work continued, with the return of window rules, the use of high priority EGL Contexts, and initial support for screencasts and desktop sharing."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:187 announcements/plasma-5.12.90.php:189
#: announcements/plasma-5.13.0.php:189 announcements/plasma-5.13.0.php:191
msgid "Discover's Lists with Ratings, Themed Icons, and Sorting Options"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:192 announcements/plasma-5.13.0.php:194
msgid "Discover, our software and addon installer, has more features and sports improvements to the look and feel."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:194
msgid "Using our Kirigami UI framework we improved the appearance of lists and category pages, which now use toolbars instead of big banner images. Lists can now be sorted, and use the new Kirigami Cards widget. Star ratings are shown on lists and app pages. App icons use your local icon theme better match your desktop settings. All AppStream metadata is now shown on the application page, including all URL types. And for users of Arch Linux, the Pacman log is now displayed after software updates."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:196 announcements/plasma-5.13.0.php:198
msgid "Work has continued on bundled app formats. Snap support now allows user control of app permissions, and it's possible to install Snaps that use classic mode. And the 'snap://' URL format is now supported. Flatpak support gains the ability to choose the preferred repository to install from when more than one is set up."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:199 announcements/plasma-5.13.0.php:201
msgid "Much More"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:200 announcements/plasma-5.13.0.php:202
msgid "Other changes include:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:202 announcements/plasma-5.13.0.php:204
msgid "A tech preview of <a href='http://blog.broulik.de/2018/03/gtk-global-menu/'>GTK global menu integration</a>."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:203 announcements/plasma-5.13.0.php:205
msgid "Redesigned Media Player Widget."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:204 announcements/plasma-5.13.0.php:206
msgid "Plasma Calendar plugin for astronomical events, currently showing: lunar phases & astronomical seasons (equinox, solstices)."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:205 announcements/plasma-5.13.0.php:207
msgid "xdg-desktop-portal-kde, used to give desktop integration for Flatpak and Snap applications, gained support for screenshot and screencast portals."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:206 announcements/plasma-5.13.0.php:208
msgid "The Digital Clock widget allows copying the current date and time to the clipboard."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:207 announcements/plasma-5.13.0.php:209
msgid "The notification popup has a button to clear the history."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:208 announcements/plasma-5.13.0.php:210
msgid "More KRunner plugins to provide easy access to Konsole profiles and the character picker."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:209 announcements/plasma-5.13.0.php:211
msgid "The Mouse System Settings page has been rewritten for libinput support on X and Wayland."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:210 announcements/plasma-5.13.0.php:212
msgid "Plasma Vault has a new CryFS backend, commands to remotely close open vaults with KDE Connect, offline vaults, a more polished interface and better error reporting."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:211 announcements/plasma-5.13.0.php:213
msgid "A new dialog pops up when you first plug in an external monitor so you can easily configure how it should be positioned."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:212
msgid "Plasma gained the ability to fall back to a software rendering if OpenGL drivers unexpectedly fail."
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:216 announcements/plasma-5.13.0.php:219
msgid "GEdit with Title Bar Menu"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:219 announcements/plasma-5.13.0.php:222
msgid "Redesigned Media Player Widget"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:222 announcements/plasma-5.13.0.php:225
msgid "Connect an External Monitor"
msgstr ""
#. +> trunk
#: announcements/plasma-5.12.90.php:224 announcements/plasma-5.13.0.php:227
msgid "GEdit with Title Bar Menu. Redesigned Media Player Widget. Connect an External Monitor Dialog."
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.0.php:118
msgid "Tuesday, 12 June 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.0.php:119
msgid "Today KDE unveils the %1 release of Plasma %2."
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.0.php:128
msgid "Browse the full Plasma 5.13 changelog to find even more tweaks and bug fixes featured in this release: "
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.0.php:136
msgid "Plasma Browser Integration is a suite of new features which make Firefox, Chrome and Chromium-based browsers work with your desktop. Downloads are now displayed in the Plasma notification popup just as when transferring files with Dolphin. The Media Controls Plasmoid can mute and skip videos and music playing from within the browser. You can send a link to your phone with KDE Connect. Browser tabs can be opened directly using KRunner via the Alt-Space keyboard shortcut. To enable Plasma Browser Integration, add the relevant plugin from the addon store of your favourite browser."
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.0.php:196
msgid "Using our Kirigami UI framework we improved the appearance of lists and category pages, which now use toolbars instead of big banner images. Lists can now be sorted, and use the new Kirigami Cards widget. Star ratings are shown on lists and app pages. App icons use your local icon theme to better match your desktop settings. All AppStream metadata is now shown on the application page, including all URL types."
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.0.php:214
msgid "Popups in panel open faster due to a new preloading mechanism."
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.0.php:215
msgid "Plasma gained the ability to fall back to software rendering if OpenGL drivers unexpectedly fail."
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.1.php:118
msgid "Tuesday, 19 June 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.1.php:129
msgid ""
"\n"
"<li>Discover: Fix build with newer flatpak. <a href='https://commits.kde.org/discover/e95083f4a3a3cc64be9c98913a42759bce2716ee'>Commit.</a> </li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.2.php:118
msgid "Tuesday, 26 June 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.2.php:129
msgid ""
"\n"
"<li>Fix tooltip woes. <a href='https://commits.kde.org/plasma-desktop/1e218b405bee4d75a5d26a4c28da2724d967953a'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/382571'>#382571</a>. Fixes bug <a href='https://bugs.kde.org/385947'>#385947</a>. Fixes bug <a href='https://bugs.kde.org/389469'>#389469</a>. Fixes bug <a href='https://bugs.kde.org/388749'>#388749</a>. Phabricator Code review <a href='https://phabricator.kde.org/D13602'>D13602</a></li>"
"\n"
"<li>Revert Touchpad KDED module: Convert to JSON metadata. <a href='https://commits.kde.org/plasma-desktop/3432c3342b1f8014cf59f39565aca53d280c7f86'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/395622'>#395622</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.3.php:118
msgid "Tuesday, 10 July 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.3.php:129
msgid "Fix for QtCurve settings crash when using global menu"
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.3.php:130
msgid "Fix places runner to open search, timeline and devices properly"
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.3.php:131
msgid "Fixes for stability and usability in Plasma Discover"
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.3.php:132
msgid "Correct Folder View sizing and representation switch behavior"
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.4.php:118
msgid "Tue, 31 Jul 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.13.4.php:129
msgid ""
"\n"
"<li>Discover: When sorting by release date, show newer first. <a href='https://commits.kde.org/discover/b6a3d2bbf1a75bac6e48f5ef5e8ace8f770d535c'>Commit.</a> </li>"
"\n"
"<li>Don't unintentionally change font rendering when rendering preview images. <a href='https://commits.kde.org/plasma-desktop/79a4bbc36cee399d71f3cfb05429939b0850db25'>Commit.</a> Phabricator Code review <a href='https://phabricator.kde.org/D14480'>D14480</a></li>"
"\n"
"<li>Honor ghns KIOSK restriction in new KCMs. <a href='https://commits.kde.org/plasma-desktop/4e2a515bb34f6262e7d0c39c11ee35b6556a6146'>Commit.</a> Phabricator Code review <a href='https://phabricator.kde.org/D14041'>D14041</a></li>"
"\n"
"\t\t"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:4
msgid "KDE Ships Plasma 5.2"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:17
msgid ""
"Tuesday, 27 January 2015.\n"
"Today KDE releases Plasma 5.2. This release adds a number\n"
"of new components, many new features and many more bugfixes.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:35
msgid "KScreen dual monitor setup"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:38
msgid "This release of Plasma comes with some new components to make your desktop even more complete:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:40
msgid "<strong>BlueDevil</strong>: a range of desktop components to manage Bluetooth devices. It'll set up your mouse, keyboard, send &amp; receive files and you can browse for devices."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:42
msgid "<strong>KSSHAskPass</strong>: if you access computers with ssh keys but those keys have passwords this module will give you a graphical UI to enter those passwords."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:44
msgid "<strong>Muon</strong>: install and manage software and other addons for your computer."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:46
msgid "<strong>Login theme configuration (SDDM)</strong>: SDDM is now the login manager of choice for Plasma and this new System Settings module allows you to configure the theme."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:48
msgid "<strong>KScreen</strong>: getting its first release for Plasma 5 is the System Settings module to set up multiple monitor support."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:50
msgid "<strong>GTK Application Style</strong>: this new module lets you configure themeing of applications from Gnome."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:52
msgid ""
"<strong>KDecoration</strong>: this new library makes it easier and\n"
"more reliable to make themes for KWin, Plasma's window manager. It has\n"
"impressive memory, performance and stability improvements. If you are\n"
"missing a feature don't worry it'll be back in Plasma 5.3."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:59
msgid "<strong>Undo</strong> changes to Plasma desktop layout"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:63
msgid "Undo changes to desktop layout"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:66
msgid "Smarter sorting of results in <strong>KRunner</strong>, press Alt-space to easily search through your computer"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:73
msgid "<strong>Breeze window decoration</strong> theme adds a new look to your desktop and is now used by default"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:80
msgid "The artists in the visual design group have been hard at work on many new <strong>Breeze icons</strong>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:84
msgid "More Breeze Icons"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:87
msgid "They are have added a new white mouse <strong>cursor theme</strong> for Breeze."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:89
msgid "<strong>New plasma widgets</strong>: 15 puzzle, web browser, show desktop"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:96
msgid "<strong>Audio Player controls</strong> in KRunner, press Alt-Space and type next to change music track"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:98
msgid "The Kicker alternative application menu can install applications from the menu and adds menu editing features."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:100
msgid ""
"Our desktop search feature Baloo sees optimisations on\n"
"startup. It now consumes 2-3x less CPU on startup. The query parser\n"
"supports \"type\" / \"kind\" properties, so you can type \"kind:Audio\" in\n"
"krunner to filter out Audio results."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:105
msgid ""
"In the screen locker we improved the integration with\n"
"logind to ensure the screen is properly locked before suspend. The\n"
"background of the lock screen can be configured. Internally this uses\n"
"part of the Wayland protocol which is the future of the Linux\n"
"desktop."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:111
msgid ""
"There are improvements in the handling of multiple monitors. The\n"
"detection code for multiple monitors got ported to use the XRandR\n"
"extension directly and multiple bugs related to it were fixed."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:115
msgid "<strong>Default applications in Kickoff</strong> panel menu have been updated to list Instant Messaging, Kontact and Kate."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:117
msgid "There is a welcome return to the touchpad enable/disable feature for laptop keypads with these keys."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:119
msgid "Breeze will <strong>set up GTK themes</strong> on first login to match."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:121
msgid "Over 300 bugs fixed throughout Plasma modules."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:123
msgid "Plasma modules 5.2 full changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.0.php:129
msgid ""
"\n"
"The easiest way to try it out is the with a live image booted off a\n"
"USB disk. Images which use Plasma 5.2 beta are available for\n"
"development versions of <a\n"
"href='http://cdimage.ubuntu.com/kubuntu/releases/vivid/alpha-2/'>Kubuntu\n"
"Vivid Beta</a> and <a\n"
"href='http://www.dvratil.cz/2015/01/plasma-5-2-beta-available-for-fedora-testers/'>Fedora\n"
"21 remix</a>. We expect Plasma 5 to be picked up as the default\n"
"desktop in leading distributions in the coming months.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1-5.2.2-changelog.php:4
msgid "Plasma 5.2.2 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:4
msgid "KDE Ships Plasma 5.2.1, Bugfix Release for February"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:21
msgid ""
"Tuesday, 24 February 2015.\n"
"Today KDE releases a bugfix update to Plasma 5, versioned 5.2.1. <a\n"
"href='https://www.kde.org/announcements/plasma-5.2.0.php'>Plasma 5.2</a>\n"
"was released in January with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:37
msgid "Don't turn off the screen or suspend the computer when watching videos in a web browser"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:38
msgid "Fix Powerdevil from using full CPU"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:39
msgid "Show the correct prompt for a fingerprint reader swipe"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:40
msgid "Show correct connection name in Plasma Network Manager"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:41
msgid "Remove kdelibs4support code in many modules"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:42
msgid "Fix crash when switching to/from Breeze widget style"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:43
msgid "In KScreen fix crash when multiple EDID requests for the same output are enqueued"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:44
msgid "In KScreen fix visual representation of output rotation"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:45
msgid "In Oxygen style improved rendering of checkbox menu item's contrast pixel, especially when selected using Strong highlight."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:46
msgid "In Plasma Desktop improve rubber band feel and consistency with Dolphin."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:47
msgid "In Plasma Desktop use smooth transformation for scaling down the user picture"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:48
msgid "When setting color scheme information for KDElibs 4, don't read from KF5 kdeglobals"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:49
msgid "Baloo KCM: Show proper icons (porting bug)"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:52
msgid "Full Plasma 5.2.1 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.1.php:58
msgid ""
"\n"
"The easiest way to try it out is the with a live image booted off a\n"
"USB disk. Images with Plasma 5.2 are available from <a\n"
"href='http://cdimage.ubuntu.com/kubuntu/daily-live/current/'>Kubuntu development daily builds</a>.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.2-5.2.95-changelog.php:4
msgid "Plasma 5.2.95 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.2-5.3.0-changelog.php:4
msgid "Plasma 5.3.0 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.2.php:4
msgid "KDE Ships Plasma 5.2.2, Bugfix Release for March"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.2.php:21
msgid ""
"Tue, 24 Mar 2015.\n"
"Today KDE releases a bugfix update to Plasma 5, versioned 5.2.2. \n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.2.0.php'>Plasma 5.2</a>\n"
"was released in January with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.2.php:39
msgid "Translated documentation is now available"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.2.php:40
msgid "Create gtk-3.0 directory before putting the settings file into it. <a href='http://quickgit.kde.org/?p=breeze.git&a=commit&h=8614a8245741a1282a75a36cb7c67d181ec435a0'>Commit."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.2.php:41
msgid "KScreen: fix rounding error in updateRootProperties(). <a href='http://quickgit.kde.org/?p=kscreen.git&a=commit&h=a2d488623344e968e3e65627824e7ae369247094'>Commit."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.2.php:42
msgid "KWin: Fix installation of GHNS material. <a href='http://quickgit.kde.org/?p=kwin.git&a=commit&h=9bddd0fe8a7a909e0704ce215666d4a8a23a8307'>Commit."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.2.php:43
msgid "Muon: Wait to fetch the KNS backend until we have OCS providers. <a href='http://quickgit.kde.org/?p=muon.git&a=commit&h=a644be96c4c446b904a194278f35bb0e0540aabc'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/344840'>#344840</a>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.2.php:44
msgid "Plasma Desktop: Extract UI messages. <a href='http://quickgit.kde.org/?p=plasma-desktop.git&a=commit&h=12f750d497c5f2def14d89ad669057e13197b6f8'>Commit."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.2.php:45
msgid "Plasma Networkmanager: Make sure SSID will be displayed properly when using non-ASCII characters. <a href='http://quickgit.kde.org/?p=plasma-nm.git&a=commit&h=cbd1e7818471ae382fb25881c138e0228a44dac4'>Commit.</a> See bug <a href='https://bugs.kde.org/342697'>#342697</a>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.2.php:51
msgid "Full Plasma 5.2.2 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.2.php:57
msgid ""
"\n"
"The easiest way to try it out is the with a live image booted off a\n"
"USB disk. You can find a list of <a href='%1'>Live Images with Plasma 5</a> at KDE Community Wiki.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:4
msgid "KDE Ships Plasma 5.3 Beta, New Feature Release"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:21
msgid "Tuesday, 14 April 2015."
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:22
msgid "Today KDE releases a beta release of Plasma 5, versioned 5.2.95. \n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:28 announcements/plasma-5.2.95.php:30
msgid "Plasma 5.3 Beta"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:33 announcements/plasma-5.3.0.php:34
msgid "Highlights"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:38 announcements/plasma-5.3.0.php:39
msgid "Inform what is blocking power saving"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:40 announcements/plasma-5.3.0.php:41
msgid "Battery applet now informs what is blocking power saving"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:42 announcements/plasma-5.3.0.php:43
msgid "Energy Usage monitor"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:44 announcements/plasma-5.3.0.php:45
msgid "New energy usage monitor"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:47 announcements/plasma-5.3.0.php:48
msgid "Enhanced Power Management"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:49 announcements/plasma-5.3.0.php:50
msgid ""
"\n"
"<li>Power management settings can be configured\n"
"differently for certain activities</li>"
"\n"
"<li>Laptop will not suspend when closing the lid while an external monitor is\n"
"connected ('cinema mode', by default, can be turned off)</li>"
"\n"
"<li>Power management inhibitions block lock screen too</li>"
"\n"
"<li>Screen brightness changes are now animated on most hardware</li>"
"\n"
"<li>No longer suspends when closing the lid while shutting down</li>"
"\n"
"<li>Support for keyboard button brightness controls on lock screen</li>"
"\n"
"<li>KInfoCenter provides statistics about energy consumption</li>"
"\n"
"<li>Battery monitor now shows which applications are currently holding a power management\n"
"inhibition for example ('Chrome is currently suppressing PM: Playing video')</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:68 announcements/plasma-5.3.0.php:69
msgid "Bluedevil"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:70 announcements/plasma-5.3.0.php:71
msgid "The new Bluedevil Applet"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:73 announcements/plasma-5.3.0.php:74
msgid "Better Bluetooth Capabilities"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:75 announcements/plasma-5.3.0.php:76
msgid ""
"\n"
"<li>New Bluetooth applet</li>"
"\n"
"<li>Bluedevil was ported to a new library from KDE, BluezQt</li>"
"\n"
"<li>Added support for blocking and unblocking Bluetooth</li>"
"\n"
"<li>Connected devices with Browse Files (ObexFTP) support are now displayed in the file dialog's Places panel</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:87 announcements/plasma-5.2.95.php:89
#: announcements/plasma-5.3.0.php:88 announcements/plasma-5.3.0.php:90
msgid "Configure your Touchpad"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:92 announcements/plasma-5.3.0.php:93
msgid ""
"\n"
"A <strong>touchpad configuration module</strong> has been added\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:99 announcements/plasma-5.2.95.php:101
#: announcements/plasma-5.3.0.php:100 announcements/plasma-5.3.0.php:102
msgid "Application Menu can access contacts"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:103 announcements/plasma-5.2.95.php:105
msgid "Application Menu can show recent contacts"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:108 announcements/plasma-5.3.0.php:109
msgid ""
"\n"
"Improved Plasma Widgets\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:113 announcements/plasma-5.3.0.php:114
msgid ""
"\n"
"<li>Clipboard applet gains support for showing barcodes</li>"
"\n"
"</li>"
"The Desktop and Folder View containment codebases were\n"
" unified, and have seen performance improvements</li>"
"\n"
"<li>The Recent Documents and Recent Applications sections in\n"
" Application Menu (Kicker) are now powered by KDE activities</li>"
"\n"
"<li>Comics widget returns</li>"
"\n"
"<li>System monitor plasmoids return, such as CPU Load Monitor and Hard Disk usage</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:125 announcements/plasma-5.3.0.php:126
msgid ""
"\n"
"Plasma Media Center - Tech Preview\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:130 announcements/plasma-5.2.95.php:132
#: announcements/plasma-5.3.0.php:131 announcements/plasma-5.3.0.php:133
msgid "Plasma Media Center"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:135
msgid ""
"\n"
"<strong>Plasma Media Center</strong> is added as a tech preview in this beta. It is fully stable but misses a few features compared to version 1. You can log directly into a Plasma Media Center session if you want to use it on a media device such as a television or projector or you can run it from Plasma Desktop. It will scan for videos, music and pictures on your computer to let you browse and play them.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:142 announcements/plasma-5.2.95.php:144
#: announcements/plasma-5.3.0.php:143 announcements/plasma-5.3.0.php:145
msgid "Plasma is now able to start a nested XWayland server"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:147 announcements/plasma-5.3.0.php:148
msgid "Big Steps Towards Wayland Support"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:150 announcements/plasma-5.3.0.php:151
msgid ""
"\n"
"Plasma 5.3 makes a huge step towards to <strong>supporting the Wayland windowing system</strong> in addition to the default X11 windowing system. Plasma's window manager and compositor KWin is now able to start a nested XWayland server, which acts as a bridge between the old (X11) and the new (Wayland) world. X11 windows can connect to this server as if it were a normal X server, for KWin it looks like a Wayland window, though. This means that KWin learned to handle Wayland windows in this release, though full integration is only expected for Plasma 5.4.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:155 announcements/plasma-5.3.0.php:156
msgid ""
"\n"
"In addition KWin gained new output modes for Wayland allowing to start a nested KWin on X11 and to start KWin directly on a framebuffer device, which will be the fallback for the case that OpenGL and/or <a href='https://en.wikipedia.org/wiki/Direct_Rendering_Manager'>kernel mode settings</a> are not supported. A rendering backend on kernel mode settings is expected for Plasma 5.4. More information about these new backends and how to test them can be found in <a href='https://community.kde.org/KWin/Wayland'>the KWin wiki pages</a>. Please keep in mind that this is only a development preview and highly experimental new code.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:160 announcements/plasma-5.3.0.php:184
msgid "Bug Fixes Galore"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:163
msgid ""
"\n"
"348 bugs were fixed</a> giving fewer crashes and more reliable use.</p>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:170
msgid "Full Plasma 5.2.95 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:177 announcements/plasma-5.3.0.php:201
msgid ""
"\n"
"The easiest way to try out Plasma is the with a live image booted off a USB disk.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:183 announcements/plasma-5.3.0.php:207
msgid "<a href='https://community.kde.org/Plasma/Live_Images'>Plasma Live Images</a>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.2.95.php:205 announcements/plasma-5.3.0.php:229
msgid ""
"You can install Plasma 5 directly from source. KDE's\n"
"community wiki has <a\n"
"href='https://community.kde.org/Plasma/Building'>instructions to compile it</a>.\n"
"Note that Plasma 5 does not co-install with Plasma 4, you will need\n"
"to uninstall older versions or install into a separate prefix.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.0-5.3.1-changelog.php:4
msgid "Plasma 5.3.1 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.0.php:4
msgid "KDE Ships Plasma 5.3, New Feature Release"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.0.php:22
msgid "Tuesday, 28 April 2015."
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.0.php:23
msgid "Today KDE releases a release of Plasma 5, versioned 5.3.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.0.php:29 announcements/plasma-5.3.0.php:31
#: announcements/plasma-5.3.1.php:24 announcements/plasma-5.3.1.php:26
#: announcements/plasma-5.3.2.php:23 announcements/plasma-5.3.2.php:25
msgid "Plasma 5.3"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.0.php:104 announcements/plasma-5.3.0.php:106
msgid "Application Menu can show recent documents"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.0.php:136
msgid ""
"\n"
"<strong>Plasma Media Center</strong> is added as a tech preview in this release. It is fully stable but misses a few features compared to version 1. You can log directly into a Plasma Media Center session if you want to use it on a media device such as a television or projector or you can run it from Plasma Desktop. It will scan for videos, music and pictures on your computer to let you browse and play them.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.0.php:162
msgid ""
"\n"
"Desktop Tweaks - Press and Hold\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.0.php:171
msgid "Press and Hold Tweak"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.0.php:174
msgid ""
"\n"
"A new Tweaks configuration option in Plasma allows you to enable or disable the desktop settings toolbox and enable a new <strong>Press and Hold</strong> mode for widget management.\n"
"In this mode, widgets can be moved after pressing and\n"
"holding anywhere on the widget, and the widget handle\n"
"will only be shown after press and hold rather than on\n"
"hover. When this mode is enabled, unlocking the desktop\n"
"will show a helpful instruction notification (which can\n"
"be dismissed forever from the popup).\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.0.php:187
msgid ""
"\n"
"393 bugs were fixed</a> giving fewer crashes and more reliable use.</p>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.0.php:194
msgid "Full Plasma 5.3 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.1-5.3.2-changelog.php:4
msgid "Plasma 5.3.2 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.1.php:4
msgid "KDE Ships Plasma 5.3.1, Bugfix Release for May"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.1.php:30
msgid "Tuesday, 26 May 2015. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.1.php:31
msgid ""
"Today KDE releases a bugfix update to Plasma 5, versioned 5.3.1. \n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.3.0.php'>Plasma 5.3</a>\n"
"was released in January with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.1.php:39
msgid ""
"\n"
"This release adds a month's worth of new\n"
"translations and fixes from KDE's contributors. The bugfixes are\n"
"typically small but important for example:\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.1.php:47
msgid ""
"\n"
"<li> <a href='https://sessellift.wordpress.com/2015/05/14/in-free-software-its-okay-to-be-imperfect-as-long-as-youre-open-and-honest-about-it/'>show desktop</a> has now been fixed</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.1.php:55
msgid "Full Plasma 5.3.1 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.1.php:61 announcements/plasma-5.3.2.php:60
#: announcements/plasma-5.3.95.php:181 announcements/plasma-5.4.0.php:201
#: announcements/plasma-5.4.1.php:62 announcements/plasma-5.4.2.php:61
#: announcements/plasma-5.4.3.php:62 announcements/plasma-5.4.95.php:169
#: announcements/plasma-5.5.0.php:190 announcements/plasma-5.5.1.php:65
#: announcements/plasma-5.5.2.php:65 announcements/plasma-5.5.3.php:61
#: announcements/plasma-5.5.4.php:58 announcements/plasma-5.5.5.php:61
#: announcements/plasma-5.5.95.php:187 announcements/plasma-5.6.0.php:213
#: announcements/plasma-5.6.1.php:67 announcements/plasma-5.6.2.php:67
#: announcements/plasma-5.6.3.php:67 announcements/plasma-5.6.4.php:67
#: announcements/plasma-5.6.5.php:66 announcements/plasma-5.6.95.php:130
#: announcements/plasma-5.7.0.php:125 announcements/plasma-5.7.1.php:68
#: announcements/plasma-5.7.2.php:66 announcements/plasma-5.7.3.php:67
#: announcements/plasma-5.7.4.php:67 announcements/plasma-5.7.5.php:67
#: announcements/plasma-5.7.95.php:199 announcements/plasma-5.8.0.php:197
#: announcements/plasma-5.8.1.php:68 announcements/plasma-5.8.2.php:66
#: announcements/plasma-5.8.3.php:67 announcements/plasma-5.8.4.php:71
#: announcements/plasma-5.8.5.php:67
msgid ""
"\n"
"The easiest way to try it out is with a live image booted off a\n"
"USB disk. You can find a list of <a href='%1'>Live Images with Plasma 5</a> on the KDE Community Wiki.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.2-5.3.95-changelog.php:4
msgid "Plasma 5.3.95 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.2-5.4.0-changelog.php:4
msgid "Plasma 5.4.0 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.2.php:4
msgid "KDE Ships Plasma 5.3.2, Bugfix Release for June"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.2.php:29
msgid "Tuesday, 30 June 2015. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.2.php:30
msgid ""
"Today KDE releases a bugfix update to Plasma 5, versioned 5.3.2. \n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.3.0.php'>Plasma 5.3</a>\n"
"was released in April with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.2.php:46
msgid ""
"\n"
"<li>KWin: 'Defaults' should set the title bar double-click action to 'Maximize.'. <a href='http://quickgit.kde.org/?p=kwin.git&amp;a=commit&amp;h=26ee92cd678b1e070a3bdebce100e38f74c921da'>Commit.</a> </li>"
"\n"
"<li>Improve Applet Alternatives dialog. <a href='http://quickgit.kde.org/?p=plasma-desktop.git&amp;a=commit&amp;h=0e90ea5fea7947acaf56689df18bbdce14e8a35f'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/345786'>#345786</a></li>"
"\n"
"<li>Make shutdown scripts work. <a href='http://quickgit.kde.org/?p=plasma-workspace.git&amp;a=commit&amp;h=96fdec6734087e54c5eee7c073b6328b6d602b8e'>Commit.</a> </li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.2.php:54
msgid "Full Plasma 5.3.2 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:4
msgid "KDE Ships Plasma 5.4 Beta Release"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:23 announcements/plasma-5.3.95.php:25
#: announcements/plasma-5.4.0.php:23 announcements/plasma-5.4.0.php:25
#: announcements/plasma-5.4.1.php:23 announcements/plasma-5.4.1.php:25
#: announcements/plasma-5.4.2.php:23 announcements/plasma-5.4.2.php:25
#: announcements/plasma-5.4.3.php:23 announcements/plasma-5.4.3.php:25
msgid "Plasma 5.4"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:29
msgid "Tuesday, 11 August 2015. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:30
msgid "Today KDE releases a beta release of the new version of Plasma 5.4.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:35 announcements/plasma-5.4.0.php:35
msgid ""
"\n"
"This release of Plasma brings many nice touches for our users such as\n"
"much improved high DPI support, KRunner auto-completion and many new\n"
"beautiful Breeze icons. It also lays the ground for the future with a\n"
"tech preview of Wayland session available. We're shipping a few new\n"
"components such as an Audio Volume Plasma Widget, monitor\n"
"calibration tool and the User Manager tool comes out beta.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:48 announcements/plasma-5.4.0.php:48
msgid "Audio Volume"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:50 announcements/plasma-5.4.0.php:50
msgid "The new Audio Volume Applet"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:53 announcements/plasma-5.4.0.php:53
msgid "New Audio Volume Applet"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:55
msgid ""
"\n"
"Our new Audio Volume applet works directly with Pulseaudio, the popular\n"
"sound server for Linux, to give you full control over volume and output settings in\n"
"a beautifully designed simple interface.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:66 announcements/plasma-5.4.0.php:66
msgid "Dashboard alternative launcher"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:68 announcements/plasma-5.4.0.php:68
msgid "The new Dashboard alternative launcher"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:71 announcements/plasma-5.4.0.php:71
msgid "Application Dashboard alternative launcher"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:73 announcements/plasma-5.4.0.php:73
msgid ""
"\n"
"Plasma 5.4 brings an entirely new fullscreen launcher Application Dashboard in\n"
"kdeplasma-addons: Featuring all features of Application Menu it includes sophisticated scaling to\n"
"screen size and full spatial keyboard navigation.\n"
"\n"
"The new launcher allows you to easily and quickly find applications, as well as recently used or favorited documents and contacts based on your previous activity.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:86 announcements/plasma-5.4.0.php:86
msgid "New Icons"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:88 announcements/plasma-5.4.0.php:88
msgid "Just some of the new icons in this release"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:92 announcements/plasma-5.4.0.php:92
msgid "Artwork Galore"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:93 announcements/plasma-5.4.0.php:93
msgid "Plasma 5.4 brings over 1400 new icons covering not only all the KDE applications, but also providing Breeze themed artwork to apps such as Inkscape, Firefox and LibreOffice providing a more integrated, native feel."
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:105 announcements/plasma-5.4.0.php:105
msgid "KRunner history"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:107 announcements/plasma-5.4.0.php:107
msgid ""
"\n"
"KRunner now remembers your previous searches and automatically completes from the history as you type.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:116 announcements/plasma-5.4.0.php:116
msgid "Networks Graphs"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:118 announcements/plasma-5.4.0.php:118
msgid "Network Graphs"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:121 announcements/plasma-5.4.0.php:121
msgid "Useful graphs in Networks applet"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:123 announcements/plasma-5.4.0.php:123
msgid ""
"\n"
"The Networks applet is now able to display network traffic graphs. It also supports two new VPN plugins for connecting over SSH or SSTP."
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:128 announcements/plasma-5.4.0.php:149
msgid "Other changes and additions"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:130
msgid ""
"\n"
"<li>Much improved high DPI support</li>"
"\n"
"<li>Smaller memory footprint</li>"
"\n"
"<li>Our desktop search got new and much faster backend</li>"
"\n"
"<li>Sticky notes adds drag &amp; drop support and keyboard navigation</li>"
"\n"
"<li>Trash applet now works again with drag &amp; drop</li>"
"\n"
"<li>System tray gains quicker configurability</li>"
"\n"
"<li>Wayland tech preview (complete Plasma wayland session), driven by Plasma Mobile</li>"
"\n"
"<li>The documentation has been reviewed and updated</li>"
"\n"
"<li>Improved layout for Digital clock in slim panels</li>"
"\n"
"<li>ISO date support in Digital clock</li>"
"\n"
"<li>New easy way to switch 12h/24h clock format in Digital clock</li>"
"\n"
"<li>Week numbers in the calendar</li>"
"\n"
"<li>Any type of item can now be favorited in Application Menu (Kicker) from any view, adding support for document and Telepathy contact favorites</li>"
"\n"
"<li>Telepathy contact favorites show the contact photo and a realtime presence status badge</li>"
"\n"
"<li>Improved focus and activation handling between applets and containment on the desktop</li>"
"\n"
"<li>Various small fixes in Folder View: Better default sizes, fixes for mouse interaction issues, text label wrapping</li>"
"\n"
"<li>The Task Manager now tries harder to preserve the icon it derived for a launcher by default</li>"
"\n"
"<li>It's possible to add launchers by dropping apps on the Task Manager again</li>"
"\n"
"<li>It's now possible to configure what happens when middle-clicking a task button in the Task Manager: Nothing, window close, or launching a new instance of the same app</li>"
"\n"
"<li>The Task Manager will now sort column-major if the user forces more than one row; many users expected and prefer this sorting as it causes less task button moves as windows come and go</li>"
"\n"
"<li>Improved icon and margin scaling for task buttons in the Task Manager</li>"
"\n"
"<li>Various small fixes in the Task Manager: Forcing columns in vertical instance now works, touch event handling now works on all systems, fixed a visual issue with the group expander arrow</li>"
"\n"
"<li>Provided the Purpose framework tech preview is available, the QuickShare Plasmoid can be used, making it easy to share files on many web services.</li>"
"\n"
"<li>Monitor configuration tool added</li>"
"\n"
"<li>kwallet-pam is added to open your wallet on login</li>"
"\n"
"<li>User Manager now syncs contacts to KConfig settings and the User Account module has gone away</li>"
"\n"
"<li>Performance improvements to Application Menu (Kicker)</li>"
"\n"
"\n"
"<li>Various small fixes to Application Menu (Kicker): Hiding/unhiding\n"
"apps is more reliable, alignment fixes for top panels, 'Add to\n"
"Desktop' against a Folder View containment is more reliable,\n"
"better behavior in the KActivities-based Recent models</li>"
"\n"
"\n"
"<li>Support for custom menu layouts (through kmenuedit) and menu separator items in Application Menu (Kicker)</li>"
"\n"
"\n"
"<li>Folder View has improved mode when in panel (<a href=\"https://blogs.kde.org/2015/06/04/folder-view-panel-popups-are-list-views-again\">blog</a>)</li>"
"\n"
"<li>Dropping a folder on the Desktop containment will now offer creating a Folder View again</li>"
"\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.3.95.php:175
msgid "Full Plasma 5.4 beta changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.0-5.4.1-changelog.php:4
msgid "Plasma 5.4.1 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.0.php:4
msgid "KDE Ships Plasma 5.4.0, Feature Release for August"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.0.php:29
msgid "Tuesday, 25 August 2015. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.0.php:30
msgid "Today KDE releases a feature release of the new version of Plasma 5.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.0.php:55
msgid ""
"\n"
"Our new Audio Volume applet works directly with PulseAudio, the popular\n"
"sound server for Linux, to give you full control over volume and output settings in\n"
"a beautifully designed simple interface.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.0.php:129
msgid "Wayland Technology Preview"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.0.php:131
msgid ""
"\n"
"\n"
"With Plasma 5.4 the first technology preview of a Wayland session is\n"
"released. On systems with free graphics drivers it is possible to run\n"
"Plasma using KWin, Plasma's Wayland compositor and X11 window manager,\n"
"through <a href=\"https://en.wikipedia.org/wiki/Direct_Rendering_Manager\">kernel mode settings</a>. The\n"
"currently supported feature set is driven by the needs for the \n"
"<a href=\"https://dot.kde.org/2015/07/25/plasma-mobile-free-mobile-platform\">\n"
"Plasma Mobile project</a>\n"
"and more desktop oriented features are not yet fully implemented. The\n"
"current state does not yet allow to use it as a replacement for Xorg\n"
"based desktop, but allows to easily test it, contribute and watch tear\n"
"free videos. Instructions on how to start Plasma on Wayland can be\n"
"found in the <a href='https://community.kde.org/KWin/Wayland#Start_a_Plasma_session_on_Wayland'>KWin wiki pages</a>.\n"
"Wayland support will improve in future releases with the aim to get to a stable release soon.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.0.php:151
msgid ""
"\n"
"<li>Much improved high DPI support</li>"
"\n"
"<li>Smaller memory footprint</li>"
"\n"
"<li>Our desktop search got new and much faster backend</li>"
"\n"
"<li>Sticky notes adds drag &amp; drop support and keyboard navigation</li>"
"\n"
"<li>Trash applet now works again with drag &amp; drop</li>"
"\n"
"<li>System tray gains quicker configurability</li>"
"\n"
"<li>The documentation has been reviewed and updated</li>"
"\n"
"<li>Improved layout for Digital clock in slim panels</li>"
"\n"
"<li>ISO date support in Digital clock</li>"
"\n"
"<li>New easy way to switch 12h/24h clock format in Digital clock</li>"
"\n"
"<li>Week numbers in the calendar</li>"
"\n"
"<li>Any type of item can now be favorited in Application Menu (Kicker) from any view, adding support for document and Telepathy contact favorites</li>"
"\n"
"<li>Telepathy contact favorites show the contact photo and a realtime presence status badge</li>"
"\n"
"<li>Improved focus and activation handling between applets and containment on the desktop</li>"
"\n"
"<li>Various small fixes in Folder View: Better default sizes, fixes for mouse interaction issues, text label wrapping</li>"
"\n"
"<li>The Task Manager now tries harder to preserve the icon it derived for a launcher by default</li>"
"\n"
"<li>It's possible to add launchers by dropping apps on the Task Manager again</li>"
"\n"
"<li>It's now possible to configure what happens when middle-clicking a task button in the Task Manager: Nothing, window close, or launching a new instance of the same app</li>"
"\n"
"<li>The Task Manager will now sort column-major if the user forces more than one row; many users expected and prefer this sorting as it causes less task button moves as windows come and go</li>"
"\n"
"<li>Improved icon and margin scaling for task buttons in the Task Manager</li>"
"\n"
"<li>Various small fixes in the Task Manager: Forcing columns in vertical instance now works, touch event handling now works on all systems, fixed a visual issue with the group expander arrow</li>"
"\n"
"<li>Provided the Purpose framework tech preview is available, the QuickShare Plasmoid can be used, making it easy to share files on many web services.</li>"
"\n"
"<li>Monitor configuration tool added</li>"
"\n"
"<li>kwallet-pam is added to open your wallet on login</li>"
"\n"
"<li>User Manager now syncs contacts to KConfig settings and the User Account module has gone away</li>"
"\n"
"<li>Performance improvements to Application Menu (Kicker)</li>"
"\n"
"\n"
"<li>Various small fixes to Application Menu (Kicker): Hiding/unhiding\n"
"apps is more reliable, alignment fixes for top panels, 'Add to\n"
"Desktop' against a Folder View containment is more reliable,\n"
"better behavior in the KActivities-based Recent models</li>"
"\n"
"\n"
"<li>Support for custom menu layouts (through kmenuedit) and menu separator items in Application Menu (Kicker)</li>"
"\n"
"\n"
"<li>Folder View has improved mode when in panel (<a href=\"https://blogs.kde.org/2015/06/04/folder-view-panel-popups-are-list-views-again\">blog</a>)</li>"
"\n"
"<li>Dropping a folder on the Desktop containment will now offer creating a Folder View again</li>"
"\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.0.php:195
msgid "Full Plasma 5.4 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.1-5.4.2-changelog.php:4
msgid "Plasma 5.4.2 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.1.php:4
msgid "KDE Ships Plasma 5.4.1, bugfix Release for September"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.1.php:30
msgid "Tuesday, 08 September 2015. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.1.php:31
msgid ""
"Today KDE releases a bugfix update to Plasma 5, versioned 5.4.1. \n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.4.php'>Plasma 5.4</a>\n"
"was released in August with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.1.php:47
msgid ""
"\n"
"<li> Fixes for compilation with GCC 5</li>"
"\n"
"<li>Autostart desktop files no longer saved to the wrong location</li>"
"\n"
"<li>On Muon Make sure the install button has a size.</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.1.php:56
msgid "Full Plasma 5.4.1 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.2-5.4.3-changelog.php:4
msgid "Plasma 5.4.3 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.2.php:4
msgid "KDE Ships Plasma 5.4.2, bugfix Release for October"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.2.php:30
msgid "Tuesday, 06 October 2015. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.2.php:31
msgid ""
"Today KDE releases a bugfix update to Plasma 5, versioned 5.4.2. \n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.4.0.php'>Plasma 5.4</a>\n"
"was released in August with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.2.php:47
msgid ""
"\n"
"<li><a href=\"https://kdeonlinux.wordpress.com/2015/09/15/breeze-is-finished/\">Many new Breeze icons</a>.</li>"
"\n"
"<li>Support absolute libexec path configuration, fixes binaries invoked by KWin work again on e.g. Fedora. <a href='http://quickgit.kde.org/?p=kwin.git&amp;a=commit&amp;h=85b35157943ab4e7ea874639a4c714a10feccc00'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/353154'>#353154</a>. Code review <a href='https://git.reviewboard.kde.org/r/125466'>#125466</a></li>"
"\n"
"<li>Set tooltip icon in notifications applet. <a href='http://quickgit.kde.org/?p=plasma-workspace.git&amp;a=commit&amp;h=3f8fbd3d4a6b9aafa6bbccdd4282d2538018a7c6'>Commit.</a> Code review <a href='https://git.reviewboard.kde.org/r/125193'>#125193</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.2.php:55
msgid "Full Plasma 5.4.2 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.3-5.4.95-changelog.php:4
msgid "Plasma 5.4.95 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.3-5.5.0-changelog.php:4
msgid "Plasma 5.5.0 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.3.php:4
msgid "KDE Ships Plasma 5.4.3, bugfix Release for November"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.3.php:30
msgid "Tuesday, 10 November 2015. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.3.php:31
msgid ""
"Today KDE releases a bugfix update to Plasma 5, versioned 5.4.3. \n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.4.0.php'>Plasma 5.4</a>\n"
"was released in August with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.3.php:47
msgid ""
"\n"
"<li>Update the KSplash background to the 5.4 wallpaper. <a href='http://quickgit.kde.org/?p=plasma-workspace.git&amp;a=commit&amp;h=467d997d8ad534d42b779719cec03a8cbfb66162'>Commit.</a> </li>"
"\n"
"<li>Muon fixes PackageKit details display. <a href='http://quickgit.kde.org/?p=muon.git&amp;a=commit&amp;h=f110bb31d0599fda5478d035bdaf5ce325419ca6'>Commit.</a> </li>"
"\n"
"<li>Fix crash when exiting kscreen kcm in systemsettings. <a href='http://quickgit.kde.org/?p=kscreen.git&amp;a=commit&amp;h=4653c287f844f2cb19379ff001ca76d7d9e3a2a1'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/344651'>#344651</a>. Code review <a href='https://git.reviewboard.kde.org/r/125734'>#125734</a></li>"
"\n"
"<li><a href='http://blog.martin-graesslin.com/blog/2015/10/looking-at-some-crashers-fixed-this-week/'>Several crashes fixed in KWin</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.3.php:56
msgid "Full Plasma 5.4.3 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:4
msgid "KDE Ships Plasma 5.5 Beta Release"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:23 announcements/plasma-5.4.95.php:25
#: announcements/plasma-5.5.0.php:25 announcements/plasma-5.5.0.php:27
#: announcements/plasma-5.5.1.php:23 announcements/plasma-5.5.1.php:25
#: announcements/plasma-5.5.2.php:23 announcements/plasma-5.5.2.php:25
#: announcements/plasma-5.5.3.php:23 announcements/plasma-5.5.3.php:25
#: announcements/plasma-5.5.4.php:23 announcements/plasma-5.5.4.php:25
#: announcements/plasma-5.5.5.php:23 announcements/plasma-5.5.5.php:25
msgid "Plasma 5.5"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:30
msgid "Thursday, 19 November 2015. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:31
msgid "Today KDE releases a beta of next month's new feature update, Plasma 5.5.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:35 announcements/plasma-5.5.0.php:42
msgid ""
"We have been working hard over the last four months\n"
"to smooth off the rough edges, add useful new workflows, make\n"
"Plasma even more beautiful and build the foundations for the future."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:46 announcements/plasma-5.5.0.php:53
msgid "Updated Breeze Plasma Theme"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:48 announcements/plasma-5.5.0.php:55
msgid "The Breeze Plasma widget theme has been updated to make it more consistent."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:50 announcements/plasma-5.5.0.php:57
msgid "While the Breeze icons theme adds new icons and updates the existing icon set to improve the visual design."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:52 announcements/plasma-5.5.0.php:59
msgid "Plasma Widget Explorer"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:54 announcements/plasma-5.5.0.php:61
msgid "The Plasma Widget explorer now supports a two column view with new widget icons for Breeze, Breeze Dark and Oxygen"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:56 announcements/plasma-5.5.0.php:63
msgid "Expanded Feature Set in Application Launcher"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:58 announcements/plasma-5.5.0.php:65
msgid "Context menus in Application Launcher ('Kickoff') can now list documents recently opened in an application, allow editing the application's menu entry and adding the application to the panel, Task Manager or desktop. Favorites now supports documents, directories and system actions or they can be created from search results. These features (and some others) were previously available only in the alternative Application Menu ('Kicker') and have now become available in the default Application Launcher by sharing the backend between both launchers."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:63 announcements/plasma-5.4.95.php:65
#: announcements/plasma-5.5.0.php:70 announcements/plasma-5.5.0.php:72
msgid "Color Picker Plasma Applet"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:67 announcements/plasma-5.5.0.php:74
msgid "New Applets in Plasma Addons"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:68 announcements/plasma-5.5.0.php:75
msgid "Color Picker"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:70 announcements/plasma-5.5.0.php:77
msgid "Not only have we restored support for the Color Picker applet, we've given it an entire new UI refresh to fit in with Plasma 5."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:72 announcements/plasma-5.5.0.php:79
msgid "The color picker applet lets you pick a color from anywhere on the screen and automatically copies its color code to the clipboard in a variety of formats (RGB, Hex, Qt QML rgba, LaTeX)."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:77 announcements/plasma-5.4.95.php:79
#: announcements/plasma-5.5.0.php:84 announcements/plasma-5.5.0.php:86
msgid "User Switcher Plasma Applet"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:81 announcements/plasma-5.5.0.php:88
msgid "User Switcher"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:83 announcements/plasma-5.5.0.php:90
msgid ""
"\n"
"User switching has been updated and improved and is now accessible from the Application Launcher, the new User Switcher applet and in the lock screen. It shows the user's full name and user set avatar. This is very useful for offices with shared desks. More info in <a href='http://blog.broulik.de/2015/10/polish-polish-polish-5-5-edition/'>the developer blog</a>."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:87 announcements/plasma-5.5.0.php:94
msgid "Disk Quota"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:88 announcements/plasma-5.5.0.php:95
msgid "Plasma 5.5 sees a new applet designed for business environments or universities. This applet will show you usage assessed not around the real disk usage, but your allowed quota by your system administrator."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:90 announcements/plasma-5.5.0.php:97
msgid "Activity Pager"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:91 announcements/plasma-5.5.0.php:98
msgid "Done for users whose use case of activities partly overlaps with virtual desktops: it looks like a pager, it behaves like a pager but uses activities instead of virtual desktops. This gives a quick glimpse of what activities are running and how many windows are associated to each activity."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:96 announcements/plasma-5.5.0.php:103
msgid "Legacy Systray Icons"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:98 announcements/plasma-5.5.0.php:105
msgid "Legacy System Tray Icons"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:100 announcements/plasma-5.5.0.php:107
msgid "Restored Legacy Icons in System Tray Support"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:102 announcements/plasma-5.5.0.php:109
msgid "In response to feedback, we've rewritten support for legacy applications not using the <a href='http://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/'>StatusNotifier</a> standard for system tray icons."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:104 announcements/plasma-5.5.0.php:111
msgid "Bug Stats"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:106 announcements/plasma-5.5.0.php:113
msgid "In the run up to the Plasma 5.5 beta an incredible <a href='https://goo.gl/mckdTF'>over 1,000 bugs were fixed</a>."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:108 announcements/plasma-5.5.0.php:115
msgid "OpenGL ES Support in KWin"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:109 announcements/plasma-5.5.0.php:116
msgid "Support for switching to OpenGL ES in KWin returns. So far only switching through an environment variable and restarting KWin is supported. Set environment variable KWIN_COMPOSE to 'O2ES' to force the OpenGL ES backend. Please note that OpenGL ES is not supported by all drivers. Because of that it's not exposed through a configuration mechanism. Please consider it as an expert mode."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:114 announcements/plasma-5.4.95.php:116
#: announcements/plasma-5.5.0.php:121 announcements/plasma-5.5.0.php:123
msgid "Screen Locker"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:118 announcements/plasma-5.5.0.php:125
msgid "Wayland Progress:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:120 announcements/plasma-5.5.0.php:127
msgid "With Plasma 5.5 a basic Wayland session is provided. Wayland is the successor of the dated X11 windowing system providing a modern approach. The system is more secure (e.g. key loggers are no longer trivial to implement) and follows the paradigm of 'every frame perfect' which makes screen tearing very difficult. With Plasma 5.4 the KDE community already provided a technology preview based on the feature set of the Phone project. With Plasma 5.5 this is now extended with more 'desktop style' usages. Important features like move/resize of windows is now supported as well as many integration features for the desktop shell. This allows for usage by early adopters, though we need to point out that it is not yet up to the task of fully replacing an X session. We encourage our more technical users to give it a try and report as many bugs as you can find."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:122 announcements/plasma-5.5.0.php:129
msgid "A new <a href='http://vizzzion.org/blog/2015/11/screen-management-in-wayland/'>screen management protocol</a> has been created for configuring the connected screens of a Wayland session."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:124 announcements/plasma-5.5.0.php:131
msgid "Also added are some protocols for controlling KWin effects in Wayland such as window background blur and windows minimize animation"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:126 announcements/plasma-5.5.0.php:133
msgid "Plasma on Wayland session now features secure screen locking, something never fully achievable with X. Read more about fixing this 11 year old bug on the <a href='https://bhush9.github.io/2015/11/17/screenlocker-in-wayland/'>screenlocker integration developer blog</a>."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:128 announcements/plasma-5.5.0.php:135
msgid "Please also see the list of <a href='https://community.kde.org/Plasma/5.5_Errata#KWin_Wayland'>known issues with Wayland on the Errata page</a>."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:136 announcements/plasma-5.5.0.php:143
msgid "New Discover design"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:137 announcements/plasma-5.5.0.php:144
msgid "With the help of the KDE Visual Design Group we came up with a new design that will improve the usability of our software installer."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:142 announcements/plasma-5.4.95.php:144
#: announcements/plasma-5.5.0.php:158 announcements/plasma-5.5.0.php:160
msgid "File Indexer Status"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:146 announcements/plasma-5.5.0.php:162
msgid "Info Center"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:147 announcements/plasma-5.5.0.php:163
msgid "A status module for the file indexer was added."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:149 announcements/plasma-5.5.0.php:165
msgid "Plasma Networkmanager"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:150 announcements/plasma-5.5.0.php:166
msgid "There have <a href='https://grulja.wordpress.com/2015/11/08/upcoming-news-in-plasma-5-5/'>been several improvements</a> to our network manager applet. WPA/WPA2 Enterprise validation was added, it uses a new password field widget and OpenVPN has more options."
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:155
msgid "Full Plasma 5.4.95 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:158 announcements/plasma-5.5.0.php:179
msgid "Known Issues"
msgstr ""
#. +> trunk
#: announcements/plasma-5.4.95.php:160 announcements/plasma-5.5.0.php:181
msgid ""
"Please see the <a\n"
"href='https://community.kde.org/Plasma/5.5_Errata'>Plasma 5.5 Errata\n"
"page</a> for some of the highest profile issues including some significant problems\n"
"caused by Intel drivers.</a>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.0-5.5.1-changelog.php:4
msgid "Plasma 5.5.1 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.0.php:4
msgid "KDE Ships Plasma 5.5 Release"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.0.php:31
msgid "Tuesday, 8 December 2015. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.0.php:32
msgid "Today KDE releases a feature update to its desktop software, Plasma 5.5.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.0.php:39
msgid "Video of Plasma 5.5 highlights"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.0.php:149 announcements/plasma-5.5.0.php:151
msgid "Noto Font"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.0.php:152
msgid "New Default Font"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.0.php:153
msgid "Our default font has switched to <a href='https://www.google.com/get/noto/'>Noto</a> a beautiful and free font which aims to support all languages with a harmonious look and feel."
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.0.php:168
msgid "Wallpapers"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.0.php:170
msgid ""
"We have a new selection of <a href='https://kdeonlinux.wordpress.com/2015/11/13/wallpaper-contribution-for-plasma-5-5/'>wonderful wallpapers</a>\n"
"from RJ Quiralta, Martin Klapetek, Timothée Giet, Dmitri Popov, Maciej Wiklo and Risto S for the Plasma 5.5 release."
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.0.php:176
msgid "Full Plasma 5.5.0 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.1-5.5.2-changelog.php:4
msgid "Plasma 5.5.2 complete changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.1.php:4
msgid "KDE Ships Plasma 5.5.1, bugfix Release for December"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.1.php:30
msgid "Tuesday, 15 December 2015. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.1.php:31
msgid ""
"Today KDE releases a bugfix update to Plasma 5, versioned 5.5.1. \n"
"<a href='https://www.kde.org/announcements/plasma-5.5.0.php'>Plasma 5.5</a>\n"
"was released in last week with many feature refinements and new\n"
"modules to complete the desktop experience. We are experimenting with\n"
"a new release schedule with bugfix releases started out frequent and\n"
"becoming less frequent. The first two bugfix releases come out in the\n"
"weeks following the initial release and future ones at larger\n"
"increments.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.1.php:43 announcements/plasma-5.5.2.php:43
#: announcements/plasma-5.7.1.php:45 announcements/plasma-5.7.2.php:45
#: announcements/plasma-5.8.1.php:45 announcements/plasma-5.8.2.php:45
#: announcements/plasma-5.9.1.php:45
msgid ""
"\n"
"This release adds a week's worth of new\n"
"translations and fixes from KDE's contributors. The bugfixes are\n"
"typically small but important and include:\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.1.php:51
msgid ""
"\n"
"<li>Freeze on Plasma/Wayland startup fixed (unblock signals in child processes). <a href='http://quickgit.kde.org/?p=kwin.git&amp;a=commit&amp;h=14b9046ad2ae7d4b9e3ffda996b2112fae3690c4'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/356580'>#356580</a>. Code review <a href='https://git.reviewboard.kde.org/r/126361'>#126361</a></li>"
"\n"
"<li>KWin: Windows don't lose their 'active state' while being moved.</li>"
"\n"
"<li>Many fixes in full screen launcher application dashboard.</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.1.php:59
msgid "Full Plasma 5.5.1 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.2-5.5.3-changelog.php:4
msgid "Plasma 5.5.3 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.2.php:4
msgid "KDE Ships Plasma 5.5.2, bugfix Release for December"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.2.php:30
msgid "Tuesday, 22 December 2015. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.2.php:31
msgid ""
"Today KDE releases a bugfix update to Plasma 5, versioned 5.5.2. \n"
"<a href='https://www.kde.org/announcements/plasma-5.5.0.php'>Plasma 5.5</a>\n"
"was released a couple of weeks ago with many feature refinements and new\n"
"modules to complete the desktop experience. We are experimenting with\n"
"a new release schedule with bugfix releases started out frequent and\n"
"becoming less frequent. The first two bugfix releases come out in the\n"
"weeks following the initial release and future ones at larger\n"
"increments.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.2.php:51
msgid ""
"\n"
"<li>Task Manager: behave properly in popups again. <a href='http://quickgit.kde.org/?p=plasma-desktop.git&amp;a=commit&amp;h=8e4431a2c05ba12ffb8c771c1ea0c842ec18453b'>Commit.</a> </li>"
"\n"
"<li>KWin: fix build with Qt 5.6. <a href='http://quickgit.kde.org/?p=kwin.git&amp;a=commit&amp;h=05c542ad602a114751f34ac9d03597f11e95470f'>Commit.</a> Code review <a href='https://git.reviewboard.kde.org/r/126234'>#126234</a></li>"
"\n"
"<li>Make initial default panel thickness scale with DPI. <a href='http://quickgit.kde.org/?p=plasma-desktop.git&amp;a=commit&amp;h=eed2f0206184a5066038a6dea7402f24634fb72e'>Commit.</a> Code review <a href='https://git.reviewboard.kde.org/r/126363'>#126363</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.2.php:59
msgid "Full Plasma 5.5.2 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.3-5.5.4-changelog.php:4
msgid "Plasma 5.5.4 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.3.php:4
msgid "KDE Ships Plasma 5.5.3, Bugfix Release for January"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.3.php:30
msgid "Tuesday, 6 January 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.3.php:31
msgid ""
"Today KDE releases a bugfix update to Plasma 5, versioned 5.5.3. \n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.5.0.php'>Plasma 5.5</a>\n"
"was released in December with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.3.php:47
msgid ""
"\n"
"<li>Fix icon hover effect breaking after Dashboard was used. <a href='http://quickgit.kde.org/?p=plasma-desktop.git&amp;a=commit&amp;h=c35aa318d417b4fcb5b36324635de6b8e76cbaf1'>Commit.</a> </li>"
"\n"
"<li>Use Oxygen sound instead of sound from kdelibs4's kde-runtime. <a href='http://quickgit.kde.org/?p=plasma-desktop.git&amp;a=commit&amp;h=4cac96f7834b63ced12618475afd37644ab9e243'>Commit.</a> </li>"
"\n"
"<li>[notifications] Refactor the screen handling code to fix 'Notification Settings wrong default display for notifications and notifaction position'. <a href='http://quickgit.kde.org/?p=plasma-workspace.git&amp;a=commit&amp;h=0c6b354b7e22297544f1d37608d6fdcd777c4d52'>Commit.</a> Code review <a href='https://git.reviewboard.kde.org/r/126408'>#126408</a>. See bug <a href='https://bugs.kde.org/353966'>#353966</a>. See bug <a href='https://bugs.kde.org/356461'>#356461</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.3.php:55
msgid "Full Plasma 5.5.3 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.4-5.5.5-changelog.php:4
msgid "Plasma 5.5.5 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.4.php:4
msgid "KDE Ships Plasma 5.5.4, bugfix Release for January"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.4.php:29
msgid "Tuesday, 26 January 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.4.php:30
msgid ""
"Today KDE releases a bugfix update to Plasma 5, versioned 5.5.4. \n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.5.0.php'>Plasma 5.5</a>\n"
"was released in December with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.4.php:46
msgid ""
"\n"
"<li>Many improvements and refactoring to notification positioning making them appear in the right place for multi-screen use.</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.4.php:52
msgid "Full Plasma 5.5.4 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.5-5.5.95-changelog.php:4
msgid "Plasma 5.5.95 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.5-5.6.0-changelog.php:4
msgid "Plasma 5.6.0 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.5.php:4
msgid "KDE Ships Plasma 5.5.5, bugfix Release for March"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.5.php:30
msgid "Tuesday, 01 March 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.5.php:31
msgid ""
"Today KDE releases a bugfix update to Plasma 5, versioned 5.5.5. \n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.5.0.php'>Plasma 5.5</a>\n"
"was released in December with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.5.php:47
msgid ""
"\n"
"<li>Fix Turning all screens off while the lock screen is shown can result in the screen being unlocked when turning a screen on again. <a href='https://www.kde.org/info/security/advisory-20160209-1.txt'>CVE-2016-2312</a>.\n"
"<li>[User Switcher] Fix session switching when automatic screen locking is enabled. <a href='http://quickgit.kde.org/?p=plasma-workspace.git&amp;a=commit&amp;h=7a0096ba99d7a71ae9f45d7c0011d0ebb1eae23d'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/356945'>#356945</a></li>"
"\n"
"<li>Fix entries staying highlighted after context menu closes. <a href='http://quickgit.kde.org/?p=plasma-desktop.git&amp;a=commit&amp;h=9e0a7e991dbfc862a72f21f4662e280aff8ab317'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/356018'>#356018</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.5.php:55
msgid "Full Plasma 5.5.5 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:4
msgid "KDE Plasma 5.6 Beta Release"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:23 announcements/plasma-5.6.0.php:29
#: announcements/plasma-5.6.1.php:29 announcements/plasma-5.6.2.php:29
#: announcements/plasma-5.6.3.php:29 announcements/plasma-5.6.4.php:29
#: announcements/plasma-5.6.5.php:29
msgid "Plasma 5.6"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:25 announcements/plasma-5.6.0.php:31
#: announcements/plasma-5.6.1.php:31 announcements/plasma-5.6.2.php:31
#: announcements/plasma-5.6.3.php:31 announcements/plasma-5.6.4.php:31
#: announcements/plasma-5.6.5.php:31
msgid "KDE Plasma 5.6"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:30
msgid "Wednesday, 02 March 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:31
msgid "Today KDE releases a beta update to its desktop software, Plasma 5.6.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:36 announcements/plasma-5.6.0.php:42
msgid ""
"\n"
"This release of Plasma brings many improvements to the task manager, KRunner, activities, and Wayland support as well as a much more refined look and feel.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:43 announcements/plasma-5.6.0.php:49
msgid ""
"\n"
"Slicker Plasma Theme\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:50 announcements/plasma-5.5.95.php:52
#: announcements/plasma-5.6.0.php:56 announcements/plasma-5.6.0.php:58
msgid "Breeze Color Scheme Support"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:56 announcements/plasma-5.6.0.php:62
msgid ""
"\n"
"The default Plasma theme, Breeze, now follows the application color scheme allowing for a more personalized experience. A new 'Breeze Light' together with 'Breeze Dark' theme can be used to bring back the previous behavior. Additionally, tooltip animations have become more subtle.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:63 announcements/plasma-5.6.0.php:69
msgid ""
"\n"
"Supercharged Task Manager\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:70 announcements/plasma-5.5.95.php:72
#: announcements/plasma-5.6.0.php:76 announcements/plasma-5.6.0.php:78
msgid "Copy Progress"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:76 announcements/plasma-5.6.0.php:82
msgid ""
"\n"
"Multitasking has just become easier. The much improved task manager in Plasma 5.6 now displays progress of tasks, such as downloading or copying files.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:84 announcements/plasma-5.5.95.php:87
#: announcements/plasma-5.6.0.php:90 announcements/plasma-5.6.0.php:93
msgid "Media Controls"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:89 announcements/plasma-5.6.0.php:95
msgid "Media Controls in Panel and Tooltips"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:93 announcements/plasma-5.6.0.php:99
msgid ""
"\n"
"Moreover, hovering a music or video player shows beautiful album art and media controls, so you never have to leave the application you're currently working with. Our media controller applet that shows up during playback also received some updates, notably support for multiple players running simultaneously.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:99 announcements/plasma-5.6.0.php:119
msgid ""
"\n"
"Not only did we improve interacting with running applications, starting applications gets in your way less, too. Using Jump Lists you can launch an application and jump, hence the name, to a specific task right away. This feature is also present in the application launchers.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:107 announcements/plasma-5.6.0.php:127
msgid ""
"\n"
"Smoother Widgets\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:117 announcements/plasma-5.6.0.php:137
msgid "Folderview in Panel"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:119 announcements/plasma-5.6.0.php:139
msgid "KRunner's Smoother look and Folderview in Panel"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:123 announcements/plasma-5.6.0.php:143
msgid ""
"\n"
"There are many refinements to the overall visuals of Plasma in this release. KRunner gained support for drag and drop and lost separator lines to look smoother while icons on the desktop traded the solid label background for a chic drop shadow. Users that place a folder applet in their panel can enjoy improved drag and drop, support for the back button on a mouse as well as choosing between list and icon view. On the more technical side, many small fixes to hi-dpi scaling have found their way into this release.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:132 announcements/plasma-5.5.95.php:134
#: announcements/plasma-5.6.0.php:152 announcements/plasma-5.6.0.php:154
msgid "Weather Widget"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:138 announcements/plasma-5.6.0.php:158
msgid ""
"\n"
"Another feature returns from the old days, the weather widget.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:145 announcements/plasma-5.6.0.php:165
msgid ""
"\n"
"On the road to Wayland\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:154 announcements/plasma-5.6.0.php:174
msgid "Plasma using Wayland"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:158 announcements/plasma-5.6.0.php:178
msgid ""
"\n"
"With Plasma 5.5 for the first time we shipped a Wayland session for you to try out. While we still do not recommend using Wayland as a daily driver, we've made some significant advances:</p>"
"<ul>\n"
"<li> Window decorations are now supported for Wayland clients giving you a beautiful and unified user experience\n"
" "
"<li> Input handling gained all features you've come to know and love from the X11 world, including 'Focus follows mouse', Alt + mouse button to move and resize windows, etc</li>"
"\n"
" "
"<li> Different keyboard layouts and layout switching</li>"
"\n"
" \n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:169 announcements/plasma-5.6.0.php:189
msgid ""
"\n"
"Tech Preview System Integration Themes\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:175 announcements/plasma-5.6.0.php:195
msgid ""
"\n"
"We are trialing a tech preview of Breeze themes for Plymouth and Grub, so Plasma can give you a complete system experience from the moment you turn your computer on.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.5.95.php:181
msgid "Full Plasma 5.5.95 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.0-5.6.1-changelog.php:4
msgid "Plasma 5.6.1 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.0.php:4
msgid "KDE Plasma 5.6 Release"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.0.php:23 announcements/plasma-5.6.1.php:23
#: announcements/plasma-5.6.2.php:23 announcements/plasma-5.6.3.php:23
#: announcements/plasma-5.6.4.php:23 announcements/plasma-5.6.5.php:23
msgid "KDE Plasma 5.6 Video"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.0.php:36
msgid "Tuesday, 22 March 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.0.php:37
msgid "Today KDE releases a feature-packed new version of its desktop user interface, Plasma 5.6.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.0.php:107 announcements/plasma-5.6.0.php:109
msgid "Jump List Using Firefox"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.0.php:113 announcements/plasma-5.6.0.php:115
msgid "Jump List Using Steam"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.0.php:201
msgid ""
"\n"
"Also previewed in simple systemtray, an experimental systemtray replacement. Plasma Media Center remains in tech preview but work is ongoing for Plasma 5.7.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.0.php:207
msgid "Full Plasma 5.6.0 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.1-5.6.2-changelog.php:4
msgid "Plasma 5.6.2 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.1.php:4
msgid "KDE Plasma 5.6.1, Bugfix Release for April"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.1.php:36
msgid "Tuesday, 29 March 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.1.php:37
msgid ""
"Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.6.1. \n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.6.0.php'>Plasma 5.6</a>\n"
"was released in March with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.1.php:53
msgid ""
"\n"
"<li>Fix drawing QtQuickControls ComboBox popups</li>"
"\n"
"<li>Fix untranslatable string in Activities KCM.</li>"
"\n"
"<li>Show ratings in Discover Packagekit backend</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.1.php:61
msgid "Full Plasma 5.6.1 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.2-5.6.3-changelog.php:4
msgid "Plasma 5.6.3 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.2.php:4
msgid "KDE Plasma 5.6.2, bugfix Release for April"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.2.php:36
msgid "Tuesday, 05 April 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.2.php:37
msgid ""
"Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.6.2. \n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.6.0.php'>Plasma 5.6</a>\n"
"was released in March with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.2.php:45
msgid ""
"\n"
"This release adds another week's worth of new\n"
"translations and fixes from KDE's contributors. The bugfixes are\n"
"typically small but important and include:\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.2.php:53
msgid ""
"\n"
"<li>Weather plasmoid, bbcukmet. Update to BBC's new json-based search and modified xml. <a href='http://quickgit.kde.org/?p=plasma-workspace.git&amp;a=commit&amp;h=84fe5785bd1520f17a801cfe2e263c8ba872b273'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/330773'>#330773</a></li>"
"\n"
"<li>Breeze and Oxygen widget themes: Add isQtQuickControl function and make it work with Qt 5.7. <a href='http://quickgit.kde.org/?p=oxygen.git&amp;a=commit&amp;h=f59ae8992d18718d596fd332389b3fe98ff21a10'>Commit.</a> Code review <a href='https://git.reviewboard.kde.org/r/127533'>#127533</a></li>"
"\n"
"<li>[calendar] Fix calendar applet not clearing selection when hiding. <a href='http://quickgit.kde.org/?p=plasma-workspace.git&amp;a=commit&amp;h=d3beb0b647a543436d3d23ab82b39a2f98a384be'>Commit.</a> Code review <a href='https://git.reviewboard.kde.org/r/127456'>#127456</a>. Fixes bug <a href='https://bugs.kde.org/360683'>#360683</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.2.php:61
msgid "Full Plasma 5.6.2 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.3-5.6.4-changelog.php:4
msgid "Plasma 5.6.4 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.3.php:4
msgid "KDE Plasma 5.6.3, bugfix Release for April"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.3.php:36
msgid "Tuesday, 19 April 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.3.php:37
msgid ""
"Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.6.3. \n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.6.0.php'>Plasma 5.6</a>\n"
"was released in March with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.3.php:53
msgid ""
"\n"
"<li>KWin: Fix crash on repainting an invalid sizes decoration. The first ever KWin bug fix which is combined with an X11 integration test. <a href='http://quickgit.kde.org/?p=kwin.git&amp;a=commit&amp;h=0df4406c2cf8df56f90a7a006eb911775a120886'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/361551'>#361551</a></li>"
"\n"
"<li>Fix hover effect on desktop in pager. <a href='http://quickgit.kde.org/?p=plasma-desktop.git&amp;a=commit&amp;h=7a66cb7d63a505da0e630361dd8ae9377d0ba0d6'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/361392'>#361392</a></li>"
"\n"
"<li>Use actual installation information to infer popularity. <a href='http://quickgit.kde.org/?p=discover.git&amp;a=commit&amp;h=204497cdaef32839776e25f04ba73cc8227bbfa4'>Commit.</a> </li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.3.php:61
msgid "Full Plasma 5.6.3 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.4-5.6.5-changelog.php:4
msgid "Plasma 5.6.5 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.4.php:4
msgid "KDE Plasma 5.6.4, bugfix Release for May"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.4.php:36
msgid "Tuesday, 10 May 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.4.php:37
msgid ""
"Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.6.4. \n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.6.0.php'>Plasma 5.6</a>\n"
"was released in March with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.4.php:53
msgid ""
"\n"
"<li>Make sure kcrash is initialized for discover. <a href='http://quickgit.kde.org/?p=discover.git&amp;a=commit&amp;h=63879411befc50bfd382d014ca2efa2cd63e0811'>Commit.</a> </li>"
"\n"
"<li>Build Breeze Plymouth and Breeze Grub tars from correct branch</li>"
"\n"
"<li>[digital-clock] Fix display of seconds with certain locales. <a href='http://quickgit.kde.org/?p=plasma-workspace.git&amp;a=commit&amp;h=a7a22de14c360fa5c975e0bae30fc22e4cd7cc43'>Commit.</a> Code review <a href='https://git.reviewboard.kde.org/r/127623'>#127623</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.4.php:61
msgid "Full Plasma 5.6.4 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.5-5.6.95-changelog.php:4
msgid "Plasma 5.6.95 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.5-5.7.0-changelog.php:4
msgid "Plasma 5.7.0 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.5.php:4
msgid "KDE Plasma 5.6.5, bugfix Release for June"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.5.php:35
msgid "Tuesday, 14 June 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.5.php:36
msgid ""
"Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.6.5.\n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.6.0.php'>Plasma 5.6</a>\n"
"was released in March with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.5.php:52
msgid ""
"\n"
"<li>Don't let the delegate overflow the view. <a href='http://quickgit.kde.org/?p=discover.git&amp;a=commit&amp;h=1b5ce678c3dc7094d883a0b2b3bbd612207acce8'>Commit.</a> </li>"
"\n"
"<li>Battery icon no longer errorneously reports an empty battery if computer has none. <a href='http://quickgit.kde.org/?p=plasma-workspace.git&amp;a=commit&amp;h=a19fcfaf90db8ebc6e704917448ccfde7ae0ae59'>Commit.</a> See bug <a href='https://bugs.kde.org/362924'>#362924</a></li>"
"\n"
"<li>Create ~/.local/share/mime/packages/ if it doesn't exist. <a href='http://quickgit.kde.org/?p=kde-cli-tools.git&amp;a=commit&amp;h=c2aa2a46d51793d26dc6e93e60b5933cb1193e56'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/356237'>#356237</a>. Code review <a href='https://git.reviewboard.kde.org/r/128055'>#128055</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.5.php:60
msgid "Full Plasma 5.6.5 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.95.php:4
msgid "KDE Plasma 5.7 Beta Release"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.95.php:24 announcements/plasma-5.6.95.php:26
#: announcements/plasma-5.7.0.php:28 announcements/plasma-5.7.0.php:30
#: announcements/plasma-5.7.1.php:31 announcements/plasma-5.7.2.php:31
#: announcements/plasma-5.7.3.php:31 announcements/plasma-5.7.4.php:31
#: announcements/plasma-5.7.5.php:31
msgid "KDE Plasma 5.7"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.95.php:31
msgid "Thursday, 16 June 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.95.php:32
msgid "Today KDE releases a beta update to its desktop software, Plasma 5.7.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.95.php:40 announcements/plasma-5.6.95.php:42
msgid "Unified Startup Design"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.95.php:50 announcements/plasma-5.6.95.php:52
#: announcements/plasma-5.7.0.php:75 announcements/plasma-5.7.0.php:77
msgid "Icons Tint to Match Highlight"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.95.php:61 announcements/plasma-5.6.95.php:63
#: announcements/plasma-5.7.0.php:46 announcements/plasma-5.7.0.php:48
msgid "Jump List Actions in KRunner"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.95.php:71 announcements/plasma-5.6.95.php:73
#: announcements/plasma-5.7.0.php:56 announcements/plasma-5.7.0.php:58
msgid "Agenda Items in Calendar"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.95.php:81 announcements/plasma-5.6.95.php:83
#: announcements/plasma-5.7.0.php:66 announcements/plasma-5.7.0.php:68
msgid "Dragging Application to Audio Device"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.95.php:103 announcements/plasma-5.6.95.php:105
#: announcements/plasma-5.7.0.php:97 announcements/plasma-5.7.0.php:99
msgid "Betty the Fuzzpig Tests Plasma Wayland"
msgstr ""
#. +> trunk
#: announcements/plasma-5.6.95.php:124
msgid "Full Plasma 5.6.95 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.0-5.7.1-changelog.php:4
msgid "Plasma 5.7.1 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.0.php:4
msgid "KDE Plasma 5.7 Release"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.0.php:35
msgid "Tuesday, 5 July 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.0.php:36
msgid "Today KDE releases an update to its desktop software, Plasma 5.7.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.0.php:118
msgid "Full Plasma 5.7.0 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.1-5.7.2-changelog.php:4
msgid "Plasma 5.7.2 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.1.php:4
msgid "KDE Plasma 5.7.1, bugfix Release for July"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.1.php:23 announcements/plasma-5.7.2.php:23
#: announcements/plasma-5.7.3.php:23 announcements/plasma-5.7.4.php:23
#: announcements/plasma-5.7.5.php:23
msgid "KDE Plasma 5.7 Video"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.1.php:29 announcements/plasma-5.7.2.php:29
#: announcements/plasma-5.7.3.php:29 announcements/plasma-5.7.4.php:29
#: announcements/plasma-5.7.5.php:29
msgid "Plasma 5.7"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.1.php:36
msgid "Tuesday, 12 July 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.1.php:37
msgid ""
"Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.7.1.\n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.7.0.php'>Plasma 5.7</a>\n"
"was released in July with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.1.php:53
msgid ""
"\n"
"<li>Fix shadow rendering calculations. <a href='http://quickgit.kde.org/?p=kwin.git&amp;a=commit&amp;h=62d09fad123d9aab5afcff0f27d109ef7c6c18ba'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/365097'>#365097</a> 'Krunner has broken shadow / corners'</li>"
"\n"
"<li>Make the systray work with scripting shell again. <a href='http://quickgit.kde.org/?p=plasma-workspace.git&amp;a=commit&amp;h=6adba6315275f4ef6ebf8879c851830c268f7a51'>Commit.</a> </li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.1.php:62
msgid "Full Plasma 5.7.1 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.2-5.7.3-changelog.php:4
msgid "Plasma 5.7.3 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.2.php:4
msgid "KDE Plasma 5.7.2, bugfix Release for July"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.2.php:36
msgid "Tuesday, 19 July 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.2.php:37
msgid ""
"Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.7.2.\n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.7.0.php'>Plasma 5.7</a>\n"
"was released in July with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.2.php:53
msgid ""
"\n"
"<li>Breeze fixed kdelibs4 compilation. <a href='http://quickgit.kde.org/?p=breeze.git&amp;a=commit&amp;h=47a397ebef7a636497e75a8da81afffbffa30dda'>Commit.</a> </li>"
"\n"
"<li>Fix startup-to-window matchup based on AppName. <a href='http://quickgit.kde.org/?p=plasma-workspace.git&amp;a=commit&amp;h=1fd011ae918d241140dcbbcddf7bde2d06f1b608'>Commit.</a> </li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.2.php:60
msgid "Full Plasma 5.7.2 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.3-5.7.4-changelog.php:4
msgid "Plasma 5.7.4 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.3.php:4
msgid "KDE Plasma 5.7.3, bugfix Release for August"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.3.php:36
msgid "Tuesday, 2 August 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.3.php:37
msgid ""
"Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.7.3.\n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.7.0.php'>Plasma 5.7</a>\n"
"was released in July with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.3.php:45
msgid ""
"\n"
"This release adds two weeks' worth of new\n"
"translations and fixes from KDE's contributors. The bugfixes are\n"
"typically small but important and include:\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.3.php:53
msgid ""
"\n"
"<li>Fixed first time initialization. <a href='http://quickgit.kde.org/?p=plasma-desktop.git&amp;a=commit&amp;h=89cb478eb205e5586751311594f2dcf4ec447199'>Commit.</a> </li>"
"\n"
"<li>Speed up loading KCM with FileDialog lazy loading. <a href='http://quickgit.kde.org/?p=plasma-desktop.git&amp;a=commit&amp;h=60e970472a5ed7cb3a7e58419fe42d80412a32d7'>Commit.</a> </li>"
"\n"
"<li>Don't try to load layout before kactivitymanagerd starts. <a href='http://quickgit.kde.org/?p=plasma-workspace.git&amp;a=commit&amp;h=f7ef6ee87b8957bebc976b6fc9e0df279cea05f1'>Commit.</a> </li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.3.php:61
msgid "Full Plasma 5.7.3 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.4-5.7.5-changelog.php:4
msgid "Plasma 5.7.5 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.4.php:4
msgid "KDE Plasma 5.7.4, bugfix Release for August"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.4.php:36
msgid "Tuesday, 23 August 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.4.php:37
msgid ""
"Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.7.4.\n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.7.0.php'>Plasma 5.7</a>\n"
"was released in August with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.4.php:45
msgid ""
"\n"
"This release adds three weeks' worth of new\n"
"translations and fixes from KDE's contributors. The bugfixes are\n"
"typically small but important and include:\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.4.php:53
msgid ""
"\n"
"<li>Fixed dragging items bug in Kickoff</li>"
"\n"
"<li>Mouse settings being applied in kdelibs4 applications</li>"
"\n"
"<li>Improved handling of screen CRTC information</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.4.php:61
msgid "Full Plasma 5.7.4 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.5-5.7.95-changelog.php:4
msgid "Plasma 5.7.95 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.5-5.8.0-changelog.php:4
msgid "Plasma 5.8.0 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.5.php:4
msgid "KDE Plasma 5.7.5, bugfix Release for September"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.5.php:36
msgid "Tuesday, 13 September 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.5.php:37
msgid ""
"Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.7.5.\n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.7.0.php'>Plasma 5.7</a>\n"
"was released in July with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.5.php:45
msgid ""
"\n"
"This release adds month' worth of new\n"
"translations and fixes from KDE's contributors. The bugfixes are\n"
"typically small but important and include:\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.5.php:53
msgid ""
"\n"
"<li>Plasma Workspace: Fix some status notifier items not appearing. <a href='http://quickgit.kde.org/?p=plasma-workspace.git&amp;a=commit&amp;h=df4387a21f6eb5ede255ea148143122ae4d5ae9c'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/366283'>#366283</a>. Fixes bug <a href='https://bugs.kde.org/367756'>#367756</a></li>"
"\n"
"<li>SDDM Config - Fix themes list with SDDM 0.14. <a href='http://quickgit.kde.org/?p=sddm-kcm.git&amp;a=commit&amp;h=d4ca70001222c5b0a9f699c4639c891a6a5c0c05'>Commit.</a> Code review <a href='https://git.reviewboard.kde.org/r/128815'>#128815</a></li>"
"\n"
"<li>Make sure people are not trying to sneak invisible characters on the kdesu label. <a href='http://quickgit.kde.org/?p=kde-cli-tools.git&amp;a=commit&amp;h=5eda179a099ba68a20dc21dc0da63e85a565a171'>Commit.</a> </li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.5.php:61
msgid "Full Plasma 5.7.5 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.95.php:4
msgid "KDE at 20: Plasma 5.8 LTS Beta. Here for the Long Term."
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.95.php:30 announcements/plasma-5.8.0.php:28
#: announcements/plasma-5.8.0.php:30
msgid "KDE Plasma 5.8 LTS"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.95.php:32
msgid "KDE Plasma 5.8 LTS Beta"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.95.php:37
msgid "Thursday, 15 September 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.95.php:38
msgid "Today KDE releases a beta of its first Long Term Support edition of its flagship desktop software, Plasma. This marks the point where the developers and designers are happy to recommend Plasma for the widest possible audience be they enterprise or non-techy home users. If you tried a KDE desktop previously and have moved away, now is the time to re-assess, Plasma is simple by default, powerful when needed.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.95.php:115 announcements/plasma-5.7.95.php:117
#: announcements/plasma-5.8.0.php:110 announcements/plasma-5.8.0.php:113
#: announcements/plasma-5.8.0.php:115
msgid "Unified Boot to Shutdown Artwork"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.95.php:126 announcements/plasma-5.7.95.php:128
#: announcements/plasma-5.8.0.php:121 announcements/plasma-5.8.0.php:124
#: announcements/plasma-5.8.0.php:126
msgid "Right-to-Left Language Support"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.95.php:136 announcements/plasma-5.7.95.php:138
#: announcements/plasma-5.8.0.php:134 announcements/plasma-5.8.0.php:136
msgid "Context Menu Media Controls"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.95.php:148 announcements/plasma-5.7.95.php:150
#: announcements/plasma-5.8.0.php:146 announcements/plasma-5.8.0.php:148
msgid "Global Shortcuts Setup"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.95.php:161 announcements/plasma-5.7.95.php:163
#: announcements/plasma-5.8.0.php:159 announcements/plasma-5.8.0.php:161
msgid "Plasma Discover's new UI"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.95.php:178 announcements/plasma-5.7.95.php:180
#: announcements/plasma-5.8.0.php:176 announcements/plasma-5.8.0.php:178
msgid "Plasma on Wayland Now with GTK+ support"
msgstr ""
#. +> trunk
#: announcements/plasma-5.7.95.php:193
msgid "Full Plasma 5.7.95 LTS changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0-5.8.1-changelog.php:4
msgid "Plasma 5.8.1 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:4
msgid "KDE at 20: Plasma 5.8 LTS. Here for the Long Term."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:35
msgid "Tuesday, 4 October 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:36
msgid "Today KDE releases its first Long Term Support edition of its flagship desktop software, Plasma. This marks the point where the developers and designers are happy to recommend Plasma for the widest possible audience be they enterprise or non-techy home users. If you tried a KDE desktop previously and have moved away, now is the time to re-assess, Plasma is simple by default, powerful when needed.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:109
msgid "New in Plasma 5.8"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:118
msgid "This release brings an all-new login screen design giving you a complete Breeze startup to shutdown experience. The layout has been tidied up and is more suitable for workstations that are part of a domain or company network. While it is much more streamlined, it also allows for greater customizability: for instance, all Plasma wallpaper plugins, such as slideshows and animated wallpapers, can now be used on the lock screen."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:128
msgid "Support for Semitic right-to-left written languages, such as Hebrew and Arabic, has been greatly improved. Contents of panels, the desktop, and configuration dialogs are mirrored in this configuration. Plasma’s sidebars, such as widget explorer, window switcher, activity manager, show up on the right side of the screen."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:131
msgid "Improved Applets"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:138
msgid "The virtual desktop switcher (“Pager”) and window list applets have been rewritten, using the new task manager back-end we introduced in Plasma 5.7. This allows them to use the same dataset as the task manager and improves their performance while reducing memory consumption. The virtual desktop switcher also acquired an option to show only the current screen in multi-screen setups and now shares most of its code with the activity switcher applet."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:140
msgid "Task manager gained further productivity features in this release. Media controls that were previously available in task manager tooltips only are now accessible in the context menus as well. In addition to bringing windows to the front during a drag and drop operation, dropping files onto task manager entries themselves will now open them in the associated application. Lastly, the popup for grouped windows can now be navigated using the keyboard and text rendering of its labels has been improved."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:143
msgid "Simplified Global Shortcuts"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:151
msgid "Global shortcuts configuration has been simplified to focus on the most common task, that is launching applications. Building upon the jump list functionality added in previous releases, global shortcuts can now be configured to jump to specific tasks within an application."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:153
msgid "Thanks to our Wayland effort, we can finally offer so-called “modifier-only shortcuts”, enabling you to open the application menu by just pressing the Meta key. Due to popular demand, this feature also got backported to the X11 session."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:156
msgid "Other improvements"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:164
msgid "This release sees many bugfixes in multi-screen support and, together with Qt 5.6.1, should significantly improve your experience with docking stations and projectors."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:166
msgid "KWin, Plasma’s window manager, now allows compositing through llvmpipe, easing the deployment on exotic hardware and embedded devices. Now that there is a standardized and widely-used interface for applications to request turning off compositing, the “Unredirect Fullscreen” option has been removed. It often lead to stability issues and because of that was already disabled for many drivers."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:168
msgid "Now that <a href='https://dot.kde.org/2016/08/10/kdes-kirigami-ui-framework-gets-its-first-public-release'>Kirigami</a>, our set of versatile cross-platform UI components, has been released, we’re pleased to bring you a revamped version of Plasma Discover based on Kirigami."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:170
msgid "We have new default fonts, the Noto font from Google covers all scripts available in the Unicode standard while our new monospace font Hack is perfect for coders and terminal users."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:173
msgid "We’re in Wayland!"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:181
msgid "Plasma on Wayland has come a long way in the past months. While our long term support promise does not apply to the fast-evolving Wayland stack, we think it is ready to be tested by a broader audience. There will still be minor glitches and missing features, but we are now at a point where we can ask you to give it a try and report bugs. Notable improvements in this release include:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:183
msgid "Support for xdg-shell, i.e. GTK+ applications are now supported"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:184
msgid "Much improved touch screen support"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:185
msgid "Support for touchpad gestures – the infrastructure is there, there aren't any gestures by default yet"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:186
msgid "The “Sliding Popups” effect is now supported"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:187
msgid "Clipboard contents are synced between X11 and Wayland applications"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.0.php:191
msgid "Full Plasma 5.8.0 LTS changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.1-5.8.2-changelog.php:4
msgid "Plasma 5.8.2 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.1.php:4
msgid "KDE Plasma 5.8.1, Bugfix Release for October"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.1.php:23 announcements/plasma-5.8.2.php:23
#: announcements/plasma-5.8.3.php:23 announcements/plasma-5.8.4.php:23
#: announcements/plasma-5.8.5.php:23
msgid "KDE Plasma 5.8 Video"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.1.php:29 announcements/plasma-5.8.2.php:29
#: announcements/plasma-5.8.3.php:29 announcements/plasma-5.8.4.php:29
#: announcements/plasma-5.8.5.php:29
msgid "Plasma 5.8"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.1.php:31 announcements/plasma-5.8.2.php:31
#: announcements/plasma-5.8.3.php:31 announcements/plasma-5.8.4.php:31
#: announcements/plasma-5.8.5.php:31
msgid "KDE Plasma 5.8"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.1.php:36
msgid "Tuesday, 11 October 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.1.php:37
msgid ""
"Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.8.1.\n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.8.0.php'>Plasma 5.8</a>\n"
"was released in October with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.1.php:53
msgid ""
"\n"
"<li>Fix modifier-only-shortcut after using Alt+Tab</li>"
"\n"
"<li>Support for EGL_KHR_platform_x11</li>"
"\n"
"<li>Fix crash when moving panel between two windows</li>"
"\n"
"<li>Many Wayland fixes, e.g. resize-only-borders</li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.1.php:62
msgid "Full Plasma 5.8.1 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.2-5.8.3-changelog.php:4
msgid "Plasma 5.8.3 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.2.php:4
msgid "KDE Plasma 5.8.2, Bugfix Release for October"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.2.php:36
msgid "Tuesday, 18 October 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.2.php:37
msgid ""
"Today KDE releases a Bugfix update to KDE Plasma 5, versioned 5.8.2.\n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.8.0.php'>Plasma 5.8</a>\n"
"was released in October with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.2.php:53
msgid ""
"\n"
"<li>Fix 'Default' color scheme. <a href='http://quickgit.kde.org/?p=plasma-desktop.git&amp;a=commit&amp;h=613194c293b63004af5fc43762b92bd421ddf5b6'>Commit.</a> </li>"
"\n"
"<li>Restore all panel properties. <a href='http://quickgit.kde.org/?p=plasma-workspace.git&amp;a=commit&amp;h=aea33cddb547cc2ba98be5dd45dc7562b32b4b9a'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/368074'>#368074</a>. Fixes bug <a href='https://bugs.kde.org/367918'>#367918</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.2.php:60
msgid "Full Plasma 5.8.2 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.3-5.8.4-changelog.php:4
msgid "Plasma 5.8.4 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.3.php:4
msgid "KDE Plasma 5.8.3, Bugfix Release for November"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.3.php:36
msgid "Tuesday, 1 November 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.3.php:37
msgid ""
"Today KDE releases a Bugfix update to KDE Plasma 5, versioned 5.8.3.\n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.8.0.php'>Plasma 5.8</a>\n"
"was released in October with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.3.php:45
msgid ""
"\n"
"This release adds two week's worth of new\n"
"translations and fixes from KDE's contributors. The bugfixes are\n"
"typically small but important and include:\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.3.php:53
msgid ""
"\n"
"<li>User Manager: do not ask for root permissions when it's unnecessary. <a href='http://quickgit.kde.org/?p=user-manager.git&amp;a=commit&amp;h=a666712102be7ef4dd48202cc2411921fc4d392b'>Commit.</a> </li>"
"\n"
"<li>PowerDevil no longer crashes on logout. <a href='http://quickgit.kde.org/?p=powerdevil.git&amp;a=commit&amp;h=70177b065389db8cc822dbe88b3cdd383cd1d4cc'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/371127'>#371127</a></li>"
"\n"
"<li>Mute volume when decreasing volume to zero. <a href='http://quickgit.kde.org/?p=plasma-pa.git&amp;a=commit&amp;h=6366791aaa5077e2c553b25c5d10c6029412a95c'>Commit.</a> </li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.3.php:61
msgid "Full Plasma 5.8.3 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.4-5.8.5-changelog.php:4
msgid "Plasma 5.8.5 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.4.php:4
msgid "KDE Plasma 5.8.4, Bugfix Release for November"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.4.php:36
msgid "Tuesday, 22 November 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.4.php:37
msgid ""
"Today KDE releases a Bugfix update to KDE Plasma 5, versioned 5.8.4.\n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.8.0.php'>Plasma 5.8</a>\n"
"was released in October with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.4.php:45
msgid ""
"\n"
"This release adds three week's worth of new\n"
"translations and fixes from KDE's contributors. The bugfixes are\n"
"typically small but important and include:\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.4.php:53
msgid ""
"\n"
"<li>Many bug fixes for multi screen support such as:</li>"
"\n"
"<ul>\n"
"<li>Load screenpool at the same time as we connect to screenchanged signals. <a href='http://commits.kde.org/plasma-workspace/7154fb681adc73c482e862febc7ad008f77058dd'>Commit.</a> See bug <a href='https://bugs.kde.org/372099'>#372099</a>. See bug <a href='https://bugs.kde.org/371858'>#371858</a>. See bug <a href='https://bugs.kde.org/371819'>#371819</a>. See bug <a href='https://bugs.kde.org/371734'>#371734</a></li>"
"\n"
"<li>Avoid connecting to screen changed signals twice. <a href='http://commits.kde.org/plasma-workspace/8a472f17ce11f3b79d740cdc21096d82b8683f3d'>Commit.</a> See bug <a href='https://bugs.kde.org/372099'>#372099</a>. See bug <a href='https://bugs.kde.org/371858'>#371858</a>. See bug <a href='https://bugs.kde.org/371819'>#371819</a>. See bug <a href='https://bugs.kde.org/371734'>#371734</a></li>"
"\n"
"</ul>"
"\n"
"<li>Make screenshots visible when there's only one screenshot too. <a href='http://commits.kde.org/discover/3297fe6026edebb8db72bb179289bee844c26ae3'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/371724'>#371724</a></li>"
"\n"
"<li>Disable Qt's high DPI scaling on shutdown/switch user dialogs. <a href='http://commits.kde.org/plasma-workspace/4b2abc581c6b3e7a4c2f1f893d47fad5d3806aca'>Commit.</a> See bug <a href='https://bugs.kde.org/366451'>#366451</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.4.php:65
msgid "Full Plasma 5.8.4 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.5-5.8.95-changelog.php:4
msgid "Plasma 5.8.95 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.5-5.9.0-changelog.php:4
msgid "Plasma 5.9.0 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.5.php:4
msgid "KDE Plasma 5.8.5, Bugfix Release for December"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.5.php:36
msgid "Tuesday, 27 December 2016. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.5.php:37
msgid ""
"Today KDE releases a Bugfix update to KDE Plasma 5, versioned 5.8.5.\n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.8.0.php'>Plasma 5.8</a>\n"
"was released in October with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.5.php:53
msgid ""
"\n"
"<li>Notice when the only screen changes. <a href='https://commits.kde.org/plasma-workspace/f7b170de9fd9c4075fee324d33212b0d69909ba4'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/373880'>#373880</a></li>"
"\n"
"<li>Revert 'Do not ask for root permissions when it's unnecessary', it caused problems with adding a new user. <a href='https://commits.kde.org/user-manager/f2c69db182fb20453e671359e90a3bc6de40c7b0'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/373276'>#373276</a></li>"
"\n"
"<li>Fix compilation with Qt 5.8. <a href='https://commits.kde.org/plasma-integration/6b405fead515df417514c9aa9bb72cfa5372d2e7'>Commit.</a> </li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.5.php:61
msgid "Full Plasma 5.8.5 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.6.php:94
msgid "Plasma %1 LTS"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.6.php:111
msgid "Tuesday, 21 February 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.6.php:112
msgid "Today KDE releases a Bugfix update to KDE Plasma %1, versioned %2."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.6.php:113
msgid "<a href='%1'>Plasma %2</a> was released in October with many feature refinements and new modules to complete the desktop experience."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.6.php:117
msgid "This release adds a two months' worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.6.php:121
msgid "Avoid a crash on Kwin decoration KCM teardown. <a href='%1'>Commit.</a> See bug <a href='%2'>%3</a>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.6.php:122
msgid "[Folder View] Fix right click erroneously opening files. <a href='%1'>Commit.</a> Fixes bug <a href='%2'>%3</a>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.6.php:123
msgid "Fix regression in which the Save dialog appears as an Open dialog. <a href='%1'>Commit.</a> Code review <a href='%2'>%3</a>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.7.php:110
msgid "Tuesday, 23 May 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.7.php:121
msgid ""
"\n"
"<li>User Manager: Make sure the new avatar is always saved. <a href='https://commits.kde.org/user-manager/826e41429917f6c1534e84e8b7821b8b53675910'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/350836'>#350836</a>. Phabricator Code review <a href='https://phabricator.kde.org/D5779'>D5779</a></li>"
"\n"
"<li>[Logout Screen] Show suspend button only if supported. <a href='https://commits.kde.org/plasma-workspace/8bc32846a5a41fa67c106045c43bb8c4af7e7e6f'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/376601'>#376601</a></li>"
"\n"
"<li>[Weather] Fix term used for thunderstorm in bbcukmet data db. <a href='https://commits.kde.org/plasma-workspace/12a82fcba5672ee6b4473dfc6d0a84280a2bfbbb'>Commit.</a> </li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.8.php:118
msgid "Wednesday, 25 October 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.8.php:119
msgid "Today KDE releases an %1 update to KDE Plasma 5, versioned %2"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.8.php:120
msgid ""
"<a href='https://www.kde.org/announcements/plasma-5.8.0.php'>Plasma %1</a>\n"
"\t\twas released in %2 with many feature refinements and new modules to complete the desktop experience."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.8.php:129
msgid ""
"\n"
"<li>Fix crash when using Discover during updates. <a href='https://commits.kde.org/discover/aa12b3c822354e0f526dccff7f1c52c26fb35073'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/370906'>#370906</a></li>"
"\n"
"<li>Try to read CPU clock from cpufreq/scaling_cur_freq instead of /proc/cpuinfo. <a href='https://commits.kde.org/ksysguard/cbaaf5f4ff54e20cb8ec782737e04d540085e6af'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/382561'>#382561</a>. Phabricator Code review <a href='https://phabricator.kde.org/D8153'>D8153</a></li>"
"\n"
"<li>DrKonqi crash handler: make attaching backtraces to existing bug reports work. <a href='https://commits.kde.org/plasma-workspace/774a23fc0a7c112f86193ee6e07947fee6282ef4'>Commit.</a> </li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.9.php:118
msgid "Wednesday, 7 February 2018."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.9.php:129
msgid ""
"\n"
"<li>Make sure device paths are quoted. <a href='https://commits.kde.org/plasma-workspace/9db872df82c258315c6ebad800af59e81ffb9212'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/389815'>#389815</a></li>"
"\n"
"<li>Sanitise notification HTML. <a href='https://commits.kde.org/plasma-workspace/5bc696b5abcdb460c1017592e80b2d7f6ed3107c'>Commit.</a> Phabricator Code review <a href='https://phabricator.kde.org/D10188'>D10188</a></li>"
"\n"
"<li>Fixed a freeze caused by certain notifications. <a href='https://commits.kde.org/plasma-workspace/5e230a6290b1ff61e54c43da48821eb2bf3192ae'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/381154'>#381154</a></li>"
"\n"
"<li>Fix for xembedsniproxy crash due to NULL returned from xcb_image_get(). <a href='https://commits.kde.org/plasma-workspace/12e3568042fb365aad3eccf2fefa58bbeb065210'>Commit.</a> Phabricator Code review <a href='https://phabricator.kde.org/D9732'>D9732</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:4
msgid "Plasma 5.9 Beta Kicks off 2017 in Style."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:31 announcements/plasma-5.8.95.php:33
msgid "KDE Plasma 5.9 Beta"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:38
msgid "Thursday, 12 January 2017. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:39
msgid "Today KDE releases the beta of this year’s first Plasma feature update, Plasma 5.9. While this release brings many exciting new features to your desktop, we'll continue to provide bugfixes to Plasma 5.8 LTS.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:45 announcements/plasma-5.9.0.php:41
msgid "Be even more productive"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:48 announcements/plasma-5.8.95.php:50
#: announcements/plasma-5.9.0.php:44 announcements/plasma-5.9.0.php:46
msgid "Spectacle screenshot notifications can now be dragged into e-mail composers (including web mail)"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:53 announcements/plasma-5.9.0.php:49
msgid "In our ongoing effort to make you more productive with Plasma we added interactive previews to our notifications. This is most noticeable when you take a screenshot using Spectacle's global keyboard shortcuts (Shift+Print Scr): you can drag the resulting file from the notification popup directly into a chat window, an email composer or a web browser form, without ever having to leave the application you're currently working with. Drag and drop was improved throughout the desktop, with new drag and drop functionality to add widgets directly to the system tray. Widgets can also be added directly from the full screen Application Dashboard launcher."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:58 announcements/plasma-5.8.95.php:60
#: announcements/plasma-5.9.0.php:54 announcements/plasma-5.9.0.php:56
msgid "Icon Widget Properties"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:62 announcements/plasma-5.9.0.php:58
msgid "The icon widget that is created for you when you drag an application or document onto your desktop or a panel sees the return of a settings dialog: you can now change the icon, label text, working directory, and other properties. Its context menu now also sports an 'Open with' section as well as a link to open the folder the file it points to is located in."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:67 announcements/plasma-5.8.95.php:69
#: announcements/plasma-5.9.0.php:63 announcements/plasma-5.9.0.php:65
msgid "Muting from Panel Task Manager"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:72 announcements/plasma-5.9.0.php:68
msgid "Due to popular demand we implemented switching between windows in Task Manager using Meta + number shortcuts for heavy multi-tasking. Also new in Task Manager is the ability to pin different applications in each of your activities. And should you rather want to focus on one particular task, applications currently playing audio are marked in Task Manager similar to how it’s done in modern web browsers. Together with a button to mute the offending application, this can help you stay focused."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:77 announcements/plasma-5.8.95.php:79
#: announcements/plasma-5.9.0.php:73 announcements/plasma-5.9.0.php:75
msgid "Search Actions"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:81 announcements/plasma-5.9.0.php:77
msgid "The Quick Launch applet now supports jump list actions, bringing it to feature parity with the other launchers in Plasma. KRunner actions, such as “Run in Terminal” and “Open containing folder” are now also shown for the KRunner-powered search results in the application launchers."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:83 announcements/plasma-5.9.0.php:79
msgid "A new applet was added restoring an earlier KDE 4 feature of being able to group multiple widgets together in a single widget operated by a tabbed interface. This allows you to quickly access multiple arrangements and setups at your fingertips."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:86 announcements/plasma-5.9.0.php:82
msgid "More streamlined visuals"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:94 announcements/plasma-5.9.0.php:90
msgid "New Breeze Scrollbar Design"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:96 announcements/plasma-5.9.0.php:92
msgid "Improvements have been made to the look and feel of the Plasma Desktop and its applications. Scroll bars in the Breeze style, for instance, have transitioned to a more compact and beautiful design, giving our applications a sleek and modern look."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:102 announcements/plasma-5.8.95.php:104
#: announcements/plasma-5.9.0.php:98 announcements/plasma-5.9.0.php:100
msgid "Global Menus in a Plasma Widget"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:106 announcements/plasma-5.8.95.php:108
#: announcements/plasma-5.9.0.php:102 announcements/plasma-5.9.0.php:104
msgid "Global Menus in the Window Bar"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:110 announcements/plasma-5.9.0.php:106
msgid "Global Menus have returned. KDE's pioneering feature to separate the menu bar from the application window allows for new user interface paradigm with either a Plasma Widget showing the menu or neatly tucked away in the window bar."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:115 announcements/plasma-5.9.0.php:111
msgid "Neater Task Manager Tooltips"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:117 announcements/plasma-5.9.0.php:113
msgid "Neat Task Manager Tooltips"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:119 announcements/plasma-5.9.0.php:115
msgid "Task Manager tooltips have been redesigned to provide more information while being significantly more compact. Folder View is now able to display file emblems which are used, for example, to indicate symlinks. Overall user experience when navigating and renaming files has been greatly improved."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:122 announcements/plasma-5.9.0.php:118
msgid "More powerful Look and Feel import & export"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:126 announcements/plasma-5.9.0.php:122
msgid "Look and Feel Themes"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:128 announcements/plasma-5.9.0.php:124
msgid "The global Look and Feel desktop themes now support changing the window decoration as well – the 'lookandfeelexplorer' theme creation utility will export your current window decoration to the theme you create."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:130 announcements/plasma-5.9.0.php:126
msgid "If you install, from the KDE store, themes that depend on other artwork packs also present on the KDE store (such as Plasma themes and Icon themes) they will be automatically downloaded, in order to give you the full experience intended by the theme creator."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:133 announcements/plasma-5.9.0.php:129
msgid "New network configuration module"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:138 announcements/plasma-5.8.95.php:140
#: announcements/plasma-5.9.0.php:134 announcements/plasma-5.9.0.php:136
msgid "Network Connections Configuration"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:142 announcements/plasma-5.9.0.php:138
msgid "A new configuration module for network connections has been added to System Settings, using QML and bringing a new fresh look. Design of the module is inspired by our network applet, while the configuration functionality itself is based on the previous Connection Editor. This means that although it features a new design, functionality remains using the proven codebase."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:149 announcements/plasma-5.8.95.php:151
#: announcements/plasma-5.9.0.php:145 announcements/plasma-5.9.0.php:147
msgid "Plasma with Wayland Can Now Take Screenshots and Pick Colors"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:155 announcements/plasma-5.9.0.php:151
msgid "Pointer Gesture Support"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:157 announcements/plasma-5.9.0.php:153
msgid "Touchpad Configuration"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:159 announcements/plasma-5.9.0.php:155
msgid "Wayland Touchpad Configuration"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:162 announcements/plasma-5.9.0.php:158
msgid "Wayland has been an ongoing transitional task, getting closer to feature completion with every release. This release makes it even more accessible for enthusiastic followers to try Wayland and start reporting any bugs they might find. Notable improvements in this release include:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:163 announcements/plasma-5.9.0.php:159
msgid "An ability to take screenshots or use a color picker. Fullscreen users will be pleased at borderless maximized windows."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:164 announcements/plasma-5.9.0.php:160
msgid "Pointers can now be confined by applications, gestures are supported (see video right) and relative motions used by games were added. Input devices were made more configurable and now save between sessions. There is also a new settings tool for touchpads."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:165 announcements/plasma-5.9.0.php:161
msgid "Using the Breeze style you can now drag applications by clicking on an empty area of the UI just like in X. When running X applications the window icon will show up properly on the panel. Panels can now auto-hide. Custom color schemes can be set for windows, useful for accessibility."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:168
msgid "Full Plasma 5.8.95 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:174 announcements/plasma-5.9.0.php:170
#: announcements/plasma-5.9.1.php:66
msgid ""
"\n"
"The easiest way to try it out is with a live image booted off a\n"
"USB disk. You can find a list of <a href='%1'>Live Images with Plasma 5</a> on the KDE Community Wiki."
msgstr ""
#. +> trunk
#: announcements/plasma-5.8.95.php:178 announcements/plasma-5.9.0.php:174
#: announcements/plasma-5.9.1.php:70
msgid ""
"\n"
"<a href='%1'>Docker images</a> also provide a quick and easy way to test Plasma."
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.0-5.9.1-changelog.php:4
msgid "Plasma 5.9.1 Complete Changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.0.php:4
msgid "Plasma 5.9 Kicks off 2017 in Style."
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.0.php:27 announcements/plasma-5.9.0.php:29
#: announcements/plasma-5.9.1.php:31
msgid "KDE Plasma 5.9"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.0.php:34
msgid "Tuesday, 31 January 2017. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.0.php:35
msgid "Today KDE releases this year’s first Plasma feature update, Plasma 5.9. While this release brings many exciting new features to your desktop, we'll continue to provide bugfixes to Plasma 5.8 LTS.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.0.php:164
msgid "Full Plasma 5.9.0 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.1.php:4
msgid "KDE Plasma 5.9.1, Bugfix Release"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.1.php:23
msgid "KDE Plasma 5.9 Video"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.1.php:29
msgid "Plasma 5.9"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.1.php:36
msgid "Tuesday, 7 February 2017. "
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.1.php:37
msgid ""
"Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.9.1.\n"
"<a\n"
"href='https://www.kde.org/announcements/plasma-5.9.0.php'>Plasma 5.9</a>\n"
"was released in January with many feature refinements and new modules to complete the desktop experience.\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.1.php:53
msgid ""
"\n"
"<li>Fix i18n extraction: xgettext doesn't recognize single quotes. <a href='https://commits.kde.org/plasma-desktop/8c174b9c1e0b1b1be141eb9280ca260886f0e2cb'>Commit.</a> </li>"
"\n"
"<li>Set wallpaper type in SDDM config. <a href='https://commits.kde.org/sddm-kcm/19e83b28161783d570bde2ced692a8b5f2236693'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/370521'>#370521</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.1.php:60
msgid "Full Plasma 5.9.1 changelog"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.2.php:8
msgid "KDE Plasma 5.9.2, bugfix Release for February"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.2.php:111
msgid "Tuesday, 14 February 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.2.php:112
msgid "Today KDE releases a bugfix update to KDE Plasma 5, versioned %1."
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.2.php:113
msgid "<a href='%1'>Plasma %2</a> was released in January with many feature refinements and new modules to complete the desktop experience."
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.2.php:118
msgid "This release adds a two week's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include:"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.2.php:123
msgid "Fix crash in Screen Locker KCM on teardown. <a href='%1'>Commit.</a> See bug <a href='%2'>%3</a>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.2.php:126
msgid "Fix Discover Appstream Support: make sure we don't show warnings unless it's absolutely necessary. <a href='%1'>Commit.</a>"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.3.php:110
msgid "Tuesday, 28 February 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.4.php:110
msgid "Tuesday, 21 March 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.4.php:121
msgid ""
"<li>Discover: Fix enabling/disabling sources. <a href='https://commits.kde.org/discover/7bdaa6d2f478be5422d4ef002518f2eabb1961dc'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/377327'>#377327</a></li>"
"\n"
"<li>[Kicker] Fix highlighting favorites. <a href='https://commits.kde.org/plasma-desktop/db297ab5acb93f88c238778e8682effe3032bf4f'>Commit.</a> See bug <a href='https://bugs.kde.org/377652'>#377652</a>. Phabricator Code review <a href='https://phabricator.kde.org/D5064'>D5064</a></li>"
"\n"
"<li>System Settings: Set the correct desktop file name when in a KDE session. <a href='https://commits.kde.org/systemsettings/f61f9d8c100fe94471b1a8f23ac905e9311b7436'>Commit.</a> Phabricator Code review <a href='https://phabricator.kde.org/D5006'>D5006</a></li>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.5.php:110
msgid "Tuesday, 25 April 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.5.php:121
msgid ""
"\n"
"<li>Plastik window decoration now supports global menu. <a href='https://commits.kde.org/kwin/3e0ddba683ca68cb50b403cb3893fa2fc9d2d737'>Commit.</a> See bug <a href='https://bugs.kde.org/375862'>#375862</a>. Phabricator Code review <a href='https://phabricator.kde.org/D5131'>D5131</a></li>"
"\n"
"<li>Media Controller can now properly handle and seek long tracks (&gt; 30 minutes). <a href='https://commits.kde.org/plasma-workspace/550860f6366cc99d3f0ff19f74fd3fc3d1bfc0ad'>Commit.</a> Fixes bug <a href='https://bugs.kde.org/377623'>#377623</a></li>"
"\n"
"<li>Sort the themes in decoration KCM. <a href='https://commits.kde.org/kwin/f5a43877a9ea6ddad9eaa8d7498c8ea518c29c81'>Commit.</a> Phabricator Code review <a href='https://phabricator.kde.org/D5407'>D5407</a></li>"
"\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.95.php:118
msgid "Monday, 15 May 2017."
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.95.php:119
msgid "Today KDE has made a testing release of our desktop Plasma 5.10 with new features across the suite to give users an experience which lives up to our tagline: simple by default, powerful when needed."
msgstr ""
#. +> trunk
#: announcements/plasma-5.9.95.php:262
msgid "Full Plasma 5.10 Beta changelog"
msgstr ""
#. +> trunk
#: announcements/plasma2tp/index.php:6
msgid "Plasma 2 Technology Preview and Plasma Media Center 1.2.0"
msgstr ""
#. +> trunk
#: announcements/plasma2tp/index.php:32
msgid ""
"December 20, 2013. The KDE Community is proud to announce two milestones of the Plasma Workspaces.\n"
"<ul>\n"
" "
"<li><strong><a href=\"http://dot.kde.org/2013/12/20/plasma-2-technology-preview\">Plasma 2 Technology Preview</a></strong> -- A first glance at the evolution of the Plasma Workspaces</li>"
"\n"
" "
"<li><strong><a href=\"http://dot.kde.org/2013/12/20/plasma-media-center-12-released-time-christmas\">Plasma Media Center 1.2.0</a></strong> -- Many new features and improvements in Plasma's Media Center user experience.</li>"
"\n"
"</ul>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma2tp/index.php:39
msgid "Plasma 2 Technology Preview"
msgstr ""
#. +> trunk
#: announcements/plasma2tp/index.php:40
msgid "KDE's Plasma Team presents a first glance at the evolution of the Plasma Workspaces. <strong>Plasma 2 Technology Preview</strong> demonstrates the current development status. The Plasma 2 user interfaces are built using QML and run on top of a fully hardware accelerated graphics stack using Qt5, QtQuick 2 and an OpenGL(-ES) scenegraph. Plasma 2's converged workspace shell allows you to run and switch between user interfaces for different form factors, and makes the workspace adaptable to the given target device. The workspace demonstrated in this technology preview is Plasma Desktop, an incremental evolution to known desktop and laptop paradigms. The user experience aims at keeping existing workflows intact, while providing incremental visual and interactive improvements. <a href=\"http://dot.kde.org/2013/12/20/plasma-2-technology-preview\">More info...</a>"
msgstr ""
#. +> trunk
#: announcements/plasma2tp/index.php:45
msgid "Plasma Media Center 1.2.0"
msgstr ""
#. +> trunk
#: announcements/plasma2tp/index.php:46
msgid "The KDE community has a Christmas gift for you! We are happy to announce the release of KDE's <strong>Plasma Media Center 1.2.0</strong> - your first stop for media and entertainment created by the Elves at KDE. We have designed it to provide an easy and comfortable way to watch your videos, browse your photo collection and listen to your music, all in one place. New in Plasma Media Center 1.2.0 is improved navigation in music mode, fetching of album covers, picture previews while browsing folders, support for multiple playlist, improved key bindings and new artwork. <a href=\"http://dot.kde.org/2013/12/20/plasma-media-center-12-released-time-christmas\">More info...</a>"
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:4
msgid "KDE Ships Second Beta of Next Generation Plasma Workspace"
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:17
msgid ""
"\n"
"\n"
"June 10, 2014.\n"
"KDE today releases the <a\n"
"href='http://www.kde.org/announcements/plasma5.0-beta2/'>second\n"
"Beta version of the next-generation Plasma workspace</a>. The Plasma\n"
"team would like to ask the wider Free Software community to test this\n"
"release and give any feedback. Plasma 5 provides a visually\n"
"updated core desktop experience that will be easy and familiar for current users of\n"
"KDE workspaces or alternative Free Software or proprietary offerings. Plasma 5 is <a\n"
"href='http://techbase.kde.org/Schedules/Plasma/5.0_Release_Schedule'>planned\n"
"to be released</a> in early July.\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:32
msgid "<h2>Changes in Plasma 5</h2>"
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:35
msgid "Plasma 5 is an evolutionary release of the popular desktop workspace. While it aims at keeping existing workflows intact, there are some significant improvements worth mentioning.\n"
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:41
msgid ""
"\n"
"The new Breeze theme, which is still in its infancy, welcomes the user with a <strong>cleaner, modernized user interface</strong>, which improves contrast and reduces visual clutter throughout the workspace. Stronger reliance on typography, and vertical lists instead of horizontal ones go together with flatter UI elements and improved contrast to improve the ease of use. Breeze being a new artwork concept, it is only starting to show its face. A theme for the workspace components is already available, theming of traditional widgets is under way, and the work on a new icon theme has commenced. The migration to a fully Breeze-themed workspace will be a gradual one, with its first signs showing up in Plasma 5.0.\n"
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:46
msgid ""
"\n"
"Plasma 5 brings a <strong>greater level of flexibility and consistency</strong> to core components of the desktop. The widget explorer, window and <a href=\"http://ivan.fomentgroup.org/blog/2014/06/07/the-future-of-activity-switching/\">activity switcher</a> now share a common interaction scheme through the use of the new-in-Plasma-5 Look and Feel package, which allows swapping these parts of the user experience in and out as a whole. The Plasma 5 workspace shell is able to load and switch between user experience for a given target device, introducing a truely convergent workspace shell. The workspace demonstrated in this pre-release is\n"
"Plasma Desktop. It represents an evolution of known desktop and laptop\n"
"paradigms. A <a href=\"http://plasma-active.org\">tablet-centric</a> and <a href=\"http://community.kde.org/Plasma/Plasma_Media_Center\">mediacenter</a> user experience are under development as alternatives. While Plasma 5 will feel familiar, users will notice a more\n"
"modern workspace."
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:53
msgid "New lockscreen in Plasma 5"
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:59
msgid ""
"Since the <a href=\"https://www.kde.org/announcements/announce-plasma-next-beta1.php\">first beta release</a>, a wide range of\n"
"changes has been made. In the workspace components itself, more than 150 bugs have been fixed, with many fixes across the stack. Plasma 5.0 Beta 2 has increased the minimal Qt dependency to 5.3, in order to require a number of improvements which have been made upstream in Qt. Some missing functions, which were lacking proper solutions have been restored. The developer team has also settled on a version number scheme where the first release will be version 5.0 and the family is called Plasma 5."
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:64
msgid "Plasma 5 runs on top of a <strong>fully hardware-accelerated graphics stack</strong>, using Qt 5, QML 2 and an OpenGL(-ES) scenegraph to deliver graphics onto the users' screens. This allows the rendering to be faster, more efficient, less power-hungry and enables a smoother user experience by freeing up resources of the system processor. Plasma 5 completes the migration of the workspace to Qt Quick that has begun in earlier releases.\n"
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:67
msgid ""
"Plasma 5 is the first complex codebase to transition\n"
"to <a href='http://dot.kde.org/2013/09/25/frameworks-5'>KDE Frameworks\n"
"5</a>, which is a modular evolution of the KDE development platform\n"
"into leaner, less interdependent libraries."
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:78
msgid "Networking Setup in Plasma 5"
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:80
msgid ""
"As a Beta release, this pre-release is not suitable\n"
"for production use. It is meant as a base for testing and gathering\n"
"feedback to ensure that the initial stable release of Plasma 5 in July\n"
"will be a smooth ride for everybody involved and lay a stable\n"
"foundation for future versions. Plasma 5 is intended for end users,\n"
"but will not provide feature parity with the latest 4.x release, which\n"
"will come in follow-up version. The team is concentrating on the\n"
"core desktop features first, instead of trying to transplant every\n"
"single feature into the new workspaces. The feature set presented in\n"
"Plasma 5.0 will suffice for most users, though some might miss a button\n"
"here and there. This is not because the Plasma team wants to remove\n"
"features, but simply that not everything has been done yet. Of course,\n"
"everybody is encouraged to help bringing Plasma back to its original\n"
"feature set and beyond."
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:97
msgid ""
"<strong>Stability</strong> is not yet up to the level\n"
"where the developers want Plasma 5. With a substantial new toolkit\n"
"stack below come exciting new crashes and problems that need time to\n"
"be shaken out."
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:102
msgid ""
"<strong>Performance</strong> of Plasma 5 is heavily\n"
"dependent on specific hardware and software configurations and usage\n"
"patterns. While it has great potential, it takes time to wrangle this\n"
"out of it and the underlying stack is not entirely ready for this\n"
"either. In some scenarios, Plasma 5 will display the buttery\n"
"smooth performance it is capable off - while at other times, it will\n"
"be hampered by various shortcomings. These can and will be addressed,\n"
"however, much is dependent on components like Qt, Mesa and hardware\n"
"drivers lower in the stack. Again, this will need time, as fixes made\n"
"elsewhere in the software stack might be released by the time the first Plasma 5\n"
"version becomes available."
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:114
msgid ""
"<strong>Polish</strong> is a major benefit of Qt Quick 2, as\n"
"it allows seamless usage of OpenGL(-ES), much more precise positioning and\n"
"many other abilities. At the same time, the immaturity of Qt Quick\n"
"Controls, the brand new successor to the 15+ year old Qt Widgets\n"
"technology, brings some rough edges yet to be smoothed out."
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:124
msgid ""
"The easiest way to try it out is the <a\n"
"href='http://neon.blue-systems.com/live-iso/'>Neon 5 ISO</a>,\n"
"a live OS image updated with the latest builds straight from\n"
"source."
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:129
msgid ""
"Some distributions have created, or are in the process\n"
"of creating, packages; for an overview of Beta 2 packages, see <a\n"
"href='http://community.kde.org/Plasma/Next/UnstablePackages'>our\n"
"unstable packages wiki page</a>"
msgstr ""
#. +> trunk
#: announcements/plasma5.0-beta2/index.php:134
msgid ""
"<a\n"
"href='http://download.kde.org/unstable/plasma/4.97.0/src/'>Source\n"
"download</a>. You can install Plasma 5 directly from source. KDE's\n"
"community wiki has <a\n"
"href='http://community.kde.org/Frameworks/Building'>instructions</a>.\n"
"Note that Plasma 5 does not co-install with Plasma 4.x, you will need\n"
"to uninstall older versions or install into a separate prefix."
msgstr ""
#. +> trunk
#: announcements/plasma5.0/index.php:4
msgid "New Plasma brings a cleaner interface on top of a new graphics stack"
msgstr ""
#. +> trunk
#: announcements/plasma5.0/index.php:29
msgid "Plasma 5.0"
msgstr ""
#. +> trunk
#: announcements/plasma5.0/index.php:39
msgid ""
"\n"
"\n"
"July 15, 2014.\n"
"KDE proudly announces the immediate availability of Plasma 5.0, providing a visually updated core desktop experience that is easy to use and familiar to the user. Plasma 5.0 introduces a new major version of KDE&#x27;s workspace offering. The new Breeze artwork concept introduces cleaner visuals and improved readability. Central work-flows have been streamlined, while well-known overarching interaction patterns are left intact. Plasma 5.0 improves support for high-DPI displays and ships a converged shell, able to switch between user experiences for different target devices. Changes under the hood include the migration to a new, fully hardware-accelerated graphics stack centered around an OpenGL(ES) scenegraph. Plasma is built using Qt 5 and Frameworks 5.\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma5.0/index.php:46
msgid ""
"\n"
"Major changes in this new version include:\n"
"\n"
"<li>\n"
"<strong>An updated and modernized, cleaner visual and interactive user experience</strong><br />"
"\n"
"The new Breeze theme is a high-contrast, flat theme for the workspace. It is available in light and dark variants. Simpler and more monochromatic graphics assets and typography-centered layouts offer a clean and visually clear user experience.\n"
"</li>"
"\n"
"\n"
"<li>\n"
"<strong>Smoother graphics performance thanks to an updated graphics stack</strong>\n"
"<br />"
"\n"
"Plasma&#x27;s user interfaces are rendered on top of an OpenGL or OpenGL ES scenegraph, offloading many of the computational-intensive rendering tasks. This allows for higher framerates and smoother graphics display while freeing up resources of the main system processor.\n"
"</li>"
"\n"
"</ul>"
"\n"
"\n"
"<div align='center'>\n"
"<iframe width='640' height='360' src='http://www.youtube.com/embed/c8JYt_xkJuY' frameborder='0' allowfullscreen></iframe>\n"
"</div>\n"
"\n"
"<br>"
"Other user-visible changes are:<br>"
"\n"
"\n"
"<ul>\n"
"<li><strong>Converged shell</strong><br />"
"\n"
"The &quot;converged Plasma shell&quot; that loads up the desktop in Plasma 5.0 can be extended with other user experiences. This lays the base for a converged user experience bringing up a suitable UI for a given target device. User experiences can be switched dynamically at runtime, allowing, based on hardware events such as plugging in a keyboard and a mouse.\n"
"</li>"
"\n"
"\n"
"<li>\n"
"<strong>Modernized launchers</strong><br />"
"\n"
"The application launchers&#x27; user interfaces have been reworked. Among the changes are a visually redesigned Kickoff application launcher, a newly included, more menu-like launcher, called Kicker and a new, QtQuick-based interface for KRunner.</li>"
"<br>"
"\n"
"\n"
"<li>\n"
"<strong>Workflow improvements in the notification area</strong><br />"
"\n"
"The notification area has been cleaned up, and sports a more integrated look now. Less popup windows and quicker transitions between for example power management and networks settings lead to a more distraction-free interaction pattern and greater visual coherence.\n"
"</li>"
"\n"
"\n"
"<li>\n"
"<strong>Better support for high-density (high-DPI) displays</strong><br />"
"\n"
"Support for high-density displays has been improved. Many parts of the UI now take the physical size of the display into account. This leads to better usability and display on screens with very small pixels, such as Retina displays.\n"
"</li>"
"\n"
"\n"
"</ul>"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma5.0/index.php:90
msgid ""
"\n"
"\n"
"The <a href='http://youtu.be/4n2dthDSGkc'>Plasma 5.0 Visual Feature Guide</a> provides a tour around the updated desktop.<br />"
"\n"
"\n"
"<div align='center'>\n"
"<iframe width='640' height='360' src='http://www.youtube.com/embed/4n2dthDSGkc' frameborder='0' allowfullscreen></iframe>\n"
"</div>\n"
"\n"
"<h2>Breeze Artwork Improves Visual clarity</h2>"
"\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma5.0/index.php:102
msgid ""
"\n"
"\n"
"The new Breeze theme, which is still in its infancy, welcomes the user with a <strong>cleaner, modernized user interface</strong>, which improves contrast and reduces visual clutter throughout the workspace. Stronger reliance on typography eases the recognition of UI elements. These changes go together with flatter default theming and improved contrast to improve visual clarity further. Breeze being a new artwork concept, is only starting to show its face. A theme for the workspace components is already available, theming of traditional widgets is under way, and the work on a new icon theme has commenced. The migration to a fully Breeze-themed workspace will be a gradual one, with its first signs showing up in Plasma 5.0.<br />"
"\n"
"Plasma 5 brings a <strong>greater level of flexibility and consistency</strong> to core components of the desktop. The widget explorer, window and activity switcher now share a common interaction scheme. More reliance on vertical instead of horizontal lists provides better usability. Moving the window switcher to the side of the screen shifts the user&#x27;s focus towards the applications and documents, clearing the stage for the task at hand.\n"
"\n"
"<h2>Converging User Experience</h2>"
"\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma5.0/index.php:111
msgid ""
"\n"
"\n"
"\n"
"The new-in-Plasma-5 &quot;Look and Feel&quot; mechanism allows swapping out parts like the task and activity switchers, lock and login screen and the &quot;Add Widgets&quot; dialog. This allows for greater consistency across central workflows, improves clarity within similar interaction patterns and changing related interaction patterns across the workspace at once.<br>"
"On top of that, the Plasma 5 shell is able to load and switch between user experiences for a given target device, introducing a truly convergent workspace shell. The workspace demonstrated in this release is Plasma Desktop. It represents an evolution of known desktop and laptop paradigms. A tablet-centric and mediacenter user experience are under development as alternatives. While Plasma 5.0 will feel familiar, users will notice a more modern and consistent, cleaner workspace experience.\n"
"\n"
"<h2>Fully Hardware-Accelerated Graphics Stack</h2>"
"\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma5.0/index.php:120
msgid ""
"\n"
"\n"
"\n"
"Plasma 5 completes the migration of the Plasma workspace to QtQuick. Qt 5&#x27;s QtQuick 2 uses a hardware-accelerated OpenGL(ES) scenegraph to compose and render graphics on the screen. This allows offloading computationally expensive graphics rendering tasks onto the GPU which frees up resources on the system&#x27;s main processing unit, is faster and more power-efficient.<br />"
"\n"
"Internal changes in the graphics compositor and underlying Frameworks prepare support for running on Wayland, which is planned for an upcoming release.\n"
"\n"
"<h2>Suitability and Updates</h2>"
"\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma5.0/index.php:130
msgid ""
"\n"
"\n"
"\n"
"Plasma 5.0 provides a core desktop with a feature set that will suffice for many users. The development team has concentrated on tools that make up the central workflows. As such, not all features from the Plasma 4.x series are available yet, many of them planned to return with a subsequent release. As with any software release of this size, there will be bugs that make a migration to Plasma 5 hard, if not impossible for some users. The development team would like to hear about such issues, so they can be addressed and fixed. We have compiled a list of <a href='https://community.kde.org/Plasma/5.0_Errata'>known issues</a>. Users can expect monthly bugfix updates, and a release bringing new features and more old ones back in the autumn 2014.<br />"
"\n"
"\n"
"\n"
"With a substantial new toolkit stack below some exciting new crashes and problems that need time to be shaken out are to be expected in a first stable release. Especially graphics performance is heavily dependent on specific hardware and software configurations and usage patterns. While it has great potential, it takes time to wrangle this out of it. The underlying stack may not be entirely ready for this either. In many scenarios, Plasma 5.0 will display the buttery smooth performance it is capable of - while at other times, it may be hampered by various shortcomings. These can and will be addressed, however, much is dependent on components like Qt, Mesa and hardware drivers lower in the stack.\n"
"\n"
"\n"
msgstr ""
#. +> trunk
#: announcements/plasma5.0/index.php:146
msgid ""
"Before installation, it is recommended to read the list of <a\n"
"href='https://community.kde.org/Plasma/5.0_Errata'>known issues</a>."
msgstr ""
#. +> trunk
#: announcements/plasma5.0/index.php:154
msgid ""
"\n"
"\n"
"The easiest way to try it out is the <a\n"
"href='http://files.kde.org/snapshots/neon5-latest.iso.mirrorlist'>Neon 5 ISO</a>,\n"
"a live OS image updated with the latest builds straight from\n"
"source."
msgstr ""
#. +> trunk
#: announcements/plasma5.0/index.php:161
msgid ""
"Some distributions have created, or are in the process\n"
"of creating, packages; for an overview of 5.0 packages, see <a\n"
"href='http://community.kde.org/Plasma/Packages'>our\n"
"distribution packages wiki page</a>"
msgstr ""
#. +> trunk
#: announcements/plasma5.0/index.php:166
msgid ""
"<a\n"
"href='../../info/plasma-5.0.0.php'>Source\n"
"download</a>. You can install Plasma 5.0 directly from source. KDE's\n"
"community wiki has <a\n"
"href='http://community.kde.org/Frameworks/Building'>instructions for compiling it</a>.\n"
"Note that Plasma 5 does not co-install with Plasma 4.x, you will need\n"
"to uninstall older versions or install into a separate prefix."
msgstr ""
#. +> trunk
#: announcements/plasma5.0/index.php:176
msgid ""
"You can provide feedback either via the <a\n"
"href='irc://#plasma@freenode.net'>#Plasma IRC channel</a>, <a\n"
"href='https://mail.kde.org/mailman/listinfo/plasma-devel'>Plasma-devel\n"
"mailing list</a> or report issues via <a\n"
"href='https://bugs.kde.org/enter_bug.cgi?product=plasmashell&format=guided'>bugzilla</a>. Plasma\n"
"5 is also <a\n"
"href='http://forum.kde.org/viewforum.php?f=289'>discussed on the KDE\n"
"Forums</a>. Your feedback is greatly appreciated. If you like what the\n"
"team is doing, please let them know!"
msgstr ""
#. +> trunk
#: community/donations/index.php:53
msgid "Your donation is smaller than %1€. This means that most of your donation\\nwill end up in processing fees. Do you want to continue?"
msgstr ""
#. +> trunk
#: contact/about_kde.inc:9
msgid "About KDE"
msgstr ""
#. +> trunk
#: contact/about_kde.inc:12
msgid ""
"KDE is an international technology team that creates free \n"
"and open source software for desktop and portable computing. Among \n"
"KDE's products are a modern desktop system for Linux and UNIX platforms, \n"
"comprehensive office productivity and groupware suites and hundreds of \n"
"software titles in many categories including Internet and web \n"
"applications, multimedia, entertainment, educational, graphics and \n"
"software development. KDE software is translated into more than 60 \n"
"languages and is built with ease of use and modern accessibility \n"
"principles in mind. KDE's full-featured applications run natively on\n"
"Linux, BSD, Solaris, Windows and Mac OS X."
msgstr ""
#. +> trunk
#: contact/about_kde.inc:28
msgid "Trademark Notices."
msgstr ""
#. +> trunk
#: contact/about_kde.inc:29
msgid ""
"KDE<sup>&#174;</sup> and the K Desktop Environment<sup>&#174;</sup> logo are \n"
" registered trademarks of KDE e.V."
msgstr ""
#. +> trunk
#: contact/about_kde.inc:32
msgid "Linux is a registered trademark of Linus Torvalds."
msgstr ""
#. +> trunk
#: contact/about_kde.inc:34
msgid ""
"UNIX is a registered trademark of The Open Group in the United States and\n"
" other countries."
msgstr ""
#. +> trunk
#: contact/about_kde.inc:37
msgid ""
"All other trademarks and copyrights referred to in this announcement are\n"
" the property of their respective owners."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:9
msgid "Make the World a Better Place! - KDE End of Year 2014 Fundraising"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:26 fundraisers/yearend2016/index.php:26
msgid "Date"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:26 fundraisers/yearend2016/index.php:26
msgid "Amount"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:26 fundraisers/yearend2016/index.php:26
#: fundraisers/yearend2016/index.php:56
msgid "Donor Name"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:30 fundraisers/yearend2016/index.php:30
#: fundraisers/yearend2016/index.php:73 fundraisers/yearend2016/index.php:76
msgid "Anonymous donation"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:108 fundraisers/yearend2016/index.php:124
msgid "%1 raised"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:126 fundraisers/yearend2014/index.php:129
#: fundraisers/yearend2016/index.php:148
msgid "Donate"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:127
msgid ""
"We will notify Facebook of your<br>"
"donation for campaign analytics."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:133 fundraisers/yearend2016/index.php:151
msgid "Show my name on the <a href='%1'>donor list</a>"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:139
msgid "The KDE End of Year 2014 Fundraiser has finished. Thank you everybody who supported us in this fundraiser. Go to the <a href='%1'>KDE donation page</a> if you want to support us further.</b>"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:142 fundraisers/yearend2016/index.php:165
msgid "Also available in: "
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:146
msgid "As we approach the end of the year we begin the season of giving. What would suit the holiday better than giving to the entire world?"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:150
msgid "Here is a unique way to give back to KDE allowing us to keep giving free software to humankind."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:154 fundraisers/yearend2016/index.php:177
msgid "KDE is committed to improving technology and software to make the world a better place. We produce great quality free software that everyone is free to use or modify without any cost or restriction."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:223
msgid "We want to bring the solutions we are offering to the next step. By participating in this fundraiser, you'll be part of the improvements we'll put into our educational software, so kids can have better tools for school; our office suite, so we have the best tools for the workplace; and our desktop so we can all experience a fun and productive experience when interacting with our computers."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:227 fundraisers/yearend2016/index.php:249
msgid "Donating to KDE is not for you, it is for the entire world."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:231
msgid "As a way to say thank you, starting with %1 we will send a KDE themed postcard to any given address. You will get an extra card for every additional %2 donation. Get cards for yourself and for your family and friends to show them you care for freedom. It's the perfect way to spread the festive cheer and donate to your favorite project at the same time."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:241
msgid "For those of you that are very generous and donate more than %1 we want to thank you by being the guides to our cities. We would like to spend an evening showing you the more interesting spots in the cities we live in, have a chat about KDE, life and everything. At the moment this offer extends to the following cities:"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:254
msgid "This campaign will end on January 15th 2015."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:257 fundraisers/yearend2016/index.php:281
msgid "Where Your Donations Go"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:259 fundraisers/yearend2016/index.php:283
msgid "Last year KDE spent about %1 on travel and accomodation of more than 100 contributors for various sprints throughout the year."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:263
msgid "<a href='%1'>Sprints</a> are in person meetings and are really important for a team of hardworking volunteers around the world to focus their efforts and discuss technical matters around the project. The amount of output we get from the sprints is really worthwhile for all users of the software."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:267 fundraisers/yearend2016/index.php:291
msgid "Remaining money gets spent on our infrastructure, we have a large portfolio of servers hosting websites, code, continuous integration and a lot more. A full breakdown can be seen in our <a href='%1'>quarterly reports</a>."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:270 fundraisers/yearend2016/index.php:294
msgid "Notes:"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:272
msgid "We will use your paypal email address to contact you and ask for the addresses to send the postcards mid-November."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:273 fundraisers/yearend2016/index.php:297
msgid "You will be able to choose between the generic thank you or custom text for the postcard."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:274
msgid "The first shipment of cards will be December 1st, after that there will be a shipment every week until the end of the Fundraiser."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:275
msgid "The city guide evening will have to be coordinated with the local people, so we can find a date that suits all of us."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:279 fundraisers/yearend2016/index.php:303
msgid "If you prefer to use international bank transfers please <a href='%1'>see this page</a>."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:281 fundraisers/yearend2016/index.php:305
msgid "Please write us <a href='%1'>an email</a> so we can add you to the list of donors manually."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/index.php:284 fundraisers/yearend2016/index.php:311
msgid "List of donations"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/thanks_paypal.php:9
#: fundraisers/yearend2016/thanks_paypal.php:9
msgid "Donation received - Thank you!"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/thanks_paypal.php:14
msgid "Thank you very much for your donation to the Year End 2014 fundraiser!"
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/thanks_paypal.php:17
msgid "In case your donation qualifies for a greeting card gift we will contact you mid-November to ask for the design you want and address you want to send them to."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/thanks_paypal.php:20
#: fundraisers/yearend2016/thanks_paypal.php:20
msgid "Remember you can become a \"KDE Supporting Member\" by doing recurring donations. Learn more at <a href=\"%1\">%2/</a>."
msgstr ""
#. +> trunk
#: fundraisers/yearend2014/thanks_paypal.php:23
msgid "You can see your donation on <a href=\"%1\">the Year End 2014 fundraiser page</a>."
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:9
msgid "Make the World a Better Place! - KDE End of Year 2016 Fundraising"
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:56
msgid "Total Amount"
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:106
msgid "* %1 art print winners will be randomly selected out of these %2 donors"
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:160
msgid "The KDE End of Year 2016 Fundraiser has finished. Thank you everybody who supported us in this fundraiser. Please visit the <a href='%1'>KDE donation page</a> if you would like to support us further."
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:169
msgid "As we approach the end of the year, we begin the season of giving. What would suit the holidays better than giving to the entire world?"
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:173
msgid "Here is a unique way to give back to KDE, allowing us to keep giving free software to humankind."
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:245
msgid "We want to bring the solutions we are offering to the next level. By participating in this fundraiser, you'll be part of the improvements we'll put into our products, for example our educational software, so kids can have better tools for school; our productivity applications, so you have the best tools for the workplace; and our desktop so we can all have a fun and productive experience when interacting with our computers."
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:253
msgid "As a way to say thank you, starting with %1 we will send a KDE-themed postcard, designed by our community of artists, to an address of your choice. You will get an extra card for every additional %2 donation. Get cards for yourself and for your family and friends to show them you care for freedom. It's the perfect way to spread the festive cheer and donate to your favorite project at the same time."
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:265
msgid "In addition we would like to give a special thank you to our highest donors. We are giving away 9 <b>unique</b> art prints in size A4. At our last conference, QtCon, we asked 46 prominent current and former KDE contributors (including core developers from Plasma, KDE Edu and Qt, board members, designers, community organizers, translators and more) to sign artwork created for KDE's 20th birthday. This is a one-time chance to get a nice and unique KDE print for your wall."
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:274
msgid "The top 9 donors are calculated aggregating by paypal address, make sure you use the same account if you donate multiple times."
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:278
msgid "This campaign will end on December 31st 2016 at 23:59 UTC."
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:287
msgid "<a href='%1'>Sprints</a> are in person meetings and are really important for a team of hard-working volunteers around the world to focus their efforts and discuss technical matters around the project. The amount of output we get from the sprints is really worthwhile for all users of the software."
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:296
msgid "We will use your paypal email address to contact you and ask for the addresses to send the postcards."
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:298
msgid "The first shipment of cards will be December 8th, after that there will be a shipment every week until the end of the Fundraiser."
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:299
msgid "If there is a tie in the last position of the top 9 donors we'll let random.org select the winner amongst the tied donors."
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/index.php:308
msgid "Top 9 donors"
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/thanks_paypal.php:14
msgid "Thank you very much for your donation to the Year End 2016 fundraiser!"
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/thanks_paypal.php:17
msgid "In case your donation qualifies for a greeting card gift we will contact you at the beginning of December at your paypal email address to ask for the design you want and address you want to send them to."
msgstr ""
#. +> trunk
#: fundraisers/yearend2016/thanks_paypal.php:23
msgid "You can see your donation on <a href=\"%1\">the Year End 2016 fundraiser page</a>."
msgstr ""